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 \ V2Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ parent
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}
.
↳ app_profile_id
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
Google\Cloud\Bigtable\Admin\V2\AppProfile
Required. The app profile to be created. Fields marked OutputOnly
will be ignored.
↳ ignore_warnings
bool
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}
.
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}
.
var
string
$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
.
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
.
var
string
$this
getAppProfile
Required. The app profile to be created.
Fields marked OutputOnly
will be ignored.
hasAppProfile
clearAppProfile
setAppProfile
Required. The app profile to be created.
Fields marked OutputOnly
will be ignored.
$this
getIgnoreWarnings
If true, ignore safety checks when creating the app profile.
bool
setIgnoreWarnings
If true, ignore safety checks when creating the app profile.
var
bool
$this
static::build
parent
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}
. Please see Google\Cloud\Bigtable\Admin\V2\BigtableInstanceAdminClient::instanceName()
for help formatting this field.
appProfileId
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
.
appProfile
Google\Cloud\Bigtable\Admin\V2\AppProfile
Required. The app profile to be created.
Fields marked OutputOnly
will be ignored.