public interface UpdateAppProfileRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
AppProfile |
getAppProfile()
Required.
|
AppProfileOrBuilder |
getAppProfileOrBuilder()
Required.
|
boolean |
getIgnoreWarnings()
If true, ignore safety checks when updating the app profile.
|
com.google.protobuf.FieldMask |
getUpdateMask()
Required.
|
com.google.protobuf.FieldMaskOrBuilder |
getUpdateMaskOrBuilder()
Required.
|
boolean |
hasAppProfile()
Required.
|
boolean |
hasUpdateMask()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean 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];
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];
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];
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];
com.google.protobuf.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];
com.google.protobuf.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];
boolean getIgnoreWarnings()
If true, ignore safety checks when updating the app profile.
bool ignore_warnings = 3;Copyright © 2023 Google LLC. All rights reserved.