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 Type
    Method
    Description
    optional string database = 3;
    com.google.protobuf.ByteString
    optional string database = 3;
    optional .com.cognite.client.dto.Transformation.Destination.Datamodel data_model = 6;
    optional .com.cognite.client.dto.Transformation.Destination.Datamodel data_model = 6;
    string external_id = 5;
    com.google.protobuf.ByteString
    string external_id = 5;
    optional string instance_space = 7;
    com.google.protobuf.ByteString
    optional string instance_space = 7;
    optional string table = 4;
    com.google.protobuf.ByteString
    optional string table = 4;
    optional string type = 2;
    com.google.protobuf.ByteString
    optional string type = 2;
    boolean
    optional string database = 3;
    boolean
    optional .com.cognite.client.dto.Transformation.Destination.Datamodel data_model = 6;
    boolean
    optional string instance_space = 7;
    boolean
    optional string table = 4;
    boolean
    optional string type = 2;

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods 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.
    • hasDataModel

      boolean hasDataModel()
      optional .com.cognite.client.dto.Transformation.Destination.Datamodel data_model = 6;
      Returns:
      Whether the dataModel field is set.
    • getDataModel

      optional .com.cognite.client.dto.Transformation.Destination.Datamodel data_model = 6;
      Returns:
      The dataModel.
    • getDataModelOrBuilder

      optional .com.cognite.client.dto.Transformation.Destination.Datamodel data_model = 6;
    • hasInstanceSpace

      boolean hasInstanceSpace()
      optional string instance_space = 7;
      Returns:
      Whether the instanceSpace field is set.
    • getInstanceSpace

      String getInstanceSpace()
      optional string instance_space = 7;
      Returns:
      The instanceSpace.
    • getInstanceSpaceBytes

      com.google.protobuf.ByteString getInstanceSpaceBytes()
      optional string instance_space = 7;
      Returns:
      The bytes for instanceSpace.