Uses of Class
com.google.cloud.datacatalog.lineage.v1.ProcessLinks
-
Packages that use ProcessLinks Package Description com.google.cloud.datacatalog.lineage.v1 A client to Data Lineage API -
-
Uses of ProcessLinks in com.google.cloud.datacatalog.lineage.v1
Methods in com.google.cloud.datacatalog.lineage.v1 that return ProcessLinks Modifier and Type Method Description ProcessLinks
ProcessLinks.Builder. build()
ProcessLinks
ProcessLinks.Builder. buildPartial()
static ProcessLinks
ProcessLinks. getDefaultInstance()
ProcessLinks
ProcessLinks.Builder. getDefaultInstanceForType()
ProcessLinks
ProcessLinks. getDefaultInstanceForType()
ProcessLinks
BatchSearchLinkProcessesResponse.Builder. getProcessLinks(int index)
An array of processes associated with the specified links.ProcessLinks
BatchSearchLinkProcessesResponse. getProcessLinks(int index)
An array of processes associated with the specified links.ProcessLinks
BatchSearchLinkProcessesResponseOrBuilder. getProcessLinks(int index)
An array of processes associated with the specified links.static ProcessLinks
ProcessLinks. parseDelimitedFrom(InputStream input)
static ProcessLinks
ProcessLinks. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ProcessLinks
ProcessLinks. parseFrom(byte[] data)
static ProcessLinks
ProcessLinks. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ProcessLinks
ProcessLinks. parseFrom(com.google.protobuf.ByteString data)
static ProcessLinks
ProcessLinks. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ProcessLinks
ProcessLinks. parseFrom(com.google.protobuf.CodedInputStream input)
static ProcessLinks
ProcessLinks. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ProcessLinks
ProcessLinks. parseFrom(InputStream input)
static ProcessLinks
ProcessLinks. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ProcessLinks
ProcessLinks. parseFrom(ByteBuffer data)
static ProcessLinks
ProcessLinks. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.datacatalog.lineage.v1 that return types with arguments of type ProcessLinks Modifier and Type Method Description com.google.protobuf.Parser<ProcessLinks>
ProcessLinks. getParserForType()
List<ProcessLinks>
BatchSearchLinkProcessesResponse.Builder. getProcessLinksList()
An array of processes associated with the specified links.List<ProcessLinks>
BatchSearchLinkProcessesResponse. getProcessLinksList()
An array of processes associated with the specified links.List<ProcessLinks>
BatchSearchLinkProcessesResponseOrBuilder. getProcessLinksList()
An array of processes associated with the specified links.static com.google.protobuf.Parser<ProcessLinks>
ProcessLinks. parser()
Methods in com.google.cloud.datacatalog.lineage.v1 with parameters of type ProcessLinks Modifier and Type Method Description BatchSearchLinkProcessesResponse.Builder
BatchSearchLinkProcessesResponse.Builder. addProcessLinks(int index, ProcessLinks value)
An array of processes associated with the specified links.BatchSearchLinkProcessesResponse.Builder
BatchSearchLinkProcessesResponse.Builder. addProcessLinks(ProcessLinks value)
An array of processes associated with the specified links.ProcessLinks.Builder
ProcessLinks.Builder. mergeFrom(ProcessLinks other)
static ProcessLinks.Builder
ProcessLinks. newBuilder(ProcessLinks prototype)
BatchSearchLinkProcessesResponse.Builder
BatchSearchLinkProcessesResponse.Builder. setProcessLinks(int index, ProcessLinks value)
An array of processes associated with the specified links.Method parameters in com.google.cloud.datacatalog.lineage.v1 with type arguments of type ProcessLinks Modifier and Type Method Description BatchSearchLinkProcessesResponse.Builder
BatchSearchLinkProcessesResponse.Builder. addAllProcessLinks(Iterable<? extends ProcessLinks> values)
An array of processes associated with the specified links.static com.google.api.core.ApiFuture<LineageClient.BatchSearchLinkProcessesPagedResponse>
LineageClient.BatchSearchLinkProcessesPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<BatchSearchLinkProcessesRequest,BatchSearchLinkProcessesResponse,ProcessLinks> context, com.google.api.core.ApiFuture<BatchSearchLinkProcessesResponse> futureResponse)
protected LineageClient.BatchSearchLinkProcessesPage
LineageClient.BatchSearchLinkProcessesPage. createPage(com.google.api.gax.rpc.PageContext<BatchSearchLinkProcessesRequest,BatchSearchLinkProcessesResponse,ProcessLinks> context, BatchSearchLinkProcessesResponse response)
com.google.api.core.ApiFuture<LineageClient.BatchSearchLinkProcessesPage>
LineageClient.BatchSearchLinkProcessesPage. createPageAsync(com.google.api.gax.rpc.PageContext<BatchSearchLinkProcessesRequest,BatchSearchLinkProcessesResponse,ProcessLinks> context, com.google.api.core.ApiFuture<BatchSearchLinkProcessesResponse> futureResponse)
-