Uses of Class
com.google.cloud.logging.v2.LoggingClient.ListLogsPagedResponse
-
Packages that use LoggingClient.ListLogsPagedResponse Package Description com.google.cloud.logging.v2 A client to Cloud Logging APIcom.google.cloud.logging.v2.stub -
-
Uses of LoggingClient.ListLogsPagedResponse in com.google.cloud.logging.v2
Methods in com.google.cloud.logging.v2 that return LoggingClient.ListLogsPagedResponse Modifier and Type Method Description LoggingClient.ListLogsPagedResponse
LoggingClient. listLogs(BillingAccountName parent)
Lists the logs in projects, organizations, folders, or billing accounts.LoggingClient.ListLogsPagedResponse
LoggingClient. listLogs(FolderName parent)
Lists the logs in projects, organizations, folders, or billing accounts.LoggingClient.ListLogsPagedResponse
LoggingClient. listLogs(ListLogsRequest request)
Lists the logs in projects, organizations, folders, or billing accounts.LoggingClient.ListLogsPagedResponse
LoggingClient. listLogs(OrganizationName parent)
Lists the logs in projects, organizations, folders, or billing accounts.LoggingClient.ListLogsPagedResponse
LoggingClient. listLogs(ProjectName parent)
Lists the logs in projects, organizations, folders, or billing accounts.LoggingClient.ListLogsPagedResponse
LoggingClient. listLogs(String parent)
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.ListLogsPagedResponse Modifier and Type Method Description static 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)
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.ListLogsPagedResponse Modifier and Type Method Description com.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.
-