Uses of Class
com.google.logging.v2.LogSink.VersionFormat
-
Packages that use LogSink.VersionFormat Package Description com.google.logging.v2 -
-
Uses of LogSink.VersionFormat in com.google.logging.v2
Methods in com.google.logging.v2 that return LogSink.VersionFormat Modifier and Type Method Description static LogSink.VersionFormat
LogSink.VersionFormat. forNumber(int value)
LogSink.VersionFormat
LogSink.Builder. getOutputVersionFormat()
Deprecated.google.logging.v2.LogSink.output_version_format is deprecated.LogSink.VersionFormat
LogSink. getOutputVersionFormat()
Deprecated.google.logging.v2.LogSink.output_version_format is deprecated.LogSink.VersionFormat
LogSinkOrBuilder. getOutputVersionFormat()
Deprecated.google.logging.v2.LogSink.output_version_format is deprecated.static LogSink.VersionFormat
LogSink.VersionFormat. valueOf(int value)
Deprecated.static LogSink.VersionFormat
LogSink.VersionFormat. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static LogSink.VersionFormat
LogSink.VersionFormat. valueOf(String name)
Returns the enum constant of this type with the specified name.static LogSink.VersionFormat[]
LogSink.VersionFormat. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.logging.v2 that return types with arguments of type LogSink.VersionFormat Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<LogSink.VersionFormat>
LogSink.VersionFormat. internalGetValueMap()
Methods in com.google.logging.v2 with parameters of type LogSink.VersionFormat Modifier and Type Method Description LogSink.Builder
LogSink.Builder. setOutputVersionFormat(LogSink.VersionFormat value)
Deprecated.google.logging.v2.LogSink.output_version_format is deprecated.
-