| Modifier and Type | Method and Description |
|---|---|
RetryAttempt |
RetryAttempt.Builder.build() |
RetryAttempt |
RetryAttempt.Builder.buildPartial() |
RetryAttempt |
RetryPhase.getAttempts(int index)
Output only.
|
RetryAttempt |
RetryPhase.Builder.getAttempts(int index)
Output only.
|
RetryAttempt |
RetryPhaseOrBuilder.getAttempts(int index)
Output only.
|
static RetryAttempt |
RetryAttempt.getDefaultInstance() |
RetryAttempt |
RetryAttempt.getDefaultInstanceForType() |
RetryAttempt |
RetryAttempt.Builder.getDefaultInstanceForType() |
static RetryAttempt |
RetryAttempt.parseDelimitedFrom(InputStream input) |
static RetryAttempt |
RetryAttempt.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RetryAttempt |
RetryAttempt.parseFrom(byte[] data) |
static RetryAttempt |
RetryAttempt.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RetryAttempt |
RetryAttempt.parseFrom(ByteBuffer data) |
static RetryAttempt |
RetryAttempt.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RetryAttempt |
RetryAttempt.parseFrom(com.google.protobuf.ByteString data) |
static RetryAttempt |
RetryAttempt.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RetryAttempt |
RetryAttempt.parseFrom(com.google.protobuf.CodedInputStream input) |
static RetryAttempt |
RetryAttempt.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RetryAttempt |
RetryAttempt.parseFrom(InputStream input) |
static RetryAttempt |
RetryAttempt.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
List<RetryAttempt> |
RetryPhase.getAttemptsList()
Output only.
|
List<RetryAttempt> |
RetryPhase.Builder.getAttemptsList()
Output only.
|
List<RetryAttempt> |
RetryPhaseOrBuilder.getAttemptsList()
Output only.
|
com.google.protobuf.Parser<RetryAttempt> |
RetryAttempt.getParserForType() |
static com.google.protobuf.Parser<RetryAttempt> |
RetryAttempt.parser() |
| Modifier and Type | Method and Description |
|---|---|
RetryPhase.Builder |
RetryPhase.Builder.addAttempts(int index,
RetryAttempt value)
Output only.
|
RetryPhase.Builder |
RetryPhase.Builder.addAttempts(RetryAttempt value)
Output only.
|
RetryAttempt.Builder |
RetryAttempt.Builder.mergeFrom(RetryAttempt other) |
static RetryAttempt.Builder |
RetryAttempt.newBuilder(RetryAttempt prototype) |
RetryPhase.Builder |
RetryPhase.Builder.setAttempts(int index,
RetryAttempt value)
Output only.
|
| Modifier and Type | Method and Description |
|---|---|
RetryPhase.Builder |
RetryPhase.Builder.addAllAttempts(Iterable<? extends RetryAttempt> values)
Output only.
|
Copyright © 2024 Google LLC. All rights reserved.