Class: Google::Cloud::LifeSciences::V2beta::WorkerAssignedEvent

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/lifesciences/v2beta/workflows.rb

Overview

An event generated after a worker VM has been assigned to run the pipeline.

Instance Attribute Summary collapse

Instance Attribute Details

#instance::String

Returns The worker's instance name.

Returns:

  • (::String)

    The worker's instance name.



726
727
728
729
# File 'proto_docs/google/cloud/lifesciences/v2beta/workflows.rb', line 726

class WorkerAssignedEvent
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#machine_type::String

Returns The machine type that was assigned for the worker.

Returns:

  • (::String)

    The machine type that was assigned for the worker.



726
727
728
729
# File 'proto_docs/google/cloud/lifesciences/v2beta/workflows.rb', line 726

class WorkerAssignedEvent
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#zone::String

Returns The zone the worker is running in.

Returns:

  • (::String)

    The zone the worker is running in.



726
727
728
729
# File 'proto_docs/google/cloud/lifesciences/v2beta/workflows.rb', line 726

class WorkerAssignedEvent
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end