Class: Google::Cloud::Spanner::Admin::Instance::V1::ListInstancePartitionOperationsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Spanner::Admin::Instance::V1::ListInstancePartitionOperationsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/spanner/admin/instance/v1/spanner_instance_admin.rb
Overview
The response for ListInstancePartitionOperations.
Instance Attribute Summary collapse
-
#next_page_token ⇒ ::String
next_page_token
can be sent in a subsequent ListInstancePartitionOperations call to fetch more of the matching metadata. -
#operations ⇒ ::Array<::Google::Longrunning::Operation>
The list of matching instance partition [long-running operations][google.longrunning.Operation].
-
#unreachable_instance_partitions ⇒ ::Array<::String>
The list of unreachable instance partitions.
Instance Attribute Details
#next_page_token ⇒ ::String
Returns next_page_token
can be sent in a subsequent
ListInstancePartitionOperations
call to fetch more of the matching metadata.
1304 1305 1306 1307 |
# File 'proto_docs/google/spanner/admin/instance/v1/spanner_instance_admin.rb', line 1304 class ListInstancePartitionOperationsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#operations ⇒ ::Array<::Google::Longrunning::Operation>
Returns The list of matching instance partition [long-running
operations][google.longrunning.Operation]. Each operation's name will be
prefixed by the instance partition's name. The operation's
metadata field type
metadata.type_url
describes the type of the metadata.
1304 1305 1306 1307 |
# File 'proto_docs/google/spanner/admin/instance/v1/spanner_instance_admin.rb', line 1304 class ListInstancePartitionOperationsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#unreachable_instance_partitions ⇒ ::Array<::String>
Returns The list of unreachable instance partitions. It includes the names of instance partitions whose operation metadata could not be retrieved within instance_partition_deadline.
1304 1305 1306 1307 |
# File 'proto_docs/google/spanner/admin/instance/v1/spanner_instance_admin.rb', line 1304 class ListInstancePartitionOperationsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |