Uses of Class
com.google.storage.v2.StorageClient.ListNotificationConfigsPagedResponse
Packages that use StorageClient.ListNotificationConfigsPagedResponse
-
Uses of StorageClient.ListNotificationConfigsPagedResponse in com.google.storage.v2
Methods in com.google.storage.v2 that return StorageClient.ListNotificationConfigsPagedResponseModifier and TypeMethodDescriptionStorageClient.listNotificationConfigs(BucketName parent) Retrieves a list of NotificationConfigs for a given bucket.StorageClient.listNotificationConfigs(ListNotificationConfigsRequest request) Retrieves a list of NotificationConfigs for a given bucket.StorageClient.listNotificationConfigs(String parent) Retrieves a list of NotificationConfigs for a given bucket.Methods in com.google.storage.v2 that return types with arguments of type StorageClient.ListNotificationConfigsPagedResponseModifier and TypeMethodDescriptionstatic com.google.api.core.ApiFuture<StorageClient.ListNotificationConfigsPagedResponse>StorageClient.ListNotificationConfigsPagedResponse.createAsync(com.google.api.gax.rpc.PageContext<ListNotificationConfigsRequest, ListNotificationConfigsResponse, NotificationConfig> context, com.google.api.core.ApiFuture<ListNotificationConfigsResponse> futureResponse) final com.google.api.gax.rpc.UnaryCallable<ListNotificationConfigsRequest,StorageClient.ListNotificationConfigsPagedResponse> StorageClient.listNotificationConfigsPagedCallable()Retrieves a list of NotificationConfigs for a given bucket.com.google.api.gax.rpc.PagedCallSettings.Builder<ListNotificationConfigsRequest,ListNotificationConfigsResponse, StorageClient.ListNotificationConfigsPagedResponse> StorageSettings.Builder.listNotificationConfigsSettings()Returns the builder for the settings used for calls to listNotificationConfigs.com.google.api.gax.rpc.PagedCallSettings<ListNotificationConfigsRequest,ListNotificationConfigsResponse, StorageClient.ListNotificationConfigsPagedResponse> StorageSettings.listNotificationConfigsSettings()Returns the object with the settings used for calls to listNotificationConfigs. -
Uses of StorageClient.ListNotificationConfigsPagedResponse in com.google.storage.v2.stub
Methods in com.google.storage.v2.stub that return types with arguments of type StorageClient.ListNotificationConfigsPagedResponseModifier and TypeMethodDescriptioncom.google.api.gax.rpc.UnaryCallable<ListNotificationConfigsRequest,StorageClient.ListNotificationConfigsPagedResponse> GrpcStorageStub.listNotificationConfigsPagedCallable()com.google.api.gax.rpc.UnaryCallable<ListNotificationConfigsRequest,StorageClient.ListNotificationConfigsPagedResponse> StorageStub.listNotificationConfigsPagedCallable()com.google.api.gax.rpc.PagedCallSettings.Builder<ListNotificationConfigsRequest,ListNotificationConfigsResponse, StorageClient.ListNotificationConfigsPagedResponse> StorageStubSettings.Builder.listNotificationConfigsSettings()Returns the builder for the settings used for calls to listNotificationConfigs.com.google.api.gax.rpc.PagedCallSettings<ListNotificationConfigsRequest,ListNotificationConfigsResponse, StorageClient.ListNotificationConfigsPagedResponse> StorageStubSettings.listNotificationConfigsSettings()Returns the object with the settings used for calls to listNotificationConfigs.