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 GetProcessRequest
GetProcessRequest.Builder. build()
GetProcessRequest
GetProcessRequest.Builder. buildPartial()
static GetProcessRequest
GetProcessRequest. getDefaultInstance()
GetProcessRequest
GetProcessRequest.Builder. getDefaultInstanceForType()
GetProcessRequest
GetProcessRequest. getDefaultInstanceForType()
static GetProcessRequest
GetProcessRequest. parseDelimitedFrom(InputStream input)
static GetProcessRequest
GetProcessRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetProcessRequest
GetProcessRequest. parseFrom(byte[] data)
static GetProcessRequest
GetProcessRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetProcessRequest
GetProcessRequest. parseFrom(com.google.protobuf.ByteString data)
static GetProcessRequest
GetProcessRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetProcessRequest
GetProcessRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static GetProcessRequest
GetProcessRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetProcessRequest
GetProcessRequest. parseFrom(InputStream input)
static GetProcessRequest
GetProcessRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetProcessRequest
GetProcessRequest. parseFrom(ByteBuffer data)
static GetProcessRequest
GetProcessRequest. 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 Process
LineageClient. getProcess(GetProcessRequest request)
Gets the details of the specified process.default void
LineageGrpc.AsyncService. getProcess(GetProcessRequest request, io.grpc.stub.StreamObserver<Process> responseObserver)
Gets the details of the specified process.Process
LineageGrpc.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.void
LineageGrpc.LineageStub. getProcess(GetProcessRequest request, io.grpc.stub.StreamObserver<Process> responseObserver)
Gets the details of the specified process.GetProcessRequest.Builder
GetProcessRequest.Builder. mergeFrom(GetProcessRequest other)
static GetProcessRequest.Builder
GetProcessRequest. 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.
-