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
Required.
-
#app_profile_id ⇒ String
Required.
-
#ignore_warnings ⇒ true, false
If true, ignore safety checks when creating the app profile.
-
#parent ⇒ String
Required.
Instance Attribute Details
#app_profile ⇒ Google::Bigtable::Admin::V2::AppProfile
Returns Required. The app profile to be created.
Fields marked OutputOnly
will be ignored.
219 |
# File 'lib/google/cloud/bigtable/admin/v2/doc/google/bigtable/admin/v2/bigtable_instance_admin.rb', line 219 class CreateAppProfileRequest; end |
#app_profile_id ⇒ String
Returns Required. 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
.
219 |
# File 'lib/google/cloud/bigtable/admin/v2/doc/google/bigtable/admin/v2/bigtable_instance_admin.rb', line 219 class CreateAppProfileRequest; end |
#ignore_warnings ⇒ true, false
Returns If true, ignore safety checks when creating the app profile.
219 |
# File 'lib/google/cloud/bigtable/admin/v2/doc/google/bigtable/admin/v2/bigtable_instance_admin.rb', line 219 class CreateAppProfileRequest; end |
#parent ⇒ String
Returns Required. The unique name of the instance in which to create the new app profile.
Values are of the form
projects/{project}/instances/{instance}
.
219 |
# File 'lib/google/cloud/bigtable/admin/v2/doc/google/bigtable/admin/v2/bigtable_instance_admin.rb', line 219 class CreateAppProfileRequest; end |