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