Uses of Class
com.google.container.v1.SetMasterAuthRequest.Action
-
Packages that use SetMasterAuthRequest.Action Package Description com.google.container.v1 -
-
Uses of SetMasterAuthRequest.Action in com.google.container.v1
Methods in com.google.container.v1 that return SetMasterAuthRequest.Action Modifier and Type Method Description static SetMasterAuthRequest.Action
SetMasterAuthRequest.Action. forNumber(int value)
SetMasterAuthRequest.Action
SetMasterAuthRequest.Builder. getAction()
Required.SetMasterAuthRequest.Action
SetMasterAuthRequest. getAction()
Required.SetMasterAuthRequest.Action
SetMasterAuthRequestOrBuilder. getAction()
Required.static SetMasterAuthRequest.Action
SetMasterAuthRequest.Action. valueOf(int value)
Deprecated.static SetMasterAuthRequest.Action
SetMasterAuthRequest.Action. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static SetMasterAuthRequest.Action
SetMasterAuthRequest.Action. valueOf(String name)
Returns the enum constant of this type with the specified name.static SetMasterAuthRequest.Action[]
SetMasterAuthRequest.Action. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.container.v1 that return types with arguments of type SetMasterAuthRequest.Action Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<SetMasterAuthRequest.Action>
SetMasterAuthRequest.Action. internalGetValueMap()
Methods in com.google.container.v1 with parameters of type SetMasterAuthRequest.Action Modifier and Type Method Description SetMasterAuthRequest.Builder
SetMasterAuthRequest.Builder. setAction(SetMasterAuthRequest.Action value)
Required.
-