Class: Google::Bigtable::Admin::V2::CreateAppProfileRequest

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#app_profileGoogle::Bigtable::Admin::V2::AppProfile

Returns The app profile to be created. Fields marked +OutputOnly+ will be ignored.

Returns:



220
# File 'lib/google/cloud/bigtable/admin/v2/doc/google/bigtable/admin/v2/bigtable_instance_admin.rb', line 220

class CreateAppProfileRequest; end

#app_profile_idString

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+.

Returns:

  • (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+.



220
# File 'lib/google/cloud/bigtable/admin/v2/doc/google/bigtable/admin/v2/bigtable_instance_admin.rb', line 220

class CreateAppProfileRequest; end

#ignore_warningstrue, false

Returns If true, ignore safety checks when creating the app profile.

Returns:

  • (true, false)

    If true, ignore safety checks when creating the app profile.



220
# File 'lib/google/cloud/bigtable/admin/v2/doc/google/bigtable/admin/v2/bigtable_instance_admin.rb', line 220

class CreateAppProfileRequest; end

#parentString

Returns The unique name of the instance in which to create the new app profile. Values are of the form +projects//instances/+.

Returns:

  • (String)

    The unique name of the instance in which to create the new app profile. Values are of the form +projects//instances/+.



220
# File 'lib/google/cloud/bigtable/admin/v2/doc/google/bigtable/admin/v2/bigtable_instance_admin.rb', line 220

class CreateAppProfileRequest; end