public enum TemplateLibraryConfig.Installation extends Enum<TemplateLibraryConfig.Installation> implements ProtocolMessageEnum
How the template library should be installed
Protobuf enum
google.cloud.gkehub.policycontroller.v1beta.TemplateLibraryConfig.Installation
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
ALL |
Install the entire template library. |
ALL_VALUE |
Install the entire template library. |
INSTALLATION_UNSPECIFIED |
No installation strategy has been specified. |
INSTALLATION_UNSPECIFIED_VALUE |
No installation strategy has been specified. |
NOT_INSTALLED |
Do not install the template library. |
NOT_INSTALLED_VALUE |
Do not install the template library. |
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() |