Class: Google::Bigtable::Admin::V2::UpdateAppProfileRequest
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Bigtable::Admin::V2::UpdateAppProfileRequest
 
 
- Defined in:
 - lib/google/cloud/bigtable/admin/v2/doc/google/bigtable/admin/v2/bigtable_instance_admin.rb
 
Overview
Request message for BigtableInstanceAdmin.UpdateAppProfile.
Instance Attribute Summary collapse
- 
  
    
      #app_profile  ⇒ Google::Bigtable::Admin::V2::AppProfile 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The app profile which will (partially) replace the current value.
 - 
  
    
      #ignore_warnings  ⇒ true, false 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
If true, ignore safety checks when updating the app profile.
 - 
  
    
      #update_mask  ⇒ Google::Protobuf::FieldMask 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The subset of app profile fields which should be replaced.
 
Instance Attribute Details
#app_profile ⇒ Google::Bigtable::Admin::V2::AppProfile
Returns The app profile which will (partially) replace the current value.
      262  | 
    
      # File 'lib/google/cloud/bigtable/admin/v2/doc/google/bigtable/admin/v2/bigtable_instance_admin.rb', line 262 class UpdateAppProfileRequest; end  | 
  
#ignore_warnings ⇒ true, false
Returns If true, ignore safety checks when updating the app profile.
      262  | 
    
      # File 'lib/google/cloud/bigtable/admin/v2/doc/google/bigtable/admin/v2/bigtable_instance_admin.rb', line 262 class UpdateAppProfileRequest; end  | 
  
#update_mask ⇒ Google::Protobuf::FieldMask
Returns The subset of app profile fields which should be replaced. If unset, all fields will be replaced.
      262  | 
    
      # File 'lib/google/cloud/bigtable/admin/v2/doc/google/bigtable/admin/v2/bigtable_instance_admin.rb', line 262 class UpdateAppProfileRequest; end  |