Class: Google::Bigtable::Admin::V2::CreateAppProfileRequest
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Bigtable::Admin::V2::CreateAppProfileRequest
 
 
- Defined in:
 - lib/google/cloud/bigtable/admin/v2/doc/google/bigtable/admin/v2/bigtable_instance_admin.rb
 
Overview
Request message for BigtableInstanceAdmin.CreateAppProfile.
Instance Attribute Summary collapse
- 
  
    
      #app_profile  ⇒ Google::Bigtable::Admin::V2::AppProfile 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The app profile to be created.
 - 
  
    
      #app_profile_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ID to be used when referring to the new app profile within its instance, e.g., just +myprofile+ rather than +projects/myproject/instances/myinstance/appProfiles/myprofile+.
 - 
  
    
      #ignore_warnings  ⇒ true, false 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
If true, ignore safety checks when creating the app profile.
 - 
  
    
      #parent  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The unique name of the instance in which to create the new app profile.
 
Instance Attribute Details
#app_profile ⇒ Google::Bigtable::Admin::V2::AppProfile
Returns The app profile to be created. Fields marked +OutputOnly+ will be ignored.
      221  | 
    
      # File 'lib/google/cloud/bigtable/admin/v2/doc/google/bigtable/admin/v2/bigtable_instance_admin.rb', line 221 class CreateAppProfileRequest; end  | 
  
#app_profile_id ⇒ String
Returns The ID to be used when referring to the new app profile within its instance, e.g., just +myprofile+ rather than +projects/myproject/instances/myinstance/appProfiles/myprofile+.
      221  | 
    
      # File 'lib/google/cloud/bigtable/admin/v2/doc/google/bigtable/admin/v2/bigtable_instance_admin.rb', line 221 class CreateAppProfileRequest; end  | 
  
#ignore_warnings ⇒ true, false
Returns If true, ignore safety checks when creating the app profile.
      221  | 
    
      # File 'lib/google/cloud/bigtable/admin/v2/doc/google/bigtable/admin/v2/bigtable_instance_admin.rb', line 221 class CreateAppProfileRequest; end  | 
  
#parent ⇒ String
Returns The unique name of the instance in which to create the new app profile.
Values are of the form
+projects/
      221  | 
    
      # File 'lib/google/cloud/bigtable/admin/v2/doc/google/bigtable/admin/v2/bigtable_instance_admin.rb', line 221 class CreateAppProfileRequest; end  |