Interface ListCloudInstancesActionOrBuilder

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

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

    Modifier and Type
    Method
    Description
    A filter expression that filters what operations are returned in the response.
    com.google.protobuf.ByteString
    A filter expression that filters what operations are returned in the response.
    int
    Number of instances to be returned in the response.
    If non-empty, "page_token" should contain a next_page_token from a previous ListInstancesResponse 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 ListInstancesResponse to the same "parent" and with the same "filter".
    Cloud project ID, e.g.
    com.google.protobuf.ByteString
    Cloud project ID, e.g.
    boolean
    A filter expression that filters what operations are returned in the response.
    boolean
    Number of instances to be returned in the response.
    boolean
    If non-empty, "page_token" should contain a next_page_token from a previous ListInstancesResponse to the same "parent" and with the same "filter".

    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.
    • hasFilter

      boolean hasFilter()
       A filter expression that filters what operations are returned in the
       response.
       The expression must specify the field name, a comparison operator,
       and the value that you want to use for filtering.
       Refer spanner_instance_admin.proto.ListInstancesRequest for
       detail.
       
      optional string filter = 2;
      Returns:
      Whether the filter field is set.
    • getFilter

      String getFilter()
       A filter expression that filters what operations are returned in the
       response.
       The expression must specify the field name, a comparison operator,
       and the value that you want to use for filtering.
       Refer spanner_instance_admin.proto.ListInstancesRequest for
       detail.
       
      optional string filter = 2;
      Returns:
      The filter.
    • getFilterBytes

      com.google.protobuf.ByteString getFilterBytes()
       A filter expression that filters what operations are returned in the
       response.
       The expression must specify the field name, a comparison operator,
       and the value that you want to use for filtering.
       Refer spanner_instance_admin.proto.ListInstancesRequest for
       detail.
       
      optional string filter = 2;
      Returns:
      The bytes for filter.
    • hasPageSize

      boolean hasPageSize()
       Number of instances to be returned in the response. If 0 or
       less, defaults to the server's maximum allowed page size.
       
      optional int32 page_size = 3;
      Returns:
      Whether the pageSize field is set.
    • getPageSize

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

      boolean hasPageToken()
       If non-empty, "page_token" should contain a next_page_token
       from a previous ListInstancesResponse to the same "parent"
       and with the same "filter".
       
      optional string page_token = 4;
      Returns:
      Whether the pageToken field is set.
    • getPageToken

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

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