Interface ListCloudInstanceConfigsActionOrBuilder

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

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

    Modifier and Type
    Method
    Description
    int
    Number of instance configs to be returned in the response.
    If non-empty, "page_token" should contain a next_page_token from a previous ListInstanceConfigsResponse to the same "parent".
    com.google.protobuf.ByteString
    If non-empty, "page_token" should contain a next_page_token from a previous ListInstanceConfigsResponse to the same "parent".
    Cloud project ID, e.g.
    com.google.protobuf.ByteString
    Cloud project ID, e.g.
    boolean
    Number of instance configs to be returned in the response.
    boolean
    If non-empty, "page_token" should contain a next_page_token from a previous ListInstanceConfigsResponse to the same "parent".

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

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

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

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

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

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