Package com.cognite.client.dto
Class ExtractionPipeline
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite
-
- com.google.protobuf.AbstractMessage
-
- com.google.protobuf.GeneratedMessageV3
-
- com.cognite.client.dto.ExtractionPipeline
-
- All Implemented Interfaces:
ExtractionPipelineOrBuilder,com.google.protobuf.Message,com.google.protobuf.MessageLite,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,Serializable
public final class ExtractionPipeline extends com.google.protobuf.GeneratedMessageV3 implements ExtractionPipelineOrBuilder
Protobuf typecom.cognite.beam.proto.ExtractionPipeline- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classExtractionPipeline.BuilderProtobuf typecom.cognite.beam.proto.ExtractionPipelinestatic classExtractionPipeline.ContactProtobuf typecom.cognite.beam.proto.ExtractionPipeline.Contactstatic interfaceExtractionPipeline.ContactOrBuilderstatic classExtractionPipeline.RawTableProtobuf typecom.cognite.beam.proto.ExtractionPipeline.RawTablestatic interfaceExtractionPipeline.RawTableOrBuilder-
Nested classes/interfaces inherited from class com.google.protobuf.GeneratedMessageV3
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter
-
-
Field Summary
Fields Modifier and Type Field Description static intCONTACTS_FIELD_NUMBERstatic intCREATED_BY_FIELD_NUMBERstatic intCREATED_TIME_FIELD_NUMBERstatic intDATA_SET_ID_FIELD_NUMBERstatic intDESCRIPTION_FIELD_NUMBERstatic intDOCUMENTATION_FIELD_NUMBERstatic intEXTERNAL_ID_FIELD_NUMBERstatic intID_FIELD_NUMBERstatic intLAST_FAILURE_FIELD_NUMBERstatic intLAST_MESSAGE_FIELD_NUMBERstatic intLAST_SEEN_FIELD_NUMBERstatic intLAST_SUCCESS_FIELD_NUMBERstatic intLAST_UPDATED_TIME_FIELD_NUMBERstatic intMETADATA_FIELD_NUMBERstatic intNAME_FIELD_NUMBERstatic intRAW_TABLES_FIELD_NUMBERstatic intSCHEDULE_FIELD_NUMBERstatic intSOURCE_FIELD_NUMBER
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description booleancontainsMetadata(String key)map<string, string> metadata = 9;booleanequals(Object obj)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;static ExtractionPipelinegetDefaultInstance()ExtractionPipelinegetDefaultInstanceForType()StringgetDescription()optional string description = 4;com.google.protobuf.ByteStringgetDescriptionBytes()optional string description = 4;static com.google.protobuf.Descriptors.DescriptorgetDescriptor()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;com.google.protobuf.Parser<ExtractionPipeline>getParserForType()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;intgetSerializedSize()StringgetSource()optional string source = 10;com.google.protobuf.ByteStringgetSourceBytes()optional string source = 10;com.google.protobuf.UnknownFieldSetgetUnknownFields()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;inthashCode()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;protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()protected com.google.protobuf.MapFieldinternalGetMapField(int number)booleanisInitialized()static ExtractionPipeline.BuildernewBuilder()static ExtractionPipeline.BuildernewBuilder(ExtractionPipeline prototype)ExtractionPipeline.BuildernewBuilderForType()protected ExtractionPipeline.BuildernewBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)protected ObjectnewInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)static ExtractionPipelineparseDelimitedFrom(InputStream input)static ExtractionPipelineparseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ExtractionPipelineparseFrom(byte[] data)static ExtractionPipelineparseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ExtractionPipelineparseFrom(com.google.protobuf.ByteString data)static ExtractionPipelineparseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ExtractionPipelineparseFrom(com.google.protobuf.CodedInputStream input)static ExtractionPipelineparseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ExtractionPipelineparseFrom(InputStream input)static ExtractionPipelineparseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ExtractionPipelineparseFrom(ByteBuffer data)static ExtractionPipelineparseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static com.google.protobuf.Parser<ExtractionPipeline>parser()ExtractionPipeline.BuildertoBuilder()voidwriteTo(com.google.protobuf.CodedOutputStream output)-
Methods inherited from class com.google.protobuf.GeneratedMessageV3
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, isStringEmpty, makeExtensionsImmutable, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
-
Methods inherited from class com.google.protobuf.AbstractMessage
findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite
addAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
-
-
-
Field Detail
-
ID_FIELD_NUMBER
public static final int ID_FIELD_NUMBER
- See Also:
- Constant Field Values
-
EXTERNAL_ID_FIELD_NUMBER
public static final int EXTERNAL_ID_FIELD_NUMBER
- See Also:
- Constant Field Values
-
NAME_FIELD_NUMBER
public static final int NAME_FIELD_NUMBER
- See Also:
- Constant Field Values
-
DESCRIPTION_FIELD_NUMBER
public static final int DESCRIPTION_FIELD_NUMBER
- See Also:
- Constant Field Values
-
DATA_SET_ID_FIELD_NUMBER
public static final int DATA_SET_ID_FIELD_NUMBER
- See Also:
- Constant Field Values
-
RAW_TABLES_FIELD_NUMBER
public static final int RAW_TABLES_FIELD_NUMBER
- See Also:
- Constant Field Values
-
SCHEDULE_FIELD_NUMBER
public static final int SCHEDULE_FIELD_NUMBER
- See Also:
- Constant Field Values
-
CONTACTS_FIELD_NUMBER
public static final int CONTACTS_FIELD_NUMBER
- See Also:
- Constant Field Values
-
METADATA_FIELD_NUMBER
public static final int METADATA_FIELD_NUMBER
- See Also:
- Constant Field Values
-
SOURCE_FIELD_NUMBER
public static final int SOURCE_FIELD_NUMBER
- See Also:
- Constant Field Values
-
DOCUMENTATION_FIELD_NUMBER
public static final int DOCUMENTATION_FIELD_NUMBER
- See Also:
- Constant Field Values
-
LAST_SUCCESS_FIELD_NUMBER
public static final int LAST_SUCCESS_FIELD_NUMBER
- See Also:
- Constant Field Values
-
LAST_FAILURE_FIELD_NUMBER
public static final int LAST_FAILURE_FIELD_NUMBER
- See Also:
- Constant Field Values
-
LAST_MESSAGE_FIELD_NUMBER
public static final int LAST_MESSAGE_FIELD_NUMBER
- See Also:
- Constant Field Values
-
LAST_SEEN_FIELD_NUMBER
public static final int LAST_SEEN_FIELD_NUMBER
- See Also:
- Constant Field Values
-
CREATED_TIME_FIELD_NUMBER
public static final int CREATED_TIME_FIELD_NUMBER
- See Also:
- Constant Field Values
-
LAST_UPDATED_TIME_FIELD_NUMBER
public static final int LAST_UPDATED_TIME_FIELD_NUMBER
- See Also:
- Constant Field Values
-
CREATED_BY_FIELD_NUMBER
public static final int CREATED_BY_FIELD_NUMBER
- See Also:
- Constant Field Values
-
-
Method Detail
-
newInstance
protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
- Overrides:
newInstancein classcom.google.protobuf.GeneratedMessageV3
-
getUnknownFields
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
- Specified by:
getUnknownFieldsin interfacecom.google.protobuf.MessageOrBuilder- Overrides:
getUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetMapField
protected com.google.protobuf.MapField internalGetMapField(int number)
- Overrides:
internalGetMapFieldin classcom.google.protobuf.GeneratedMessageV3
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTablein classcom.google.protobuf.GeneratedMessageV3
-
hasId
public boolean hasId()
optional int64 id = 1;- Specified by:
hasIdin interfaceExtractionPipelineOrBuilder- Returns:
- Whether the id field is set.
-
getId
public long getId()
optional int64 id = 1;- Specified by:
getIdin interfaceExtractionPipelineOrBuilder- Returns:
- The id.
-
hasExternalId
public boolean hasExternalId()
optional string external_id = 2;- Specified by:
hasExternalIdin interfaceExtractionPipelineOrBuilder- Returns:
- Whether the externalId field is set.
-
getExternalId
public String getExternalId()
optional string external_id = 2;- Specified by:
getExternalIdin interfaceExtractionPipelineOrBuilder- Returns:
- The externalId.
-
getExternalIdBytes
public com.google.protobuf.ByteString getExternalIdBytes()
optional string external_id = 2;- Specified by:
getExternalIdBytesin interfaceExtractionPipelineOrBuilder- Returns:
- The bytes for externalId.
-
hasName
public boolean hasName()
optional string name = 3;- Specified by:
hasNamein interfaceExtractionPipelineOrBuilder- Returns:
- Whether the name field is set.
-
getName
public String getName()
optional string name = 3;- Specified by:
getNamein interfaceExtractionPipelineOrBuilder- Returns:
- The name.
-
getNameBytes
public com.google.protobuf.ByteString getNameBytes()
optional string name = 3;- Specified by:
getNameBytesin interfaceExtractionPipelineOrBuilder- Returns:
- The bytes for name.
-
hasDescription
public boolean hasDescription()
optional string description = 4;- Specified by:
hasDescriptionin interfaceExtractionPipelineOrBuilder- Returns:
- Whether the description field is set.
-
getDescription
public String getDescription()
optional string description = 4;- Specified by:
getDescriptionin interfaceExtractionPipelineOrBuilder- Returns:
- The description.
-
getDescriptionBytes
public com.google.protobuf.ByteString getDescriptionBytes()
optional string description = 4;- Specified by:
getDescriptionBytesin interfaceExtractionPipelineOrBuilder- Returns:
- The bytes for description.
-
hasDataSetId
public boolean hasDataSetId()
optional int64 data_set_id = 5;- Specified by:
hasDataSetIdin interfaceExtractionPipelineOrBuilder- Returns:
- Whether the dataSetId field is set.
-
getDataSetId
public long getDataSetId()
optional int64 data_set_id = 5;- Specified by:
getDataSetIdin interfaceExtractionPipelineOrBuilder- Returns:
- The dataSetId.
-
getRawTablesList
public List<ExtractionPipeline.RawTable> getRawTablesList()
repeated .com.cognite.beam.proto.ExtractionPipeline.RawTable raw_tables = 6;- Specified by:
getRawTablesListin interfaceExtractionPipelineOrBuilder
-
getRawTablesOrBuilderList
public List<? extends ExtractionPipeline.RawTableOrBuilder> getRawTablesOrBuilderList()
repeated .com.cognite.beam.proto.ExtractionPipeline.RawTable raw_tables = 6;- Specified by:
getRawTablesOrBuilderListin interfaceExtractionPipelineOrBuilder
-
getRawTablesCount
public int getRawTablesCount()
repeated .com.cognite.beam.proto.ExtractionPipeline.RawTable raw_tables = 6;- Specified by:
getRawTablesCountin interfaceExtractionPipelineOrBuilder
-
getRawTables
public ExtractionPipeline.RawTable getRawTables(int index)
repeated .com.cognite.beam.proto.ExtractionPipeline.RawTable raw_tables = 6;- Specified by:
getRawTablesin interfaceExtractionPipelineOrBuilder
-
getRawTablesOrBuilder
public ExtractionPipeline.RawTableOrBuilder getRawTablesOrBuilder(int index)
repeated .com.cognite.beam.proto.ExtractionPipeline.RawTable raw_tables = 6;- Specified by:
getRawTablesOrBuilderin interfaceExtractionPipelineOrBuilder
-
hasSchedule
public boolean hasSchedule()
optional string schedule = 7;- Specified by:
hasSchedulein interfaceExtractionPipelineOrBuilder- Returns:
- Whether the schedule field is set.
-
getSchedule
public String getSchedule()
optional string schedule = 7;- Specified by:
getSchedulein interfaceExtractionPipelineOrBuilder- Returns:
- The schedule.
-
getScheduleBytes
public com.google.protobuf.ByteString getScheduleBytes()
optional string schedule = 7;- Specified by:
getScheduleBytesin interfaceExtractionPipelineOrBuilder- Returns:
- The bytes for schedule.
-
getContactsList
public List<ExtractionPipeline.Contact> getContactsList()
repeated .com.cognite.beam.proto.ExtractionPipeline.Contact contacts = 8;- Specified by:
getContactsListin interfaceExtractionPipelineOrBuilder
-
getContactsOrBuilderList
public List<? extends ExtractionPipeline.ContactOrBuilder> getContactsOrBuilderList()
repeated .com.cognite.beam.proto.ExtractionPipeline.Contact contacts = 8;- Specified by:
getContactsOrBuilderListin interfaceExtractionPipelineOrBuilder
-
getContactsCount
public int getContactsCount()
repeated .com.cognite.beam.proto.ExtractionPipeline.Contact contacts = 8;- Specified by:
getContactsCountin interfaceExtractionPipelineOrBuilder
-
getContacts
public ExtractionPipeline.Contact getContacts(int index)
repeated .com.cognite.beam.proto.ExtractionPipeline.Contact contacts = 8;- Specified by:
getContactsin interfaceExtractionPipelineOrBuilder
-
getContactsOrBuilder
public ExtractionPipeline.ContactOrBuilder getContactsOrBuilder(int index)
repeated .com.cognite.beam.proto.ExtractionPipeline.Contact contacts = 8;- Specified by:
getContactsOrBuilderin interfaceExtractionPipelineOrBuilder
-
getMetadataCount
public int getMetadataCount()
Description copied from interface:ExtractionPipelineOrBuildermap<string, string> metadata = 9;- Specified by:
getMetadataCountin interfaceExtractionPipelineOrBuilder
-
containsMetadata
public boolean containsMetadata(String key)
map<string, string> metadata = 9;- Specified by:
containsMetadatain interfaceExtractionPipelineOrBuilder
-
getMetadata
@Deprecated public Map<String,String> getMetadata()
Deprecated.UsegetMetadataMap()instead.- Specified by:
getMetadatain interfaceExtractionPipelineOrBuilder
-
getMetadataMap
public Map<String,String> getMetadataMap()
map<string, string> metadata = 9;- Specified by:
getMetadataMapin interfaceExtractionPipelineOrBuilder
-
getMetadataOrDefault
public String getMetadataOrDefault(String key, String defaultValue)
map<string, string> metadata = 9;- Specified by:
getMetadataOrDefaultin interfaceExtractionPipelineOrBuilder
-
getMetadataOrThrow
public String getMetadataOrThrow(String key)
map<string, string> metadata = 9;- Specified by:
getMetadataOrThrowin interfaceExtractionPipelineOrBuilder
-
hasSource
public boolean hasSource()
optional string source = 10;- Specified by:
hasSourcein interfaceExtractionPipelineOrBuilder- Returns:
- Whether the source field is set.
-
getSource
public String getSource()
optional string source = 10;- Specified by:
getSourcein interfaceExtractionPipelineOrBuilder- Returns:
- The source.
-
getSourceBytes
public com.google.protobuf.ByteString getSourceBytes()
optional string source = 10;- Specified by:
getSourceBytesin interfaceExtractionPipelineOrBuilder- Returns:
- The bytes for source.
-
hasDocumentation
public boolean hasDocumentation()
optional string documentation = 11;- Specified by:
hasDocumentationin interfaceExtractionPipelineOrBuilder- Returns:
- Whether the documentation field is set.
-
getDocumentation
public String getDocumentation()
optional string documentation = 11;- Specified by:
getDocumentationin interfaceExtractionPipelineOrBuilder- Returns:
- The documentation.
-
getDocumentationBytes
public com.google.protobuf.ByteString getDocumentationBytes()
optional string documentation = 11;- Specified by:
getDocumentationBytesin interfaceExtractionPipelineOrBuilder- Returns:
- The bytes for documentation.
-
hasLastSuccess
public boolean hasLastSuccess()
optional int64 last_success = 12;- Specified by:
hasLastSuccessin interfaceExtractionPipelineOrBuilder- Returns:
- Whether the lastSuccess field is set.
-
getLastSuccess
public long getLastSuccess()
optional int64 last_success = 12;- Specified by:
getLastSuccessin interfaceExtractionPipelineOrBuilder- Returns:
- The lastSuccess.
-
hasLastFailure
public boolean hasLastFailure()
optional int64 last_failure = 13;- Specified by:
hasLastFailurein interfaceExtractionPipelineOrBuilder- Returns:
- Whether the lastFailure field is set.
-
getLastFailure
public long getLastFailure()
optional int64 last_failure = 13;- Specified by:
getLastFailurein interfaceExtractionPipelineOrBuilder- Returns:
- The lastFailure.
-
hasLastMessage
public boolean hasLastMessage()
optional string last_message = 14;- Specified by:
hasLastMessagein interfaceExtractionPipelineOrBuilder- Returns:
- Whether the lastMessage field is set.
-
getLastMessage
public String getLastMessage()
optional string last_message = 14;- Specified by:
getLastMessagein interfaceExtractionPipelineOrBuilder- Returns:
- The lastMessage.
-
getLastMessageBytes
public com.google.protobuf.ByteString getLastMessageBytes()
optional string last_message = 14;- Specified by:
getLastMessageBytesin interfaceExtractionPipelineOrBuilder- Returns:
- The bytes for lastMessage.
-
hasLastSeen
public boolean hasLastSeen()
optional int64 last_seen = 15;- Specified by:
hasLastSeenin interfaceExtractionPipelineOrBuilder- Returns:
- Whether the lastSeen field is set.
-
getLastSeen
public long getLastSeen()
optional int64 last_seen = 15;- Specified by:
getLastSeenin interfaceExtractionPipelineOrBuilder- Returns:
- The lastSeen.
-
hasCreatedTime
public boolean hasCreatedTime()
optional int64 created_time = 16;- Specified by:
hasCreatedTimein interfaceExtractionPipelineOrBuilder- Returns:
- Whether the createdTime field is set.
-
getCreatedTime
public long getCreatedTime()
optional int64 created_time = 16;- Specified by:
getCreatedTimein interfaceExtractionPipelineOrBuilder- Returns:
- The createdTime.
-
hasLastUpdatedTime
public boolean hasLastUpdatedTime()
optional int64 last_updated_time = 17;- Specified by:
hasLastUpdatedTimein interfaceExtractionPipelineOrBuilder- Returns:
- Whether the lastUpdatedTime field is set.
-
getLastUpdatedTime
public long getLastUpdatedTime()
optional int64 last_updated_time = 17;- Specified by:
getLastUpdatedTimein interfaceExtractionPipelineOrBuilder- Returns:
- The lastUpdatedTime.
-
hasCreatedBy
public boolean hasCreatedBy()
optional string created_by = 18;- Specified by:
hasCreatedByin interfaceExtractionPipelineOrBuilder- Returns:
- Whether the createdBy field is set.
-
getCreatedBy
public String getCreatedBy()
optional string created_by = 18;- Specified by:
getCreatedByin interfaceExtractionPipelineOrBuilder- Returns:
- The createdBy.
-
getCreatedByBytes
public com.google.protobuf.ByteString getCreatedByBytes()
optional string created_by = 18;- Specified by:
getCreatedByBytesin interfaceExtractionPipelineOrBuilder- Returns:
- The bytes for createdBy.
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessageV3
-
writeTo
public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException- Specified by:
writeToin interfacecom.google.protobuf.MessageLite- Overrides:
writeToin classcom.google.protobuf.GeneratedMessageV3- Throws:
IOException
-
getSerializedSize
public int getSerializedSize()
- Specified by:
getSerializedSizein interfacecom.google.protobuf.MessageLite- Overrides:
getSerializedSizein classcom.google.protobuf.GeneratedMessageV3
-
equals
public boolean equals(Object obj)
- Specified by:
equalsin interfacecom.google.protobuf.Message- Overrides:
equalsin classcom.google.protobuf.AbstractMessage
-
hashCode
public int hashCode()
- Specified by:
hashCodein interfacecom.google.protobuf.Message- Overrides:
hashCodein classcom.google.protobuf.AbstractMessage
-
parseFrom
public static ExtractionPipeline parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static ExtractionPipeline parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static ExtractionPipeline parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static ExtractionPipeline parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static ExtractionPipeline parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static ExtractionPipeline parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static ExtractionPipeline parseFrom(InputStream input) throws IOException
- Throws:
IOException
-
parseFrom
public static ExtractionPipeline parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
parseDelimitedFrom
public static ExtractionPipeline parseDelimitedFrom(InputStream input) throws IOException
- Throws:
IOException
-
parseDelimitedFrom
public static ExtractionPipeline parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
parseFrom
public static ExtractionPipeline parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
- Throws:
IOException
-
parseFrom
public static ExtractionPipeline parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
newBuilderForType
public ExtractionPipeline.Builder newBuilderForType()
- Specified by:
newBuilderForTypein interfacecom.google.protobuf.Message- Specified by:
newBuilderForTypein interfacecom.google.protobuf.MessageLite
-
newBuilder
public static ExtractionPipeline.Builder newBuilder()
-
newBuilder
public static ExtractionPipeline.Builder newBuilder(ExtractionPipeline prototype)
-
toBuilder
public ExtractionPipeline.Builder toBuilder()
- Specified by:
toBuilderin interfacecom.google.protobuf.Message- Specified by:
toBuilderin interfacecom.google.protobuf.MessageLite
-
newBuilderForType
protected ExtractionPipeline.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
- Specified by:
newBuilderForTypein classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstance
public static ExtractionPipeline getDefaultInstance()
-
parser
public static com.google.protobuf.Parser<ExtractionPipeline> parser()
-
getParserForType
public com.google.protobuf.Parser<ExtractionPipeline> getParserForType()
- Specified by:
getParserForTypein interfacecom.google.protobuf.Message- Specified by:
getParserForTypein interfacecom.google.protobuf.MessageLite- Overrides:
getParserForTypein classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstanceForType
public ExtractionPipeline getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-
-