Metadata.Builder |
Metadata.Builder.addAllEvents(Iterable<? extends Event> values) |
The list of events that have happened so far during the execution of this
operation.
|
Metadata.Builder |
Metadata.Builder.addEvents(int index,
Event value) |
The list of events that have happened so far during the execution of this
operation.
|
Metadata.Builder |
Metadata.Builder.addEvents(int index,
Event.Builder builderForValue) |
The list of events that have happened so far during the execution of this
operation.
|
Metadata.Builder |
Metadata.Builder.addEvents(Event value) |
The list of events that have happened so far during the execution of this
operation.
|
Metadata.Builder |
Metadata.Builder.addEvents(Event.Builder builderForValue) |
The list of events that have happened so far during the execution of this
operation.
|
Metadata.Builder |
Metadata.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
Metadata.Builder |
Metadata.Builder.clear() |
|
Metadata.Builder |
Metadata.Builder.clearCreateTime() |
The time at which the operation was created by the API.
|
Metadata.Builder |
Metadata.Builder.clearEndTime() |
The time at which execution was completed and resources were cleaned up.
|
Metadata.Builder |
Metadata.Builder.clearEvents() |
The list of events that have happened so far during the execution of this
operation.
|
Metadata.Builder |
Metadata.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
|
Metadata.Builder |
Metadata.Builder.clearLabels() |
|
Metadata.Builder |
Metadata.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
|
Metadata.Builder |
Metadata.Builder.clearPipeline() |
The pipeline this operation represents.
|
Metadata.Builder |
Metadata.Builder.clearPubSubTopic() |
The name of the Cloud Pub/Sub topic where notifications of operation status
changes are sent.
|
Metadata.Builder |
Metadata.Builder.clearStartTime() |
The first time at which resources were allocated to execute the pipeline.
|
Metadata.Builder |
Metadata.Builder.clone() |
|
Metadata.Builder |
Metadata.Builder.mergeCreateTime(com.google.protobuf.Timestamp value) |
The time at which the operation was created by the API.
|
Metadata.Builder |
Metadata.Builder.mergeEndTime(com.google.protobuf.Timestamp value) |
The time at which execution was completed and resources were cleaned up.
|
Metadata.Builder |
Metadata.Builder.mergeFrom(Metadata other) |
|
Metadata.Builder |
Metadata.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
|
Metadata.Builder |
Metadata.Builder.mergeFrom(com.google.protobuf.Message other) |
|
Metadata.Builder |
Metadata.Builder.mergePipeline(Pipeline value) |
The pipeline this operation represents.
|
Metadata.Builder |
Metadata.Builder.mergeStartTime(com.google.protobuf.Timestamp value) |
The first time at which resources were allocated to execute the pipeline.
|
Metadata.Builder |
Metadata.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
static Metadata.Builder |
Metadata.newBuilder() |
|
static Metadata.Builder |
Metadata.newBuilder(Metadata prototype) |
|
Metadata.Builder |
Metadata.newBuilderForType() |
|
protected Metadata.Builder |
Metadata.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
|
Metadata.Builder |
Metadata.Builder.putAllLabels(Map<String,String> values) |
The user-defined labels associated with this operation.
|
Metadata.Builder |
Metadata.Builder.putLabels(String key,
String value) |
The user-defined labels associated with this operation.
|
Metadata.Builder |
Metadata.Builder.removeEvents(int index) |
The list of events that have happened so far during the execution of this
operation.
|
Metadata.Builder |
Metadata.Builder.removeLabels(String key) |
The user-defined labels associated with this operation.
|
Metadata.Builder |
Metadata.Builder.setCreateTime(com.google.protobuf.Timestamp value) |
The time at which the operation was created by the API.
|
Metadata.Builder |
Metadata.Builder.setCreateTime(com.google.protobuf.Timestamp.Builder builderForValue) |
The time at which the operation was created by the API.
|
Metadata.Builder |
Metadata.Builder.setEndTime(com.google.protobuf.Timestamp value) |
The time at which execution was completed and resources were cleaned up.
|
Metadata.Builder |
Metadata.Builder.setEndTime(com.google.protobuf.Timestamp.Builder builderForValue) |
The time at which execution was completed and resources were cleaned up.
|
Metadata.Builder |
Metadata.Builder.setEvents(int index,
Event value) |
The list of events that have happened so far during the execution of this
operation.
|
Metadata.Builder |
Metadata.Builder.setEvents(int index,
Event.Builder builderForValue) |
The list of events that have happened so far during the execution of this
operation.
|
Metadata.Builder |
Metadata.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
Metadata.Builder |
Metadata.Builder.setPipeline(Pipeline value) |
The pipeline this operation represents.
|
Metadata.Builder |
Metadata.Builder.setPipeline(Pipeline.Builder builderForValue) |
The pipeline this operation represents.
|
Metadata.Builder |
Metadata.Builder.setPubSubTopic(String value) |
The name of the Cloud Pub/Sub topic where notifications of operation status
changes are sent.
|
Metadata.Builder |
Metadata.Builder.setPubSubTopicBytes(com.google.protobuf.ByteString value) |
The name of the Cloud Pub/Sub topic where notifications of operation status
changes are sent.
|
Metadata.Builder |
Metadata.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
|
Metadata.Builder |
Metadata.Builder.setStartTime(com.google.protobuf.Timestamp value) |
The first time at which resources were allocated to execute the pipeline.
|
Metadata.Builder |
Metadata.Builder.setStartTime(com.google.protobuf.Timestamp.Builder builderForValue) |
The first time at which resources were allocated to execute the pipeline.
|
Metadata.Builder |
Metadata.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
Metadata.Builder |
Metadata.toBuilder() |
|