| Modifier and Type | Method and Description |
|---|---|
RetryConfig |
RetryConfig.Builder.build() |
RetryConfig |
RetryConfig.Builder.buildPartial() |
static RetryConfig |
RetryConfig.getDefaultInstance() |
RetryConfig |
RetryConfig.getDefaultInstanceForType() |
RetryConfig |
RetryConfig.Builder.getDefaultInstanceForType() |
RetryConfig |
QueueOrBuilder.getRetryConfig()
Settings that determine the retry behavior.
|
RetryConfig |
Queue.getRetryConfig()
Settings that determine the retry behavior.
|
RetryConfig |
Queue.Builder.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(ByteBuffer data) |
static RetryConfig |
RetryConfig.parseFrom(ByteBuffer 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) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<RetryConfig> |
RetryConfig.getParserForType() |
static com.google.protobuf.Parser<RetryConfig> |
RetryConfig.parser() |
| Modifier and Type | Method and 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.
|
Copyright © 2022 Google LLC. All rights reserved.