- 6.102.1 (latest)
- 6.102.0
- 6.101.1
- 6.100.0
- 6.99.0
- 6.98.1
- 6.97.1
- 6.96.1
- 6.95.1
- 6.94.0
- 6.93.0
- 6.89.0
- 6.88.0
- 6.87.0
- 6.86.0
- 6.85.0
- 6.83.0
- 6.82.0
- 6.80.1
- 6.79.0
- 6.77.0
- 6.74.1
- 6.72.0
- 6.71.0
- 6.69.0
- 6.68.0
- 6.66.0
- 6.65.1
- 6.62.0
- 6.60.0
- 6.58.0
- 6.57.0
- 6.56.0
- 6.55.0
- 6.54.0
- 6.53.0
- 6.52.1
- 6.51.0
- 6.50.1
- 6.49.0
- 6.25.1
- 6.24.0
- 6.23.4
- 6.22.0
- 6.21.2
- 6.20.0
- 6.19.1
- 6.18.0
- 6.17.4
- 6.14.1
public static final class ListCloudInstancesAction.Builder extends GeneratedMessageV3.Builder<ListCloudInstancesAction.Builder> implements ListCloudInstancesActionOrBuilderAction that lists Cloud Spanner databases.
 Protobuf type google.spanner.executor.v1.ListCloudInstancesAction
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > ListCloudInstancesAction.BuilderImplements
ListCloudInstancesActionOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description | 
| Descriptor | |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public ListCloudInstancesAction.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)| Parameters | |
|---|---|
| Name | Description | 
| field | FieldDescriptor | 
| value | Object | 
| Returns | |
|---|---|
| Type | Description | 
| ListCloudInstancesAction.Builder | |
build()
public ListCloudInstancesAction build()| Returns | |
|---|---|
| Type | Description | 
| ListCloudInstancesAction | |
buildPartial()
public ListCloudInstancesAction buildPartial()| Returns | |
|---|---|
| Type | Description | 
| ListCloudInstancesAction | |
clear()
public ListCloudInstancesAction.Builder clear()| Returns | |
|---|---|
| Type | Description | 
| ListCloudInstancesAction.Builder | |
clearField(Descriptors.FieldDescriptor field)
public ListCloudInstancesAction.Builder clearField(Descriptors.FieldDescriptor field)| Parameter | |
|---|---|
| Name | Description | 
| field | FieldDescriptor | 
| Returns | |
|---|---|
| Type | Description | 
| ListCloudInstancesAction.Builder | |
clearFilter()
public ListCloudInstancesAction.Builder clearFilter()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 | |
|---|---|
| Type | Description | 
| ListCloudInstancesAction.Builder | This builder for chaining. | 
clearOneof(Descriptors.OneofDescriptor oneof)
public ListCloudInstancesAction.Builder clearOneof(Descriptors.OneofDescriptor oneof)| Parameter | |
|---|---|
| Name | Description | 
| oneof | OneofDescriptor | 
| Returns | |
|---|---|
| Type | Description | 
| ListCloudInstancesAction.Builder | |
clearPageSize()
public ListCloudInstancesAction.Builder clearPageSize()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 | |
|---|---|
| Type | Description | 
| ListCloudInstancesAction.Builder | This builder for chaining. | 
clearPageToken()
public ListCloudInstancesAction.Builder clearPageToken()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 | |
|---|---|
| Type | Description | 
| ListCloudInstancesAction.Builder | This builder for chaining. | 
clearProjectId()
public ListCloudInstancesAction.Builder clearProjectId()Cloud project ID, e.g. "spanner-cloud-systest".
 string project_id = 1;
| Returns | |
|---|---|
| Type | Description | 
| ListCloudInstancesAction.Builder | This builder for chaining. | 
clone()
public ListCloudInstancesAction.Builder clone()| Returns | |
|---|---|
| Type | Description | 
| ListCloudInstancesAction.Builder | |
getDefaultInstanceForType()
public ListCloudInstancesAction getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description | 
| ListCloudInstancesAction | |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description | 
| Descriptor | |
getFilter()
public 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 | |
|---|---|
| Type | Description | 
| String | The filter. | 
getFilterBytes()
public 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 | |
|---|---|
| Type | Description | 
| ByteString | The bytes for filter. | 
getPageSize()
public 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 | |
|---|---|
| Type | Description | 
| int | The pageSize. | 
getPageToken()
public 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 | |
|---|---|
| Type | Description | 
| String | The pageToken. | 
getPageTokenBytes()
public 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 | |
|---|---|
| Type | Description | 
| ByteString | The bytes for pageToken. | 
getProjectId()
public String getProjectId()Cloud project ID, e.g. "spanner-cloud-systest".
 string project_id = 1;
| Returns | |
|---|---|
| Type | Description | 
| String | The projectId. | 
getProjectIdBytes()
public ByteString getProjectIdBytes()Cloud project ID, e.g. "spanner-cloud-systest".
 string project_id = 1;
| Returns | |
|---|---|
| Type | Description | 
| ByteString | The bytes for projectId. | 
hasFilter()
public 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 | |
|---|---|
| Type | Description | 
| boolean | Whether the filter field is set. | 
hasPageSize()
public 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 | |
|---|---|
| Type | Description | 
| boolean | Whether the pageSize field is set. | 
hasPageToken()
public 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 | |
|---|---|
| Type | Description | 
| boolean | Whether the pageToken field is set. | 
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description | 
| FieldAccessorTable | |
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description | 
| boolean | |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public ListCloudInstancesAction.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description | 
| input | CodedInputStream | 
| extensionRegistry | ExtensionRegistryLite | 
| Returns | |
|---|---|
| Type | Description | 
| ListCloudInstancesAction.Builder | |
| Exceptions | |
|---|---|
| Type | Description | 
| IOException | |
mergeFrom(Message other)
public ListCloudInstancesAction.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description | 
| other | Message | 
| Returns | |
|---|---|
| Type | Description | 
| ListCloudInstancesAction.Builder | |
mergeFrom(ListCloudInstancesAction other)
public ListCloudInstancesAction.Builder mergeFrom(ListCloudInstancesAction other)| Parameter | |
|---|---|
| Name | Description | 
| other | ListCloudInstancesAction | 
| Returns | |
|---|---|
| Type | Description | 
| ListCloudInstancesAction.Builder | |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final ListCloudInstancesAction.Builder mergeUnknownFields(UnknownFieldSet unknownFields)| Parameter | |
|---|---|
| Name | Description | 
| unknownFields | UnknownFieldSet | 
| Returns | |
|---|---|
| Type | Description | 
| ListCloudInstancesAction.Builder | |
setField(Descriptors.FieldDescriptor field, Object value)
public ListCloudInstancesAction.Builder setField(Descriptors.FieldDescriptor field, Object value)| Parameters | |
|---|---|
| Name | Description | 
| field | FieldDescriptor | 
| value | Object | 
| Returns | |
|---|---|
| Type | Description | 
| ListCloudInstancesAction.Builder | |
setFilter(String value)
public ListCloudInstancesAction.Builder setFilter(String value)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;
| Parameter | |
|---|---|
| Name | Description | 
| value | StringThe filter to set. | 
| Returns | |
|---|---|
| Type | Description | 
| ListCloudInstancesAction.Builder | This builder for chaining. | 
setFilterBytes(ByteString value)
public ListCloudInstancesAction.Builder setFilterBytes(ByteString value)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;
| Parameter | |
|---|---|
| Name | Description | 
| value | ByteStringThe bytes for filter to set. | 
| Returns | |
|---|---|
| Type | Description | 
| ListCloudInstancesAction.Builder | This builder for chaining. | 
setPageSize(int value)
public ListCloudInstancesAction.Builder setPageSize(int value)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;
| Parameter | |
|---|---|
| Name | Description | 
| value | intThe pageSize to set. | 
| Returns | |
|---|---|
| Type | Description | 
| ListCloudInstancesAction.Builder | This builder for chaining. | 
setPageToken(String value)
public ListCloudInstancesAction.Builder setPageToken(String value)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;
| Parameter | |
|---|---|
| Name | Description | 
| value | StringThe pageToken to set. | 
| Returns | |
|---|---|
| Type | Description | 
| ListCloudInstancesAction.Builder | This builder for chaining. | 
setPageTokenBytes(ByteString value)
public ListCloudInstancesAction.Builder setPageTokenBytes(ByteString value)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;
| Parameter | |
|---|---|
| Name | Description | 
| value | ByteStringThe bytes for pageToken to set. | 
| Returns | |
|---|---|
| Type | Description | 
| ListCloudInstancesAction.Builder | This builder for chaining. | 
setProjectId(String value)
public ListCloudInstancesAction.Builder setProjectId(String value)Cloud project ID, e.g. "spanner-cloud-systest".
 string project_id = 1;
| Parameter | |
|---|---|
| Name | Description | 
| value | StringThe projectId to set. | 
| Returns | |
|---|---|
| Type | Description | 
| ListCloudInstancesAction.Builder | This builder for chaining. | 
setProjectIdBytes(ByteString value)
public ListCloudInstancesAction.Builder setProjectIdBytes(ByteString value)Cloud project ID, e.g. "spanner-cloud-systest".
 string project_id = 1;
| Parameter | |
|---|---|
| Name | Description | 
| value | ByteStringThe bytes for projectId to set. | 
| Returns | |
|---|---|
| Type | Description | 
| ListCloudInstancesAction.Builder | This builder for chaining. | 
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public ListCloudInstancesAction.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)| Parameters | |
|---|---|
| Name | Description | 
| field | FieldDescriptor | 
| index | int | 
| value | Object | 
| Returns | |
|---|---|
| Type | Description | 
| ListCloudInstancesAction.Builder | |
setUnknownFields(UnknownFieldSet unknownFields)
public final ListCloudInstancesAction.Builder setUnknownFields(UnknownFieldSet unknownFields)| Parameter | |
|---|---|
| Name | Description | 
| unknownFields | UnknownFieldSet | 
| Returns | |
|---|---|
| Type | Description | 
| ListCloudInstancesAction.Builder | |