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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetDatabase()optional string database = 3;com.google.protobuf.ByteStringgetDatabaseBytes()optional string database = 3;StringgetExternalId()string external_id = 5;com.google.protobuf.ByteStringgetExternalIdBytes()string external_id = 5;StringgetTable()optional string table = 4;com.google.protobuf.ByteStringgetTableBytes()optional string table = 4;StringgetType()optional string type = 2;com.google.protobuf.ByteStringgetTypeBytes()optional string type = 2;booleanhasDatabase()optional string database = 3;booleanhasTable()optional string table = 4;booleanhasType()optional string type = 2;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
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.
-
-