Class: Google::Cloud::Spanner::Admin::Instance::V1::DeleteInstanceRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/spanner/admin/instance/v1/spanner_instance_admin.rb

Overview

The request for DeleteInstance.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Required. The name of the instance to be deleted. Values are of the form projects/<project>/instances/<instance>.

Returns:

  • (::String)

    Required. The name of the instance to be deleted. Values are of the form projects/<project>/instances/<instance>



346
347
348
349
# File 'proto_docs/google/spanner/admin/instance/v1/spanner_instance_admin.rb', line 346

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