CommonMetadata.Builder |
CommonMetadata.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
CommonMetadata.Builder |
CommonMetadata.Builder.clear() |
|
CommonMetadata.Builder |
CommonMetadata.Builder.clearEndTime() |
The time the operation ended, either successfully or otherwise.
|
CommonMetadata.Builder |
CommonMetadata.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
|
CommonMetadata.Builder |
CommonMetadata.Builder.clearLabels() |
|
CommonMetadata.Builder |
CommonMetadata.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
|
CommonMetadata.Builder |
CommonMetadata.Builder.clearOperationType() |
The type of the operation.
|
CommonMetadata.Builder |
CommonMetadata.Builder.clearStartTime() |
The time that work began on the operation.
|
CommonMetadata.Builder |
CommonMetadata.Builder.clearState() |
The current state of the Operation.
|
CommonMetadata.Builder |
CommonMetadata.Builder.clone() |
|
CommonMetadata.Builder |
ExportEntitiesMetadata.Builder.getCommonBuilder() |
Metadata common to all Datastore Admin operations.
|
CommonMetadata.Builder |
ImportEntitiesMetadata.Builder.getCommonBuilder() |
Metadata common to all Datastore Admin operations.
|
CommonMetadata.Builder |
IndexOperationMetadata.Builder.getCommonBuilder() |
Metadata common to all Datastore Admin operations.
|
CommonMetadata.Builder |
CommonMetadata.Builder.mergeEndTime(com.google.protobuf.Timestamp value) |
The time the operation ended, either successfully or otherwise.
|
CommonMetadata.Builder |
CommonMetadata.Builder.mergeFrom(CommonMetadata other) |
|
CommonMetadata.Builder |
CommonMetadata.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
|
CommonMetadata.Builder |
CommonMetadata.Builder.mergeFrom(com.google.protobuf.Message other) |
|
CommonMetadata.Builder |
CommonMetadata.Builder.mergeStartTime(com.google.protobuf.Timestamp value) |
The time that work began on the operation.
|
CommonMetadata.Builder |
CommonMetadata.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
static CommonMetadata.Builder |
CommonMetadata.newBuilder() |
|
static CommonMetadata.Builder |
CommonMetadata.newBuilder(CommonMetadata prototype) |
|
CommonMetadata.Builder |
CommonMetadata.newBuilderForType() |
|
protected CommonMetadata.Builder |
CommonMetadata.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
|
CommonMetadata.Builder |
CommonMetadata.Builder.putAllLabels(Map<String,String> values) |
The client-assigned labels which were provided when the operation was
created.
|
CommonMetadata.Builder |
CommonMetadata.Builder.putLabels(String key,
String value) |
The client-assigned labels which were provided when the operation was
created.
|
CommonMetadata.Builder |
CommonMetadata.Builder.removeLabels(String key) |
The client-assigned labels which were provided when the operation was
created.
|
CommonMetadata.Builder |
CommonMetadata.Builder.setEndTime(com.google.protobuf.Timestamp value) |
The time the operation ended, either successfully or otherwise.
|
CommonMetadata.Builder |
CommonMetadata.Builder.setEndTime(com.google.protobuf.Timestamp.Builder builderForValue) |
The time the operation ended, either successfully or otherwise.
|
CommonMetadata.Builder |
CommonMetadata.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
CommonMetadata.Builder |
CommonMetadata.Builder.setOperationType(OperationType value) |
The type of the operation.
|
CommonMetadata.Builder |
CommonMetadata.Builder.setOperationTypeValue(int value) |
The type of the operation.
|
CommonMetadata.Builder |
CommonMetadata.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
|
CommonMetadata.Builder |
CommonMetadata.Builder.setStartTime(com.google.protobuf.Timestamp value) |
The time that work began on the operation.
|
CommonMetadata.Builder |
CommonMetadata.Builder.setStartTime(com.google.protobuf.Timestamp.Builder builderForValue) |
The time that work began on the operation.
|
CommonMetadata.Builder |
CommonMetadata.Builder.setState(CommonMetadata.State value) |
The current state of the Operation.
|
CommonMetadata.Builder |
CommonMetadata.Builder.setStateValue(int value) |
The current state of the Operation.
|
CommonMetadata.Builder |
CommonMetadata.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
CommonMetadata.Builder |
CommonMetadata.toBuilder() |
|