- 0.80.0 (latest)
- 0.78.0
- 0.77.0
- 0.76.0
- 0.75.0
- 0.74.0
- 0.72.0
- 0.70.0
- 0.69.0
- 0.66.0
- 0.65.0
- 0.64.0
- 0.62.0
- 0.61.0
- 0.60.0
- 0.59.0
- 0.58.0
- 0.57.0
- 0.56.0
- 0.55.0
- 0.54.0
- 0.53.0
- 0.51.0
- 0.50.0
- 0.49.0
- 0.48.0
- 0.47.0
- 0.46.0
- 0.45.0
- 0.44.0
- 0.43.0
- 0.42.0
- 0.41.0
- 0.39.0
- 0.38.0
- 0.37.0
- 0.36.0
- 0.35.0
- 0.34.0
- 0.33.0
- 0.32.0
- 0.31.0
- 0.30.0
- 0.29.0
- 0.26.0
- 0.25.0
- 0.24.0
- 0.23.0
- 0.22.0
- 0.21.0
- 0.20.0
- 0.19.0
- 0.18.0
- 0.17.0
- 0.16.0
- 0.15.0
- 0.14.0
- 0.13.0
- 0.11.0
- 0.10.0
- 0.9.0
- 0.8.0
- 0.7.0
- 0.6.0
- 0.3.8
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. |