All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.apache.ratis.thirdparty.com.google.rpc.RetryInfoOrBuilder Maven / Gradle / Ivy

There is a newer version: 1.0.6
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: google/rpc/error_details.proto

package org.apache.ratis.thirdparty.com.google.rpc;

public interface RetryInfoOrBuilder extends
    // @@protoc_insertion_point(interface_extends:google.rpc.RetryInfo)
    org.apache.ratis.thirdparty.com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * Clients should wait at least this long between retrying the same request.
   * 
* * .google.protobuf.Duration retry_delay = 1; */ boolean hasRetryDelay(); /** *
   * Clients should wait at least this long between retrying the same request.
   * 
* * .google.protobuf.Duration retry_delay = 1; */ org.apache.ratis.thirdparty.com.google.protobuf.Duration getRetryDelay(); /** *
   * Clients should wait at least this long between retrying the same request.
   * 
* * .google.protobuf.Duration retry_delay = 1; */ org.apache.ratis.thirdparty.com.google.protobuf.DurationOrBuilder getRetryDelayOrBuilder(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy