Interface UpdateTableMetadataOrBuilder

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

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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      com.google.protobuf.Timestamp getEndTime()
      If set, the time at which this operation finished or was canceled.
      com.google.protobuf.TimestampOrBuilder getEndTimeOrBuilder()
      If set, the time at which this operation finished or was canceled.
      String getName()
      The name of the table being updated.
      com.google.protobuf.ByteString getNameBytes()
      The name of the table being updated.
      com.google.protobuf.Timestamp getStartTime()
      The time at which this operation started.
      com.google.protobuf.TimestampOrBuilder getStartTimeOrBuilder()
      The time at which this operation started.
      boolean hasEndTime()
      If set, the time at which this operation finished or was canceled.
      boolean hasStartTime()
      The time at which this operation 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 Detail

      • getName

        String getName()
         The name of the table being updated.
         
        string name = 1;
        Returns:
        The name.
      • getNameBytes

        com.google.protobuf.ByteString getNameBytes()
         The name of the table being updated.
         
        string name = 1;
        Returns:
        The bytes for name.
      • hasStartTime

        boolean hasStartTime()
         The time at which this operation 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 started.
         
        .google.protobuf.Timestamp start_time = 2;
        Returns:
        The startTime.
      • getStartTimeOrBuilder

        com.google.protobuf.TimestampOrBuilder getStartTimeOrBuilder()
         The time at which this operation 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;