public interface MaintenanceExclusionOptionsOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getScope()
public abstract MaintenanceExclusionOptions.Scope getScope()
Scope specifies the upgrade scope which upgrades are blocked by the exclusion.
.google.container.v1beta1.MaintenanceExclusionOptions.Scope scope = 1;
Returns | |
---|---|
Type | Description |
MaintenanceExclusionOptions.Scope |
The scope. |
getScopeValue()
public abstract int getScopeValue()
Scope specifies the upgrade scope which upgrades are blocked by the exclusion.
.google.container.v1beta1.MaintenanceExclusionOptions.Scope scope = 1;
Returns | |
---|---|
Type | Description |
int |
The enum numeric value on the wire for scope. |