Uses of Class
com.google.cloud.datacatalog.lineage.v1.ProcessLinkInfo
-
Packages that use ProcessLinkInfo Package Description com.google.cloud.datacatalog.lineage.v1 A client to Data Lineage API -
-
Uses of ProcessLinkInfo in com.google.cloud.datacatalog.lineage.v1
Methods in com.google.cloud.datacatalog.lineage.v1 that return ProcessLinkInfo Modifier and Type Method Description ProcessLinkInfo
ProcessLinkInfo.Builder. build()
ProcessLinkInfo
ProcessLinkInfo.Builder. buildPartial()
static ProcessLinkInfo
ProcessLinkInfo. getDefaultInstance()
ProcessLinkInfo
ProcessLinkInfo.Builder. getDefaultInstanceForType()
ProcessLinkInfo
ProcessLinkInfo. getDefaultInstanceForType()
ProcessLinkInfo
ProcessLinks.Builder. getLinks(int index)
An array containing link details objects of the links provided in the original request.ProcessLinkInfo
ProcessLinks. getLinks(int index)
An array containing link details objects of the links provided in the original request.ProcessLinkInfo
ProcessLinksOrBuilder. getLinks(int index)
An array containing link details objects of the links provided in the original request.static ProcessLinkInfo
ProcessLinkInfo. parseDelimitedFrom(InputStream input)
static ProcessLinkInfo
ProcessLinkInfo. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ProcessLinkInfo
ProcessLinkInfo. parseFrom(byte[] data)
static ProcessLinkInfo
ProcessLinkInfo. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ProcessLinkInfo
ProcessLinkInfo. parseFrom(com.google.protobuf.ByteString data)
static ProcessLinkInfo
ProcessLinkInfo. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ProcessLinkInfo
ProcessLinkInfo. parseFrom(com.google.protobuf.CodedInputStream input)
static ProcessLinkInfo
ProcessLinkInfo. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ProcessLinkInfo
ProcessLinkInfo. parseFrom(InputStream input)
static ProcessLinkInfo
ProcessLinkInfo. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ProcessLinkInfo
ProcessLinkInfo. parseFrom(ByteBuffer data)
static ProcessLinkInfo
ProcessLinkInfo. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.datacatalog.lineage.v1 that return types with arguments of type ProcessLinkInfo Modifier and Type Method Description List<ProcessLinkInfo>
ProcessLinks.Builder. getLinksList()
An array containing link details objects of the links provided in the original request.List<ProcessLinkInfo>
ProcessLinks. getLinksList()
An array containing link details objects of the links provided in the original request.List<ProcessLinkInfo>
ProcessLinksOrBuilder. getLinksList()
An array containing link details objects of the links provided in the original request.com.google.protobuf.Parser<ProcessLinkInfo>
ProcessLinkInfo. getParserForType()
static com.google.protobuf.Parser<ProcessLinkInfo>
ProcessLinkInfo. parser()
Methods in com.google.cloud.datacatalog.lineage.v1 with parameters of type ProcessLinkInfo Modifier and Type Method Description ProcessLinks.Builder
ProcessLinks.Builder. addLinks(int index, ProcessLinkInfo value)
An array containing link details objects of the links provided in the original request.ProcessLinks.Builder
ProcessLinks.Builder. addLinks(ProcessLinkInfo value)
An array containing link details objects of the links provided in the original request.ProcessLinkInfo.Builder
ProcessLinkInfo.Builder. mergeFrom(ProcessLinkInfo other)
static ProcessLinkInfo.Builder
ProcessLinkInfo. newBuilder(ProcessLinkInfo prototype)
ProcessLinks.Builder
ProcessLinks.Builder. setLinks(int index, ProcessLinkInfo value)
An array containing link details objects of the links provided in the original request.Method parameters in com.google.cloud.datacatalog.lineage.v1 with type arguments of type ProcessLinkInfo Modifier and Type Method Description ProcessLinks.Builder
ProcessLinks.Builder. addAllLinks(Iterable<? extends ProcessLinkInfo> values)
An array containing link details objects of the links provided in the original request.
-