com.google.rpc.RetryInfoOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of grpc-core-proto Show documentation
Show all versions of grpc-core-proto Show documentation
GoogleAPI classes generated from core protos
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: google/rpc/error_details.proto
package com.google.rpc;
public interface RetryInfoOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.rpc.RetryInfo)
com.google.protobuf.MessageOrBuilder {
/**
* optional .google.protobuf.Duration retry_delay = 1;
*
*
* Clients should wait at least this long between retrying the same request.
*
*/
boolean hasRetryDelay();
/**
* optional .google.protobuf.Duration retry_delay = 1;
*
*
* Clients should wait at least this long between retrying the same request.
*
*/
com.google.protobuf.Duration getRetryDelay();
/**
* optional .google.protobuf.Duration retry_delay = 1;
*
*
* Clients should wait at least this long between retrying the same request.
*
*/
com.google.protobuf.DurationOrBuilder getRetryDelayOrBuilder();
}