Uses of Enum
com.google.cloud.logging.SinkInfo.VersionFormat
Packages that use SinkInfo.VersionFormat
Package
Description
A client for Cloud Logging - Real-time log management and analysis.
-
Uses of SinkInfo.VersionFormat in com.google.cloud.logging
Methods in com.google.cloud.logging that return SinkInfo.VersionFormatModifier and TypeMethodDescriptionSinkInfo.getVersionFormat()Returns the log entry version to use for this sink's exported log entries.static SinkInfo.VersionFormatReturns the enum constant of this type with the specified name.static SinkInfo.VersionFormat[]SinkInfo.VersionFormat.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.cloud.logging with parameters of type SinkInfo.VersionFormatModifier and TypeMethodDescriptionSink.Builder.setVersionFormat(SinkInfo.VersionFormat versionFormat) abstract SinkInfo.BuilderSinkInfo.Builder.setVersionFormat(SinkInfo.VersionFormat versionFormat) Sets the log entry version to use for this sink's exported log entries.