Reference documentation and code samples for the Cloud Life Sciences V2beta API class Google::Cloud::LifeSciences::V2beta::Metadata.
Carries information about the pipeline execution that is returned in the long running operation's metadata field.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#create_time
def create_time() -> ::Google::Protobuf::Timestamp
Returns
- (::Google::Protobuf::Timestamp) — The time at which the operation was created by the API.
#create_time=
def create_time=(value) -> ::Google::Protobuf::Timestamp
Parameter
- value (::Google::Protobuf::Timestamp) — The time at which the operation was created by the API.
Returns
- (::Google::Protobuf::Timestamp) — The time at which the operation was created by the API.
#end_time
def end_time() -> ::Google::Protobuf::Timestamp
Returns
- (::Google::Protobuf::Timestamp) — The time at which execution was completed and resources were cleaned up.
#end_time=
def end_time=(value) -> ::Google::Protobuf::Timestamp
Parameter
- value (::Google::Protobuf::Timestamp) — The time at which execution was completed and resources were cleaned up.
Returns
- (::Google::Protobuf::Timestamp) — The time at which execution was completed and resources were cleaned up.
#events
def events() -> ::Array<::Google::Cloud::LifeSciences::V2beta::Event>
Returns
- (::Array<::Google::Cloud::LifeSciences::V2beta::Event>) — The list of events that have happened so far during the execution of this operation.
#events=
def events=(value) -> ::Array<::Google::Cloud::LifeSciences::V2beta::Event>
Parameter
- value (::Array<::Google::Cloud::LifeSciences::V2beta::Event>) — The list of events that have happened so far during the execution of this operation.
Returns
- (::Array<::Google::Cloud::LifeSciences::V2beta::Event>) — The list of events that have happened so far during the execution of this operation.
#labels
def labels() -> ::Google::Protobuf::Map{::String => ::String}
Returns
- (::Google::Protobuf::Map{::String => ::String}) — The user-defined labels associated with this operation.
#labels=
def labels=(value) -> ::Google::Protobuf::Map{::String => ::String}
Parameter
- value (::Google::Protobuf::Map{::String => ::String}) — The user-defined labels associated with this operation.
Returns
- (::Google::Protobuf::Map{::String => ::String}) — The user-defined labels associated with this operation.
#pipeline
def pipeline() -> ::Google::Cloud::LifeSciences::V2beta::Pipeline
Returns
- (::Google::Cloud::LifeSciences::V2beta::Pipeline) — The pipeline this operation represents.
#pipeline=
def pipeline=(value) -> ::Google::Cloud::LifeSciences::V2beta::Pipeline
Parameter
- value (::Google::Cloud::LifeSciences::V2beta::Pipeline) — The pipeline this operation represents.
Returns
- (::Google::Cloud::LifeSciences::V2beta::Pipeline) — The pipeline this operation represents.
#pub_sub_topic
def pub_sub_topic() -> ::String
Returns
- (::String) — The name of the Cloud Pub/Sub topic where notifications of operation status changes are sent.
#pub_sub_topic=
def pub_sub_topic=(value) -> ::String
Parameter
- value (::String) — The name of the Cloud Pub/Sub topic where notifications of operation status changes are sent.
Returns
- (::String) — The name of the Cloud Pub/Sub topic where notifications of operation status changes are sent.
#start_time
def start_time() -> ::Google::Protobuf::Timestamp
Returns
- (::Google::Protobuf::Timestamp) — The first time at which resources were allocated to execute the pipeline.
#start_time=
def start_time=(value) -> ::Google::Protobuf::Timestamp
Parameter
- value (::Google::Protobuf::Timestamp) — The first time at which resources were allocated to execute the pipeline.
Returns
- (::Google::Protobuf::Timestamp) — The first time at which resources were allocated to execute the pipeline.