Interface ManualScalingOrBuilder

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

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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      int getInstances()
      Number of instances to assign to the service at the start.
      • 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

      • getInstances

        int getInstances()
         Number of instances to assign to the service at the start. This number
         can later be altered by using the
         [Modules API](https://cloud.google.com/appengine/docs/python/modules/functions)
         `set_num_instances()` function.
         
        int32 instances = 1;
        Returns:
        The instances.