Class: Google::Cloud::Notebooks::V1beta1::RegisterInstanceRequest

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

Overview

Request for registering a notebook instance.

Instance Attribute Summary collapse

Instance Attribute Details

#instance_id::String

Returns Required. User defined unique ID of this instance. The instance_id must be 1 to 63 characters long and contain only lowercase letters, numeric characters, and dashes. The first character must be a lowercase letter and the last character cannot be a dash.

Returns:

  • (::String)

    Required. User defined unique ID of this instance. The instance_id must be 1 to 63 characters long and contain only lowercase letters, numeric characters, and dashes. The first character must be a lowercase letter and the last character cannot be a dash.



129
130
131
132
# File 'proto_docs/google/cloud/notebooks/v1beta1/service.rb', line 129

class RegisterInstanceRequest
  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}



129
130
131
132
# File 'proto_docs/google/cloud/notebooks/v1beta1/service.rb', line 129

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