Interface ListInstancePartitionOperationsResponseOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
ListInstancePartitionOperationsResponse, ListInstancePartitionOperationsResponse.Builder

public interface ListInstancePartitionOperationsResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    `next_page_token` can be sent in a subsequent [ListInstancePartitionOperations][google.spanner.admin.instance.v1.InstanceAdmin.ListInstancePartitionOperations] call to fetch more of the matching metadata.
    com.google.protobuf.ByteString
    `next_page_token` can be sent in a subsequent [ListInstancePartitionOperations][google.spanner.admin.instance.v1.InstanceAdmin.ListInstancePartitionOperations] call to fetch more of the matching metadata.
    com.google.longrunning.Operation
    getOperations(int index)
    The list of matching instance partition long-running operations.
    int
    The list of matching instance partition long-running operations.
    List<com.google.longrunning.Operation>
    The list of matching instance partition long-running operations.
    com.google.longrunning.OperationOrBuilder
    The list of matching instance partition long-running operations.
    List<? extends com.google.longrunning.OperationOrBuilder>
    The list of matching instance partition long-running operations.
    The list of unreachable instance partitions.
    com.google.protobuf.ByteString
    The list of unreachable instance partitions.
    int
    The list of unreachable instance partitions.
    The list of unreachable instance partitions.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getOperationsList

      List<com.google.longrunning.Operation> getOperationsList()
       The list of matching instance partition long-running operations. 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.
       
      repeated .google.longrunning.Operation operations = 1;
    • getOperations

      com.google.longrunning.Operation getOperations(int index)
       The list of matching instance partition long-running operations. 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.
       
      repeated .google.longrunning.Operation operations = 1;
    • getOperationsCount

      int getOperationsCount()
       The list of matching instance partition long-running operations. 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.
       
      repeated .google.longrunning.Operation operations = 1;
    • getOperationsOrBuilderList

      List<? extends com.google.longrunning.OperationOrBuilder> getOperationsOrBuilderList()
       The list of matching instance partition long-running operations. 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.
       
      repeated .google.longrunning.Operation operations = 1;
    • getOperationsOrBuilder

      com.google.longrunning.OperationOrBuilder getOperationsOrBuilder(int index)
       The list of matching instance partition long-running operations. 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.
       
      repeated .google.longrunning.Operation operations = 1;
    • getNextPageToken

      String getNextPageToken()
       `next_page_token` can be sent in a subsequent
       [ListInstancePartitionOperations][google.spanner.admin.instance.v1.InstanceAdmin.ListInstancePartitionOperations]
       call to fetch more of the matching metadata.
       
      string next_page_token = 2;
      Returns:
      The nextPageToken.
    • getNextPageTokenBytes

      com.google.protobuf.ByteString getNextPageTokenBytes()
       `next_page_token` can be sent in a subsequent
       [ListInstancePartitionOperations][google.spanner.admin.instance.v1.InstanceAdmin.ListInstancePartitionOperations]
       call to fetch more of the matching metadata.
       
      string next_page_token = 2;
      Returns:
      The bytes for nextPageToken.
    • getUnreachableInstancePartitionsList

      List<String> getUnreachableInstancePartitionsList()
       The list of unreachable instance partitions.
       It includes the names of instance partitions whose operation metadata could
       not be retrieved within
       [instance_partition_deadline][google.spanner.admin.instance.v1.ListInstancePartitionOperationsRequest.instance_partition_deadline].
       
      repeated string unreachable_instance_partitions = 3;
      Returns:
      A list containing the unreachableInstancePartitions.
    • getUnreachableInstancePartitionsCount

      int getUnreachableInstancePartitionsCount()
       The list of unreachable instance partitions.
       It includes the names of instance partitions whose operation metadata could
       not be retrieved within
       [instance_partition_deadline][google.spanner.admin.instance.v1.ListInstancePartitionOperationsRequest.instance_partition_deadline].
       
      repeated string unreachable_instance_partitions = 3;
      Returns:
      The count of unreachableInstancePartitions.
    • getUnreachableInstancePartitions

      String getUnreachableInstancePartitions(int index)
       The list of unreachable instance partitions.
       It includes the names of instance partitions whose operation metadata could
       not be retrieved within
       [instance_partition_deadline][google.spanner.admin.instance.v1.ListInstancePartitionOperationsRequest.instance_partition_deadline].
       
      repeated string unreachable_instance_partitions = 3;
      Parameters:
      index - The index of the element to return.
      Returns:
      The unreachableInstancePartitions at the given index.
    • getUnreachableInstancePartitionsBytes

      com.google.protobuf.ByteString getUnreachableInstancePartitionsBytes(int index)
       The list of unreachable instance partitions.
       It includes the names of instance partitions whose operation metadata could
       not be retrieved within
       [instance_partition_deadline][google.spanner.admin.instance.v1.ListInstancePartitionOperationsRequest.instance_partition_deadline].
       
      repeated string unreachable_instance_partitions = 3;
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the unreachableInstancePartitions at the given index.