Interface UpdateMaterializedViewRequestOrBuilder

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

public interface UpdateMaterializedViewRequestOrBuilder 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

    • hasMaterializedView

      boolean hasMaterializedView()
       Required. The materialized view to update.
      
       The materialized view's `name` field is used to identify the view to
       update. Format:
       `projects/{project}/instances/{instance}/materializedViews/{materialized_view}`.
       
      .google.bigtable.admin.v2.MaterializedView materialized_view = 1 [(.google.api.field_behavior) = REQUIRED];
      Returns:
      Whether the materializedView field is set.
    • getMaterializedView

      MaterializedView getMaterializedView()
       Required. The materialized view to update.
      
       The materialized view's `name` field is used to identify the view to
       update. Format:
       `projects/{project}/instances/{instance}/materializedViews/{materialized_view}`.
       
      .google.bigtable.admin.v2.MaterializedView materialized_view = 1 [(.google.api.field_behavior) = REQUIRED];
      Returns:
      The materializedView.
    • getMaterializedViewOrBuilder

      MaterializedViewOrBuilder getMaterializedViewOrBuilder()
       Required. The materialized view to update.
      
       The materialized view's `name` field is used to identify the view to
       update. Format:
       `projects/{project}/instances/{instance}/materializedViews/{materialized_view}`.
       
      .google.bigtable.admin.v2.MaterializedView materialized_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];