Interface ExtractionPipelineOrBuilder

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

    public interface ExtractionPipelineOrBuilder
    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.
      • 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.
      • getName

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

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

        boolean hasDescription()
        optional string description = 4;
        Returns:
        Whether the description field is set.
      • getDescription

        String getDescription()
        optional string description = 4;
        Returns:
        The description.
      • getDescriptionBytes

        com.google.protobuf.ByteString getDescriptionBytes()
        optional string description = 4;
        Returns:
        The bytes for description.
      • getDataSetId

        long getDataSetId()
        int64 data_set_id = 5;
        Returns:
        The dataSetId.
      • getRawTables

        ExtractionPipeline.RawTable getRawTables​(int index)
        repeated .com.cognite.client.dto.ExtractionPipeline.RawTable raw_tables = 6;
      • getRawTablesCount

        int getRawTablesCount()
        repeated .com.cognite.client.dto.ExtractionPipeline.RawTable raw_tables = 6;
      • hasSchedule

        boolean hasSchedule()
        optional string schedule = 7;
        Returns:
        Whether the schedule field is set.
      • getSchedule

        String getSchedule()
        optional string schedule = 7;
        Returns:
        The schedule.
      • getScheduleBytes

        com.google.protobuf.ByteString getScheduleBytes()
        optional string schedule = 7;
        Returns:
        The bytes for schedule.
      • getContacts

        ExtractionPipeline.Contact getContacts​(int index)
        repeated .com.cognite.client.dto.ExtractionPipeline.Contact contacts = 8;
      • getContactsCount

        int getContactsCount()
        repeated .com.cognite.client.dto.ExtractionPipeline.Contact contacts = 8;
      • getMetadataCount

        int getMetadataCount()
        map<string, string> metadata = 9;
      • containsMetadata

        boolean containsMetadata​(String key)
        map<string, string> metadata = 9;
      • getMetadataMap

        Map<String,​String> getMetadataMap()
        map<string, string> metadata = 9;
      • getMetadataOrDefault

        String getMetadataOrDefault​(String key,
                                    String defaultValue)
        map<string, string> metadata = 9;
      • getMetadataOrThrow

        String getMetadataOrThrow​(String key)
        map<string, string> metadata = 9;
      • hasSource

        boolean hasSource()
        optional string source = 10;
        Returns:
        Whether the source field is set.
      • getSource

        String getSource()
        optional string source = 10;
        Returns:
        The source.
      • getSourceBytes

        com.google.protobuf.ByteString getSourceBytes()
        optional string source = 10;
        Returns:
        The bytes for source.
      • hasDocumentation

        boolean hasDocumentation()
        optional string documentation = 11;
        Returns:
        Whether the documentation field is set.
      • getDocumentation

        String getDocumentation()
        optional string documentation = 11;
        Returns:
        The documentation.
      • getDocumentationBytes

        com.google.protobuf.ByteString getDocumentationBytes()
        optional string documentation = 11;
        Returns:
        The bytes for documentation.
      • hasLastSuccess

        boolean hasLastSuccess()
        optional int64 last_success = 12;
        Returns:
        Whether the lastSuccess field is set.
      • getLastSuccess

        long getLastSuccess()
        optional int64 last_success = 12;
        Returns:
        The lastSuccess.
      • hasLastFailure

        boolean hasLastFailure()
        optional int64 last_failure = 13;
        Returns:
        Whether the lastFailure field is set.
      • getLastFailure

        long getLastFailure()
        optional int64 last_failure = 13;
        Returns:
        The lastFailure.
      • hasLastMessage

        boolean hasLastMessage()
        optional string last_message = 14;
        Returns:
        Whether the lastMessage field is set.
      • getLastMessage

        String getLastMessage()
        optional string last_message = 14;
        Returns:
        The lastMessage.
      • getLastMessageBytes

        com.google.protobuf.ByteString getLastMessageBytes()
        optional string last_message = 14;
        Returns:
        The bytes for lastMessage.
      • hasLastSeen

        boolean hasLastSeen()
        optional int64 last_seen = 15;
        Returns:
        Whether the lastSeen field is set.
      • getLastSeen

        long getLastSeen()
        optional int64 last_seen = 15;
        Returns:
        The lastSeen.
      • hasCreatedTime

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

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

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

        long getLastUpdatedTime()
        optional int64 last_updated_time = 17;
        Returns:
        The lastUpdatedTime.
      • hasCreatedBy

        boolean hasCreatedBy()
        optional string created_by = 18;
        Returns:
        Whether the createdBy field is set.
      • getCreatedBy

        String getCreatedBy()
        optional string created_by = 18;
        Returns:
        The createdBy.
      • getCreatedByBytes

        com.google.protobuf.ByteString getCreatedByBytes()
        optional string created_by = 18;
        Returns:
        The bytes for createdBy.