Uses of Class
com.google.cloud.datacatalog.lineage.v1.GetProcessRequest
-
Packages that use GetProcessRequest Package Description com.google.cloud.datacatalog.lineage.v1 A client to Data Lineage APIcom.google.cloud.datacatalog.lineage.v1.stub -
-
Uses of GetProcessRequest in com.google.cloud.datacatalog.lineage.v1
Methods in com.google.cloud.datacatalog.lineage.v1 that return GetProcessRequest Modifier and Type Method Description GetProcessRequestGetProcessRequest.Builder. build()GetProcessRequestGetProcessRequest.Builder. buildPartial()static GetProcessRequestGetProcessRequest. getDefaultInstance()GetProcessRequestGetProcessRequest.Builder. getDefaultInstanceForType()GetProcessRequestGetProcessRequest. getDefaultInstanceForType()static GetProcessRequestGetProcessRequest. parseDelimitedFrom(InputStream input)static GetProcessRequestGetProcessRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetProcessRequestGetProcessRequest. parseFrom(byte[] data)static GetProcessRequestGetProcessRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetProcessRequestGetProcessRequest. parseFrom(com.google.protobuf.ByteString data)static GetProcessRequestGetProcessRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetProcessRequestGetProcessRequest. parseFrom(com.google.protobuf.CodedInputStream input)static GetProcessRequestGetProcessRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetProcessRequestGetProcessRequest. parseFrom(InputStream input)static GetProcessRequestGetProcessRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetProcessRequestGetProcessRequest. parseFrom(ByteBuffer data)static GetProcessRequestGetProcessRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.datacatalog.lineage.v1 that return types with arguments of type GetProcessRequest Modifier and Type Method Description static io.grpc.MethodDescriptor<GetProcessRequest,Process>LineageGrpc. getGetProcessMethod()com.google.protobuf.Parser<GetProcessRequest>GetProcessRequest. getParserForType()com.google.api.gax.rpc.UnaryCallable<GetProcessRequest,Process>LineageClient. getProcessCallable()Gets the details of the specified process.com.google.api.gax.rpc.UnaryCallSettings.Builder<GetProcessRequest,Process>LineageSettings.Builder. getProcessSettings()Returns the builder for the settings used for calls to getProcess.com.google.api.gax.rpc.UnaryCallSettings<GetProcessRequest,Process>LineageSettings. getProcessSettings()Returns the object with the settings used for calls to getProcess.static com.google.protobuf.Parser<GetProcessRequest>GetProcessRequest. parser()Methods in com.google.cloud.datacatalog.lineage.v1 with parameters of type GetProcessRequest Modifier and Type Method Description ProcessLineageClient. getProcess(GetProcessRequest request)Gets the details of the specified process.default voidLineageGrpc.AsyncService. getProcess(GetProcessRequest request, io.grpc.stub.StreamObserver<Process> responseObserver)Gets the details of the specified process.ProcessLineageGrpc.LineageBlockingStub. getProcess(GetProcessRequest request)Gets the details of the specified process.com.google.common.util.concurrent.ListenableFuture<Process>LineageGrpc.LineageFutureStub. getProcess(GetProcessRequest request)Gets the details of the specified process.voidLineageGrpc.LineageStub. getProcess(GetProcessRequest request, io.grpc.stub.StreamObserver<Process> responseObserver)Gets the details of the specified process.GetProcessRequest.BuilderGetProcessRequest.Builder. mergeFrom(GetProcessRequest other)static GetProcessRequest.BuilderGetProcessRequest. newBuilder(GetProcessRequest prototype) -
Uses of GetProcessRequest in com.google.cloud.datacatalog.lineage.v1.stub
Methods in com.google.cloud.datacatalog.lineage.v1.stub that return types with arguments of type GetProcessRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetProcessRequest,Process>GrpcLineageStub. getProcessCallable()com.google.api.gax.rpc.UnaryCallable<GetProcessRequest,Process>HttpJsonLineageStub. getProcessCallable()com.google.api.gax.rpc.UnaryCallable<GetProcessRequest,Process>LineageStub. getProcessCallable()com.google.api.gax.rpc.UnaryCallSettings.Builder<GetProcessRequest,Process>LineageStubSettings.Builder. getProcessSettings()Returns the builder for the settings used for calls to getProcess.com.google.api.gax.rpc.UnaryCallSettings<GetProcessRequest,Process>LineageStubSettings. getProcessSettings()Returns the object with the settings used for calls to getProcess.
-