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
Modifier and TypeMethodDescriptioncom.google.protobuf.Struct.google.protobuf.Struct columns = 5;com.google.protobuf.StructOrBuilder.google.protobuf.Struct columns = 5;string db_name = 1;com.google.protobuf.ByteStringstring db_name = 1;getKey()string key = 3;com.google.protobuf.ByteStringstring key = 3;longoptional int64 last_updated_time = 4;string table_name = 2;com.google.protobuf.ByteStringstring table_name = 2;boolean.google.protobuf.Struct columns = 5;booleanoptional int64 last_updated_time = 4;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
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;
-