com.google.appengine.v1.ManualScalingOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of proto-google-appengine-v1 Show documentation
Show all versions of proto-google-appengine-v1 Show documentation
PROTO library for proto-google-appengine-v1
// 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