Uses of Class
com.google.container.v1beta1.IstioConfig.IstioAuthMode
-
Packages that use IstioConfig.IstioAuthMode Package Description com.google.container.v1beta1 -
-
Uses of IstioConfig.IstioAuthMode in com.google.container.v1beta1
Methods in com.google.container.v1beta1 that return IstioConfig.IstioAuthMode Modifier and Type Method Description static IstioConfig.IstioAuthMode
IstioConfig.IstioAuthMode. forNumber(int value)
IstioConfig.IstioAuthMode
IstioConfig.Builder. getAuth()
Deprecated.google.container.v1beta1.IstioConfig.auth is deprecated.IstioConfig.IstioAuthMode
IstioConfig. getAuth()
Deprecated.google.container.v1beta1.IstioConfig.auth is deprecated.IstioConfig.IstioAuthMode
IstioConfigOrBuilder. getAuth()
Deprecated.google.container.v1beta1.IstioConfig.auth is deprecated.static IstioConfig.IstioAuthMode
IstioConfig.IstioAuthMode. valueOf(int value)
Deprecated.static IstioConfig.IstioAuthMode
IstioConfig.IstioAuthMode. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static IstioConfig.IstioAuthMode
IstioConfig.IstioAuthMode. valueOf(String name)
Returns the enum constant of this type with the specified name.static IstioConfig.IstioAuthMode[]
IstioConfig.IstioAuthMode. 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 IstioConfig.IstioAuthMode Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<IstioConfig.IstioAuthMode>
IstioConfig.IstioAuthMode. internalGetValueMap()
Methods in com.google.container.v1beta1 with parameters of type IstioConfig.IstioAuthMode Modifier and Type Method Description IstioConfig.Builder
IstioConfig.Builder. setAuth(IstioConfig.IstioAuthMode value)
Deprecated.google.container.v1beta1.IstioConfig.auth is deprecated.
-