Class: Google::Cloud::LifeSciences::V2beta::Metadata
- Inherits:
-
Object
- Object
- Google::Cloud::LifeSciences::V2beta::Metadata
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/lifesciences/v2beta/workflows.rb
Overview
Carries information about the pipeline execution that is returned in the long running operation's metadata field.
Defined Under Namespace
Classes: LabelsEntry
Instance Attribute Summary collapse
-
#create_time ⇒ ::Google::Protobuf::Timestamp
The time at which the operation was created by the API.
-
#end_time ⇒ ::Google::Protobuf::Timestamp
The time at which execution was completed and resources were cleaned up.
-
#events ⇒ ::Array<::Google::Cloud::LifeSciences::V2beta::Event>
The list of events that have happened so far during the execution of this operation.
-
#labels ⇒ ::Google::Protobuf::Map{::String => ::String}
The user-defined labels associated with this operation.
-
#pipeline ⇒ ::Google::Cloud::LifeSciences::V2beta::Pipeline
The pipeline this operation represents.
-
#pub_sub_topic ⇒ ::String
The name of the Cloud Pub/Sub topic where notifications of operation status changes are sent.
-
#start_time ⇒ ::Google::Protobuf::Timestamp
The first time at which resources were allocated to execute the pipeline.
Instance Attribute Details
#create_time ⇒ ::Google::Protobuf::Timestamp
Returns The time at which the operation was created by the API.
666 667 668 669 670 671 672 673 674 675 676 677 678 |
# File 'proto_docs/google/cloud/lifesciences/v2beta/workflows.rb', line 666 class Metadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class LabelsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#end_time ⇒ ::Google::Protobuf::Timestamp
Returns The time at which execution was completed and resources were cleaned up.
666 667 668 669 670 671 672 673 674 675 676 677 678 |
# File 'proto_docs/google/cloud/lifesciences/v2beta/workflows.rb', line 666 class Metadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class LabelsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#events ⇒ ::Array<::Google::Cloud::LifeSciences::V2beta::Event>
Returns The list of events that have happened so far during the execution of this operation.
666 667 668 669 670 671 672 673 674 675 676 677 678 |
# File 'proto_docs/google/cloud/lifesciences/v2beta/workflows.rb', line 666 class Metadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class LabelsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#labels ⇒ ::Google::Protobuf::Map{::String => ::String}
Returns The user-defined labels associated with this operation.
666 667 668 669 670 671 672 673 674 675 676 677 678 |
# File 'proto_docs/google/cloud/lifesciences/v2beta/workflows.rb', line 666 class Metadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class LabelsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#pipeline ⇒ ::Google::Cloud::LifeSciences::V2beta::Pipeline
Returns The pipeline this operation represents.
666 667 668 669 670 671 672 673 674 675 676 677 678 |
# File 'proto_docs/google/cloud/lifesciences/v2beta/workflows.rb', line 666 class Metadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class LabelsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#pub_sub_topic ⇒ ::String
Returns The name of the Cloud Pub/Sub topic where notifications of operation status changes are sent.
666 667 668 669 670 671 672 673 674 675 676 677 678 |
# File 'proto_docs/google/cloud/lifesciences/v2beta/workflows.rb', line 666 class Metadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class LabelsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#start_time ⇒ ::Google::Protobuf::Timestamp
Returns The first time at which resources were allocated to execute the pipeline.
666 667 668 669 670 671 672 673 674 675 676 677 678 |
# File 'proto_docs/google/cloud/lifesciences/v2beta/workflows.rb', line 666 class Metadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class LabelsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |