Cloud Bigtable V2 Client - Class UpdateAppProfileRequest (1.23.0)

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

Request message for BigtableInstanceAdmin.UpdateAppProfile.

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

Methods

__construct

Constructor.

Parameters
NameDescription
dataarray

Optional. Data for populating the Message object.

↳ app_profileGoogle\Cloud\Bigtable\Admin\V2\AppProfile

Required. The app profile which will (partially) replace the current value.

↳ update_maskGoogle\Protobuf\FieldMask

Required. The subset of app profile fields which should be replaced. If unset, all fields will be replaced.

↳ ignore_warningsbool

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

getAppProfile

Required. The app profile which will (partially) replace the current value.

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

hasAppProfile

clearAppProfile

setAppProfile

Required. The app profile which will (partially) replace the current value.

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

getUpdateMask

Required. The subset of app profile fields which should be replaced.

If unset, all fields will be replaced.

Returns
TypeDescription
Google\Protobuf\FieldMask|null

hasUpdateMask

clearUpdateMask

setUpdateMask

Required. The subset of app profile fields which should be replaced.

If unset, all fields will be replaced.

Parameter
NameDescription
varGoogle\Protobuf\FieldMask
Returns
TypeDescription
$this

getIgnoreWarnings

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

Returns
TypeDescription
bool

setIgnoreWarnings

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

Parameter
NameDescription
varbool
Returns
TypeDescription
$this