Class: Google::Cloud::Firestore::Admin::V1::UpdateBackupScheduleRequest
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Cloud::Firestore::Admin::V1::UpdateBackupScheduleRequest
 
 
- Extended by:
 - Protobuf::MessageExts::ClassMethods
 
- Includes:
 - Protobuf::MessageExts
 
- Defined in:
 - proto_docs/google/firestore/admin/v1/firestore_admin.rb
 
Overview
The request for FirestoreAdmin.UpdateBackupSchedule.
Instance Attribute Summary collapse
- 
  
    
      #backup_schedule  ⇒ ::Google::Cloud::Firestore::Admin::V1::BackupSchedule 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Required.
 - 
  
    
      #update_mask  ⇒ ::Google::Protobuf::FieldMask 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The list of fields to be updated.
 
Instance Attribute Details
#backup_schedule ⇒ ::Google::Cloud::Firestore::Admin::V1::BackupSchedule
Returns Required. The backup schedule to update.
      176 177 178 179  | 
    
      # File 'proto_docs/google/firestore/admin/v1/firestore_admin.rb', line 176 class UpdateBackupScheduleRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end  | 
  
#update_mask ⇒ ::Google::Protobuf::FieldMask
Returns The list of fields to be updated.
      176 177 178 179  | 
    
      # File 'proto_docs/google/firestore/admin/v1/firestore_admin.rb', line 176 class UpdateBackupScheduleRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end  |