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 pekko-connectors-google-cloud-bigquery-storage_3 Show documentation
Show all versions of pekko-connectors-google-cloud-bigquery-storage_3 Show documentation
Apache Pekko Connectors is a Reactive Enterprise Integration library for Java and Scala, based on Reactive Streams and Pekko.
The newest version!
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: google/rpc/error_details.proto
// Protobuf Java Version: 3.25.3
package com.google.rpc;
public interface RetryInfoOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.rpc.RetryInfo)
com.google.protobuf.MessageOrBuilder {
/**
*
* Clients should wait at least this long between retrying the same request.
*
*
* .google.protobuf.Duration retry_delay = 1;
* @return Whether the retryDelay field is set.
*/
boolean hasRetryDelay();
/**
*
* Clients should wait at least this long between retrying the same request.
*
*
* .google.protobuf.Duration retry_delay = 1;
* @return The retryDelay.
*/
com.google.protobuf.Duration getRetryDelay();
/**
*
* Clients should wait at least this long between retrying the same request.
*
*
* .google.protobuf.Duration retry_delay = 1;
*/
com.google.protobuf.DurationOrBuilder getRetryDelayOrBuilder();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy