Enum TemplateLibraryConfig.Installation (1.54.0)

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

ProtocolMessageEnum

Static Fields

Name Description
ALL

Install the entire template library.

ALL = 2;

ALL_VALUE

Install the entire template library.

ALL = 2;

INSTALLATION_UNSPECIFIED

No installation strategy has been specified.

INSTALLATION_UNSPECIFIED = 0;

INSTALLATION_UNSPECIFIED_VALUE

No installation strategy has been specified.

INSTALLATION_UNSPECIFIED = 0;

NOT_INSTALLED

Do not install the template library.

NOT_INSTALLED = 1;

NOT_INSTALLED_VALUE

Do not install the template library.

NOT_INSTALLED = 1;

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()