Interface ProcessLinksOrBuilder (0.33.0)

public interface ProcessLinksOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

public abstract 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
NameDescription
indexint
Returns
TypeDescription
ProcessLinkInfo

getLinksCount()

public abstract 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
TypeDescription
int
public abstract 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;

Returns
TypeDescription
List<ProcessLinkInfo>

getLinksOrBuilder(int index)

public abstract 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
NameDescription
indexint
Returns
TypeDescription
ProcessLinkInfoOrBuilder

getLinksOrBuilderList()

public abstract 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
TypeDescription
List<? extends com.google.cloud.datacatalog.lineage.v1.ProcessLinkInfoOrBuilder>

getProcess()

public abstract String getProcess()

The process name in the format of projects/{project}/locations/{location}/processes/{process}.

string process = 1 [(.google.api.resource_reference) = { ... }

Returns
TypeDescription
String

The process.

getProcessBytes()

public abstract ByteString getProcessBytes()

The process name in the format of projects/{project}/locations/{location}/processes/{process}.

string process = 1 [(.google.api.resource_reference) = { ... }

Returns
TypeDescription
ByteString

The bytes for process.