proto.com.cognite.client.dto.RawRowOrBuilder 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_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