Interface RevisionScalingOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    RevisionScaling, RevisionScaling.Builder

    public interface RevisionScalingOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      int getMaxInstanceCount()
      Maximum number of serving instances that this resource should have.
      int getMinInstanceCount()
      Minimum number of serving instances that this resource should have.
      • 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

      • getMinInstanceCount

        int getMinInstanceCount()
         Minimum number of serving instances that this resource should have.
         
        int32 min_instance_count = 1;
        Returns:
        The minInstanceCount.
      • getMaxInstanceCount

        int getMaxInstanceCount()
         Maximum number of serving instances that this resource should have.
         
        int32 max_instance_count = 2;
        Returns:
        The maxInstanceCount.