Uses of Class
com.google.cloud.logging.v2.LoggingClient.ListLogEntriesPagedResponse
-
Packages that use LoggingClient.ListLogEntriesPagedResponse Package Description com.google.cloud.logging.v2 A client to Cloud Logging APIcom.google.cloud.logging.v2.stub -
-
Uses of LoggingClient.ListLogEntriesPagedResponse in com.google.cloud.logging.v2
Methods in com.google.cloud.logging.v2 that return LoggingClient.ListLogEntriesPagedResponse Modifier and Type Method Description LoggingClient.ListLogEntriesPagedResponse
LoggingClient. listLogEntries(ListLogEntriesRequest request)
Lists log entries.LoggingClient.ListLogEntriesPagedResponse
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.ListLogEntriesPagedResponse Modifier and Type Method Description static 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)
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.ListLogEntriesPagedResponse Modifier and Type Method Description com.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.
-