| Modifier and Type | Method and Description |
|---|---|
static ConfigFile.FileType |
ConfigFile.FileType.forNumber(int value) |
ConfigFile.FileType |
ConfigFile.getFileType()
The type of configuration file this represents.
|
ConfigFile.FileType |
ConfigFile.Builder.getFileType()
The type of configuration file this represents.
|
ConfigFile.FileType |
ConfigFileOrBuilder.getFileType()
The type of configuration file this represents.
|
static ConfigFile.FileType |
ConfigFile.FileType.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static ConfigFile.FileType |
ConfigFile.FileType.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static ConfigFile.FileType |
ConfigFile.FileType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConfigFile.FileType[] |
ConfigFile.FileType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static com.google.protobuf.Internal.EnumLiteMap<ConfigFile.FileType> |
ConfigFile.FileType.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
ConfigFile.Builder |
ConfigFile.Builder.setFileType(ConfigFile.FileType value)
The type of configuration file this represents.
|
Copyright © 2025 Google LLC. All rights reserved.