Class: Google::Cloud::Notebooks::V1::GetExecutionRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/notebooks/v1/service.rb

Overview

Request for getting scheduled notebook execution

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Required. Format: projects/{project_id}/locations/{location}/executions/{execution_id}.

Returns:

  • (::String)

    Required. Format: projects/{project_id}/locations/{location}/executions/{execution_id}



688
689
690
691
# File 'proto_docs/google/cloud/notebooks/v1/service.rb', line 688

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