Class Google::Cloud::Bigtable::Admin::V2::CreateAppProfileRequest (v0.8.1)

Request message for BigtableInstanceAdmin.CreateAppProfile.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#app_profile

def app_profile() -> ::Google::Cloud::Bigtable::Admin::V2::AppProfile
Returns

#app_profile=

def app_profile=(value) -> ::Google::Cloud::Bigtable::Admin::V2::AppProfile
Parameter
Returns

#app_profile_id

def app_profile_id() -> ::String
Returns
  • (::String) — 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.

#app_profile_id=

def app_profile_id=(value) -> ::String
Parameter
  • value (::String) — 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.
Returns
  • (::String) — 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.

#ignore_warnings

def ignore_warnings() -> ::Boolean
Returns
  • (::Boolean) — If true, ignore safety checks when creating the app profile.

#ignore_warnings=

def ignore_warnings=(value) -> ::Boolean
Parameter
  • value (::Boolean) — If true, ignore safety checks when creating the app profile.
Returns
  • (::Boolean) — If true, ignore safety checks when creating the app profile.

#parent

def parent() -> ::String
Returns
  • (::String) — Required. The unique name of the instance in which to create the new app profile. Values are of the form projects/{project}/instances/{instance}.

#parent=

def parent=(value) -> ::String
Parameter
  • value (::String) — Required. The unique name of the instance in which to create the new app profile. Values are of the form projects/{project}/instances/{instance}.
Returns
  • (::String) — Required. The unique name of the instance in which to create the new app profile. Values are of the form projects/{project}/instances/{instance}.