Uses of Class
com.google.cloud.logging.SinkInfo.VersionFormat
-
Packages that use SinkInfo.VersionFormat Package Description com.google.cloud.logging 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.VersionFormat Modifier and Type Method Description SinkInfo.VersionFormat
SinkInfo. getVersionFormat()
Returns the log entry version to use for this sink's exported log entries.static SinkInfo.VersionFormat
SinkInfo.VersionFormat. valueOf(String name)
Returns 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.VersionFormat Modifier and Type Method Description Sink.Builder
Sink.Builder. setVersionFormat(SinkInfo.VersionFormat versionFormat)
abstract SinkInfo.Builder
SinkInfo.Builder. setVersionFormat(SinkInfo.VersionFormat versionFormat)
Sets the log entry version to use for this sink's exported log entries.
-