public static enum ExtensionManifest.ApiSpec.ApiSpecCase extends Enum<ExtensionManifest.ApiSpec.ApiSpecCase> implements com.google.protobuf.Internal.EnumLite
| Enum Constant and Description |
|---|
APISPEC_NOT_SET |
OPEN_API_GCS_URI |
OPEN_API_YAML |
| Modifier and Type | Method and Description |
|---|---|
static ExtensionManifest.ApiSpec.ApiSpecCase |
forNumber(int value) |
int |
getNumber() |
static ExtensionManifest.ApiSpec.ApiSpecCase |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static ExtensionManifest.ApiSpec.ApiSpecCase |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExtensionManifest.ApiSpec.ApiSpecCase[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ExtensionManifest.ApiSpec.ApiSpecCase OPEN_API_YAML
public static final ExtensionManifest.ApiSpec.ApiSpecCase OPEN_API_GCS_URI
public static final ExtensionManifest.ApiSpec.ApiSpecCase APISPEC_NOT_SET
public static ExtensionManifest.ApiSpec.ApiSpecCase[] values()
for (ExtensionManifest.ApiSpec.ApiSpecCase c : ExtensionManifest.ApiSpec.ApiSpecCase.values()) System.out.println(c);
public static ExtensionManifest.ApiSpec.ApiSpecCase 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 ExtensionManifest.ApiSpec.ApiSpecCase valueOf(int value)
forNumber(int) instead.value - The number of the enum to look for.public static ExtensionManifest.ApiSpec.ApiSpecCase forNumber(int value)
public int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLiteCopyright © 2025 Google LLC. All rights reserved.