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 StructgetColumns().google.protobuf.Struct columns = 5;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;Int64ValuegetLastUpdatedTime().google.protobuf.Int64Value last_updated_time = 4;Int64ValueOrBuildergetLastUpdatedTimeOrBuilder().google.protobuf.Int64Value last_updated_time = 4;StringgetTableName()string table_name = 2;com.google.protobuf.ByteStringgetTableNameBytes()string table_name = 2;booleanhasColumns().google.protobuf.Struct columns = 5;booleanhasLastUpdatedTime().google.protobuf.Int64Value 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()
.google.protobuf.Int64Value last_updated_time = 4;- Returns:
- Whether the lastUpdatedTime field is set.
-
getLastUpdatedTime
Int64Value getLastUpdatedTime()
.google.protobuf.Int64Value last_updated_time = 4;- Returns:
- The lastUpdatedTime.
-
getLastUpdatedTimeOrBuilder
Int64ValueOrBuilder getLastUpdatedTimeOrBuilder()
.google.protobuf.Int64Value last_updated_time = 4;
-
hasColumns
boolean hasColumns()
.google.protobuf.Struct columns = 5;- Returns:
- Whether the columns field is set.
-
getColumns
Struct getColumns()
.google.protobuf.Struct columns = 5;- Returns:
- The columns.
-
getColumnsOrBuilder
StructOrBuilder getColumnsOrBuilder()
.google.protobuf.Struct columns = 5;
-
-