Class: Google::Cloud::Spanner::Admin::Instance::V1::ListInstancePartitionsRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Spanner::Admin::Instance::V1::ListInstancePartitionsRequest
- 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 ListInstancePartitions.
Instance Attribute Summary collapse
-
#instance_partition_deadline ⇒ ::Google::Protobuf::Timestamp
Optional.
-
#page_size ⇒ ::Integer
Number of instance partitions to be returned in the response.
-
#page_token ⇒ ::String
If non-empty,
page_token
should contain a next_page_token from a previous ListInstancePartitionsResponse. -
#parent ⇒ ::String
Required.
Instance Attribute Details
#instance_partition_deadline ⇒ ::Google::Protobuf::Timestamp
Returns Optional. Deadline used while retrieving metadata for instance partitions. Instance partitions whose metadata cannot be retrieved within this deadline will be added to unreachable in ListInstancePartitionsResponse.
1184 1185 1186 1187 |
# File 'proto_docs/google/spanner/admin/instance/v1/spanner_instance_admin.rb', line 1184 class ListInstancePartitionsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_size ⇒ ::Integer
Returns Number of instance partitions to be returned in the response. If 0 or less, defaults to the server's maximum allowed page size.
1184 1185 1186 1187 |
# File 'proto_docs/google/spanner/admin/instance/v1/spanner_instance_admin.rb', line 1184 class ListInstancePartitionsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_token ⇒ ::String
Returns If non-empty, page_token
should contain a
next_page_token
from a previous
ListInstancePartitionsResponse.
1184 1185 1186 1187 |
# File 'proto_docs/google/spanner/admin/instance/v1/spanner_instance_admin.rb', line 1184 class ListInstancePartitionsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
Returns Required. The instance whose instance partitions should be listed. Values
are of the form projects/<project>/instances/<instance>
.
1184 1185 1186 1187 |
# File 'proto_docs/google/spanner/admin/instance/v1/spanner_instance_admin.rb', line 1184 class ListInstancePartitionsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |