Interface UpdateAuthorizedViewRequestOrBuilder

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

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

    Modifier and Type
    Method
    Description
    Required.
    Required.
    boolean
    Optional.
    com.google.protobuf.FieldMask
    Optional.
    com.google.protobuf.FieldMaskOrBuilder
    Optional.
    boolean
    Required.
    boolean
    Optional.

    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

    • hasAuthorizedView

      boolean hasAuthorizedView()
       Required. The AuthorizedView to update. The `name` in `authorized_view` is
       used to identify the AuthorizedView. AuthorizedView name must in this
       format:
       `projects/{project}/instances/{instance}/tables/{table}/authorizedViews/{authorized_view}`.
       
      .google.bigtable.admin.v2.AuthorizedView authorized_view = 1 [(.google.api.field_behavior) = REQUIRED];
      Returns:
      Whether the authorizedView field is set.
    • getAuthorizedView

      AuthorizedView getAuthorizedView()
       Required. The AuthorizedView to update. The `name` in `authorized_view` is
       used to identify the AuthorizedView. AuthorizedView name must in this
       format:
       `projects/{project}/instances/{instance}/tables/{table}/authorizedViews/{authorized_view}`.
       
      .google.bigtable.admin.v2.AuthorizedView authorized_view = 1 [(.google.api.field_behavior) = REQUIRED];
      Returns:
      The authorizedView.
    • getAuthorizedViewOrBuilder

      AuthorizedViewOrBuilder getAuthorizedViewOrBuilder()
       Required. The AuthorizedView to update. The `name` in `authorized_view` is
       used to identify the AuthorizedView. AuthorizedView name must in this
       format:
       `projects/{project}/instances/{instance}/tables/{table}/authorizedViews/{authorized_view}`.
       
      .google.bigtable.admin.v2.AuthorizedView authorized_view = 1 [(.google.api.field_behavior) = REQUIRED];
    • hasUpdateMask

      boolean hasUpdateMask()
       Optional. The list of fields to update.
       A mask specifying which fields in the AuthorizedView resource should be
       updated. This mask is relative to the AuthorizedView resource, not to the
       request message. A field will be overwritten if it is in the mask. If
       empty, all fields set in the request will be overwritten. A special value
       `*` means to overwrite all fields (including fields not set in the
       request).
       
      .google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = OPTIONAL];
      Returns:
      Whether the updateMask field is set.
    • getUpdateMask

      com.google.protobuf.FieldMask getUpdateMask()
       Optional. The list of fields to update.
       A mask specifying which fields in the AuthorizedView resource should be
       updated. This mask is relative to the AuthorizedView resource, not to the
       request message. A field will be overwritten if it is in the mask. If
       empty, all fields set in the request will be overwritten. A special value
       `*` means to overwrite all fields (including fields not set in the
       request).
       
      .google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = OPTIONAL];
      Returns:
      The updateMask.
    • getUpdateMaskOrBuilder

      com.google.protobuf.FieldMaskOrBuilder getUpdateMaskOrBuilder()
       Optional. The list of fields to update.
       A mask specifying which fields in the AuthorizedView resource should be
       updated. This mask is relative to the AuthorizedView resource, not to the
       request message. A field will be overwritten if it is in the mask. If
       empty, all fields set in the request will be overwritten. A special value
       `*` means to overwrite all fields (including fields not set in the
       request).
       
      .google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = OPTIONAL];
    • getIgnoreWarnings

      boolean getIgnoreWarnings()
       Optional. If true, ignore the safety checks when updating the
       AuthorizedView.
       
      bool ignore_warnings = 3 [(.google.api.field_behavior) = OPTIONAL];
      Returns:
      The ignoreWarnings.