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 RetryConfigRetryConfig.Builder. build()RetryConfigRetryConfig.Builder. buildPartial()static RetryConfigRetryConfig. getDefaultInstance()RetryConfigRetryConfig.Builder. getDefaultInstanceForType()RetryConfigRetryConfig. getDefaultInstanceForType()RetryConfigQueue.Builder. getRetryConfig()Settings that determine the retry behavior.RetryConfigQueue. getRetryConfig()Settings that determine the retry behavior.RetryConfigQueueOrBuilder. getRetryConfig()Settings that determine the retry behavior.static RetryConfigRetryConfig. parseDelimitedFrom(InputStream input)static RetryConfigRetryConfig. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static RetryConfigRetryConfig. parseFrom(byte[] data)static RetryConfigRetryConfig. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static RetryConfigRetryConfig. parseFrom(com.google.protobuf.ByteString data)static RetryConfigRetryConfig. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static RetryConfigRetryConfig. parseFrom(com.google.protobuf.CodedInputStream input)static RetryConfigRetryConfig. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static RetryConfigRetryConfig. parseFrom(InputStream input)static RetryConfigRetryConfig. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static RetryConfigRetryConfig. parseFrom(ByteBuffer data)static RetryConfigRetryConfig. 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.BuilderRetryConfig.Builder. mergeFrom(RetryConfig other)Queue.BuilderQueue.Builder. mergeRetryConfig(RetryConfig value)Settings that determine the retry behavior.static RetryConfig.BuilderRetryConfig. newBuilder(RetryConfig prototype)Queue.BuilderQueue.Builder. setRetryConfig(RetryConfig value)Settings that determine the retry behavior.
-