Class UpdateAuthorizedViewRequest.Builder

java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<BuilderT>
com.google.protobuf.GeneratedMessageV3.Builder<UpdateAuthorizedViewRequest.Builder>
com.google.bigtable.admin.v2.UpdateAuthorizedViewRequest.Builder
All Implemented Interfaces:
UpdateAuthorizedViewRequestOrBuilder, com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Cloneable
Enclosing class:
UpdateAuthorizedViewRequest

public static final class UpdateAuthorizedViewRequest.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<UpdateAuthorizedViewRequest.Builder> implements UpdateAuthorizedViewRequestOrBuilder
 The request for
 [UpdateAuthorizedView][google.bigtable.admin.v2.BigtableTableAdmin.UpdateAuthorizedView].
 
Protobuf type google.bigtable.admin.v2.UpdateAuthorizedViewRequest
  • Method Details

    • getDescriptor

      public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    • internalGetFieldAccessorTable

      protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
      Specified by:
      internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<UpdateAuthorizedViewRequest.Builder>
    • clear

      Specified by:
      clear in interface com.google.protobuf.Message.Builder
      Specified by:
      clear in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      clear in class com.google.protobuf.GeneratedMessageV3.Builder<UpdateAuthorizedViewRequest.Builder>
    • getDescriptorForType

      public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
      Specified by:
      getDescriptorForType in interface com.google.protobuf.Message.Builder
      Specified by:
      getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
      Overrides:
      getDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<UpdateAuthorizedViewRequest.Builder>
    • getDefaultInstanceForType

      public UpdateAuthorizedViewRequest getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder
    • build

      Specified by:
      build in interface com.google.protobuf.Message.Builder
      Specified by:
      build in interface com.google.protobuf.MessageLite.Builder
    • buildPartial

      public UpdateAuthorizedViewRequest buildPartial()
      Specified by:
      buildPartial in interface com.google.protobuf.Message.Builder
      Specified by:
      buildPartial in interface com.google.protobuf.MessageLite.Builder
    • clone

      Specified by:
      clone in interface com.google.protobuf.Message.Builder
      Specified by:
      clone in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      clone in class com.google.protobuf.GeneratedMessageV3.Builder<UpdateAuthorizedViewRequest.Builder>
    • setField

      public UpdateAuthorizedViewRequest.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
      Specified by:
      setField in interface com.google.protobuf.Message.Builder
      Overrides:
      setField in class com.google.protobuf.GeneratedMessageV3.Builder<UpdateAuthorizedViewRequest.Builder>
    • clearField

      public UpdateAuthorizedViewRequest.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
      Specified by:
      clearField in interface com.google.protobuf.Message.Builder
      Overrides:
      clearField in class com.google.protobuf.GeneratedMessageV3.Builder<UpdateAuthorizedViewRequest.Builder>
    • clearOneof

      public UpdateAuthorizedViewRequest.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
      Specified by:
      clearOneof in interface com.google.protobuf.Message.Builder
      Overrides:
      clearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<UpdateAuthorizedViewRequest.Builder>
    • setRepeatedField

      public UpdateAuthorizedViewRequest.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
      Specified by:
      setRepeatedField in interface com.google.protobuf.Message.Builder
      Overrides:
      setRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<UpdateAuthorizedViewRequest.Builder>
    • addRepeatedField

      public UpdateAuthorizedViewRequest.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
      Specified by:
      addRepeatedField in interface com.google.protobuf.Message.Builder
      Overrides:
      addRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<UpdateAuthorizedViewRequest.Builder>
    • mergeFrom

      public UpdateAuthorizedViewRequest.Builder mergeFrom(com.google.protobuf.Message other)
      Specified by:
      mergeFrom in interface com.google.protobuf.Message.Builder
      Overrides:
      mergeFrom in class com.google.protobuf.AbstractMessage.Builder<UpdateAuthorizedViewRequest.Builder>
    • mergeFrom

    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
      Overrides:
      isInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<UpdateAuthorizedViewRequest.Builder>
    • mergeFrom

      public UpdateAuthorizedViewRequest.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Specified by:
      mergeFrom in interface com.google.protobuf.Message.Builder
      Specified by:
      mergeFrom in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      mergeFrom in class com.google.protobuf.AbstractMessage.Builder<UpdateAuthorizedViewRequest.Builder>
      Throws:
      IOException
    • hasAuthorizedView

      public 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];
      Specified by:
      hasAuthorizedView in interface UpdateAuthorizedViewRequestOrBuilder
      Returns:
      Whether the authorizedView field is set.
    • getAuthorizedView

      public 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];
      Specified by:
      getAuthorizedView in interface UpdateAuthorizedViewRequestOrBuilder
      Returns:
      The authorizedView.
    • setAuthorizedView

      public UpdateAuthorizedViewRequest.Builder setAuthorizedView(AuthorizedView value)
       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];
    • setAuthorizedView

      public UpdateAuthorizedViewRequest.Builder setAuthorizedView(AuthorizedView.Builder builderForValue)
       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];
    • mergeAuthorizedView

      public UpdateAuthorizedViewRequest.Builder mergeAuthorizedView(AuthorizedView value)
       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];
    • clearAuthorizedView

      public UpdateAuthorizedViewRequest.Builder clearAuthorizedView()
       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];
    • getAuthorizedViewBuilder

      public AuthorizedView.Builder getAuthorizedViewBuilder()
       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];
    • getAuthorizedViewOrBuilder

      public 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];
      Specified by:
      getAuthorizedViewOrBuilder in interface UpdateAuthorizedViewRequestOrBuilder
    • hasUpdateMask

      public 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];
      Specified by:
      hasUpdateMask in interface UpdateAuthorizedViewRequestOrBuilder
      Returns:
      Whether the updateMask field is set.
    • getUpdateMask

      public 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];
      Specified by:
      getUpdateMask in interface UpdateAuthorizedViewRequestOrBuilder
      Returns:
      The updateMask.
    • setUpdateMask

      public UpdateAuthorizedViewRequest.Builder setUpdateMask(com.google.protobuf.FieldMask value)
       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];
    • setUpdateMask

      public UpdateAuthorizedViewRequest.Builder setUpdateMask(com.google.protobuf.FieldMask.Builder builderForValue)
       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];
    • mergeUpdateMask

      public UpdateAuthorizedViewRequest.Builder mergeUpdateMask(com.google.protobuf.FieldMask value)
       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];
    • clearUpdateMask

      public UpdateAuthorizedViewRequest.Builder clearUpdateMask()
       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];
    • getUpdateMaskBuilder

      public com.google.protobuf.FieldMask.Builder getUpdateMaskBuilder()
       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];
    • getUpdateMaskOrBuilder

      public 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];
      Specified by:
      getUpdateMaskOrBuilder in interface UpdateAuthorizedViewRequestOrBuilder
    • getIgnoreWarnings

      public boolean getIgnoreWarnings()
       Optional. If true, ignore the safety checks when updating the
       AuthorizedView.
       
      bool ignore_warnings = 3 [(.google.api.field_behavior) = OPTIONAL];
      Specified by:
      getIgnoreWarnings in interface UpdateAuthorizedViewRequestOrBuilder
      Returns:
      The ignoreWarnings.
    • setIgnoreWarnings

      public UpdateAuthorizedViewRequest.Builder setIgnoreWarnings(boolean value)
       Optional. If true, ignore the safety checks when updating the
       AuthorizedView.
       
      bool ignore_warnings = 3 [(.google.api.field_behavior) = OPTIONAL];
      Parameters:
      value - The ignoreWarnings to set.
      Returns:
      This builder for chaining.
    • clearIgnoreWarnings

      public UpdateAuthorizedViewRequest.Builder clearIgnoreWarnings()
       Optional. If true, ignore the safety checks when updating the
       AuthorizedView.
       
      bool ignore_warnings = 3 [(.google.api.field_behavior) = OPTIONAL];
      Returns:
      This builder for chaining.
    • setUnknownFields

      public final UpdateAuthorizedViewRequest.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
      Specified by:
      setUnknownFields in interface com.google.protobuf.Message.Builder
      Overrides:
      setUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<UpdateAuthorizedViewRequest.Builder>
    • mergeUnknownFields

      public final UpdateAuthorizedViewRequest.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
      Specified by:
      mergeUnknownFields in interface com.google.protobuf.Message.Builder
      Overrides:
      mergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<UpdateAuthorizedViewRequest.Builder>