Reference documentation and code samples for the Cloud Spanner Instance Admin V1 API class Google::Cloud::Spanner::Admin::Instance::V1::ListInstancePartitionOperationsResponse.
The response for ListInstancePartitionOperations.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#next_page_token
def next_page_token() -> ::String
Returns
-
(::String) —
next_page_token
can be sent in a subsequent ListInstancePartitionOperations call to fetch more of the matching metadata.
#next_page_token=
def next_page_token=(value) -> ::String
Parameter
-
value (::String) —
next_page_token
can be sent in a subsequent ListInstancePartitionOperations call to fetch more of the matching metadata.
Returns
-
(::String) —
next_page_token
can be sent in a subsequent ListInstancePartitionOperations call to fetch more of the matching metadata.
#operations
def operations() -> ::Array<::Google::Longrunning::Operation>
Returns
-
(::Array<::Google::Longrunning::Operation>) — 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.
#operations=
def operations=(value) -> ::Array<::Google::Longrunning::Operation>
Parameter
-
value (::Array<::Google::Longrunning::Operation>) — 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.
Returns
-
(::Array<::Google::Longrunning::Operation>) — 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.
#unreachable_instance_partitions
def unreachable_instance_partitions() -> ::Array<::String>
Returns
- (::Array<::String>) — The list of unreachable instance partitions. It includes the names of instance partitions whose operation metadata could not be retrieved within instance_partition_deadline.
#unreachable_instance_partitions=
def unreachable_instance_partitions=(value) -> ::Array<::String>
Parameter
- value (::Array<::String>) — The list of unreachable instance partitions. It includes the names of instance partitions whose operation metadata could not be retrieved within instance_partition_deadline.
Returns
- (::Array<::String>) — The list of unreachable instance partitions. It includes the names of instance partitions whose operation metadata could not be retrieved within instance_partition_deadline.