Uses of Class
com.google.cloud.logging.Sink
Packages that use Sink
Package
Description
A client for Cloud Logging - Real-time log management and analysis.
-
Uses of Sink in com.google.cloud.logging
Methods in com.google.cloud.logging that return SinkModifier and TypeMethodDescriptionSink.Builder.build()Creates a new sink.Returns the requested sink ornullif not found.Sink.reload()Fetches current sink's latest information.Updates a sink or creates one if it does not exist.Sink.update()Updates current sink.Methods in com.google.cloud.logging that return types with arguments of type SinkModifier and TypeMethodDescriptioncom.google.api.core.ApiFuture<Sink>Logging.createAsync(SinkInfo sink) Sends a request for creating a sink.com.google.api.core.ApiFuture<Sink>Logging.getSinkAsync(String sink) Sends a request for getting a sink.com.google.api.gax.paging.Page<Sink>Logging.listSinks(Logging.ListOption... options) Lists the sinks.com.google.api.core.ApiFuture<com.google.api.gax.paging.AsyncPage<Sink>>Logging.listSinksAsync(Logging.ListOption... options) Sends a request for listing sinks.com.google.api.core.ApiFuture<Sink>Sink.reloadAsync()Sends a request to fetch current sink's latest information.com.google.api.core.ApiFuture<Sink>Logging.updateAsync(SinkInfo sink) Sends a request for updating a sink (or creating it, if it does not exist).com.google.api.core.ApiFuture<Sink>Sink.updateAsync()Sends a request to update current sink.