Cloud Bigtable V2 Client - Class CreateAppProfileRequest (2.3.0)

Reference documentation and code samples for the Cloud Bigtable V2 Client class CreateAppProfileRequest.

Request message for BigtableInstanceAdmin.CreateAppProfile.

Generated from protobuf message google.bigtable.admin.v2.CreateAppProfileRequest

Namespace

Google \ Cloud \ Bigtable \ Admin \ V2

Methods

__construct

Constructor.

Parameters
NameDescription
dataarray

Optional. Data for populating the Message object.

↳ parentstring

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

↳ app_profile_idstring

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_profileGoogle\Cloud\Bigtable\Admin\V2\AppProfile

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

↳ ignore_warningsbool

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

getParent

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
TypeDescription
string

setParent

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

Parameter
NameDescription
varstring
Returns
TypeDescription
$this

getAppProfileId

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
TypeDescription
string

setAppProfileId

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.

Parameter
NameDescription
varstring
Returns
TypeDescription
$this

getAppProfile

Required. The app profile to be created.

Fields marked OutputOnly will be ignored.

Returns
TypeDescription
Google\Cloud\Bigtable\Admin\V2\AppProfile|null

hasAppProfile

clearAppProfile

setAppProfile

Required. The app profile to be created.

Fields marked OutputOnly will be ignored.

Parameter
NameDescription
varGoogle\Cloud\Bigtable\Admin\V2\AppProfile
Returns
TypeDescription
$this

getIgnoreWarnings

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

Returns
TypeDescription
bool

setIgnoreWarnings

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

Parameter
NameDescription
varbool
Returns
TypeDescription
$this

static::build

Parameters
NameDescription
parentstring

Required. The unique name of the instance in which to create the new app profile. Values are of the form projects/{project}/instances/{instance}. Please see Google\Cloud\Bigtable\Admin\V2\BigtableInstanceAdminClient::instanceName() for help formatting this field.

appProfileIdstring

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.

appProfileGoogle\Cloud\Bigtable\Admin\V2\AppProfile

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

Returns
TypeDescription
Google\Cloud\Bigtable\Admin\V2\CreateAppProfileRequest