Interface MaintenanceExclusionOptionsOrBuilder (2.4.0)

public interface MaintenanceExclusionOptionsOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

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
TypeDescription
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
TypeDescription
int

The enum numeric value on the wire for scope.