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

proto.com.cognite.client.dto.ExtractionPipelineRunOrBuilder Maven / Gradle / Ivy

There is a newer version: 2.3.3
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: extraction_pipeline.proto

package com.cognite.client.dto;

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

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

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

  /**
   * .com.cognite.beam.proto.ExtractionPipelineRun.Status status = 3;
   * @return The enum numeric value on the wire for status.
   */
  int getStatusValue();
  /**
   * .com.cognite.beam.proto.ExtractionPipelineRun.Status status = 3;
   * @return The status.
   */
  com.cognite.client.dto.ExtractionPipelineRun.Status getStatus();

  /**
   * optional string message = 4;
   * @return Whether the message field is set.
   */
  boolean hasMessage();
  /**
   * optional string message = 4;
   * @return The message.
   */
  java.lang.String getMessage();
  /**
   * optional string message = 4;
   * @return The bytes for message.
   */
  com.google.protobuf.ByteString
      getMessageBytes();

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy