Uses of Class
com.google.cloud.logging.v2.ConfigClient.ListSinksPage
-
Packages that use ConfigClient.ListSinksPage Package Description com.google.cloud.logging.v2 A client to Cloud Logging API -
-
Uses of ConfigClient.ListSinksPage in com.google.cloud.logging.v2
Methods in com.google.cloud.logging.v2 that return ConfigClient.ListSinksPage Modifier and Type Method Description protected ConfigClient.ListSinksPage
ConfigClient.ListSinksPage. createPage(com.google.api.gax.rpc.PageContext<ListSinksRequest,ListSinksResponse,LogSink> context, ListSinksResponse response)
Methods in com.google.cloud.logging.v2 that return types with arguments of type ConfigClient.ListSinksPage Modifier and Type Method Description com.google.api.core.ApiFuture<ConfigClient.ListSinksPage>
ConfigClient.ListSinksPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListSinksRequest,ListSinksResponse,LogSink> context, com.google.api.core.ApiFuture<ListSinksResponse> futureResponse)
Method parameters in com.google.cloud.logging.v2 with type arguments of type ConfigClient.ListSinksPage Modifier and Type Method Description protected ConfigClient.ListSinksFixedSizeCollection
ConfigClient.ListSinksFixedSizeCollection. createCollection(List<ConfigClient.ListSinksPage> pages, int collectionSize)
-