Package com.google.spanner.executor.v1
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 TypeMethodDescriptionInstance returned by GetCloudInstanceActionInstance returned by GetCloudInstanceActiongetListedInstances(int index) List of instances returned by ListCloudInstancesAction.intList of instances returned by ListCloudInstancesAction.List of instances returned by ListCloudInstancesAction.getListedInstancesOrBuilder(int index) List of instances returned by ListCloudInstancesAction.List<? extends InstanceOrBuilder>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.booleanInstance returned by GetCloudInstanceActionMethods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getListedInstancesList
List of instances returned by ListCloudInstancesAction.
repeated .google.spanner.admin.instance.v1.Instance listed_instances = 1; -
getListedInstances
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
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;
-