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