Class: Google::Cloud::Notebooks::V1::CreateExecutionRequest

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 to create notebook execution

Instance Attribute Summary collapse

Instance Attribute Details

#execution::Google::Cloud::Notebooks::V1::Execution

Returns Required. The execution to be created.

Returns:



714
715
716
717
# File 'proto_docs/google/cloud/notebooks/v1/service.rb', line 714

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

#execution_id::String

Returns Required. User-defined unique ID of this execution.

Returns:

  • (::String)

    Required. User-defined unique ID of this execution.



714
715
716
717
# File 'proto_docs/google/cloud/notebooks/v1/service.rb', line 714

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

#parent::String

Returns Required. Format: parent=projects/{project_id}/locations/{location}.

Returns:

  • (::String)

    Required. Format: parent=projects/{project_id}/locations/{location}



714
715
716
717
# File 'proto_docs/google/cloud/notebooks/v1/service.rb', line 714

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