Uses of Class
com.google.logging.v2.LogSink.OptionsCase
-
Packages that use LogSink.OptionsCase Package Description com.google.logging.v2 -
-
Uses of LogSink.OptionsCase in com.google.logging.v2
Methods in com.google.logging.v2 that return LogSink.OptionsCase Modifier and Type Method Description static LogSink.OptionsCase
LogSink.OptionsCase. forNumber(int value)
LogSink.OptionsCase
LogSink.Builder. getOptionsCase()
LogSink.OptionsCase
LogSink. getOptionsCase()
LogSink.OptionsCase
LogSinkOrBuilder. getOptionsCase()
static LogSink.OptionsCase
LogSink.OptionsCase. valueOf(int value)
Deprecated.static LogSink.OptionsCase
LogSink.OptionsCase. valueOf(String name)
Returns the enum constant of this type with the specified name.static LogSink.OptionsCase[]
LogSink.OptionsCase. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-