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 TypeMethodDescriptionLogging.createAsync(SinkInfo sink) Sends a request for creating a sink.Logging.getSinkAsync(String sink) Sends a request for getting a sink.Logging.listSinks(Logging.ListOption... options) Lists the sinks.Logging.listSinksAsync(Logging.ListOption... options) Sends a request for listing sinks.Sink.reloadAsync()Sends a request to fetch current sink's latest information.Logging.updateAsync(SinkInfo sink) Sends a request for updating a sink (or creating it, if it does not exist).Sink.updateAsync()Sends a request to update current sink.