Uses of Class
com.google.cloud.tasks.v2.RetryConfig
-
Packages that use RetryConfig Package Description com.google.cloud.tasks.v2 A client to Cloud Tasks API -
-
Uses of RetryConfig in com.google.cloud.tasks.v2
Methods in com.google.cloud.tasks.v2 that return RetryConfig Modifier and Type Method Description RetryConfig
RetryConfig.Builder. build()
RetryConfig
RetryConfig.Builder. buildPartial()
static RetryConfig
RetryConfig. getDefaultInstance()
RetryConfig
RetryConfig.Builder. getDefaultInstanceForType()
RetryConfig
RetryConfig. getDefaultInstanceForType()
RetryConfig
Queue.Builder. getRetryConfig()
Settings that determine the retry behavior.RetryConfig
Queue. getRetryConfig()
Settings that determine the retry behavior.RetryConfig
QueueOrBuilder. getRetryConfig()
Settings that determine the retry behavior.static RetryConfig
RetryConfig. parseDelimitedFrom(InputStream input)
static RetryConfig
RetryConfig. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RetryConfig
RetryConfig. parseFrom(byte[] data)
static RetryConfig
RetryConfig. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RetryConfig
RetryConfig. parseFrom(com.google.protobuf.ByteString data)
static RetryConfig
RetryConfig. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RetryConfig
RetryConfig. parseFrom(com.google.protobuf.CodedInputStream input)
static RetryConfig
RetryConfig. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RetryConfig
RetryConfig. parseFrom(InputStream input)
static RetryConfig
RetryConfig. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RetryConfig
RetryConfig. parseFrom(ByteBuffer data)
static RetryConfig
RetryConfig. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.tasks.v2 that return types with arguments of type RetryConfig Modifier and Type Method Description com.google.protobuf.Parser<RetryConfig>
RetryConfig. getParserForType()
static com.google.protobuf.Parser<RetryConfig>
RetryConfig. parser()
Methods in com.google.cloud.tasks.v2 with parameters of type RetryConfig Modifier and Type Method Description RetryConfig.Builder
RetryConfig.Builder. mergeFrom(RetryConfig other)
Queue.Builder
Queue.Builder. mergeRetryConfig(RetryConfig value)
Settings that determine the retry behavior.static RetryConfig.Builder
RetryConfig. newBuilder(RetryConfig prototype)
Queue.Builder
Queue.Builder. setRetryConfig(RetryConfig value)
Settings that determine the retry behavior.
-