Uses of Class
com.google.cloud.scheduler.v1beta1.RetryConfig
-
Packages that use RetryConfig Package Description com.google.cloud.scheduler.v1beta1 A client to Cloud Scheduler API -
-
Uses of RetryConfig in com.google.cloud.scheduler.v1beta1
Methods in com.google.cloud.scheduler.v1beta1 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
Job.Builder. getRetryConfig()
Settings that determine the retry behavior.RetryConfig
Job. getRetryConfig()
Settings that determine the retry behavior.RetryConfig
JobOrBuilder. 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.scheduler.v1beta1 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.scheduler.v1beta1 with parameters of type RetryConfig Modifier and Type Method Description RetryConfig.Builder
RetryConfig.Builder. mergeFrom(RetryConfig other)
Job.Builder
Job.Builder. mergeRetryConfig(RetryConfig value)
Settings that determine the retry behavior.static RetryConfig.Builder
RetryConfig. newBuilder(RetryConfig prototype)
Job.Builder
Job.Builder. setRetryConfig(RetryConfig value)
Settings that determine the retry behavior.
-