Uses of Class
com.google.cloud.datacatalog.lineage.v1.ListRunsResponse
-
Packages that use ListRunsResponse Package Description com.google.cloud.datacatalog.lineage.v1 A client to Data Lineage APIcom.google.cloud.datacatalog.lineage.v1.stub -
-
Uses of ListRunsResponse in com.google.cloud.datacatalog.lineage.v1
Methods in com.google.cloud.datacatalog.lineage.v1 that return ListRunsResponse Modifier and Type Method Description ListRunsResponse
ListRunsResponse.Builder. build()
ListRunsResponse
ListRunsResponse.Builder. buildPartial()
static ListRunsResponse
ListRunsResponse. getDefaultInstance()
ListRunsResponse
ListRunsResponse.Builder. getDefaultInstanceForType()
ListRunsResponse
ListRunsResponse. getDefaultInstanceForType()
ListRunsResponse
LineageGrpc.LineageBlockingStub. listRuns(ListRunsRequest request)
Lists runs in the given project and location.static ListRunsResponse
ListRunsResponse. parseDelimitedFrom(InputStream input)
static ListRunsResponse
ListRunsResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListRunsResponse
ListRunsResponse. parseFrom(byte[] data)
static ListRunsResponse
ListRunsResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListRunsResponse
ListRunsResponse. parseFrom(com.google.protobuf.ByteString data)
static ListRunsResponse
ListRunsResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListRunsResponse
ListRunsResponse. parseFrom(com.google.protobuf.CodedInputStream input)
static ListRunsResponse
ListRunsResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListRunsResponse
ListRunsResponse. parseFrom(InputStream input)
static ListRunsResponse
ListRunsResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListRunsResponse
ListRunsResponse. parseFrom(ByteBuffer data)
static ListRunsResponse
ListRunsResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.datacatalog.lineage.v1 that return types with arguments of type ListRunsResponse Modifier and Type Method Description static io.grpc.MethodDescriptor<ListRunsRequest,ListRunsResponse>
LineageGrpc. getListRunsMethod()
com.google.protobuf.Parser<ListRunsResponse>
ListRunsResponse. getParserForType()
com.google.common.util.concurrent.ListenableFuture<ListRunsResponse>
LineageGrpc.LineageFutureStub. listRuns(ListRunsRequest request)
Lists runs in the given project and location.com.google.api.gax.rpc.UnaryCallable<ListRunsRequest,ListRunsResponse>
LineageClient. listRunsCallable()
Lists runs in the given project and location.com.google.api.gax.rpc.PagedCallSettings.Builder<ListRunsRequest,ListRunsResponse,LineageClient.ListRunsPagedResponse>
LineageSettings.Builder. listRunsSettings()
Returns the builder for the settings used for calls to listRuns.com.google.api.gax.rpc.PagedCallSettings<ListRunsRequest,ListRunsResponse,LineageClient.ListRunsPagedResponse>
LineageSettings. listRunsSettings()
Returns the object with the settings used for calls to listRuns.static com.google.protobuf.Parser<ListRunsResponse>
ListRunsResponse. parser()
Methods in com.google.cloud.datacatalog.lineage.v1 with parameters of type ListRunsResponse Modifier and Type Method Description protected LineageClient.ListRunsPage
LineageClient.ListRunsPage. createPage(com.google.api.gax.rpc.PageContext<ListRunsRequest,ListRunsResponse,Run> context, ListRunsResponse response)
ListRunsResponse.Builder
ListRunsResponse.Builder. mergeFrom(ListRunsResponse other)
static ListRunsResponse.Builder
ListRunsResponse. newBuilder(ListRunsResponse prototype)
Method parameters in com.google.cloud.datacatalog.lineage.v1 with type arguments of type ListRunsResponse Modifier and Type Method Description static com.google.api.core.ApiFuture<LineageClient.ListRunsPagedResponse>
LineageClient.ListRunsPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListRunsRequest,ListRunsResponse,Run> context, com.google.api.core.ApiFuture<ListRunsResponse> futureResponse)
static com.google.api.core.ApiFuture<LineageClient.ListRunsPagedResponse>
LineageClient.ListRunsPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListRunsRequest,ListRunsResponse,Run> context, com.google.api.core.ApiFuture<ListRunsResponse> futureResponse)
protected LineageClient.ListRunsPage
LineageClient.ListRunsPage. createPage(com.google.api.gax.rpc.PageContext<ListRunsRequest,ListRunsResponse,Run> context, ListRunsResponse response)
com.google.api.core.ApiFuture<LineageClient.ListRunsPage>
LineageClient.ListRunsPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListRunsRequest,ListRunsResponse,Run> context, com.google.api.core.ApiFuture<ListRunsResponse> futureResponse)
com.google.api.core.ApiFuture<LineageClient.ListRunsPage>
LineageClient.ListRunsPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListRunsRequest,ListRunsResponse,Run> context, com.google.api.core.ApiFuture<ListRunsResponse> futureResponse)
default void
LineageGrpc.AsyncService. listRuns(ListRunsRequest request, io.grpc.stub.StreamObserver<ListRunsResponse> responseObserver)
Lists runs in the given project and location.void
LineageGrpc.LineageStub. listRuns(ListRunsRequest request, io.grpc.stub.StreamObserver<ListRunsResponse> responseObserver)
Lists runs in the given project and location. -
Uses of ListRunsResponse in com.google.cloud.datacatalog.lineage.v1.stub
Methods in com.google.cloud.datacatalog.lineage.v1.stub that return types with arguments of type ListRunsResponse Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ListRunsRequest,ListRunsResponse>
GrpcLineageStub. listRunsCallable()
com.google.api.gax.rpc.UnaryCallable<ListRunsRequest,ListRunsResponse>
HttpJsonLineageStub. listRunsCallable()
com.google.api.gax.rpc.UnaryCallable<ListRunsRequest,ListRunsResponse>
LineageStub. listRunsCallable()
com.google.api.gax.rpc.PagedCallSettings.Builder<ListRunsRequest,ListRunsResponse,LineageClient.ListRunsPagedResponse>
LineageStubSettings.Builder. listRunsSettings()
Returns the builder for the settings used for calls to listRuns.com.google.api.gax.rpc.PagedCallSettings<ListRunsRequest,ListRunsResponse,LineageClient.ListRunsPagedResponse>
LineageStubSettings. listRunsSettings()
Returns the object with the settings used for calls to listRuns.
-