Interface ListRestorePlansRequestOrBuilder

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

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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getFilter()
      Field match expression used to filter the results.
      com.google.protobuf.ByteString getFilterBytes()
      Field match expression used to filter the results.
      String getOrderBy()
      Field by which to sort the results.
      com.google.protobuf.ByteString getOrderByBytes()
      Field by which to sort the results.
      int getPageSize()
      The target number of results to return in a single response.
      String getPageToken()
      The value of [next_page_token][google.cloud.gkebackup.v1.ListRestorePlansResponse.next_page_token] received from a previous `ListRestorePlans` call.
      com.google.protobuf.ByteString getPageTokenBytes()
      The value of [next_page_token][google.cloud.gkebackup.v1.ListRestorePlansResponse.next_page_token] received from a previous `ListRestorePlans` call.
      String getParent()
      Required.
      com.google.protobuf.ByteString getParentBytes()
      Required.
      • 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 Detail

      • getParent

        String getParent()
         Required. The location that contains the RestorePlans to list.
         Format: `projects/*/locations/*`
         
        string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Returns:
        The parent.
      • getParentBytes

        com.google.protobuf.ByteString getParentBytes()
         Required. The location that contains the RestorePlans to list.
         Format: `projects/*/locations/*`
         
        string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Returns:
        The bytes for parent.
      • getPageSize

        int getPageSize()
         The target number of results to return in a single response.
         If not specified, a default value will be chosen by the service.
         Note that the response may inclue a partial list and a caller should
         only rely on the response's
         [next_page_token][google.cloud.gkebackup.v1.ListRestorePlansResponse.next_page_token]
         to determine if there are more instances left to be queried.
         
        int32 page_size = 2;
        Returns:
        The pageSize.
      • getPageToken

        String getPageToken()
         The value of
         [next_page_token][google.cloud.gkebackup.v1.ListRestorePlansResponse.next_page_token]
         received from a previous `ListRestorePlans` call.
         Provide this to retrieve the subsequent page in a multi-page list of
         results. When paginating, all other parameters provided to
         `ListRestorePlans` must match the call that provided the page token.
         
        string page_token = 3;
        Returns:
        The pageToken.
      • getPageTokenBytes

        com.google.protobuf.ByteString getPageTokenBytes()
         The value of
         [next_page_token][google.cloud.gkebackup.v1.ListRestorePlansResponse.next_page_token]
         received from a previous `ListRestorePlans` call.
         Provide this to retrieve the subsequent page in a multi-page list of
         results. When paginating, all other parameters provided to
         `ListRestorePlans` must match the call that provided the page token.
         
        string page_token = 3;
        Returns:
        The bytes for pageToken.
      • getFilter

        String getFilter()
         Field match expression used to filter the results.
         
        string filter = 4;
        Returns:
        The filter.
      • getFilterBytes

        com.google.protobuf.ByteString getFilterBytes()
         Field match expression used to filter the results.
         
        string filter = 4;
        Returns:
        The bytes for filter.
      • getOrderBy

        String getOrderBy()
         Field by which to sort the results.
         
        string order_by = 5;
        Returns:
        The orderBy.
      • getOrderByBytes

        com.google.protobuf.ByteString getOrderByBytes()
         Field by which to sort the results.
         
        string order_by = 5;
        Returns:
        The bytes for orderBy.