Class: Google::Cloud::Notebooks::V1::CreateExecutionRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Notebooks::V1::CreateExecutionRequest
- 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
-
#execution ⇒ ::Google::Cloud::Notebooks::V1::Execution
Required.
-
#execution_id ⇒ ::String
Required.
-
#parent ⇒ ::String
Required.
Instance Attribute Details
#execution ⇒ ::Google::Cloud::Notebooks::V1::Execution
Returns Required. The execution to be created.
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.
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}
.
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 |