All Downloads are FREE. Search and download functionalities are using the official Maven repository.

proto.com.cognite.client.dto.RawRowOrBuilder Maven / Gradle / Ivy

There is a newer version: 2.3.3
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: raw_row.proto

package com.cognite.client.dto;

public interface RawRowOrBuilder extends
    // @@protoc_insertion_point(interface_extends:com.cognite.beam.proto.RawRow)
    com.google.protobuf.MessageOrBuilder {

  /**
   * string db_name = 1;
   * @return The dbName.
   */
  java.lang.String getDbName();
  /**
   * string db_name = 1;
   * @return The bytes for dbName.
   */
  com.google.protobuf.ByteString
      getDbNameBytes();

  /**
   * string table_name = 2;
   * @return The tableName.
   */
  java.lang.String getTableName();
  /**
   * string table_name = 2;
   * @return The bytes for tableName.
   */
  com.google.protobuf.ByteString
      getTableNameBytes();

  /**
   * string key = 3;
   * @return The key.
   */
  java.lang.String getKey();
  /**
   * string key = 3;
   * @return The bytes for key.
   */
  com.google.protobuf.ByteString
      getKeyBytes();

  /**
   * optional int64 last_updated_time = 4;
   * @return Whether the lastUpdatedTime field is set.
   */
  boolean hasLastUpdatedTime();
  /**
   * optional int64 last_updated_time = 4;
   * @return The lastUpdatedTime.
   */
  long getLastUpdatedTime();

  /**
   * .google.protobuf.Struct columns = 5;
   * @return Whether the columns field is set.
   */
  boolean hasColumns();
  /**
   * .google.protobuf.Struct columns = 5;
   * @return The columns.
   */
  com.google.protobuf.Struct getColumns();
  /**
   * .google.protobuf.Struct columns = 5;
   */
  com.google.protobuf.StructOrBuilder getColumnsOrBuilder();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy