public enum GenerateCredentialsRequest.OperatingSystem extends Enum<GenerateCredentialsRequest.OperatingSystem> implements ProtocolMessageEnum
Operating systems requiring specialized kubeconfigs.
Protobuf enum
google.cloud.gkeconnect.gateway.v1.GenerateCredentialsRequest.OperatingSystem
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
OPERATING_SYSTEM_UNSPECIFIED |
Generates a kubeconfig that works for all operating systems not defined below. |
OPERATING_SYSTEM_UNSPECIFIED_VALUE |
Generates a kubeconfig that works for all operating systems not defined below. |
OPERATING_SYSTEM_WINDOWS |
Generates a kubeconfig that is specifically designed to work with Windows. |
OPERATING_SYSTEM_WINDOWS_VALUE |
Generates a kubeconfig that is specifically designed to work with Windows. |
UNRECOGNIZED |
Static Methods |
|
---|---|
Name | Description |
forNumber(int value) |
|
getDescriptor() |
|
internalGetValueMap() |
|
valueOf(Descriptors.EnumValueDescriptor desc) |
|
valueOf(int value) |
Deprecated. Use #forNumber(int) instead. |
valueOf(String name) |
|
values() |
Methods |
|
---|---|
Name | Description |
getDescriptorForType() |
|
getNumber() |
|
getValueDescriptor() |