public interface ProcessLinksOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
ProcessLinkInfo |
getLinks(int index)
An array containing link details objects of the links provided in
the original request.
|
int |
getLinksCount()
An array containing link details objects of the links provided in
the original request.
|
List<ProcessLinkInfo> |
getLinksList()
An array containing link details objects of the links provided in
the original request.
|
ProcessLinkInfoOrBuilder |
getLinksOrBuilder(int index)
An array containing link details objects of the links provided in
the original request.
|
List<? extends ProcessLinkInfoOrBuilder> |
getLinksOrBuilderList()
An array containing link details objects of the links provided in
the original request.
|
String |
getProcess()
The process name in the format of
`projects/{project}/locations/{location}/processes/{process}`.
|
com.google.protobuf.ByteString |
getProcessBytes()
The process name in the format of
`projects/{project}/locations/{location}/processes/{process}`.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getProcess()
The process name in the format of
`projects/{project}/locations/{location}/processes/{process}`.
string process = 1 [(.google.api.resource_reference) = { ... }com.google.protobuf.ByteString getProcessBytes()
The process name in the format of
`projects/{project}/locations/{location}/processes/{process}`.
string process = 1 [(.google.api.resource_reference) = { ... }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;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;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;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;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;Copyright © 2023 Google LLC. All rights reserved.