Reference documentation and code samples for the Notebooks V2 API class Google::Cloud::Notebooks::V2::CreateInstanceRequest.
Request for creating a notebook instance.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#instance
def instance() -> ::Google::Cloud::Notebooks::V2::Instance
Returns
- (::Google::Cloud::Notebooks::V2::Instance) — Required. The instance to be created.
#instance=
def instance=(value) -> ::Google::Cloud::Notebooks::V2::Instance
Parameter
- value (::Google::Cloud::Notebooks::V2::Instance) — Required. The instance to be created.
Returns
- (::Google::Cloud::Notebooks::V2::Instance) — Required. The instance to be created.
#instance_id
def instance_id() -> ::String
Returns
- (::String) — Required. User-defined unique ID of this instance.
#instance_id=
def instance_id=(value) -> ::String
Parameter
- value (::String) — Required. User-defined unique ID of this instance.
Returns
- (::String) — Required. User-defined unique ID of this instance.
#parent
def parent() -> ::String
Returns
-
(::String) — Required. Format:
parent=projects/{project_id}/locations/{location}
#parent=
def parent=(value) -> ::String
Parameter
-
value (::String) — Required. Format:
parent=projects/{project_id}/locations/{location}
Returns
-
(::String) — Required. Format:
parent=projects/{project_id}/locations/{location}
#request_id
def request_id() -> ::String
Returns
- (::String) — Optional. Idempotent request UUID.
#request_id=
def request_id=(value) -> ::String
Parameter
- value (::String) — Optional. Idempotent request UUID.
Returns
- (::String) — Optional. Idempotent request UUID.