Package com.cognite.client.dto
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 Summary
Modifier and TypeMethodDescriptionbooleancontainsMetadata(String key) map<string, string> metadata = 9;getContacts(int index) repeated .com.cognite.client.dto.ExtractionPipeline.Contact contacts = 8;intrepeated .com.cognite.client.dto.ExtractionPipeline.Contact contacts = 8;repeated .com.cognite.client.dto.ExtractionPipeline.Contact contacts = 8;getContactsOrBuilder(int index) repeated .com.cognite.client.dto.ExtractionPipeline.Contact contacts = 8;List<? extends ExtractionPipeline.ContactOrBuilder>repeated .com.cognite.client.dto.ExtractionPipeline.Contact contacts = 8;optional string created_by = 18;com.google.protobuf.ByteStringoptional string created_by = 18;longoptional int64 created_time = 16;longint64 data_set_id = 5;optional string description = 4;com.google.protobuf.ByteStringoptional string description = 4;optional string documentation = 11;com.google.protobuf.ByteStringoptional string documentation = 11;string external_id = 2;com.google.protobuf.ByteStringstring external_id = 2;longgetId()optional int64 id = 1;longoptional int64 last_failure = 13;optional string last_message = 14;com.google.protobuf.ByteStringoptional string last_message = 14;longoptional int64 last_seen = 15;longoptional int64 last_success = 12;longoptional int64 last_updated_time = 17;Deprecated.intmap<string, string> metadata = 9;map<string, string> metadata = 9;getMetadataOrDefault(String key, String defaultValue) map<string, string> metadata = 9;getMetadataOrThrow(String key) map<string, string> metadata = 9;getName()string name = 3;com.google.protobuf.ByteStringstring name = 3;getRawTables(int index) repeated .com.cognite.client.dto.ExtractionPipeline.RawTable raw_tables = 6;intrepeated .com.cognite.client.dto.ExtractionPipeline.RawTable raw_tables = 6;repeated .com.cognite.client.dto.ExtractionPipeline.RawTable raw_tables = 6;getRawTablesOrBuilder(int index) repeated .com.cognite.client.dto.ExtractionPipeline.RawTable raw_tables = 6;List<? extends ExtractionPipeline.RawTableOrBuilder>repeated .com.cognite.client.dto.ExtractionPipeline.RawTable raw_tables = 6;optional string schedule = 7;com.google.protobuf.ByteStringoptional string schedule = 7;optional string source = 10;com.google.protobuf.ByteStringoptional string source = 10;booleanoptional string created_by = 18;booleanoptional int64 created_time = 16;booleanoptional string description = 4;booleanoptional string documentation = 11;booleanhasId()optional int64 id = 1;booleanoptional int64 last_failure = 13;booleanoptional string last_message = 14;booleanoptional int64 last_seen = 15;booleanoptional int64 last_success = 12;booleanoptional int64 last_updated_time = 17;booleanoptional string schedule = 7;booleanoptional string source = 10;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
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.
-
getRawTablesList
List<ExtractionPipeline.RawTable> getRawTablesList()repeated .com.cognite.client.dto.ExtractionPipeline.RawTable raw_tables = 6; -
getRawTables
repeated .com.cognite.client.dto.ExtractionPipeline.RawTable raw_tables = 6; -
getRawTablesCount
int getRawTablesCount()repeated .com.cognite.client.dto.ExtractionPipeline.RawTable raw_tables = 6; -
getRawTablesOrBuilderList
List<? extends ExtractionPipeline.RawTableOrBuilder> getRawTablesOrBuilderList()repeated .com.cognite.client.dto.ExtractionPipeline.RawTable raw_tables = 6; -
getRawTablesOrBuilder
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.
-
getContactsList
List<ExtractionPipeline.Contact> getContactsList()repeated .com.cognite.client.dto.ExtractionPipeline.Contact contacts = 8; -
getContacts
repeated .com.cognite.client.dto.ExtractionPipeline.Contact contacts = 8; -
getContactsCount
int getContactsCount()repeated .com.cognite.client.dto.ExtractionPipeline.Contact contacts = 8; -
getContactsOrBuilderList
List<? extends ExtractionPipeline.ContactOrBuilder> getContactsOrBuilderList()repeated .com.cognite.client.dto.ExtractionPipeline.Contact contacts = 8; -
getContactsOrBuilder
repeated .com.cognite.client.dto.ExtractionPipeline.Contact contacts = 8; -
getMetadataCount
int getMetadataCount()map<string, string> metadata = 9; -
containsMetadata
map<string, string> metadata = 9; -
getMetadata
Deprecated.UsegetMetadataMap()instead. -
getMetadataMap
map<string, string> metadata = 9; -
getMetadataOrDefault
map<string, string> metadata = 9; -
getMetadataOrThrow
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.
-