Interface MaintenanceExclusionOptionsOrBuilder

    • 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.MessageLiteOrBuilder

        isInitialized
      • 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.