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
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description booleancontainsMetadata(String key)map<string, string> metadata = 9;ExtractionPipeline.ContactgetContacts(int index)repeated .com.cognite.beam.proto.ExtractionPipeline.Contact contacts = 8;intgetContactsCount()repeated .com.cognite.beam.proto.ExtractionPipeline.Contact contacts = 8;List<ExtractionPipeline.Contact>getContactsList()repeated .com.cognite.beam.proto.ExtractionPipeline.Contact contacts = 8;ExtractionPipeline.ContactOrBuildergetContactsOrBuilder(int index)repeated .com.cognite.beam.proto.ExtractionPipeline.Contact contacts = 8;List<? extends ExtractionPipeline.ContactOrBuilder>getContactsOrBuilderList()repeated .com.cognite.beam.proto.ExtractionPipeline.Contact contacts = 8;StringgetCreatedBy()optional string created_by = 18;com.google.protobuf.ByteStringgetCreatedByBytes()optional string created_by = 18;longgetCreatedTime()optional int64 created_time = 16;longgetDataSetId()optional int64 data_set_id = 5;StringgetDescription()optional string description = 4;com.google.protobuf.ByteStringgetDescriptionBytes()optional string description = 4;StringgetDocumentation()optional string documentation = 11;com.google.protobuf.ByteStringgetDocumentationBytes()optional string documentation = 11;StringgetExternalId()optional string external_id = 2;com.google.protobuf.ByteStringgetExternalIdBytes()optional string external_id = 2;longgetId()optional int64 id = 1;longgetLastFailure()optional int64 last_failure = 13;StringgetLastMessage()optional string last_message = 14;com.google.protobuf.ByteStringgetLastMessageBytes()optional string last_message = 14;longgetLastSeen()optional int64 last_seen = 15;longgetLastSuccess()optional int64 last_success = 12;longgetLastUpdatedTime()optional int64 last_updated_time = 17;Map<String,String>getMetadata()Deprecated.intgetMetadataCount()map<string, string> metadata = 9;Map<String,String>getMetadataMap()map<string, string> metadata = 9;StringgetMetadataOrDefault(String key, String defaultValue)map<string, string> metadata = 9;StringgetMetadataOrThrow(String key)map<string, string> metadata = 9;StringgetName()optional string name = 3;com.google.protobuf.ByteStringgetNameBytes()optional string name = 3;ExtractionPipeline.RawTablegetRawTables(int index)repeated .com.cognite.beam.proto.ExtractionPipeline.RawTable raw_tables = 6;intgetRawTablesCount()repeated .com.cognite.beam.proto.ExtractionPipeline.RawTable raw_tables = 6;List<ExtractionPipeline.RawTable>getRawTablesList()repeated .com.cognite.beam.proto.ExtractionPipeline.RawTable raw_tables = 6;ExtractionPipeline.RawTableOrBuildergetRawTablesOrBuilder(int index)repeated .com.cognite.beam.proto.ExtractionPipeline.RawTable raw_tables = 6;List<? extends ExtractionPipeline.RawTableOrBuilder>getRawTablesOrBuilderList()repeated .com.cognite.beam.proto.ExtractionPipeline.RawTable raw_tables = 6;StringgetSchedule()optional string schedule = 7;com.google.protobuf.ByteStringgetScheduleBytes()optional string schedule = 7;StringgetSource()optional string source = 10;com.google.protobuf.ByteStringgetSourceBytes()optional string source = 10;booleanhasCreatedBy()optional string created_by = 18;booleanhasCreatedTime()optional int64 created_time = 16;booleanhasDataSetId()optional int64 data_set_id = 5;booleanhasDescription()optional string description = 4;booleanhasDocumentation()optional string documentation = 11;booleanhasExternalId()optional string external_id = 2;booleanhasId()optional int64 id = 1;booleanhasLastFailure()optional int64 last_failure = 13;booleanhasLastMessage()optional string last_message = 14;booleanhasLastSeen()optional int64 last_seen = 15;booleanhasLastSuccess()optional int64 last_success = 12;booleanhasLastUpdatedTime()optional int64 last_updated_time = 17;booleanhasName()optional string name = 3;booleanhasSchedule()optional string schedule = 7;booleanhasSource()optional string source = 10;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
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.
-
hasExternalId
boolean hasExternalId()
optional string external_id = 2;- Returns:
- Whether the externalId field is set.
-
getExternalId
String getExternalId()
optional string external_id = 2;- Returns:
- The externalId.
-
getExternalIdBytes
com.google.protobuf.ByteString getExternalIdBytes()
optional string external_id = 2;- Returns:
- The bytes for externalId.
-
hasName
boolean hasName()
optional string name = 3;- Returns:
- Whether the name field is set.
-
getName
String getName()
optional string name = 3;- Returns:
- The name.
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()
optional 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.
-
hasDataSetId
boolean hasDataSetId()
optional int64 data_set_id = 5;- Returns:
- Whether the dataSetId field is set.
-
getDataSetId
long getDataSetId()
optional int64 data_set_id = 5;- Returns:
- The dataSetId.
-
getRawTablesList
List<ExtractionPipeline.RawTable> getRawTablesList()
repeated .com.cognite.beam.proto.ExtractionPipeline.RawTable raw_tables = 6;
-
getRawTables
ExtractionPipeline.RawTable getRawTables(int index)
repeated .com.cognite.beam.proto.ExtractionPipeline.RawTable raw_tables = 6;
-
getRawTablesCount
int getRawTablesCount()
repeated .com.cognite.beam.proto.ExtractionPipeline.RawTable raw_tables = 6;
-
getRawTablesOrBuilderList
List<? extends ExtractionPipeline.RawTableOrBuilder> getRawTablesOrBuilderList()
repeated .com.cognite.beam.proto.ExtractionPipeline.RawTable raw_tables = 6;
-
getRawTablesOrBuilder
ExtractionPipeline.RawTableOrBuilder getRawTablesOrBuilder(int index)
repeated .com.cognite.beam.proto.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.beam.proto.ExtractionPipeline.Contact contacts = 8;
-
getContacts
ExtractionPipeline.Contact getContacts(int index)
repeated .com.cognite.beam.proto.ExtractionPipeline.Contact contacts = 8;
-
getContactsCount
int getContactsCount()
repeated .com.cognite.beam.proto.ExtractionPipeline.Contact contacts = 8;
-
getContactsOrBuilderList
List<? extends ExtractionPipeline.ContactOrBuilder> getContactsOrBuilderList()
repeated .com.cognite.beam.proto.ExtractionPipeline.Contact contacts = 8;
-
getContactsOrBuilder
ExtractionPipeline.ContactOrBuilder getContactsOrBuilder(int index)
repeated .com.cognite.beam.proto.ExtractionPipeline.Contact contacts = 8;
-
getMetadataCount
int getMetadataCount()
map<string, string> metadata = 9;
-
containsMetadata
boolean containsMetadata(String key)
map<string, string> metadata = 9;
-
getMetadata
@Deprecated Map<String,String> getMetadata()
Deprecated.UsegetMetadataMap()instead.
-
getMetadataOrDefault
String getMetadataOrDefault(String key, String defaultValue)
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.
-
-