Reference documentation and code samples for the Cloud Bigtable Admin V2 API class Google::Cloud::Bigtable::Admin::V2::UpdateAppProfileRequest.
Request message for BigtableInstanceAdmin.UpdateAppProfile.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#app_profile
def app_profile() -> ::Google::Cloud::Bigtable::Admin::V2::AppProfile
Returns
- (::Google::Cloud::Bigtable::Admin::V2::AppProfile) — Required. The app profile which will (partially) replace the current value.
#app_profile=
def app_profile=(value) -> ::Google::Cloud::Bigtable::Admin::V2::AppProfile
Parameter
- value (::Google::Cloud::Bigtable::Admin::V2::AppProfile) — Required. The app profile which will (partially) replace the current value.
Returns
- (::Google::Cloud::Bigtable::Admin::V2::AppProfile) — Required. The app profile which will (partially) replace the current value.
#ignore_warnings
def ignore_warnings() -> ::Boolean
Returns
- (::Boolean) — If true, ignore safety checks when updating the app profile.
#ignore_warnings=
def ignore_warnings=(value) -> ::Boolean
Parameter
- value (::Boolean) — If true, ignore safety checks when updating the app profile.
Returns
- (::Boolean) — If true, ignore safety checks when updating the app profile.
#update_mask
def update_mask() -> ::Google::Protobuf::FieldMask
Returns
- (::Google::Protobuf::FieldMask) — Required. The subset of app profile fields which should be replaced. If unset, all fields will be replaced.
#update_mask=
def update_mask=(value) -> ::Google::Protobuf::FieldMask
Parameter
- value (::Google::Protobuf::FieldMask) — Required. The subset of app profile fields which should be replaced. If unset, all fields will be replaced.
Returns
- (::Google::Protobuf::FieldMask) — Required. The subset of app profile fields which should be replaced. If unset, all fields will be replaced.