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