proto.com.cognite.client.dto.RawTableOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of cdf-sdk-java Show documentation
Show all versions of cdf-sdk-java Show documentation
Java SDK for reading and writing from/to CDF resources.
// 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