public interface TemplateLibraryConfigOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getInstallation()
public abstract TemplateLibraryConfig.Installation getInstallation()
Configures the manner in which the template library is installed on the cluster.
.google.cloud.gkehub.policycontroller.v1beta.TemplateLibraryConfig.Installation installation = 2;
Returns | |
---|---|
Type | Description |
TemplateLibraryConfig.Installation |
The installation. |
getInstallationValue()
public abstract int getInstallationValue()
Configures the manner in which the template library is installed on the cluster.
.google.cloud.gkehub.policycontroller.v1beta.TemplateLibraryConfig.Installation installation = 2;
Returns | |
---|---|
Type | Description |
int |
The enum numeric value on the wire for installation. |