public final class BackupSchedule extends GeneratedMessageV3 implements BackupScheduleOrBuilder
BackupSchedule expresses the automated backup creation specification for a Spanner database. Next ID: 10
Protobuf type google.spanner.admin.database.v1.BackupSchedule
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > BackupScheduleImplements
BackupScheduleOrBuilderStatic Fields
ENCRYPTION_CONFIG_FIELD_NUMBER
public static final int ENCRYPTION_CONFIG_FIELD_NUMBER
Field Value | |
---|---|
Type | Description |
int |
FULL_BACKUP_SPEC_FIELD_NUMBER
public static final int FULL_BACKUP_SPEC_FIELD_NUMBER
Field Value | |
---|---|
Type | Description |
int |
INCREMENTAL_BACKUP_SPEC_FIELD_NUMBER
public static final int INCREMENTAL_BACKUP_SPEC_FIELD_NUMBER
Field Value | |
---|---|
Type | Description |
int |
NAME_FIELD_NUMBER
public static final int NAME_FIELD_NUMBER
Field Value | |
---|---|
Type | Description |
int |
RETENTION_DURATION_FIELD_NUMBER
public static final int RETENTION_DURATION_FIELD_NUMBER
Field Value | |
---|---|
Type | Description |
int |
SPEC_FIELD_NUMBER
public static final int SPEC_FIELD_NUMBER
Field Value | |
---|---|
Type | Description |
int |
UPDATE_TIME_FIELD_NUMBER
public static final int UPDATE_TIME_FIELD_NUMBER
Field Value | |
---|---|
Type | Description |
int |
Static Methods
getDefaultInstance()
public static BackupSchedule getDefaultInstance()
Returns | |
---|---|
Type | Description |
BackupSchedule |
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns | |
---|---|
Type | Description |
Descriptor |
newBuilder()
public static BackupSchedule.Builder newBuilder()
Returns | |
---|---|
Type | Description |
BackupSchedule.Builder |
newBuilder(BackupSchedule prototype)
public static BackupSchedule.Builder newBuilder(BackupSchedule prototype)
Parameter | |
---|---|
Name | Description |
prototype |
BackupSchedule |
Returns | |
---|---|
Type | Description |
BackupSchedule.Builder |
parseDelimitedFrom(InputStream input)
public static BackupSchedule parseDelimitedFrom(InputStream input)
Parameter | |
---|---|
Name | Description |
input |
InputStream |
Returns | |
---|---|
Type | Description |
BackupSchedule |
Exceptions | |
---|---|
Type | Description |
IOException |
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static BackupSchedule parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
BackupSchedule |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(byte[] data)
public static BackupSchedule parseFrom(byte[] data)
Parameter | |
---|---|
Name | Description |
data |
byte[] |
Returns | |
---|---|
Type | Description |
BackupSchedule |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static BackupSchedule parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
data |
byte[] |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
BackupSchedule |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data)
public static BackupSchedule parseFrom(ByteString data)
Parameter | |
---|---|
Name | Description |
data |
ByteString |
Returns | |
---|---|
Type | Description |
|