Uses of Class
com.google.cloud.logging.v2.LoggingClient.ListLogEntriesPagedResponse
Packages that use LoggingClient.ListLogEntriesPagedResponse
Package
Description
A client to Cloud Logging API
-
Uses of LoggingClient.ListLogEntriesPagedResponse in com.google.cloud.logging.v2
Methods in com.google.cloud.logging.v2 that return LoggingClient.ListLogEntriesPagedResponseModifier and TypeMethodDescriptionLoggingClient.listLogEntries(ListLogEntriesRequest request) Lists log entries.LoggingClient.listLogEntries(List<String> resourceNames, String filter, String orderBy) Lists log entries.Methods in com.google.cloud.logging.v2 that return types with arguments of type LoggingClient.ListLogEntriesPagedResponseModifier and TypeMethodDescriptionLoggingClient.ListLogEntriesPagedResponse.createAsync(PageContext<ListLogEntriesRequest, ListLogEntriesResponse, LogEntry> context, ApiFuture<ListLogEntriesResponse> futureResponse) LoggingClient.listLogEntriesPagedCallable()Lists log entries.PagedCallSettings.Builder<ListLogEntriesRequest,ListLogEntriesResponse, LoggingClient.ListLogEntriesPagedResponse> LoggingSettings.Builder.listLogEntriesSettings()Returns the builder for the settings used for calls to listLogEntries.PagedCallSettings<ListLogEntriesRequest,ListLogEntriesResponse, LoggingClient.ListLogEntriesPagedResponse> LoggingSettings.listLogEntriesSettings()Returns the object with the settings used for calls to listLogEntries. -
Uses of LoggingClient.ListLogEntriesPagedResponse in com.google.cloud.logging.v2.stub
Methods in com.google.cloud.logging.v2.stub that return types with arguments of type LoggingClient.ListLogEntriesPagedResponseModifier and TypeMethodDescriptionGrpcLoggingServiceV2Stub.listLogEntriesPagedCallable()LoggingServiceV2Stub.listLogEntriesPagedCallable()PagedCallSettings.Builder<ListLogEntriesRequest,ListLogEntriesResponse, LoggingClient.ListLogEntriesPagedResponse> LoggingServiceV2StubSettings.Builder.listLogEntriesSettings()Returns the builder for the settings used for calls to listLogEntries.PagedCallSettings<ListLogEntriesRequest,ListLogEntriesResponse, LoggingClient.ListLogEntriesPagedResponse> LoggingServiceV2StubSettings.listLogEntriesSettings()Returns the object with the settings used for calls to listLogEntries.