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
LINK_FIELD_NUMBER
public static final int LINK_FIELD_NUMBER
Field Value
START_TIME_FIELD_NUMBER
public static final int START_TIME_FIELD_NUMBER
Field Value
Static Methods
getDefaultInstance()
public static ProcessLinkInfo getDefaultInstance()
Returns
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns
newBuilder()
public static ProcessLinkInfo.Builder newBuilder()
Returns
newBuilder(ProcessLinkInfo prototype)
public static ProcessLinkInfo.Builder newBuilder(ProcessLinkInfo prototype)
Parameter
Returns
public static ProcessLinkInfo parseDelimitedFrom(InputStream input)
Parameter
Returns
Exceptions
public static ProcessLinkInfo parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(byte[] data)
public static ProcessLinkInfo parseFrom(byte[] data)
Parameter
Name | Description |
data | byte[]
|
Returns
Exceptions
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static ProcessLinkInfo parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteString data)
public static ProcessLinkInfo parseFrom(ByteString data)
Parameter
Returns
Exceptions
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static ProcessLinkInfo parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static ProcessLinkInfo parseFrom(CodedInputStream input)
Parameter
Returns
Exceptions
public static ProcessLinkInfo parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static ProcessLinkInfo parseFrom(InputStream input)
Parameter
Returns
Exceptions
public static ProcessLinkInfo parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteBuffer data)
public static ProcessLinkInfo parseFrom(ByteBuffer data)
Parameter
Returns
Exceptions
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static ProcessLinkInfo parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parser()
public static Parser<ProcessLinkInfo> parser()
Returns
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter
Returns
Overrides
getDefaultInstanceForType()
public ProcessLinkInfo getDefaultInstanceForType()
Returns
getEndTime()
public Timestamp getEndTime()
The end of the last event establishing this link-process tuple.
.google.protobuf.Timestamp end_time = 3;
Returns
getEndTimeOrBuilder()
public TimestampOrBuilder getEndTimeOrBuilder()
The end of the last event establishing this link-process tuple.
.google.protobuf.Timestamp end_time = 3;
Returns
getLink()
The name of the link in the format of
projects/{project}/locations/{location}/links/{link}
.
string link = 1;
Returns
Type | Description |
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
getParserForType()
public Parser<ProcessLinkInfo> getParserForType()
Returns
Overrides
getSerializedSize()
public int getSerializedSize()
Returns
Overrides
getStartTime()
public Timestamp getStartTime()
The start of the first event establishing this link-process tuple.
.google.protobuf.Timestamp start_time = 2;
Returns
getStartTimeOrBuilder()
public TimestampOrBuilder getStartTimeOrBuilder()
The start of the first event establishing this link-process tuple.
.google.protobuf.Timestamp start_time = 2;
Returns
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Returns
Overrides
hasEndTime()
public boolean hasEndTime()
The end of the last event establishing this link-process tuple.
.google.protobuf.Timestamp end_time = 3;
Returns
Type | Description |
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
Type | Description |
boolean | Whether the startTime field is set.
|
hashCode()
Returns
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
isInitialized()
public final boolean isInitialized()
Returns
Overrides
newBuilderForType()
public ProcessLinkInfo.Builder newBuilderForType()
Returns
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected ProcessLinkInfo.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Returns
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Returns
Overrides
toBuilder()
public ProcessLinkInfo.Builder toBuilder()
Returns
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Parameter
Overrides
Exceptions