Interface CloudInstanceResponseOrBuilder

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

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

    Modifier and Type
    Method
    Description
    Instance returned by GetCloudInstanceAction
    Instance returned by GetCloudInstanceAction
    getListedInstances(int index)
    List of instances returned by ListCloudInstancesAction.
    int
    List of instances returned by ListCloudInstancesAction.
    List of instances returned by ListCloudInstancesAction.
    List of instances returned by ListCloudInstancesAction.
    List of instances returned by ListCloudInstancesAction.
    "next_page_token" can be sent in a subsequent list action to fetch more of the matching data.
    com.google.protobuf.ByteString
    "next_page_token" can be sent in a subsequent list action to fetch more of the matching data.
    boolean
    Instance returned by GetCloudInstanceAction

    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

    • getListedInstancesList

      List<Instance> getListedInstancesList()
       List of instances returned by ListCloudInstancesAction.
       
      repeated .google.spanner.admin.instance.v1.Instance listed_instances = 1;
    • getListedInstances

      Instance getListedInstances(int index)
       List of instances returned by ListCloudInstancesAction.
       
      repeated .google.spanner.admin.instance.v1.Instance listed_instances = 1;
    • getListedInstancesCount

      int getListedInstancesCount()
       List of instances returned by ListCloudInstancesAction.
       
      repeated .google.spanner.admin.instance.v1.Instance listed_instances = 1;
    • getListedInstancesOrBuilderList

      List<? extends InstanceOrBuilder> getListedInstancesOrBuilderList()
       List of instances returned by ListCloudInstancesAction.
       
      repeated .google.spanner.admin.instance.v1.Instance listed_instances = 1;
    • getListedInstancesOrBuilder

      InstanceOrBuilder getListedInstancesOrBuilder(int index)
       List of instances returned by ListCloudInstancesAction.
       
      repeated .google.spanner.admin.instance.v1.Instance listed_instances = 1;
    • getNextPageToken

      String getNextPageToken()
       "next_page_token" can be sent in a subsequent list action
       to fetch more of the matching data.
       
      string next_page_token = 2;
      Returns:
      The nextPageToken.
    • getNextPageTokenBytes

      com.google.protobuf.ByteString getNextPageTokenBytes()
       "next_page_token" can be sent in a subsequent list action
       to fetch more of the matching data.
       
      string next_page_token = 2;
      Returns:
      The bytes for nextPageToken.
    • hasInstance

      boolean hasInstance()
       Instance returned by GetCloudInstanceAction
       
      .google.spanner.admin.instance.v1.Instance instance = 3;
      Returns:
      Whether the instance field is set.
    • getInstance

      Instance getInstance()
       Instance returned by GetCloudInstanceAction
       
      .google.spanner.admin.instance.v1.Instance instance = 3;
      Returns:
      The instance.
    • getInstanceOrBuilder

      InstanceOrBuilder getInstanceOrBuilder()
       Instance returned by GetCloudInstanceAction
       
      .google.spanner.admin.instance.v1.Instance instance = 3;