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 TypeMethodDescriptionstatic com.google.api.core.ApiFuture<LoggingClient.ListLogEntriesPagedResponse>LoggingClient.ListLogEntriesPagedResponse.createAsync(com.google.api.gax.rpc.PageContext<ListLogEntriesRequest, ListLogEntriesResponse, LogEntry> context, com.google.api.core.ApiFuture<ListLogEntriesResponse> futureResponse) final com.google.api.gax.rpc.UnaryCallable<ListLogEntriesRequest,LoggingClient.ListLogEntriesPagedResponse> LoggingClient.listLogEntriesPagedCallable()Lists log entries.com.google.api.gax.rpc.PagedCallSettings.Builder<ListLogEntriesRequest,ListLogEntriesResponse, LoggingClient.ListLogEntriesPagedResponse> LoggingSettings.Builder.listLogEntriesSettings()Returns the builder for the settings used for calls to listLogEntries.com.google.api.gax.rpc.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 TypeMethodDescriptioncom.google.api.gax.rpc.UnaryCallable<ListLogEntriesRequest,LoggingClient.ListLogEntriesPagedResponse> GrpcLoggingServiceV2Stub.listLogEntriesPagedCallable()com.google.api.gax.rpc.UnaryCallable<ListLogEntriesRequest,LoggingClient.ListLogEntriesPagedResponse> LoggingServiceV2Stub.listLogEntriesPagedCallable()com.google.api.gax.rpc.PagedCallSettings.Builder<ListLogEntriesRequest,ListLogEntriesResponse, LoggingClient.ListLogEntriesPagedResponse> LoggingServiceV2StubSettings.Builder.listLogEntriesSettings()Returns the builder for the settings used for calls to listLogEntries.com.google.api.gax.rpc.PagedCallSettings<ListLogEntriesRequest,ListLogEntriesResponse, LoggingClient.ListLogEntriesPagedResponse> LoggingServiceV2StubSettings.listLogEntriesSettings()Returns the object with the settings used for calls to listLogEntries.