Reference documentation and code samples for the Cloud Spanner Instance Admin V1 API class Google::Cloud::Spanner::Admin::Instance::V1::GetInstanceRequest.
The request for GetInstance.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#field_mask
def field_mask() -> ::Google::Protobuf::FieldMask
Returns
- (::Google::Protobuf::FieldMask) — If field_mask is present, specifies the subset of Instance fields that should be returned. If absent, all Instance fields are returned.
#field_mask=
def field_mask=(value) -> ::Google::Protobuf::FieldMask
Parameter
- value (::Google::Protobuf::FieldMask) — If field_mask is present, specifies the subset of Instance fields that should be returned. If absent, all Instance fields are returned.
Returns
- (::Google::Protobuf::FieldMask) — If field_mask is present, specifies the subset of Instance fields that should be returned. If absent, all Instance fields are returned.
#name
def name() -> ::String
Returns
-
(::String) — Required. The name of the requested instance. Values are of the form
projects/<project>/instances/<instance>
.
#name=
def name=(value) -> ::String
Parameter
-
value (::String) — 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>
.