| Modifier and Type | Method and Description |
|---|---|
BatchOperationMetadata.Builder |
BatchOperationMetadata.Builder.addAllWarnings(Iterable<String> values)
Warnings encountered during operation execution.
|
BatchOperationMetadata.Builder |
BatchOperationMetadata.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
BatchOperationMetadata.Builder |
BatchOperationMetadata.Builder.addWarnings(String value)
Warnings encountered during operation execution.
|
BatchOperationMetadata.Builder |
BatchOperationMetadata.Builder.addWarningsBytes(com.google.protobuf.ByteString value)
Warnings encountered during operation execution.
|
BatchOperationMetadata.Builder |
BatchOperationMetadata.Builder.clear() |
BatchOperationMetadata.Builder |
BatchOperationMetadata.Builder.clearBatch()
Name of the batch for the operation.
|
BatchOperationMetadata.Builder |
BatchOperationMetadata.Builder.clearBatchUuid()
Batch UUID for the operation.
|
BatchOperationMetadata.Builder |
BatchOperationMetadata.Builder.clearCreateTime()
The time when the operation was created.
|
BatchOperationMetadata.Builder |
BatchOperationMetadata.Builder.clearDescription()
Short description of the operation.
|
BatchOperationMetadata.Builder |
BatchOperationMetadata.Builder.clearDoneTime()
The time when the operation finished.
|
BatchOperationMetadata.Builder |
BatchOperationMetadata.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
BatchOperationMetadata.Builder |
BatchOperationMetadata.Builder.clearLabels() |
BatchOperationMetadata.Builder |
BatchOperationMetadata.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
BatchOperationMetadata.Builder |
BatchOperationMetadata.Builder.clearOperationType()
The operation type.
|
BatchOperationMetadata.Builder |
BatchOperationMetadata.Builder.clearWarnings()
Warnings encountered during operation execution.
|
BatchOperationMetadata.Builder |
BatchOperationMetadata.Builder.clone() |
BatchOperationMetadata.Builder |
BatchOperationMetadata.Builder.mergeCreateTime(com.google.protobuf.Timestamp value)
The time when the operation was created.
|
BatchOperationMetadata.Builder |
BatchOperationMetadata.Builder.mergeDoneTime(com.google.protobuf.Timestamp value)
The time when the operation finished.
|
BatchOperationMetadata.Builder |
BatchOperationMetadata.Builder.mergeFrom(BatchOperationMetadata other) |
BatchOperationMetadata.Builder |
BatchOperationMetadata.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
BatchOperationMetadata.Builder |
BatchOperationMetadata.Builder.mergeFrom(com.google.protobuf.Message other) |
BatchOperationMetadata.Builder |
BatchOperationMetadata.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
static BatchOperationMetadata.Builder |
BatchOperationMetadata.newBuilder() |
static BatchOperationMetadata.Builder |
BatchOperationMetadata.newBuilder(BatchOperationMetadata prototype) |
BatchOperationMetadata.Builder |
BatchOperationMetadata.newBuilderForType() |
protected BatchOperationMetadata.Builder |
BatchOperationMetadata.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
BatchOperationMetadata.Builder |
BatchOperationMetadata.Builder.putAllLabels(Map<String,String> values)
Labels associated with the operation.
|
BatchOperationMetadata.Builder |
BatchOperationMetadata.Builder.putLabels(String key,
String value)
Labels associated with the operation.
|
BatchOperationMetadata.Builder |
BatchOperationMetadata.Builder.removeLabels(String key)
Labels associated with the operation.
|
BatchOperationMetadata.Builder |
BatchOperationMetadata.Builder.setBatch(String value)
Name of the batch for the operation.
|
BatchOperationMetadata.Builder |
BatchOperationMetadata.Builder.setBatchBytes(com.google.protobuf.ByteString value)
Name of the batch for the operation.
|
BatchOperationMetadata.Builder |
BatchOperationMetadata.Builder.setBatchUuid(String value)
Batch UUID for the operation.
|
BatchOperationMetadata.Builder |
BatchOperationMetadata.Builder.setBatchUuidBytes(com.google.protobuf.ByteString value)
Batch UUID for the operation.
|
BatchOperationMetadata.Builder |
BatchOperationMetadata.Builder.setCreateTime(com.google.protobuf.Timestamp.Builder builderForValue)
The time when the operation was created.
|
BatchOperationMetadata.Builder |
BatchOperationMetadata.Builder.setCreateTime(com.google.protobuf.Timestamp value)
The time when the operation was created.
|
BatchOperationMetadata.Builder |
BatchOperationMetadata.Builder.setDescription(String value)
Short description of the operation.
|
BatchOperationMetadata.Builder |
BatchOperationMetadata.Builder.setDescriptionBytes(com.google.protobuf.ByteString value)
Short description of the operation.
|
BatchOperationMetadata.Builder |
BatchOperationMetadata.Builder.setDoneTime(com.google.protobuf.Timestamp.Builder builderForValue)
The time when the operation finished.
|
BatchOperationMetadata.Builder |
BatchOperationMetadata.Builder.setDoneTime(com.google.protobuf.Timestamp value)
The time when the operation finished.
|
BatchOperationMetadata.Builder |
BatchOperationMetadata.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
BatchOperationMetadata.Builder |
BatchOperationMetadata.Builder.setOperationType(BatchOperationMetadata.BatchOperationType value)
The operation type.
|
BatchOperationMetadata.Builder |
BatchOperationMetadata.Builder.setOperationTypeValue(int value)
The operation type.
|
BatchOperationMetadata.Builder |
BatchOperationMetadata.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
BatchOperationMetadata.Builder |
BatchOperationMetadata.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
BatchOperationMetadata.Builder |
BatchOperationMetadata.Builder.setWarnings(int index,
String value)
Warnings encountered during operation execution.
|
BatchOperationMetadata.Builder |
BatchOperationMetadata.toBuilder() |
Copyright © 2024 Google LLC. All rights reserved.