Uses of Class
com.google.cloud.datacatalog.lineage.v1.LineageClient.ListLineageEventsPagedResponse
-
Packages that use LineageClient.ListLineageEventsPagedResponse Package Description com.google.cloud.datacatalog.lineage.v1 A client to Data Lineage APIcom.google.cloud.datacatalog.lineage.v1.stub -
-
Uses of LineageClient.ListLineageEventsPagedResponse in com.google.cloud.datacatalog.lineage.v1
Methods in com.google.cloud.datacatalog.lineage.v1 that return LineageClient.ListLineageEventsPagedResponse Modifier and Type Method Description LineageClient.ListLineageEventsPagedResponseLineageClient. listLineageEvents(ListLineageEventsRequest request)Lists lineage events in the given project and location.LineageClient.ListLineageEventsPagedResponseLineageClient. listLineageEvents(RunName parent)Lists lineage events in the given project and location.LineageClient.ListLineageEventsPagedResponseLineageClient. listLineageEvents(String parent)Lists lineage events in the given project and location.Methods in com.google.cloud.datacatalog.lineage.v1 that return types with arguments of type LineageClient.ListLineageEventsPagedResponse Modifier and Type Method Description static com.google.api.core.ApiFuture<LineageClient.ListLineageEventsPagedResponse>LineageClient.ListLineageEventsPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListLineageEventsRequest,ListLineageEventsResponse,LineageEvent> context, com.google.api.core.ApiFuture<ListLineageEventsResponse> futureResponse)com.google.api.gax.rpc.UnaryCallable<ListLineageEventsRequest,LineageClient.ListLineageEventsPagedResponse>LineageClient. listLineageEventsPagedCallable()Lists lineage events in the given project and location.com.google.api.gax.rpc.PagedCallSettings.Builder<ListLineageEventsRequest,ListLineageEventsResponse,LineageClient.ListLineageEventsPagedResponse>LineageSettings.Builder. listLineageEventsSettings()Returns the builder for the settings used for calls to listLineageEvents.com.google.api.gax.rpc.PagedCallSettings<ListLineageEventsRequest,ListLineageEventsResponse,LineageClient.ListLineageEventsPagedResponse>LineageSettings. listLineageEventsSettings()Returns the object with the settings used for calls to listLineageEvents. -
Uses of LineageClient.ListLineageEventsPagedResponse in com.google.cloud.datacatalog.lineage.v1.stub
-