Uses of Class
com.google.cloud.logging.SinkInfo
-
Packages that use SinkInfo Package Description com.google.cloud.logging A client for Cloud Logging - Real-time log management and analysis. -
-
Uses of SinkInfo in com.google.cloud.logging
Subclasses of SinkInfo in com.google.cloud.logging Modifier and Type Class Description classSinkCloud Logging sinks can be used to control the export of your logs.Methods in com.google.cloud.logging that return SinkInfo Modifier and Type Method Description abstract SinkInfoSinkInfo.Builder. build()Creates aSinkInfoobject for this builder.static SinkInfoSinkInfo. of(String name, SinkInfo.Destination destination)Creates aSinkInfoobject given the name of the sink and its destination.Methods in com.google.cloud.logging with parameters of type SinkInfo Modifier and Type Method Description SinkLogging. create(SinkInfo sink)Creates a new sink.com.google.api.core.ApiFuture<Sink>Logging. createAsync(SinkInfo sink)Sends a request for creating a sink.SinkLogging. update(SinkInfo sink)Updates a sink or creates one if it does not exist.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).
-