Uses of Class
com.google.cloud.datacatalog.lineage.v1.LineageClient.ListProcessesPagedResponse
-
Packages that use LineageClient.ListProcessesPagedResponse Package Description com.google.cloud.datacatalog.lineage.v1 A client to Data Lineage APIcom.google.cloud.datacatalog.lineage.v1.stub -
-
Uses of LineageClient.ListProcessesPagedResponse in com.google.cloud.datacatalog.lineage.v1
Methods in com.google.cloud.datacatalog.lineage.v1 that return LineageClient.ListProcessesPagedResponse Modifier and Type Method Description LineageClient.ListProcessesPagedResponse
LineageClient. listProcesses(ListProcessesRequest request)
List processes in the given project and location.LineageClient.ListProcessesPagedResponse
LineageClient. listProcesses(LocationName parent)
List processes in the given project and location.LineageClient.ListProcessesPagedResponse
LineageClient. listProcesses(String parent)
List processes in the given project and location.Methods in com.google.cloud.datacatalog.lineage.v1 that return types with arguments of type LineageClient.ListProcessesPagedResponse Modifier and Type Method Description static com.google.api.core.ApiFuture<LineageClient.ListProcessesPagedResponse>
LineageClient.ListProcessesPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListProcessesRequest,ListProcessesResponse,Process> context, com.google.api.core.ApiFuture<ListProcessesResponse> futureResponse)
com.google.api.gax.rpc.UnaryCallable<ListProcessesRequest,LineageClient.ListProcessesPagedResponse>
LineageClient. listProcessesPagedCallable()
List processes in the given project and location.com.google.api.gax.rpc.PagedCallSettings.Builder<ListProcessesRequest,ListProcessesResponse,LineageClient.ListProcessesPagedResponse>
LineageSettings.Builder. listProcessesSettings()
Returns the builder for the settings used for calls to listProcesses.com.google.api.gax.rpc.PagedCallSettings<ListProcessesRequest,ListProcessesResponse,LineageClient.ListProcessesPagedResponse>
LineageSettings. listProcessesSettings()
Returns the object with the settings used for calls to listProcesses. -
Uses of LineageClient.ListProcessesPagedResponse in com.google.cloud.datacatalog.lineage.v1.stub
Methods in com.google.cloud.datacatalog.lineage.v1.stub that return types with arguments of type LineageClient.ListProcessesPagedResponse Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ListProcessesRequest,LineageClient.ListProcessesPagedResponse>
GrpcLineageStub. listProcessesPagedCallable()
com.google.api.gax.rpc.UnaryCallable<ListProcessesRequest,LineageClient.ListProcessesPagedResponse>
HttpJsonLineageStub. listProcessesPagedCallable()
com.google.api.gax.rpc.UnaryCallable<ListProcessesRequest,LineageClient.ListProcessesPagedResponse>
LineageStub. listProcessesPagedCallable()
com.google.api.gax.rpc.PagedCallSettings.Builder<ListProcessesRequest,ListProcessesResponse,LineageClient.ListProcessesPagedResponse>
LineageStubSettings.Builder. listProcessesSettings()
Returns the builder for the settings used for calls to listProcesses.com.google.api.gax.rpc.PagedCallSettings<ListProcessesRequest,ListProcessesResponse,LineageClient.ListProcessesPagedResponse>
LineageStubSettings. listProcessesSettings()
Returns the object with the settings used for calls to listProcesses.
-