Package com.google.container.v1beta1
Interface MaintenanceExclusionOptionsOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
MaintenanceExclusionOptions
,MaintenanceExclusionOptions.Builder
public interface MaintenanceExclusionOptionsOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MaintenanceExclusionOptions.Scope
getScope()
Scope specifies the upgrade scope which upgrades are blocked by the exclusion.int
getScopeValue()
Scope specifies the upgrade scope which upgrades are blocked by the exclusion.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getScopeValue
int getScopeValue()
Scope specifies the upgrade scope which upgrades are blocked by the exclusion.
.google.container.v1beta1.MaintenanceExclusionOptions.Scope scope = 1;
- Returns:
- The enum numeric value on the wire for scope.
-
getScope
MaintenanceExclusionOptions.Scope getScope()
Scope specifies the upgrade scope which upgrades are blocked by the exclusion.
.google.container.v1beta1.MaintenanceExclusionOptions.Scope scope = 1;
- Returns:
- The scope.
-
-