Reference documentation and code samples for the Cloud Firestore Admin V1 API class Google::Cloud::Firestore::Admin::V1::UpdateBackupScheduleRequest.
The request for FirestoreAdmin.UpdateBackupSchedule.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#backup_schedule
def backup_schedule() -> ::Google::Cloud::Firestore::Admin::V1::BackupSchedule
Returns
- (::Google::Cloud::Firestore::Admin::V1::BackupSchedule) — Required. The backup schedule to update.
#backup_schedule=
def backup_schedule=(value) -> ::Google::Cloud::Firestore::Admin::V1::BackupSchedule
Parameter
- value (::Google::Cloud::Firestore::Admin::V1::BackupSchedule) — Required. The backup schedule to update.
Returns
- (::Google::Cloud::Firestore::Admin::V1::BackupSchedule) — Required. The backup schedule to update.
#update_mask
def update_mask() -> ::Google::Protobuf::FieldMask
Returns
- (::Google::Protobuf::FieldMask) — The list of fields to be updated.
#update_mask=
def update_mask=(value) -> ::Google::Protobuf::FieldMask
Parameter
- value (::Google::Protobuf::FieldMask) — The list of fields to be updated.
Returns
- (::Google::Protobuf::FieldMask) — The list of fields to be updated.