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