public static final class DeleteDatabaseRequest.Builder extends GeneratedMessage.Builder<DeleteDatabaseRequest.Builder> implements DeleteDatabaseRequestOrBuilderThe request for FirestoreAdmin.DeleteDatabase.
Protobuf type google.firestore.admin.v1.DeleteDatabaseRequest
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > DeleteDatabaseRequest.BuilderImplements
DeleteDatabaseRequestOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public DeleteDatabaseRequest build()| Returns | |
|---|---|
| Type | Description |
DeleteDatabaseRequest |
|
buildPartial()
public DeleteDatabaseRequest buildPartial()| Returns | |
|---|---|
| Type | Description |
DeleteDatabaseRequest |
|
clear()
public DeleteDatabaseRequest.Builder clear()| Returns | |
|---|---|
| Type | Description |
DeleteDatabaseRequest.Builder |
|
clearEtag()
public DeleteDatabaseRequest.Builder clearEtag()The current etag of the Database. If an etag is provided and does not match the current etag of the database, deletion will be blocked and a FAILED_PRECONDITION error will be returned.
string etag = 3;
| Returns | |
|---|---|
| Type | Description |
DeleteDatabaseRequest.Builder |
This builder for chaining. |
clearName()
public DeleteDatabaseRequest.Builder clearName() Required. A name of the form
projects/{project_id}/databases/{database_id}
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
DeleteDatabaseRequest.Builder |
This builder for chaining. |
getDefaultInstanceForType()
public DeleteDatabaseRequest getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
DeleteDatabaseRequest |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getEtag()
public String getEtag()The current etag of the Database. If an etag is provided and does not match the current etag of the database, deletion will be blocked and a FAILED_PRECONDITION error will be returned.
string etag = 3;
| Returns | |
|---|---|
| Type | Description |
String |
The etag. |
getEtagBytes()
public ByteString getEtagBytes()The current etag of the Database. If an etag is provided and does not match the current etag of the database, deletion will be blocked and a FAILED_PRECONDITION error will be returned.
string etag = 3;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for etag. |
getName()
public String getName() Required. A name of the form
projects/{project_id}/databases/{database_id}
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
String |
The name. |
getNameBytes()
public ByteString getNameBytes() Required. A name of the form
projects/{project_id}/databases/{database_id}
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for name. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(DeleteDatabaseRequest other)
public DeleteDatabaseRequest.Builder mergeFrom(DeleteDatabaseRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
DeleteDatabaseRequest |
| Returns | |
|---|---|
| Type | Description |
DeleteDatabaseRequest.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public DeleteDatabaseRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
DeleteDatabaseRequest.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public DeleteDatabaseRequest.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
DeleteDatabaseRequest.Builder |
|
setEtag(String value)
public DeleteDatabaseRequest.Builder setEtag(String value)The current etag of the Database. If an etag is provided and does not match the current etag of the database, deletion will be blocked and a FAILED_PRECONDITION error will be returned.
string etag = 3;
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe etag to set. |
| Returns | |
|---|---|
| Type | Description |
DeleteDatabaseRequest.Builder |
This builder for chaining. |
setEtagBytes(ByteString value)
public DeleteDatabaseRequest.Builder setEtagBytes(ByteString value)The current etag of the Database. If an etag is provided and does not match the current etag of the database, deletion will be blocked and a FAILED_PRECONDITION error will be returned.
string etag = 3;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for etag to set. |
| Returns | |
|---|---|
| Type | Description |
DeleteDatabaseRequest.Builder |
This builder for chaining. |
setName(String value)
public DeleteDatabaseRequest.Builder setName(String value) Required. A name of the form
projects/{project_id}/databases/{database_id}
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe name to set. |
| Returns | |
|---|---|
| Type | Description |
DeleteDatabaseRequest.Builder |
This builder for chaining. |
setNameBytes(ByteString value)
public DeleteDatabaseRequest.Builder setNameBytes(ByteString value) Required. A name of the form
projects/{project_id}/databases/{database_id}
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for name to set. |
| Returns | |
|---|---|
| Type | Description |
DeleteDatabaseRequest.Builder |
This builder for chaining. |