public static final class FullBackupSpec.Builder extends GeneratedMessage.Builder<FullBackupSpec.Builder> implements FullBackupSpecOrBuilderThe specification for full backups. A full backup stores the entire contents of the database at a given version time.
Protobuf type google.spanner.admin.database.v1.FullBackupSpec
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > FullBackupSpec.BuilderImplements
FullBackupSpecOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public FullBackupSpec build()| Returns | |
|---|---|
| Type | Description |
FullBackupSpec |
|
buildPartial()
public FullBackupSpec buildPartial()| Returns | |
|---|---|
| Type | Description |
FullBackupSpec |
|
clear()
public FullBackupSpec.Builder clear()| Returns | |
|---|---|
| Type | Description |
FullBackupSpec.Builder |
|
getDefaultInstanceForType()
public FullBackupSpec getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
FullBackupSpec |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public FullBackupSpec.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
FullBackupSpec.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public FullBackupSpec.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
FullBackupSpec.Builder |
|
mergeFrom(FullBackupSpec other)
public FullBackupSpec.Builder mergeFrom(FullBackupSpec other)| Parameter | |
|---|---|
| Name | Description |
other |
FullBackupSpec |
| Returns | |
|---|---|
| Type | Description |
FullBackupSpec.Builder |
|