Package com.cognite.client.dto
Interface Transformation.Destination.DatamodelOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Transformation.Destination.Datamodel,Transformation.Destination.Datamodel.Builder
- Enclosing class:
- Transformation.Destination
public static interface Transformation.Destination.DatamodelOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionstring destination_relationship_from_type = 5;com.google.protobuf.ByteStringstring destination_relationship_from_type = 5;string destination_type = 4;com.google.protobuf.ByteStringstring destination_type = 4;string external_id = 2;com.google.protobuf.ByteStringstring external_id = 2;getSpace()string space = 1;com.google.protobuf.ByteStringstring space = 1;string version = 3;com.google.protobuf.ByteStringstring version = 3;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
-
getSpace
String getSpace()string space = 1;- Returns:
- The space.
-
getSpaceBytes
com.google.protobuf.ByteString getSpaceBytes()string space = 1;- Returns:
- The bytes for space.
-
getExternalId
String getExternalId()string external_id = 2;- Returns:
- The externalId.
-
getExternalIdBytes
com.google.protobuf.ByteString getExternalIdBytes()string external_id = 2;- Returns:
- The bytes for externalId.
-
getVersion
String getVersion()string version = 3;- Returns:
- The version.
-
getVersionBytes
com.google.protobuf.ByteString getVersionBytes()string version = 3;- Returns:
- The bytes for version.
-
getDestinationType
String getDestinationType()string destination_type = 4;- Returns:
- The destinationType.
-
getDestinationTypeBytes
com.google.protobuf.ByteString getDestinationTypeBytes()string destination_type = 4;- Returns:
- The bytes for destinationType.
-
getDestinationRelationshipFromType
String getDestinationRelationshipFromType()string destination_relationship_from_type = 5;- Returns:
- The destinationRelationshipFromType.
-
getDestinationRelationshipFromTypeBytes
com.google.protobuf.ByteString getDestinationRelationshipFromTypeBytes()string destination_relationship_from_type = 5;- Returns:
- The bytes for destinationRelationshipFromType.
-