Interface ListCloudBackupsActionOrBuilder

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

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

    Modifier and Type
    Method
    Description
    A filter expression that filters backups listed in the response.
    com.google.protobuf.ByteString
    A filter expression that filters backups listed in the response.
    Cloud instance ID (not path) to list backups from, e.g.
    com.google.protobuf.ByteString
    Cloud instance ID (not path) to list backups from, e.g.
    int
    Number of backups to be returned in the response.
    If non-empty, "page_token" should contain a next_page_token from a previous ListBackupsResponse to the same "parent" and with the same "filter".
    com.google.protobuf.ByteString
    If non-empty, "page_token" should contain a next_page_token from a previous ListBackupsResponse to the same "parent" and with the same "filter".
    Cloud project ID, e.g.
    com.google.protobuf.ByteString
    Cloud project ID, e.g.

    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

    • getProjectId

      String getProjectId()
       Cloud project ID, e.g. "spanner-cloud-systest".
       
      string project_id = 1;
      Returns:
      The projectId.
    • getProjectIdBytes

      com.google.protobuf.ByteString getProjectIdBytes()
       Cloud project ID, e.g. "spanner-cloud-systest".
       
      string project_id = 1;
      Returns:
      The bytes for projectId.
    • getInstanceId

      String getInstanceId()
       Cloud instance ID (not path) to list backups from, e.g. "test-instance".
       
      string instance_id = 2;
      Returns:
      The instanceId.
    • getInstanceIdBytes

      com.google.protobuf.ByteString getInstanceIdBytes()
       Cloud instance ID (not path) to list backups from, e.g. "test-instance".
       
      string instance_id = 2;
      Returns:
      The bytes for instanceId.
    • getFilter

      String getFilter()
       A filter expression that filters backups listed in the response.
       The expression must specify the field name, a comparison operator,
       and the value that you want to use for filtering.
       Refer backup.proto.ListBackupsRequest for detail.
       
      string filter = 3;
      Returns:
      The filter.
    • getFilterBytes

      com.google.protobuf.ByteString getFilterBytes()
       A filter expression that filters backups listed in the response.
       The expression must specify the field name, a comparison operator,
       and the value that you want to use for filtering.
       Refer backup.proto.ListBackupsRequest for detail.
       
      string filter = 3;
      Returns:
      The bytes for filter.
    • getPageSize

      int getPageSize()
       Number of backups to be returned in the response. If 0 or
       less, defaults to the server's maximum allowed page size.
       
      int32 page_size = 4;
      Returns:
      The pageSize.
    • getPageToken

      String getPageToken()
       If non-empty, "page_token" should contain a next_page_token
       from a previous ListBackupsResponse to the same "parent"
       and with the same "filter".
       
      string page_token = 5;
      Returns:
      The pageToken.
    • getPageTokenBytes

      com.google.protobuf.ByteString getPageTokenBytes()
       If non-empty, "page_token" should contain a next_page_token
       from a previous ListBackupsResponse to the same "parent"
       and with the same "filter".
       
      string page_token = 5;
      Returns:
      The bytes for pageToken.