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

proto.com.cognite.client.dto.RawTableOrBuilder 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_table.proto

package com.cognite.client.dto;

public interface RawTableOrBuilder extends
    // @@protoc_insertion_point(interface_extends:com.cognite.beam.proto.RawTable)
    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();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy