Interface TransformationOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    Transformation, Transformation.Builder

    public interface TransformationOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Detail

      • hasId

        boolean hasId()
        optional int64 id = 1;
        Returns:
        Whether the id field is set.
      • getId

        long getId()
        optional int64 id = 1;
        Returns:
        The id.
      • getName

        String getName()
        string name = 2;
        Returns:
        The name.
      • getNameBytes

        com.google.protobuf.ByteString getNameBytes()
        string name = 2;
        Returns:
        The bytes for name.
      • hasQuery

        boolean hasQuery()
        optional string query = 3;
        Returns:
        Whether the query field is set.
      • getQuery

        String getQuery()
        optional string query = 3;
        Returns:
        The query.
      • getQueryBytes

        com.google.protobuf.ByteString getQueryBytes()
        optional string query = 3;
        Returns:
        The bytes for query.
      • hasDestination

        boolean hasDestination()
        optional .com.cognite.beam.proto.Transformation.Destination destination = 4;
        Returns:
        Whether the destination field is set.
      • getDestination

        Transformation.Destination getDestination()
        optional .com.cognite.beam.proto.Transformation.Destination destination = 4;
        Returns:
        The destination.
      • hasConflictMode

        boolean hasConflictMode()
        optional string conflict_mode = 5;
        Returns:
        Whether the conflictMode field is set.
      • getConflictMode

        String getConflictMode()
        optional string conflict_mode = 5;
        Returns:
        The conflictMode.
      • getConflictModeBytes

        com.google.protobuf.ByteString getConflictModeBytes()
        optional string conflict_mode = 5;
        Returns:
        The bytes for conflictMode.
      • hasIsPublic

        boolean hasIsPublic()
        optional bool is_public = 6;
        Returns:
        Whether the isPublic field is set.
      • getIsPublic

        boolean getIsPublic()
        optional bool is_public = 6;
        Returns:
        The isPublic.
      • hasSourceApiKey

        boolean hasSourceApiKey()
        optional string source_api_key = 7;
        Returns:
        Whether the sourceApiKey field is set.
      • getSourceApiKey

        String getSourceApiKey()
        optional string source_api_key = 7;
        Returns:
        The sourceApiKey.
      • getSourceApiKeyBytes

        com.google.protobuf.ByteString getSourceApiKeyBytes()
        optional string source_api_key = 7;
        Returns:
        The bytes for sourceApiKey.
      • hasDestinationApiKey

        boolean hasDestinationApiKey()
        optional string destination_api_key = 8;
        Returns:
        Whether the destinationApiKey field is set.
      • getDestinationApiKey

        String getDestinationApiKey()
        optional string destination_api_key = 8;
        Returns:
        The destinationApiKey.
      • getDestinationApiKeyBytes

        com.google.protobuf.ByteString getDestinationApiKeyBytes()
        optional string destination_api_key = 8;
        Returns:
        The bytes for destinationApiKey.
      • hasSourceOidcCredentials

        boolean hasSourceOidcCredentials()
        optional .com.cognite.beam.proto.Transformation.FlatOidcCredentials source_oidc_credentials = 9;
        Returns:
        Whether the sourceOidcCredentials field is set.
      • getSourceOidcCredentials

        Transformation.FlatOidcCredentials getSourceOidcCredentials()
        optional .com.cognite.beam.proto.Transformation.FlatOidcCredentials source_oidc_credentials = 9;
        Returns:
        The sourceOidcCredentials.
      • hasDestinationOidcCredentials

        boolean hasDestinationOidcCredentials()
        optional .com.cognite.beam.proto.Transformation.FlatOidcCredentials destination_oidc_credentials = 10;
        Returns:
        Whether the destinationOidcCredentials field is set.
      • getDestinationOidcCredentials

        Transformation.FlatOidcCredentials getDestinationOidcCredentials()
        optional .com.cognite.beam.proto.Transformation.FlatOidcCredentials destination_oidc_credentials = 10;
        Returns:
        The destinationOidcCredentials.
      • getDestinationOidcCredentialsOrBuilder

        Transformation.FlatOidcCredentialsOrBuilder getDestinationOidcCredentialsOrBuilder()
        optional .com.cognite.beam.proto.Transformation.FlatOidcCredentials destination_oidc_credentials = 10;
      • getExternalId

        String getExternalId()
        string external_id = 11;
        Returns:
        The externalId.
      • getExternalIdBytes

        com.google.protobuf.ByteString getExternalIdBytes()
        string external_id = 11;
        Returns:
        The bytes for externalId.
      • getIgnoreNullFields

        boolean getIgnoreNullFields()
        bool ignore_null_fields = 12;
        Returns:
        The ignoreNullFields.
      • hasDataSetId

        boolean hasDataSetId()
        optional int64 data_set_id = 13;
        Returns:
        Whether the dataSetId field is set.
      • getDataSetId

        long getDataSetId()
        optional int64 data_set_id = 13;
        Returns:
        The dataSetId.
      • hasBlocked

        boolean hasBlocked()
        optional .com.cognite.beam.proto.Transformation.TransformBlockedInfo blocked = 14;
        Returns:
        Whether the blocked field is set.
      • hasCreatedTime

        boolean hasCreatedTime()
        optional int64 created_time = 15;
        Returns:
        Whether the createdTime field is set.
      • getCreatedTime

        long getCreatedTime()
        optional int64 created_time = 15;
        Returns:
        The createdTime.
      • hasLastUpdatedTime

        boolean hasLastUpdatedTime()
        optional int64 last_updated_time = 16;
        Returns:
        Whether the lastUpdatedTime field is set.
      • getLastUpdatedTime

        long getLastUpdatedTime()
        optional int64 last_updated_time = 16;
        Returns:
        The lastUpdatedTime.
      • hasOwner

        boolean hasOwner()
        optional .com.cognite.beam.proto.Transformation.Owner owner = 17;
        Returns:
        Whether the owner field is set.
      • getOwner

        Transformation.Owner getOwner()
        optional .com.cognite.beam.proto.Transformation.Owner owner = 17;
        Returns:
        The owner.
      • hasLastFinishedJob

        boolean hasLastFinishedJob()
        optional .com.cognite.beam.proto.Transformation.Job last_finished_job = 18;
        Returns:
        Whether the lastFinishedJob field is set.
      • getLastFinishedJob

        Transformation.Job getLastFinishedJob()
        optional .com.cognite.beam.proto.Transformation.Job last_finished_job = 18;
        Returns:
        The lastFinishedJob.
      • getLastFinishedJobOrBuilder

        Transformation.JobOrBuilder getLastFinishedJobOrBuilder()
        optional .com.cognite.beam.proto.Transformation.Job last_finished_job = 18;
      • hasRunningJob

        boolean hasRunningJob()
        optional .com.cognite.beam.proto.Transformation.Job running_job = 19;
        Returns:
        Whether the runningJob field is set.
      • getRunningJob

        Transformation.Job getRunningJob()
        optional .com.cognite.beam.proto.Transformation.Job running_job = 19;
        Returns:
        The runningJob.
      • getRunningJobOrBuilder

        Transformation.JobOrBuilder getRunningJobOrBuilder()
        optional .com.cognite.beam.proto.Transformation.Job running_job = 19;
      • hasSchedule

        boolean hasSchedule()
        optional .com.cognite.beam.proto.Transformation.Schedule schedule = 20;
        Returns:
        Whether the schedule field is set.
      • getSchedule

        Transformation.Schedule getSchedule()
        optional .com.cognite.beam.proto.Transformation.Schedule schedule = 20;
        Returns:
        The schedule.