All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.google.appengine.v1.ManualScalingOrBuilder Maven / Gradle / Ivy

There is a newer version: 0.12.0
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: google/appengine/v1/version.proto

package com.google.appengine.v1;

public interface ManualScalingOrBuilder extends
    // @@protoc_insertion_point(interface_extends:google.appengine.v1.ManualScaling)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * 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; */ int getInstances(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy