Class ProcessLinkInfo (0.33.0)

public final class ProcessLinkInfo extends GeneratedMessageV3 implements ProcessLinkInfoOrBuilder

Link details.

Protobuf type google.cloud.datacatalog.lineage.v1.ProcessLinkInfo

Static Fields

END_TIME_FIELD_NUMBER

public static final int END_TIME_FIELD_NUMBER
Field Value
TypeDescription
int
public static final int LINK_FIELD_NUMBER
Field Value
TypeDescription
int

START_TIME_FIELD_NUMBER

public static final int START_TIME_FIELD_NUMBER
Field Value
TypeDescription
int

Static Methods

getDefaultInstance()

public static ProcessLinkInfo getDefaultInstance()
Returns
TypeDescription
ProcessLinkInfo

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

newBuilder()

public static ProcessLinkInfo.Builder newBuilder()
Returns
TypeDescription
ProcessLinkInfo.Builder

newBuilder(ProcessLinkInfo prototype)

public static ProcessLinkInfo.Builder newBuilder(ProcessLinkInfo prototype)
Parameter
NameDescription
prototypeProcessLinkInfo
Returns
TypeDescription
ProcessLinkInfo.Builder

parseDelimitedFrom(InputStream input)

public static ProcessLinkInfo parseDelimitedFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
ProcessLinkInfo
Exceptions
TypeDescription
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static ProcessLinkInfo parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
ProcessLinkInfo
Exceptions
TypeDescription
IOException

parseFrom(byte[] data)

public static ProcessLinkInfo parseFrom(byte[] data)
Parameter
NameDescription
databyte[]
Returns
TypeDescription
ProcessLinkInfo
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static ProcessLinkInfo parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
databyte[]
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
ProcessLinkInfo
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data)

public static ProcessLinkInfo parseFrom(ByteString data)
Parameter
NameDescription
dataByteString
Returns
TypeDescription
ProcessLinkInfo
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static ProcessLinkInfo parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteString
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
ProcessLinkInfo
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static ProcessLinkInfo parseFrom(CodedInputStream input)
Parameter
NameDescription
inputCodedInputStream
Returns
TypeDescription
ProcessLinkInfo
Exceptions
TypeDescription
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static ProcessLinkInfo parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
ProcessLinkInfo
Exceptions
TypeDescription
IOException

parseFrom(InputStream input)

public static ProcessLinkInfo parseFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
ProcessLinkInfo
Exceptions
TypeDescription
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static ProcessLinkInfo parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
ProcessLinkInfo
Exceptions
TypeDescription
IOException

parseFrom(ByteBuffer data)

public static ProcessLinkInfo parseFrom(ByteBuffer data)
Parameter
NameDescription
dataByteBuffer
Returns
TypeDescription
ProcessLinkInfo
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static ProcessLinkInfo parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteBuffer
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
ProcessLinkInfo
Exceptions
TypeDescription
InvalidProtocolBufferException

parser()

public static Parser<ProcessLinkInfo> parser()
Returns
TypeDescription
Parser<ProcessLinkInfo>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
NameDescription
objObject
Returns
TypeDescription
boolean
Overrides

getDefaultInstanceForType()

public ProcessLinkInfo getDefaultInstanceForType()
Returns
TypeDescription
ProcessLinkInfo

getEndTime()

public Timestamp getEndTime()

The end of the last event establishing this link-process tuple.

.google.protobuf.Timestamp end_time = 3;

Returns
TypeDescription
Timestamp

The endTime.

getEndTimeOrBuilder()

public TimestampOrBuilder getEndTimeOrBuilder()

The end of the last event establishing this link-process tuple.

.google.protobuf.Timestamp end_time = 3;

Returns
TypeDescription
TimestampOrBuilder
public String getLink()

The name of the link in the format of projects/{project}/locations/{location}/links/{link}.

string link = 1;

Returns
TypeDescription
String

The link.

getLinkBytes()

public ByteString getLinkBytes()

The name of the link in the format of projects/{project}/locations/{location}/links/{link}.

string link = 1;

Returns
TypeDescription
ByteString

The bytes for link.

getParserForType()

public Parser<ProcessLinkInfo> getParserForType()
Returns
TypeDescription
Parser<ProcessLinkInfo>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
TypeDescription
int
Overrides

getStartTime()

public Timestamp getStartTime()

The start of the first event establishing this link-process tuple.

.google.protobuf.Timestamp start_time = 2;

Returns
TypeDescription
Timestamp

The startTime.

getStartTimeOrBuilder()

public TimestampOrBuilder getStartTimeOrBuilder()

The start of the first event establishing this link-process tuple.

.google.protobuf.Timestamp start_time = 2;

Returns
TypeDescription
TimestampOrBuilder

hasEndTime()

public boolean hasEndTime()

The end of the last event establishing this link-process tuple.

.google.protobuf.Timestamp end_time = 3;

Returns
TypeDescription
boolean

Whether the endTime field is set.

hasStartTime()

public boolean hasStartTime()

The start of the first event establishing this link-process tuple.

.google.protobuf.Timestamp start_time = 2;

Returns
TypeDescription
boolean

Whether the startTime field is set.

hashCode()

public int hashCode()
Returns
TypeDescription
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

newBuilderForType()

public ProcessLinkInfo.Builder newBuilderForType()
Returns
TypeDescription
ProcessLinkInfo.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected ProcessLinkInfo.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
NameDescription
parentBuilderParent
Returns
TypeDescription
ProcessLinkInfo.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
NameDescription
unusedUnusedPrivateParameter
Returns
TypeDescription
Object
Overrides

toBuilder()

public ProcessLinkInfo.Builder toBuilder()
Returns
TypeDescription
ProcessLinkInfo.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
NameDescription
outputCodedOutputStream
Overrides
Exceptions
TypeDescription
IOException