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 ProcessLinkInfoProcessLinkInfo.Builder. build()ProcessLinkInfoProcessLinkInfo.Builder. buildPartial()static ProcessLinkInfoProcessLinkInfo. getDefaultInstance()ProcessLinkInfoProcessLinkInfo.Builder. getDefaultInstanceForType()ProcessLinkInfoProcessLinkInfo. getDefaultInstanceForType()ProcessLinkInfoProcessLinks.Builder. getLinks(int index)An array containing link details objects of the links provided in the original request.ProcessLinkInfoProcessLinks. getLinks(int index)An array containing link details objects of the links provided in the original request.ProcessLinkInfoProcessLinksOrBuilder. getLinks(int index)An array containing link details objects of the links provided in the original request.static ProcessLinkInfoProcessLinkInfo. parseDelimitedFrom(InputStream input)static ProcessLinkInfoProcessLinkInfo. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ProcessLinkInfoProcessLinkInfo. parseFrom(byte[] data)static ProcessLinkInfoProcessLinkInfo. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ProcessLinkInfoProcessLinkInfo. parseFrom(com.google.protobuf.ByteString data)static ProcessLinkInfoProcessLinkInfo. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ProcessLinkInfoProcessLinkInfo. parseFrom(com.google.protobuf.CodedInputStream input)static ProcessLinkInfoProcessLinkInfo. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ProcessLinkInfoProcessLinkInfo. parseFrom(InputStream input)static ProcessLinkInfoProcessLinkInfo. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ProcessLinkInfoProcessLinkInfo. parseFrom(ByteBuffer data)static ProcessLinkInfoProcessLinkInfo. 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.BuilderProcessLinks.Builder. addLinks(int index, ProcessLinkInfo value)An array containing link details objects of the links provided in the original request.ProcessLinks.BuilderProcessLinks.Builder. addLinks(ProcessLinkInfo value)An array containing link details objects of the links provided in the original request.ProcessLinkInfo.BuilderProcessLinkInfo.Builder. mergeFrom(ProcessLinkInfo other)static ProcessLinkInfo.BuilderProcessLinkInfo. newBuilder(ProcessLinkInfo prototype)ProcessLinks.BuilderProcessLinks.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.BuilderProcessLinks.Builder. addAllLinks(Iterable<? extends ProcessLinkInfo> values)An array containing link details objects of the links provided in the original request.
-