public static final class ListDatabasesRequest.Builder extends GeneratedMessageV3.Builder<ListDatabasesRequest.Builder> implements ListDatabasesRequestOrBuilder
The request for ListDatabases.
Protobuf type google.spanner.admin.database.v1.ListDatabasesRequest
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > ListDatabasesRequest.BuilderImplements
ListDatabasesRequestOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns | |
---|---|
Type | Description |
Descriptor |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public ListDatabasesRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
value |
Object |
Returns | |
---|---|
Type | Description |
ListDatabasesRequest.Builder |
build()
public ListDatabasesRequest build()
Returns | |
---|---|
Type | Description |
ListDatabasesRequest |
buildPartial()
public ListDatabasesRequest buildPartial()
Returns | |
---|---|
Type | Description |
ListDatabasesRequest |
clear()
public ListDatabasesRequest.Builder clear()
Returns | |
---|---|
Type | Description |
ListDatabasesRequest.Builder |
clearField(Descriptors.FieldDescriptor field)
public ListDatabasesRequest.Builder clearField(Descriptors.FieldDescriptor field)
Parameter | |
---|---|
Name | Description |
field |
FieldDescriptor |
Returns | |
---|---|
Type | Description |
ListDatabasesRequest.Builder |
clearOneof(Descriptors.OneofDescriptor oneof)
public ListDatabasesRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter | |
---|---|
Name | Description |
oneof |
OneofDescriptor |
Returns | |
---|---|
Type | Description |
ListDatabasesRequest.Builder |
clearPageSize()
public ListDatabasesRequest.Builder clearPageSize()
Number of databases to be returned in the response. If 0 or less, defaults to the server's maximum allowed page size.
int32 page_size = 3;
Returns | |
---|---|
Type | Description |
ListDatabasesRequest.Builder |
This builder for chaining. |
clearPageToken()
public ListDatabasesRequest.Builder clearPageToken()
If non-empty, page_token
should contain a
next_page_token
from a previous
ListDatabasesResponse.
string page_token = 4;
Returns | |
---|---|
Type | Description |
ListDatabasesRequest.Builder |
This builder for chaining. |
clearParent()
public ListDatabasesRequest.Builder clearParent()
Required. The instance whose databases should be listed.
Values are of the form projects/<project>/instances/<instance>
.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns | |
---|---|
Type | Description |
ListDatabasesRequest.Builder |
This builder for chaining. |
clone()
public ListDatabasesRequest.Builder clone()
Returns | |
---|---|
Type | Description |
ListDatabasesRequest.Builder |
getDefaultInstanceForType()
public ListDatabasesRequest getDefaultInstanceForType()
Returns | |
---|---|
Type | Description |
ListDatabasesRequest |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Returns | |
---|---|
Type | Description |
Descriptor |
getPageSize()
public int getPageSize()
Number of databases to be returned in the response. If 0 or less, defaults to the server's maximum allowed page size.
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
ListDatabasesResponse.
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
ListDatabasesResponse.
string page_token = 4;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for pageToken. |
getParent()
public String getParent()
Required. The instance whose databases should be listed.
Values are of the form projects/<project>/instances/<instance>
.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns | |
---|---|
Type | Description |
String |
The parent. |
getParentBytes()
public ByteString getParentBytes()
Required. The instance whose databases should be listed.
Values are of the form projects/<project>/instances/<instance>
.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for parent. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns | |
---|---|
Type | Description |
FieldAccessorTable |