Class: Google::Cloud::Notebooks::V1beta1::StartInstanceRequest

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 starting a notebook instance

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Required. Format: projects/{project_id}/locations/{location}/instances/{instance_id}.

Returns:

  • (::String)

    Required. Format: projects/{project_id}/locations/{location}/instances/{instance_id}



205
206
207
208
# File 'proto_docs/google/cloud/notebooks/v1beta1/service.rb', line 205

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