Interface RawRowOrBuilder

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

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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      com.google.protobuf.Struct getColumns()
      .google.protobuf.Struct columns = 5;
      com.google.protobuf.StructOrBuilder getColumnsOrBuilder()
      .google.protobuf.Struct columns = 5;
      String getDbName()
      string db_name = 1;
      com.google.protobuf.ByteString getDbNameBytes()
      string db_name = 1;
      String getKey()
      string key = 3;
      com.google.protobuf.ByteString getKeyBytes()
      string key = 3;
      long getLastUpdatedTime()
      optional int64 last_updated_time = 4;
      String getTableName()
      string table_name = 2;
      com.google.protobuf.ByteString getTableNameBytes()
      string table_name = 2;
      boolean hasColumns()
      .google.protobuf.Struct columns = 5;
      boolean hasLastUpdatedTime()
      optional int64 last_updated_time = 4;
      • 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

      • getDbName

        String getDbName()
        string db_name = 1;
        Returns:
        The dbName.
      • getDbNameBytes

        com.google.protobuf.ByteString getDbNameBytes()
        string db_name = 1;
        Returns:
        The bytes for dbName.
      • getTableName

        String getTableName()
        string table_name = 2;
        Returns:
        The tableName.
      • getTableNameBytes

        com.google.protobuf.ByteString getTableNameBytes()
        string table_name = 2;
        Returns:
        The bytes for tableName.
      • getKey

        String getKey()
        string key = 3;
        Returns:
        The key.
      • getKeyBytes

        com.google.protobuf.ByteString getKeyBytes()
        string key = 3;
        Returns:
        The bytes for key.
      • hasLastUpdatedTime

        boolean hasLastUpdatedTime()
        optional int64 last_updated_time = 4;
        Returns:
        Whether the lastUpdatedTime field is set.
      • getLastUpdatedTime

        long getLastUpdatedTime()
        optional int64 last_updated_time = 4;
        Returns:
        The lastUpdatedTime.
      • hasColumns

        boolean hasColumns()
        .google.protobuf.Struct columns = 5;
        Returns:
        Whether the columns field is set.
      • getColumns

        com.google.protobuf.Struct getColumns()
        .google.protobuf.Struct columns = 5;
        Returns:
        The columns.
      • getColumnsOrBuilder

        com.google.protobuf.StructOrBuilder getColumnsOrBuilder()
        .google.protobuf.Struct columns = 5;