Operation.Builder |
ListOperationsResponse.Builder.addOperationsBuilder() |
A list of operations that matches the specified filter in the request.
|
Operation.Builder |
ListOperationsResponse.Builder.addOperationsBuilder(int index) |
A list of operations that matches the specified filter in the request.
|
Operation.Builder |
Operation.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
java.lang.Object value) |
|
Operation.Builder |
Operation.Builder.clear() |
|
Operation.Builder |
Operation.Builder.clearDone() |
If the value is `false`, it means the operation is still in progress.
|
Operation.Builder |
Operation.Builder.clearError() |
The error result of the operation in case of failure or cancellation.
|
Operation.Builder |
Operation.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
|
Operation.Builder |
Operation.Builder.clearMetadata() |
Service-specific metadata associated with the operation.
|
Operation.Builder |
Operation.Builder.clearName() |
The server-assigned name, which is only unique within the same service that
originally returns it.
|
Operation.Builder |
Operation.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
|
Operation.Builder |
Operation.Builder.clearResponse() |
The normal response of the operation in case of success.
|
Operation.Builder |
Operation.Builder.clearResult() |
|
Operation.Builder |
Operation.Builder.clone() |
|
Operation.Builder |
ListOperationsResponse.Builder.getOperationsBuilder(int index) |
A list of operations that matches the specified filter in the request.
|
Operation.Builder |
Operation.Builder.mergeError(Status value) |
The error result of the operation in case of failure or cancellation.
|
Operation.Builder |
Operation.Builder.mergeFrom(Operation other) |
|
Operation.Builder |
Operation.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
|
Operation.Builder |
Operation.Builder.mergeFrom(com.google.protobuf.Message other) |
|
Operation.Builder |
Operation.Builder.mergeMetadata(com.google.protobuf.Any value) |
Service-specific metadata associated with the operation.
|
Operation.Builder |
Operation.Builder.mergeResponse(com.google.protobuf.Any value) |
The normal response of the operation in case of success.
|
Operation.Builder |
Operation.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
static Operation.Builder |
Operation.newBuilder() |
|
static Operation.Builder |
Operation.newBuilder(Operation prototype) |
|
Operation.Builder |
Operation.newBuilderForType() |
|
protected Operation.Builder |
Operation.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
|
Operation.Builder |
Operation.Builder.setDone(boolean value) |
If the value is `false`, it means the operation is still in progress.
|
Operation.Builder |
Operation.Builder.setError(Status value) |
The error result of the operation in case of failure or cancellation.
|
Operation.Builder |
Operation.Builder.setError(Status.Builder builderForValue) |
The error result of the operation in case of failure or cancellation.
|
Operation.Builder |
Operation.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
java.lang.Object value) |
|
Operation.Builder |
Operation.Builder.setMetadata(com.google.protobuf.Any value) |
Service-specific metadata associated with the operation.
|
Operation.Builder |
Operation.Builder.setMetadata(com.google.protobuf.Any.Builder builderForValue) |
Service-specific metadata associated with the operation.
|
Operation.Builder |
Operation.Builder.setName(java.lang.String value) |
The server-assigned name, which is only unique within the same service that
originally returns it.
|
Operation.Builder |
Operation.Builder.setNameBytes(com.google.protobuf.ByteString value) |
The server-assigned name, which is only unique within the same service that
originally returns it.
|
Operation.Builder |
Operation.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
java.lang.Object value) |
|
Operation.Builder |
Operation.Builder.setResponse(com.google.protobuf.Any value) |
The normal response of the operation in case of success.
|
Operation.Builder |
Operation.Builder.setResponse(com.google.protobuf.Any.Builder builderForValue) |
The normal response of the operation in case of success.
|
Operation.Builder |
Operation.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
Operation.Builder |
Operation.toBuilder() |
|