Uses of Class
com.google.cloud.metastore.v1beta.DataprocMetastoreClient.ListBackupsPagedResponse
-
Packages that use DataprocMetastoreClient.ListBackupsPagedResponse Package Description com.google.cloud.metastore.v1beta A client to Dataproc Metastore APIcom.google.cloud.metastore.v1beta.stub -
-
Uses of DataprocMetastoreClient.ListBackupsPagedResponse in com.google.cloud.metastore.v1beta
Methods in com.google.cloud.metastore.v1beta that return DataprocMetastoreClient.ListBackupsPagedResponse Modifier and Type Method Description DataprocMetastoreClient.ListBackupsPagedResponse
DataprocMetastoreClient. listBackups(ListBackupsRequest request)
Lists backups in a service.DataprocMetastoreClient.ListBackupsPagedResponse
DataprocMetastoreClient. listBackups(ServiceName parent)
Lists backups in a service.DataprocMetastoreClient.ListBackupsPagedResponse
DataprocMetastoreClient. listBackups(String parent)
Lists backups in a service.Methods in com.google.cloud.metastore.v1beta that return types with arguments of type DataprocMetastoreClient.ListBackupsPagedResponse Modifier and Type Method Description static com.google.api.core.ApiFuture<DataprocMetastoreClient.ListBackupsPagedResponse>
DataprocMetastoreClient.ListBackupsPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListBackupsRequest,ListBackupsResponse,Backup> context, com.google.api.core.ApiFuture<ListBackupsResponse> futureResponse)
com.google.api.gax.rpc.UnaryCallable<ListBackupsRequest,DataprocMetastoreClient.ListBackupsPagedResponse>
DataprocMetastoreClient. listBackupsPagedCallable()
Lists backups in a service.com.google.api.gax.rpc.PagedCallSettings.Builder<ListBackupsRequest,ListBackupsResponse,DataprocMetastoreClient.ListBackupsPagedResponse>
DataprocMetastoreSettings.Builder. listBackupsSettings()
Returns the builder for the settings used for calls to listBackups.com.google.api.gax.rpc.PagedCallSettings<ListBackupsRequest,ListBackupsResponse,DataprocMetastoreClient.ListBackupsPagedResponse>
DataprocMetastoreSettings. listBackupsSettings()
Returns the object with the settings used for calls to listBackups. -
Uses of DataprocMetastoreClient.ListBackupsPagedResponse in com.google.cloud.metastore.v1beta.stub
Methods in com.google.cloud.metastore.v1beta.stub that return types with arguments of type DataprocMetastoreClient.ListBackupsPagedResponse Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ListBackupsRequest,DataprocMetastoreClient.ListBackupsPagedResponse>
DataprocMetastoreStub. listBackupsPagedCallable()
com.google.api.gax.rpc.UnaryCallable<ListBackupsRequest,DataprocMetastoreClient.ListBackupsPagedResponse>
GrpcDataprocMetastoreStub. listBackupsPagedCallable()
com.google.api.gax.rpc.UnaryCallable<ListBackupsRequest,DataprocMetastoreClient.ListBackupsPagedResponse>
HttpJsonDataprocMetastoreStub. listBackupsPagedCallable()
com.google.api.gax.rpc.PagedCallSettings.Builder<ListBackupsRequest,ListBackupsResponse,DataprocMetastoreClient.ListBackupsPagedResponse>
DataprocMetastoreStubSettings.Builder. listBackupsSettings()
Returns the builder for the settings used for calls to listBackups.com.google.api.gax.rpc.PagedCallSettings<ListBackupsRequest,ListBackupsResponse,DataprocMetastoreClient.ListBackupsPagedResponse>
DataprocMetastoreStubSettings. listBackupsSettings()
Returns the object with the settings used for calls to listBackups.
-