proto.com.cognite.client.dto.ExtractionPipelineRunOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of cdf-sdk-java Show documentation
Show all versions of cdf-sdk-java Show documentation
Java SDK for reading and writing from/to CDF resources.
// 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