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
data array

Optional. Data for populating the Message object.

↳ app_profile Google\Cloud\Bigtable\Admin\V2\AppProfile

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

↳ update_mask Google\Protobuf\FieldMask

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

↳ ignore_warnings bool

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
var Google\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
var Google\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
var bool
Returns
TypeDescription
$this