Class: Google::Cloud::Notebooks::V1::UpdateInstanceConfigRequest

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 for updating instance configurations.

Instance Attribute Summary collapse

Instance Attribute Details

#config::Google::Cloud::Notebooks::V1::InstanceConfig

Returns The instance configurations to be updated.

Returns:



175
176
177
178
# File 'proto_docs/google/cloud/notebooks/v1/service.rb', line 175

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

#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}



175
176
177
178
# File 'proto_docs/google/cloud/notebooks/v1/service.rb', line 175

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