public final class ProcessLinks extends GeneratedMessageV3 implements ProcessLinksOrBuilder
Links associated with a specific process.
Protobuf type google.cloud.datacatalog.lineage.v1.ProcessLinks
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
LINKS_FIELD_NUMBER
public static final int LINKS_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
PROCESS_FIELD_NUMBER
public static final int PROCESS_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
Static Methods
getDefaultInstance()
public static ProcessLinks getDefaultInstance()
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static ProcessLinks.Builder newBuilder()
newBuilder(ProcessLinks prototype)
public static ProcessLinks.Builder newBuilder(ProcessLinks prototype)
public static ProcessLinks parseDelimitedFrom(InputStream input)
public static ProcessLinks parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(byte[] data)
public static ProcessLinks parseFrom(byte[] data)
Parameter |
Name |
Description |
data |
byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static ProcessLinks parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteString data)
public static ProcessLinks parseFrom(ByteString data)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static ProcessLinks parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static ProcessLinks parseFrom(CodedInputStream input)
public static ProcessLinks parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static ProcessLinks parseFrom(InputStream input)
public static ProcessLinks parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteBuffer data)
public static ProcessLinks parseFrom(ByteBuffer data)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static ProcessLinks parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
parser()
public static Parser<ProcessLinks> parser()
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter |
Name |
Description |
obj |
Object
|
Overrides
getDefaultInstanceForType()
public ProcessLinks getDefaultInstanceForType()
getLinks(int index)
public ProcessLinkInfo getLinks(int index)
An array containing link details objects of the links provided in
the original request.
A single process can result in creating multiple links.
If any of the links you provide in the request are created by
the same process, they all are included in this array.
repeated .google.cloud.datacatalog.lineage.v1.ProcessLinkInfo links = 2;
Parameter |
Name |
Description |
index |
int
|
getLinksCount()
public int getLinksCount()
An array containing link details objects of the links provided in
the original request.
A single process can result in creating multiple links.
If any of the links you provide in the request are created by
the same process, they all are included in this array.
repeated .google.cloud.datacatalog.lineage.v1.ProcessLinkInfo links = 2;
Returns |
Type |
Description |
int |
|
getLinksList()
public List<ProcessLinkInfo> getLinksList()
An array containing link details objects of the links provided in
the original request.
A single process can result in creating multiple links.
If any of the links you provide in the request are created by
the same process, they all are included in this array.
repeated .google.cloud.datacatalog.lineage.v1.ProcessLinkInfo links = 2;
getLinksOrBuilder(int index)
public ProcessLinkInfoOrBuilder getLinksOrBuilder(int index)
An array containing link details objects of the links provided in
the original request.
A single process can result in creating multiple links.
If any of the links you provide in the request are created by
the same process, they all are included in this array.
repeated .google.cloud.datacatalog.lineage.v1.ProcessLinkInfo links = 2;
Parameter |
Name |
Description |
index |
int
|
getLinksOrBuilderList()
public List<? extends ProcessLinkInfoOrBuilder> getLinksOrBuilderList()
An array containing link details objects of the links provided in
the original request.
A single process can result in creating multiple links.
If any of the links you provide in the request are created by
the same process, they all are included in this array.
repeated .google.cloud.datacatalog.lineage.v1.ProcessLinkInfo links = 2;
Returns |
Type |
Description |
List<? extends com.google.cloud.datacatalog.lineage.v1.ProcessLinkInfoOrBuilder> |
|
getParserForType()
public Parser<ProcessLinks> getParserForType()
Overrides
getProcess()
public String getProcess()
The process name in the format of
projects/{project}/locations/{location}/processes/{process}
.
string process = 1 [(.google.api.resource_reference) = { ... }
Returns |
Type |
Description |
String |
The process.
|
getProcessBytes()
public ByteString getProcessBytes()
The process name in the format of
projects/{project}/locations/{location}/processes/{process}
.
string process = 1 [(.google.api.resource_reference) = { ... }
Returns |
Type |
Description |
ByteString |
The bytes for process.
|
getSerializedSize()
public int getSerializedSize()
Returns |
Type |
Description |
int |
|
Overrides
hashCode()
Returns |
Type |
Description |
int |
|
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public ProcessLinks.Builder newBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected ProcessLinks.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Returns |
Type |
Description |
Object |
|
Overrides
toBuilder()
public ProcessLinks.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides