lightstep.com.google.rpc.RetryInfoOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: google/rpc/error_details.proto
package lightstep.lightstep.lightstep.com.google.rpc;
public interface RetryInfoOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.rpc.RetryInfo)
lightstep.com.lightstep.lightstep.lightstep.google.protobuf.MessageOrBuilder {
/**
*
* Clients should wait at least this long between retrying the same request.
*
*
* .lightstep.lightstep.lightstep.google.protobuf.Duration retry_delay = 1;
*/
boolean hasRetryDelay();
/**
*
* Clients should wait at least this long between retrying the same request.
*
*
* .lightstep.lightstep.lightstep.google.protobuf.Duration retry_delay = 1;
*/
lightstep.com.lightstep.lightstep.lightstep.google.protobuf.Duration getRetryDelay();
/**
*
* Clients should wait at least this long between retrying the same request.
*
*
* .lightstep.lightstep.lightstep.google.protobuf.Duration retry_delay = 1;
*/
lightstep.com.lightstep.lightstep.lightstep.google.protobuf.DurationOrBuilder getRetryDelayOrBuilder();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy