Uses of Class
com.google.cloud.logging.v2.LoggingClient.ListLogsPagedResponse
Packages that use LoggingClient.ListLogsPagedResponse
Package
Description
A client to Cloud Logging API
-
Uses of LoggingClient.ListLogsPagedResponse in com.google.cloud.logging.v2
Methods in com.google.cloud.logging.v2 that return LoggingClient.ListLogsPagedResponseModifier and TypeMethodDescriptionLoggingClient.listLogs(BillingAccountName parent) Lists the logs in projects, organizations, folders, or billing accounts.LoggingClient.listLogs(FolderName parent) Lists the logs in projects, organizations, folders, or billing accounts.LoggingClient.listLogs(ListLogsRequest request) Lists the logs in projects, organizations, folders, or billing accounts.LoggingClient.listLogs(OrganizationName parent) Lists the logs in projects, organizations, folders, or billing accounts.LoggingClient.listLogs(ProjectName parent) Lists the logs in projects, organizations, folders, or billing accounts.Lists the logs in projects, organizations, folders, or billing accounts.Methods in com.google.cloud.logging.v2 that return types with arguments of type LoggingClient.ListLogsPagedResponseModifier and TypeMethodDescriptionstatic com.google.api.core.ApiFuture<LoggingClient.ListLogsPagedResponse>LoggingClient.ListLogsPagedResponse.createAsync(com.google.api.gax.rpc.PageContext<ListLogsRequest, ListLogsResponse, String> context, com.google.api.core.ApiFuture<ListLogsResponse> futureResponse) final com.google.api.gax.rpc.UnaryCallable<ListLogsRequest,LoggingClient.ListLogsPagedResponse> LoggingClient.listLogsPagedCallable()Lists the logs in projects, organizations, folders, or billing accounts.com.google.api.gax.rpc.PagedCallSettings.Builder<ListLogsRequest,ListLogsResponse, LoggingClient.ListLogsPagedResponse> LoggingSettings.Builder.listLogsSettings()Returns the builder for the settings used for calls to listLogs.com.google.api.gax.rpc.PagedCallSettings<ListLogsRequest,ListLogsResponse, LoggingClient.ListLogsPagedResponse> LoggingSettings.listLogsSettings()Returns the object with the settings used for calls to listLogs. -
Uses of LoggingClient.ListLogsPagedResponse in com.google.cloud.logging.v2.stub
Methods in com.google.cloud.logging.v2.stub that return types with arguments of type LoggingClient.ListLogsPagedResponseModifier and TypeMethodDescriptioncom.google.api.gax.rpc.UnaryCallable<ListLogsRequest,LoggingClient.ListLogsPagedResponse> GrpcLoggingServiceV2Stub.listLogsPagedCallable()com.google.api.gax.rpc.UnaryCallable<ListLogsRequest,LoggingClient.ListLogsPagedResponse> LoggingServiceV2Stub.listLogsPagedCallable()com.google.api.gax.rpc.PagedCallSettings.Builder<ListLogsRequest,ListLogsResponse, LoggingClient.ListLogsPagedResponse> LoggingServiceV2StubSettings.Builder.listLogsSettings()Returns the builder for the settings used for calls to listLogs.com.google.api.gax.rpc.PagedCallSettings<ListLogsRequest,ListLogsResponse, LoggingClient.ListLogsPagedResponse> LoggingServiceV2StubSettings.listLogsSettings()Returns the object with the settings used for calls to listLogs.