Package com.google.spanner.executor.v1
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 TypeMethodDescriptionA filter expression that filters what operations are returned in the response.com.google.protobuf.ByteStringA filter expression that filters what operations are returned in the response.intNumber 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.ByteStringIf 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.ByteStringCloud project ID, e.g.booleanA filter expression that filters what operations are returned in the response.booleanNumber of instances to be returned in the response.booleanIf 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
isInitializedMethods 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.
-