Class UpdateAppProfileRequest (2.32.0)

UpdateAppProfileRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Request message for BigtableInstanceAdmin.UpdateAppProfile.

Attributes

Name Description
app_profile google.cloud.bigtable_admin_v2.types.AppProfile
Required. The app profile which will (partially) replace the current value.
update_mask google.protobuf.field_mask_pb2.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.