- 6.108.0 (latest)
- 6.107.0
- 6.103.0
- 6.102.1
- 6.101.1
- 6.100.0
- 6.99.0
- 6.98.1
- 6.97.1
- 6.96.1
- 6.95.1
- 6.94.0
- 6.93.0
- 6.89.0
- 6.88.0
- 6.87.0
- 6.86.0
- 6.85.0
- 6.83.0
- 6.82.0
- 6.80.1
- 6.79.0
- 6.77.0
- 6.74.1
- 6.72.0
- 6.71.0
- 6.69.0
- 6.68.0
- 6.66.0
- 6.65.1
- 6.62.0
- 6.60.0
- 6.58.0
- 6.57.0
- 6.56.0
- 6.55.0
- 6.54.0
- 6.53.0
- 6.52.1
- 6.51.0
- 6.50.1
- 6.49.0
- 6.25.1
- 6.24.0
- 6.23.4
- 6.22.0
- 6.21.2
- 6.20.0
- 6.19.1
- 6.18.0
- 6.17.4
- 6.14.1
public static final class UpdateBackupScheduleRequest.Builder extends GeneratedMessage.Builder<UpdateBackupScheduleRequest.Builder> implements UpdateBackupScheduleRequestOrBuilderThe request for UpdateBackupScheduleRequest.
Protobuf type google.spanner.admin.database.v1.UpdateBackupScheduleRequest
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > UpdateBackupScheduleRequest.BuilderImplements
UpdateBackupScheduleRequestOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public UpdateBackupScheduleRequest build()| Returns | |
|---|---|
| Type | Description |
UpdateBackupScheduleRequest |
|
buildPartial()
public UpdateBackupScheduleRequest buildPartial()| Returns | |
|---|---|
| Type | Description |
UpdateBackupScheduleRequest |
|
clear()
public UpdateBackupScheduleRequest.Builder clear()| Returns | |
|---|---|
| Type | Description |
UpdateBackupScheduleRequest.Builder |
|
clearBackupSchedule()
public UpdateBackupScheduleRequest.Builder clearBackupSchedule() Required. The backup schedule to update. backup_schedule.name, and the
fields to be updated as specified by update_mask are required. Other
fields are ignored.
.google.spanner.admin.database.v1.BackupSchedule backup_schedule = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
UpdateBackupScheduleRequest.Builder |
|
clearUpdateMask()
public UpdateBackupScheduleRequest.Builder clearUpdateMask()Required. A mask specifying which fields in the BackupSchedule resource should be updated. This mask is relative to the BackupSchedule resource, not to the request message. The field mask must always be specified; this prevents any future fields from being erased accidentally.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
UpdateBackupScheduleRequest.Builder |
|
getBackupSchedule()
public BackupSchedule getBackupSchedule() Required. The backup schedule to update. backup_schedule.name, and the
fields to be updated as specified by update_mask are required. Other
fields are ignored.
.google.spanner.admin.database.v1.BackupSchedule backup_schedule = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
BackupSchedule |
The backupSchedule. |
getBackupScheduleBuilder()
public BackupSchedule.Builder getBackupScheduleBuilder() Required. The backup schedule to update. backup_schedule.name, and the
fields to be updated as specified by update_mask are required. Other
fields are ignored.
.google.spanner.admin.database.v1.BackupSchedule backup_schedule = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
BackupSchedule.Builder |
|
getBackupScheduleOrBuilder()
public BackupScheduleOrBuilder getBackupScheduleOrBuilder() Required. The backup schedule to update. backup_schedule.name, and the
fields to be updated as specified by update_mask are required. Other
fields are ignored.
.google.spanner.admin.database.v1.BackupSchedule backup_schedule = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
BackupScheduleOrBuilder |
|
getDefaultInstanceForType()
public UpdateBackupScheduleRequest getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
UpdateBackupScheduleRequest |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getUpdateMask()
public FieldMask getUpdateMask()Required. A mask specifying which fields in the BackupSchedule resource should be updated. This mask is relative to the BackupSchedule resource, not to the request message. The field mask must always be specified; this prevents any future fields from being erased accidentally.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
FieldMask |
The updateMask. |
getUpdateMaskBuilder()
public FieldMask.Builder getUpdateMaskBuilder()Required. A mask specifying which fields in the BackupSchedule resource should be updated. This mask is relative to the BackupSchedule resource, not to the request message. The field mask must always be specified; this prevents any future fields from being erased accidentally.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
Builder |
|
getUpdateMaskOrBuilder()
public FieldMaskOrBuilder getUpdateMaskOrBuilder()Required. A mask specifying which fields in the BackupSchedule resource should be updated. This mask is relative to the BackupSchedule resource, not to the request message. The field mask must always be specified; this prevents any future fields from being erased accidentally.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
FieldMaskOrBuilder |
|
hasBackupSchedule()
public boolean hasBackupSchedule() Required. The backup schedule to update. backup_schedule.name, and the
fields to be updated as specified by update_mask are required. Other
fields are ignored.
.google.spanner.admin.database.v1.BackupSchedule backup_schedule = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the backupSchedule field is set. |
hasUpdateMask()
public boolean hasUpdateMask()Required. A mask specifying which fields in the BackupSchedule resource should be updated. This mask is relative to the BackupSchedule resource, not to the request message. The field mask must always be specified; this prevents any future fields from being erased accidentally.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the updateMask field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeBackupSchedule(BackupSchedule value)
public UpdateBackupScheduleRequest.Builder mergeBackupSchedule(BackupSchedule value) Required. The backup schedule to update. backup_schedule.name, and the
fields to be updated as specified by update_mask are required. Other
fields are ignored.
.google.spanner.admin.database.v1.BackupSchedule backup_schedule = 1 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
BackupSchedule |
| Returns | |
|---|---|
| Type | Description |
UpdateBackupScheduleRequest.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public UpdateBackupScheduleRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
UpdateBackupScheduleRequest.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public UpdateBackupScheduleRequest.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
UpdateBackupScheduleRequest.Builder |
|
mergeFrom(UpdateBackupScheduleRequest other)
public UpdateBackupScheduleRequest.Builder mergeFrom(UpdateBackupScheduleRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
UpdateBackupScheduleRequest |
| Returns | |
|---|---|
| Type | Description |
UpdateBackupScheduleRequest.Builder |
|
mergeUpdateMask(FieldMask value)
public UpdateBackupScheduleRequest.Builder mergeUpdateMask(FieldMask value)Required. A mask specifying which fields in the BackupSchedule resource should be updated. This mask is relative to the BackupSchedule resource, not to the request message. The field mask must always be specified; this prevents any future fields from being erased accidentally.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
FieldMask |
| Returns | |
|---|---|
| Type | Description |
UpdateBackupScheduleRequest.Builder |
|
setBackupSchedule(BackupSchedule value)
public UpdateBackupScheduleRequest.Builder setBackupSchedule(BackupSchedule value) Required. The backup schedule to update. backup_schedule.name, and the
fields to be updated as specified by update_mask are required. Other
fields are ignored.
.google.spanner.admin.database.v1.BackupSchedule backup_schedule = 1 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
BackupSchedule |
| Returns | |
|---|---|
| Type | Description |
UpdateBackupScheduleRequest.Builder |
|
setBackupSchedule(BackupSchedule.Builder builderForValue)
public UpdateBackupScheduleRequest.Builder setBackupSchedule(BackupSchedule.Builder builderForValue) Required. The backup schedule to update. backup_schedule.name, and the
fields to be updated as specified by update_mask are required. Other
fields are ignored.
.google.spanner.admin.database.v1.BackupSchedule backup_schedule = 1 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
BackupSchedule.Builder |
| Returns | |
|---|---|
| Type | Description |
UpdateBackupScheduleRequest.Builder |
|
setUpdateMask(FieldMask value)
public UpdateBackupScheduleRequest.Builder setUpdateMask(FieldMask value)Required. A mask specifying which fields in the BackupSchedule resource should be updated. This mask is relative to the BackupSchedule resource, not to the request message. The field mask must always be specified; this prevents any future fields from being erased accidentally.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
FieldMask |
| Returns | |
|---|---|
| Type | Description |
UpdateBackupScheduleRequest.Builder |
|
setUpdateMask(FieldMask.Builder builderForValue)
public UpdateBackupScheduleRequest.Builder setUpdateMask(FieldMask.Builder builderForValue)Required. A mask specifying which fields in the BackupSchedule resource should be updated. This mask is relative to the BackupSchedule resource, not to the request message. The field mask must always be specified; this prevents any future fields from being erased accidentally.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
Builder |
| Returns | |
|---|---|
| Type | Description |
UpdateBackupScheduleRequest.Builder |
|