All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.cognite.client.dto.ExtractionPipelineOrBuilder Maven / Gradle / Ivy

// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: extraction_pipeline.proto

package com.cognite.client.dto;

public interface ExtractionPipelineOrBuilder extends
    // @@protoc_insertion_point(interface_extends:com.cognite.beam.proto.ExtractionPipeline)
    com.google.protobuf.MessageOrBuilder {

  /**
   * optional int64 id = 1;
   * @return Whether the id field is set.
   */
  boolean hasId();
  /**
   * optional int64 id = 1;
   * @return The id.
   */
  long getId();

  /**
   * optional string external_id = 2;
   * @return Whether the externalId field is set.
   */
  boolean hasExternalId();
  /**
   * optional string external_id = 2;
   * @return The externalId.
   */
  java.lang.String getExternalId();
  /**
   * optional string external_id = 2;
   * @return The bytes for externalId.
   */
  com.google.protobuf.ByteString
      getExternalIdBytes();

  /**
   * optional string name = 3;
   * @return Whether the name field is set.
   */
  boolean hasName();
  /**
   * optional string name = 3;
   * @return The name.
   */
  java.lang.String getName();
  /**
   * optional string name = 3;
   * @return The bytes for name.
   */
  com.google.protobuf.ByteString
      getNameBytes();

  /**
   * optional string description = 4;
   * @return Whether the description field is set.
   */
  boolean hasDescription();
  /**
   * optional string description = 4;
   * @return The description.
   */
  java.lang.String getDescription();
  /**
   * optional string description = 4;
   * @return The bytes for description.
   */
  com.google.protobuf.ByteString
      getDescriptionBytes();

  /**
   * optional int64 data_set_id = 5;
   * @return Whether the dataSetId field is set.
   */
  boolean hasDataSetId();
  /**
   * optional int64 data_set_id = 5;
   * @return The dataSetId.
   */
  long getDataSetId();

  /**
   * repeated .com.cognite.beam.proto.ExtractionPipeline.RawTable raw_tables = 6;
   */
  java.util.List 
      getRawTablesList();
  /**
   * repeated .com.cognite.beam.proto.ExtractionPipeline.RawTable raw_tables = 6;
   */
  com.cognite.client.dto.ExtractionPipeline.RawTable getRawTables(int index);
  /**
   * repeated .com.cognite.beam.proto.ExtractionPipeline.RawTable raw_tables = 6;
   */
  int getRawTablesCount();
  /**
   * repeated .com.cognite.beam.proto.ExtractionPipeline.RawTable raw_tables = 6;
   */
  java.util.List 
      getRawTablesOrBuilderList();
  /**
   * repeated .com.cognite.beam.proto.ExtractionPipeline.RawTable raw_tables = 6;
   */
  com.cognite.client.dto.ExtractionPipeline.RawTableOrBuilder getRawTablesOrBuilder(
      int index);

  /**
   * optional string schedule = 7;
   * @return Whether the schedule field is set.
   */
  boolean hasSchedule();
  /**
   * optional string schedule = 7;
   * @return The schedule.
   */
  java.lang.String getSchedule();
  /**
   * optional string schedule = 7;
   * @return The bytes for schedule.
   */
  com.google.protobuf.ByteString
      getScheduleBytes();

  /**
   * repeated .com.cognite.beam.proto.ExtractionPipeline.Contact contacts = 8;
   */
  java.util.List 
      getContactsList();
  /**
   * repeated .com.cognite.beam.proto.ExtractionPipeline.Contact contacts = 8;
   */
  com.cognite.client.dto.ExtractionPipeline.Contact getContacts(int index);
  /**
   * repeated .com.cognite.beam.proto.ExtractionPipeline.Contact contacts = 8;
   */
  int getContactsCount();
  /**
   * repeated .com.cognite.beam.proto.ExtractionPipeline.Contact contacts = 8;
   */
  java.util.List 
      getContactsOrBuilderList();
  /**
   * repeated .com.cognite.beam.proto.ExtractionPipeline.Contact contacts = 8;
   */
  com.cognite.client.dto.ExtractionPipeline.ContactOrBuilder getContactsOrBuilder(
      int index);

  /**
   * map<string, string> metadata = 9;
   */
  int getMetadataCount();
  /**
   * map<string, string> metadata = 9;
   */
  boolean containsMetadata(
      java.lang.String key);
  /**
   * Use {@link #getMetadataMap()} instead.
   */
  @java.lang.Deprecated
  java.util.Map
  getMetadata();
  /**
   * map<string, string> metadata = 9;
   */
  java.util.Map
  getMetadataMap();
  /**
   * map<string, string> metadata = 9;
   */

  java.lang.String getMetadataOrDefault(
      java.lang.String key,
      java.lang.String defaultValue);
  /**
   * map<string, string> metadata = 9;
   */

  java.lang.String getMetadataOrThrow(
      java.lang.String key);

  /**
   * optional string source = 10;
   * @return Whether the source field is set.
   */
  boolean hasSource();
  /**
   * optional string source = 10;
   * @return The source.
   */
  java.lang.String getSource();
  /**
   * optional string source = 10;
   * @return The bytes for source.
   */
  com.google.protobuf.ByteString
      getSourceBytes();

  /**
   * optional string documentation = 11;
   * @return Whether the documentation field is set.
   */
  boolean hasDocumentation();
  /**
   * optional string documentation = 11;
   * @return The documentation.
   */
  java.lang.String getDocumentation();
  /**
   * optional string documentation = 11;
   * @return The bytes for documentation.
   */
  com.google.protobuf.ByteString
      getDocumentationBytes();

  /**
   * optional int64 last_success = 12;
   * @return Whether the lastSuccess field is set.
   */
  boolean hasLastSuccess();
  /**
   * optional int64 last_success = 12;
   * @return The lastSuccess.
   */
  long getLastSuccess();

  /**
   * optional int64 last_failure = 13;
   * @return Whether the lastFailure field is set.
   */
  boolean hasLastFailure();
  /**
   * optional int64 last_failure = 13;
   * @return The lastFailure.
   */
  long getLastFailure();

  /**
   * optional string last_message = 14;
   * @return Whether the lastMessage field is set.
   */
  boolean hasLastMessage();
  /**
   * optional string last_message = 14;
   * @return The lastMessage.
   */
  java.lang.String getLastMessage();
  /**
   * optional string last_message = 14;
   * @return The bytes for lastMessage.
   */
  com.google.protobuf.ByteString
      getLastMessageBytes();

  /**
   * optional int64 last_seen = 15;
   * @return Whether the lastSeen field is set.
   */
  boolean hasLastSeen();
  /**
   * optional int64 last_seen = 15;
   * @return The lastSeen.
   */
  long getLastSeen();

  /**
   * optional int64 created_time = 16;
   * @return Whether the createdTime field is set.
   */
  boolean hasCreatedTime();
  /**
   * optional int64 created_time = 16;
   * @return The createdTime.
   */
  long getCreatedTime();

  /**
   * optional int64 last_updated_time = 17;
   * @return Whether the lastUpdatedTime field is set.
   */
  boolean hasLastUpdatedTime();
  /**
   * optional int64 last_updated_time = 17;
   * @return The lastUpdatedTime.
   */
  long getLastUpdatedTime();

  /**
   * optional string created_by = 18;
   * @return Whether the createdBy field is set.
   */
  boolean hasCreatedBy();
  /**
   * optional string created_by = 18;
   * @return The createdBy.
   */
  java.lang.String getCreatedBy();
  /**
   * optional string created_by = 18;
   * @return The bytes for createdBy.
   */
  com.google.protobuf.ByteString
      getCreatedByBytes();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy