Uses of Class
com.google.container.v1beta1.LoggingVariantConfig.Variant
-
Packages that use LoggingVariantConfig.Variant Package Description com.google.container.v1beta1 -
-
Uses of LoggingVariantConfig.Variant in com.google.container.v1beta1
Methods in com.google.container.v1beta1 that return LoggingVariantConfig.Variant Modifier and Type Method Description static LoggingVariantConfig.Variant
LoggingVariantConfig.Variant. forNumber(int value)
LoggingVariantConfig.Variant
LoggingVariantConfig.Builder. getVariant()
Logging variant deployed on nodes.LoggingVariantConfig.Variant
LoggingVariantConfig. getVariant()
Logging variant deployed on nodes.LoggingVariantConfig.Variant
LoggingVariantConfigOrBuilder. getVariant()
Logging variant deployed on nodes.static LoggingVariantConfig.Variant
LoggingVariantConfig.Variant. valueOf(int value)
Deprecated.static LoggingVariantConfig.Variant
LoggingVariantConfig.Variant. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static LoggingVariantConfig.Variant
LoggingVariantConfig.Variant. valueOf(String name)
Returns the enum constant of this type with the specified name.static LoggingVariantConfig.Variant[]
LoggingVariantConfig.Variant. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.container.v1beta1 that return types with arguments of type LoggingVariantConfig.Variant Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<LoggingVariantConfig.Variant>
LoggingVariantConfig.Variant. internalGetValueMap()
Methods in com.google.container.v1beta1 with parameters of type LoggingVariantConfig.Variant Modifier and Type Method Description LoggingVariantConfig.Builder
LoggingVariantConfig.Builder. setVariant(LoggingVariantConfig.Variant value)
Logging variant deployed on nodes.
-