Interface UpdateLogicalViewRequestOrBuilder

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

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

    Modifier and Type
    Method
    Description
    Required.
    Required.
    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

    • hasLogicalView

      boolean hasLogicalView()
       Required. The logical view to update.
      
       The logical view's `name` field is used to identify the view to update.
       Format:
       `projects/{project}/instances/{instance}/logicalViews/{logical_view}`.
       
      .google.bigtable.admin.v2.LogicalView logical_view = 1 [(.google.api.field_behavior) = REQUIRED];
      Returns:
      Whether the logicalView field is set.
    • getLogicalView

      LogicalView getLogicalView()
       Required. The logical view to update.
      
       The logical view's `name` field is used to identify the view to update.
       Format:
       `projects/{project}/instances/{instance}/logicalViews/{logical_view}`.
       
      .google.bigtable.admin.v2.LogicalView logical_view = 1 [(.google.api.field_behavior) = REQUIRED];
      Returns:
      The logicalView.
    • getLogicalViewOrBuilder

      LogicalViewOrBuilder getLogicalViewOrBuilder()
       Required. The logical view to update.
      
       The logical view's `name` field is used to identify the view to update.
       Format:
       `projects/{project}/instances/{instance}/logicalViews/{logical_view}`.
       
      .google.bigtable.admin.v2.LogicalView logical_view = 1 [(.google.api.field_behavior) = REQUIRED];
    • hasUpdateMask

      boolean hasUpdateMask()
       Optional. The list of fields to update.
       
      .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.
       
      .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.
       
      .google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = OPTIONAL];