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

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 GetInstance.

Instance Attribute Summary collapse

Instance Attribute Details

#field_mask::Google::Protobuf::FieldMask

Returns If field_mask is present, specifies the subset of Instance fields that should be returned. If absent, all Instance fields are returned.

Returns:



247
248
249
250
# File 'proto_docs/google/spanner/admin/instance/v1/spanner_instance_admin.rb', line 247

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

#name::String

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

Returns:

  • (::String)

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



247
248
249
250
# File 'proto_docs/google/spanner/admin/instance/v1/spanner_instance_admin.rb', line 247

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