Interface UpdateAppProfileRequestOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
UpdateAppProfileRequest, UpdateAppProfileRequest.Builder

public interface UpdateAppProfileRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    Required.
    Required.
    boolean
    If true, ignore safety checks when updating the app profile.
    com.google.protobuf.FieldMask
    Required.
    com.google.protobuf.FieldMaskOrBuilder
    Required.
    boolean
    Required.
    boolean
    Required.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • hasAppProfile

      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];
      Returns:
      Whether the appProfile field is set.
    • getAppProfile

      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];
      Returns:
      The appProfile.
    • getAppProfileOrBuilder

      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];
    • hasUpdateMask

      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];
      Returns:
      Whether the updateMask field is set.
    • getUpdateMask

      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];
      Returns:
      The updateMask.
    • getUpdateMaskOrBuilder

      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];
    • getIgnoreWarnings

      boolean getIgnoreWarnings()
       If true, ignore safety checks when updating the app profile.
       
      bool ignore_warnings = 3;
      Returns:
      The ignoreWarnings.