public static final class ListBackupSchedulesRequest.Builder extends GeneratedMessage.Builder<ListBackupSchedulesRequest.Builder> implements ListBackupSchedulesRequestOrBuilderThe request for FirestoreAdmin.ListBackupSchedules.
Protobuf type google.firestore.admin.v1.ListBackupSchedulesRequest
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > ListBackupSchedulesRequest.BuilderImplements
ListBackupSchedulesRequestOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public ListBackupSchedulesRequest build()| Returns | |
|---|---|
| Type | Description |
ListBackupSchedulesRequest |
|
buildPartial()
public ListBackupSchedulesRequest buildPartial()| Returns | |
|---|---|
| Type | Description |
ListBackupSchedulesRequest |
|
clear()
public ListBackupSchedulesRequest.Builder clear()| Returns | |
|---|---|
| Type | Description |
ListBackupSchedulesRequest.Builder |
|
clearParent()
public ListBackupSchedulesRequest.Builder clearParent()Required. The parent database.
Format is projects/{project}/databases/{database}.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
ListBackupSchedulesRequest.Builder |
This builder for chaining. |
getDefaultInstanceForType()
public ListBackupSchedulesRequest getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
ListBackupSchedulesRequest |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getParent()
public String getParent()Required. The parent database.
Format is projects/{project}/databases/{database}.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
String |
The parent. |
getParentBytes()
public ByteString getParentBytes()Required. The parent database.
Format is projects/{project}/databases/{database}.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for parent. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(ListBackupSchedulesRequest other)
public ListBackupSchedulesRequest.Builder mergeFrom(ListBackupSchedulesRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
ListBackupSchedulesRequest |
| Returns | |
|---|---|
| Type | Description |
ListBackupSchedulesRequest.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public ListBackupSchedulesRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
ListBackupSchedulesRequest.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public ListBackupSchedulesRequest.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
ListBackupSchedulesRequest.Builder |
|
setParent(String value)
public ListBackupSchedulesRequest.Builder setParent(String value)Required. The parent database.
Format is projects/{project}/databases/{database}.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe parent to set. |
| Returns | |
|---|---|
| Type | Description |
ListBackupSchedulesRequest.Builder |
This builder for chaining. |
setParentBytes(ByteString value)
public ListBackupSchedulesRequest.Builder setParentBytes(ByteString value)Required. The parent database.
Format is projects/{project}/databases/{database}.
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 |
ListBackupSchedulesRequest.Builder |
This builder for chaining. |