public interface GkeAutoUpgradeConfigOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getPatchMode()
public abstract GkeAutoUpgradeConfig.PatchMode getPatchMode()
PatchMode specifies how auto upgrade patch builds should be selected.
.google.container.v1.GkeAutoUpgradeConfig.PatchMode patch_mode = 1;
Returns | |
---|---|
Type | Description |
GkeAutoUpgradeConfig.PatchMode |
The patchMode. |
getPatchModeValue()
public abstract int getPatchModeValue()
PatchMode specifies how auto upgrade patch builds should be selected.
.google.container.v1.GkeAutoUpgradeConfig.PatchMode patch_mode = 1;
Returns | |
---|---|
Type | Description |
int |
The enum numeric value on the wire for patchMode. |