public interface UpdateAppProfileRequestOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getAppProfile()
public abstract AppProfile getAppProfile()
Required. The app profile which will (partially) replace the current value.
.google.bigtable.admin.v2.AppProfile app_profile = 1 [(.google.api.field_behavior) = REQUIRED];
Type | Description |
AppProfile | The appProfile. |
getAppProfileOrBuilder()
public abstract AppProfileOrBuilder getAppProfileOrBuilder()
Required. The app profile which will (partially) replace the current value.
.google.bigtable.admin.v2.AppProfile app_profile = 1 [(.google.api.field_behavior) = REQUIRED];
Type | Description |
AppProfileOrBuilder |
getIgnoreWarnings()
public abstract boolean getIgnoreWarnings()
If true, ignore safety checks when updating the app profile.
bool ignore_warnings = 3;
Type | Description |
boolean | The ignoreWarnings. |
getUpdateMask()
public abstract FieldMask getUpdateMask()
Required. The subset of app profile fields which should be replaced. If unset, all fields will be replaced.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];
Type | Description |
FieldMask | The updateMask. |
getUpdateMaskOrBuilder()
public abstract FieldMaskOrBuilder getUpdateMaskOrBuilder()
Required. The subset of app profile fields which should be replaced. If unset, all fields will be replaced.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];
Type | Description |
FieldMaskOrBuilder |
hasAppProfile()
public abstract boolean hasAppProfile()
Required. The app profile which will (partially) replace the current value.
.google.bigtable.admin.v2.AppProfile app_profile = 1 [(.google.api.field_behavior) = REQUIRED];
Type | Description |
boolean | Whether the appProfile field is set. |
hasUpdateMask()
public abstract boolean hasUpdateMask()
Required. The subset of app profile fields which should be replaced. If unset, all fields will be replaced.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];
Type | Description |
boolean | Whether the updateMask field is set. |