public static enum KubernetesConfig.ServiceDefinitionCase extends Enum<KubernetesConfig.ServiceDefinitionCase> implements com.google.protobuf.Internal.EnumLite
| Enum Constant and Description |
|---|
GATEWAY_SERVICE_MESH |
SERVICE_NETWORKING |
SERVICEDEFINITION_NOT_SET |
| Modifier and Type | Method and Description |
|---|---|
static KubernetesConfig.ServiceDefinitionCase |
forNumber(int value) |
int |
getNumber() |
static KubernetesConfig.ServiceDefinitionCase |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static KubernetesConfig.ServiceDefinitionCase |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static KubernetesConfig.ServiceDefinitionCase[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final KubernetesConfig.ServiceDefinitionCase GATEWAY_SERVICE_MESH
public static final KubernetesConfig.ServiceDefinitionCase SERVICE_NETWORKING
public static final KubernetesConfig.ServiceDefinitionCase SERVICEDEFINITION_NOT_SET
public static KubernetesConfig.ServiceDefinitionCase[] values()
for (KubernetesConfig.ServiceDefinitionCase c : KubernetesConfig.ServiceDefinitionCase.values()) System.out.println(c);
public static KubernetesConfig.ServiceDefinitionCase valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is null@Deprecated public static KubernetesConfig.ServiceDefinitionCase valueOf(int value)
forNumber(int) instead.value - The number of the enum to look for.public static KubernetesConfig.ServiceDefinitionCase forNumber(int value)
public int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLiteCopyright © 2024 Google LLC. All rights reserved.