Package com.cognite.client.dto
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.StructgetColumns().google.protobuf.Struct columns = 5;com.google.protobuf.StructOrBuildergetColumnsOrBuilder().google.protobuf.Struct columns = 5;StringgetDbName()string db_name = 1;com.google.protobuf.ByteStringgetDbNameBytes()string db_name = 1;StringgetKey()string key = 3;com.google.protobuf.ByteStringgetKeyBytes()string key = 3;longgetLastUpdatedTime()optional int64 last_updated_time = 4;StringgetTableName()string table_name = 2;com.google.protobuf.ByteStringgetTableNameBytes()string table_name = 2;booleanhasColumns().google.protobuf.Struct columns = 5;booleanhasLastUpdatedTime()optional int64 last_updated_time = 4;-
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;
-
-