public enum ProviderConfig.ProviderSource extends Enum<ProviderConfig.ProviderSource> implements ProtocolMessageEnum
ProviderSource represents the source type of the provider.
Protobuf enum google.cloud.config.v1.ProviderConfig.ProviderSource
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
PROVIDER_SOURCE_UNSPECIFIED |
Unspecified source type, default to public sources. |
PROVIDER_SOURCE_UNSPECIFIED_VALUE |
Unspecified source type, default to public sources. |
SERVICE_MAINTAINED |
Service maintained provider source type. |
SERVICE_MAINTAINED_VALUE |
Service maintained provider source type. |
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() |