Uses of Class
com.google.cloud.logging.SinkInfo.Builder
Packages that use SinkInfo.Builder
Package
Description
A client for Cloud Logging - Real-time log management and analysis.
-
Uses of SinkInfo.Builder in com.google.cloud.logging
Subclasses of SinkInfo.Builder in com.google.cloud.loggingMethods in com.google.cloud.logging that return SinkInfo.BuilderModifier and TypeMethodDescriptionstatic SinkInfo.BuilderSinkInfo.newBuilder(String name, SinkInfo.Destination destination) Returns a builder forSinkInfoobjects given the name of the sink and its destination.abstract SinkInfo.BuilderSinkInfo.Builder.setDestination(SinkInfo.Destination destination) Sets the export destination.abstract SinkInfo.BuilderSets an advanced logs filter.abstract SinkInfo.BuilderSets the name of the sink.abstract SinkInfo.BuilderSinkInfo.Builder.setVersionFormat(SinkInfo.VersionFormat versionFormat) Sets the log entry version to use for this sink's exported log entries.SinkInfo.toBuilder()Returns a builder for thisSinkInfoobject.