Package com.cognite.client.dto
Interface Transformation.DestinationOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Transformation.Destination,Transformation.Destination.Builder
- Enclosing class:
- Transformation
public static interface Transformation.DestinationOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionoptional string database = 3;com.google.protobuf.ByteStringoptional string database = 3;string external_id = 5;com.google.protobuf.ByteStringstring external_id = 5;getTable()optional string table = 4;com.google.protobuf.ByteStringoptional string table = 4;getType()optional string type = 2;com.google.protobuf.ByteStringoptional string type = 2;booleanoptional string database = 3;booleanhasTable()optional string table = 4;booleanhasType()optional string type = 2;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
-
hasType
boolean hasType()optional string type = 2;- Returns:
- Whether the type field is set.
-
getType
String getType()optional string type = 2;- Returns:
- The type.
-
getTypeBytes
com.google.protobuf.ByteString getTypeBytes()optional string type = 2;- Returns:
- The bytes for type.
-
hasDatabase
boolean hasDatabase()optional string database = 3;- Returns:
- Whether the database field is set.
-
getDatabase
String getDatabase()optional string database = 3;- Returns:
- The database.
-
getDatabaseBytes
com.google.protobuf.ByteString getDatabaseBytes()optional string database = 3;- Returns:
- The bytes for database.
-
hasTable
boolean hasTable()optional string table = 4;- Returns:
- Whether the table field is set.
-
getTable
String getTable()optional string table = 4;- Returns:
- The table.
-
getTableBytes
com.google.protobuf.ByteString getTableBytes()optional string table = 4;- Returns:
- The bytes for table.
-
getExternalId
String getExternalId()string external_id = 5;- Returns:
- The externalId.
-
getExternalIdBytes
com.google.protobuf.ByteString getExternalIdBytes()string external_id = 5;- Returns:
- The bytes for externalId.
-