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