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