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
Namespace
Google \ Cloud \ Bigtable \ Admin \ V2Methods
__construct
Constructor.
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.
hasAppProfile
clearAppProfile
setAppProfile
Required. The app profile which will (partially) replace the current value.
$this
getUpdateMask
Required. The subset of app profile fields which should be replaced.
If unset, all fields will be replaced.
hasUpdateMask
clearUpdateMask
setUpdateMask
Required. The subset of app profile fields which should be replaced.
If unset, all fields will be replaced.
$this
getIgnoreWarnings
If true, ignore safety checks when updating the app profile.
bool
setIgnoreWarnings
If true, ignore safety checks when updating the app profile.
var
bool
$this
static::build
appProfile
Google\Cloud\Bigtable\Admin\V2\AppProfile
Required. The app profile which will (partially) replace the current value.
updateMask
Google\Protobuf\FieldMask
Required. The subset of app profile fields which should be replaced. If unset, all fields will be replaced.