public interface MetadataOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
containsLabels(String key)
public abstract boolean containsLabels(String key)The user-defined labels associated with this operation.
map<string, string> labels = 2;
| Parameter | |
|---|---|
| Name | Description |
key |
String |
| Returns | |
|---|---|
| Type | Description |
boolean |
|
getCreateTime()
public abstract Timestamp getCreateTime()The time at which the operation was created by the API.
.google.protobuf.Timestamp create_time = 4;
| Returns | |
|---|---|
| Type | Description |
Timestamp |
The createTime. |
getCreateTimeOrBuilder()
public abstract TimestampOrBuilder getCreateTimeOrBuilder()The time at which the operation was created by the API.
.google.protobuf.Timestamp create_time = 4;
| Returns | |
|---|---|
| Type | Description |
TimestampOrBuilder |
|
getEndTime()
public abstract Timestamp getEndTime()The time at which execution was completed and resources were cleaned up.
.google.protobuf.Timestamp end_time = 6;
| Returns | |
|---|---|
| Type | Description |
Timestamp |
The endTime. |
getEndTimeOrBuilder()
public abstract TimestampOrBuilder getEndTimeOrBuilder()The time at which execution was completed and resources were cleaned up.
.google.protobuf.Timestamp end_time = 6;
| Returns | |
|---|---|
| Type | Description |
TimestampOrBuilder |
|
getEvents(int index)
public abstract Event getEvents(int index)The list of events that have happened so far during the execution of this operation.
repeated .google.cloud.lifesciences.v2beta.Event events = 3;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
Event |
|
getEventsCount()
public abstract int getEventsCount()The list of events that have happened so far during the execution of this operation.
repeated .google.cloud.lifesciences.v2beta.Event events = 3;
| Returns | |
|---|---|
| Type | Description |
int |
|
getEventsList()
public abstract List<Event> getEventsList()The list of events that have happened so far during the execution of this operation.
repeated .google.cloud.lifesciences.v2beta.Event events = 3;
| Returns | |
|---|---|
| Type | Description |
List<Event> |
|
getEventsOrBuilder(int index)
public abstract EventOrBuilder getEventsOrBuilder(int index)The list of events that have happened so far during the execution of this operation.
repeated .google.cloud.lifesciences.v2beta.Event events = 3;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
EventOrBuilder |
|
getEventsOrBuilderList()
public abstract List<? extends EventOrBuilder> getEventsOrBuilderList()The list of events that have happened so far during the execution of this operation.
repeated .google.cloud.lifesciences.v2beta.Event events = 3;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.lifesciences.v2beta.EventOrBuilder> |
|
getLabels() (deprecated)
public abstract Map<String,String> getLabels()Use #getLabelsMap() instead.
| Returns | |
|---|---|
| Type | Description |
Map<String,String> |
|
getLabelsCount()
public abstract int getLabelsCount()The user-defined labels associated with this operation.
map<string, string> labels = 2;
| Returns | |
|---|---|
| Type | Description |
int |
|
getLabelsMap()
public abstract Map<String,String> getLabelsMap()The user-defined labels associated with this operation.
map<string, string> labels = 2;
| Returns | |
|---|---|
| Type | Description |
Map<String,String> |
|
getLabelsOrDefault(String key, String defaultValue)
public abstract String getLabelsOrDefault(String key, String defaultValue)The user-defined labels associated with this operation.
map<string, string> labels = 2;
| Parameters | |
|---|---|
| Name | Description |
key |
String |
defaultValue |
String |
| Returns | |
|---|---|
| Type | Description |
String |
|
getLabelsOrThrow(String key)
public abstract String getLabelsOrThrow(String key)The user-defined labels associated with this operation.
map<string, string> labels = 2;
| Parameter | |
|---|---|
| Name | Description |
key |
String |
| Returns | |
|---|---|
| Type | Description |
String |
|
getPipeline()
public abstract Pipeline getPipeline()The pipeline this operation represents.
.google.cloud.lifesciences.v2beta.Pipeline pipeline = 1;
| Returns | |
|---|---|
| Type | Description |
Pipeline |
The pipeline. |
getPipelineOrBuilder()
public abstract PipelineOrBuilder getPipelineOrBuilder()The pipeline this operation represents.
.google.cloud.lifesciences.v2beta.Pipeline pipeline = 1;
| Returns | |
|---|---|
| Type | Description |
PipelineOrBuilder |
|
getPubSubTopic()
public abstract String getPubSubTopic()The name of the Cloud Pub/Sub topic where notifications of operation status changes are sent.
string pub_sub_topic = 7;
| Returns | |
|---|---|
| Type | Description |
String |
The pubSubTopic. |
getPubSubTopicBytes()
public abstract ByteString getPubSubTopicBytes()The name of the Cloud Pub/Sub topic where notifications of operation status changes are sent.
string pub_sub_topic = 7;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for pubSubTopic. |
getStartTime()
public abstract Timestamp getStartTime()The first time at which resources were allocated to execute the pipeline.
.google.protobuf.Timestamp start_time = 5;
| Returns | |
|---|---|
| Type | Description |
Timestamp |
The startTime. |
getStartTimeOrBuilder()
public abstract TimestampOrBuilder getStartTimeOrBuilder()The first time at which resources were allocated to execute the pipeline.
.google.protobuf.Timestamp start_time = 5;
| Returns | |
|---|---|
| Type | Description |
TimestampOrBuilder |
|
hasCreateTime()
public abstract boolean hasCreateTime()The time at which the operation was created by the API.
.google.protobuf.Timestamp create_time = 4;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the createTime field is set. |
hasEndTime()
public abstract boolean hasEndTime()The time at which execution was completed and resources were cleaned up.
.google.protobuf.Timestamp end_time = 6;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the endTime field is set. |
hasPipeline()
public abstract boolean hasPipeline()The pipeline this operation represents.
.google.cloud.lifesciences.v2beta.Pipeline pipeline = 1;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the pipeline field is set. |
hasStartTime()
public abstract boolean hasStartTime()The first time at which resources were allocated to execute the pipeline.
.google.protobuf.Timestamp start_time = 5;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the startTime field is set. |