Interface UpdateMaterializedViewMetadataOrBuilder

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

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

    Modifier and Type
    Method
    Description
    com.google.protobuf.Timestamp
    If set, the time at which this operation finished or was canceled.
    com.google.protobuf.TimestampOrBuilder
    If set, the time at which this operation finished or was canceled.
    The request that prompted the initiation of this UpdateMaterializedView operation.
    The request that prompted the initiation of this UpdateMaterializedView operation.
    com.google.protobuf.Timestamp
    The time at which this operation was started.
    com.google.protobuf.TimestampOrBuilder
    The time at which this operation was started.
    boolean
    If set, the time at which this operation finished or was canceled.
    boolean
    The request that prompted the initiation of this UpdateMaterializedView operation.
    boolean
    The time at which this operation was started.

    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

    • hasOriginalRequest

      boolean hasOriginalRequest()
       The request that prompted the initiation of this UpdateMaterializedView
       operation.
       
      .google.bigtable.admin.v2.UpdateMaterializedViewRequest original_request = 1;
      Returns:
      Whether the originalRequest field is set.
    • getOriginalRequest

      UpdateMaterializedViewRequest getOriginalRequest()
       The request that prompted the initiation of this UpdateMaterializedView
       operation.
       
      .google.bigtable.admin.v2.UpdateMaterializedViewRequest original_request = 1;
      Returns:
      The originalRequest.
    • getOriginalRequestOrBuilder

      UpdateMaterializedViewRequestOrBuilder getOriginalRequestOrBuilder()
       The request that prompted the initiation of this UpdateMaterializedView
       operation.
       
      .google.bigtable.admin.v2.UpdateMaterializedViewRequest original_request = 1;
    • hasStartTime

      boolean hasStartTime()
       The time at which this operation was started.
       
      .google.protobuf.Timestamp start_time = 2;
      Returns:
      Whether the startTime field is set.
    • getStartTime

      com.google.protobuf.Timestamp getStartTime()
       The time at which this operation was started.
       
      .google.protobuf.Timestamp start_time = 2;
      Returns:
      The startTime.
    • getStartTimeOrBuilder

      com.google.protobuf.TimestampOrBuilder getStartTimeOrBuilder()
       The time at which this operation was started.
       
      .google.protobuf.Timestamp start_time = 2;
    • hasEndTime

      boolean hasEndTime()
       If set, the time at which this operation finished or was canceled.
       
      .google.protobuf.Timestamp end_time = 3;
      Returns:
      Whether the endTime field is set.
    • getEndTime

      com.google.protobuf.Timestamp getEndTime()
       If set, the time at which this operation finished or was canceled.
       
      .google.protobuf.Timestamp end_time = 3;
      Returns:
      The endTime.
    • getEndTimeOrBuilder

      com.google.protobuf.TimestampOrBuilder getEndTimeOrBuilder()
       If set, the time at which this operation finished or was canceled.
       
      .google.protobuf.Timestamp end_time = 3;