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