Class: Google::Cloud::Spanner::Admin::Instance::V1::GetInstancePartitionRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Spanner::Admin::Instance::V1::GetInstancePartitionRequest
- 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 GetInstancePartition.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. The name of the requested instance partition. Values are of
the form
projects/{project}/instances/{instance}/instancePartitions/{instance_partition}
.
1111 1112 1113 1114 |
# File 'proto_docs/google/spanner/admin/instance/v1/spanner_instance_admin.rb', line 1111 class GetInstancePartitionRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |