public interface UpdateAppProfileRequestOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
AppProfile |
getAppProfile()
The app profile which will (partially) replace the current value.
|
AppProfileOrBuilder |
getAppProfileOrBuilder()
The app profile which will (partially) replace the current value.
|
boolean |
getIgnoreWarnings()
If true, ignore safety checks when updating the app profile.
|
FieldMask |
getUpdateMask()
The subset of app profile fields which should be replaced.
|
FieldMaskOrBuilder |
getUpdateMaskOrBuilder()
The subset of app profile fields which should be replaced.
|
boolean |
hasAppProfile()
The app profile which will (partially) replace the current value.
|
boolean |
hasUpdateMask()
The subset of app profile fields which should be replaced.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
boolean hasAppProfile()
The app profile which will (partially) replace the current value.
.google.bigtable.admin.v2.AppProfile app_profile = 1;
AppProfile getAppProfile()
The app profile which will (partially) replace the current value.
.google.bigtable.admin.v2.AppProfile app_profile = 1;
AppProfileOrBuilder getAppProfileOrBuilder()
The app profile which will (partially) replace the current value.
.google.bigtable.admin.v2.AppProfile app_profile = 1;
boolean hasUpdateMask()
The subset of app profile fields which should be replaced. If unset, all fields will be replaced.
.google.protobuf.FieldMask update_mask = 2;
FieldMask getUpdateMask()
The subset of app profile fields which should be replaced. If unset, all fields will be replaced.
.google.protobuf.FieldMask update_mask = 2;
FieldMaskOrBuilder getUpdateMaskOrBuilder()
The subset of app profile fields which should be replaced. If unset, all fields will be replaced.
.google.protobuf.FieldMask update_mask = 2;
boolean getIgnoreWarnings()
If true, ignore safety checks when updating the app profile.
bool ignore_warnings = 3;