public static final class ListDatabasesRequest.Builder extends GeneratedMessage.Builder<ListDatabasesRequest.Builder> implements ListDatabasesRequestOrBuilderA request to list the Firestore Databases in all locations for a project.
Protobuf type google.firestore.admin.v1.ListDatabasesRequest
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > ListDatabasesRequest.BuilderImplements
ListDatabasesRequestOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
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 |
|
clearParent()
public ListDatabasesRequest.Builder clearParent() Required. A parent name of the form
projects/{project_id}
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
ListDatabasesRequest.Builder |
This builder for chaining. |
clearShowDeleted()
public ListDatabasesRequest.Builder clearShowDeleted()If true, also returns deleted resources.
bool show_deleted = 4;
| Returns | |
|---|---|
| Type | Description |
ListDatabasesRequest.Builder |
This builder for chaining. |
getDefaultInstanceForType()
public ListDatabasesRequest getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
ListDatabasesRequest |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getParent()
public String getParent() Required. A parent name of the form
projects/{project_id}
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
String |
The parent. |
getParentBytes()
public ByteString getParentBytes() Required. A parent name of the form
projects/{project_id}
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for parent. |
getShowDeleted()
public boolean getShowDeleted()If true, also returns deleted resources.
bool show_deleted = 4;
| Returns | |
|---|---|
| Type | Description |
boolean |
The showDeleted. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(ListDatabasesRequest other)
public ListDatabasesRequest.Builder mergeFrom(ListDatabasesRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
ListDatabasesRequest |
| Returns | |
|---|---|
| Type | Description |
ListDatabasesRequest.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public ListDatabasesRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
ListDatabasesRequest.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public ListDatabasesRequest.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
ListDatabasesRequest.Builder |
|
setParent(String value)
public ListDatabasesRequest.Builder setParent(String value) Required. A parent name of the form
projects/{project_id}
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe parent to set. |
| Returns | |
|---|---|
| Type | Description |
ListDatabasesRequest.Builder |
This builder for chaining. |
setParentBytes(ByteString value)
public ListDatabasesRequest.Builder setParentBytes(ByteString value) Required. A parent name of the form
projects/{project_id}
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for parent to set. |
| Returns | |
|---|---|
| Type | Description |
ListDatabasesRequest.Builder |
This builder for chaining. |
setShowDeleted(boolean value)
public ListDatabasesRequest.Builder setShowDeleted(boolean value)If true, also returns deleted resources.
bool show_deleted = 4;
| Parameter | |
|---|---|
| Name | Description |
value |
booleanThe showDeleted to set. |
| Returns | |
|---|---|
| Type | Description |
ListDatabasesRequest.Builder |
This builder for chaining. |