com.google.appengine.v1.BasicScalingOrBuilder 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 BasicScalingOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.appengine.v1.BasicScaling)
com.google.protobuf.MessageOrBuilder {
/**
*
* Duration of time after the last request that an instance must wait before
* the instance is shut down.
*
*
* .google.protobuf.Duration idle_timeout = 1;
*/
boolean hasIdleTimeout();
/**
*
* Duration of time after the last request that an instance must wait before
* the instance is shut down.
*
*
* .google.protobuf.Duration idle_timeout = 1;
*/
com.google.protobuf.Duration getIdleTimeout();
/**
*
* Duration of time after the last request that an instance must wait before
* the instance is shut down.
*
*
* .google.protobuf.Duration idle_timeout = 1;
*/
com.google.protobuf.DurationOrBuilder getIdleTimeoutOrBuilder();
/**
*
* Maximum number of instances to create for this version.
*
*
* int32 max_instances = 2;
*/
int getMaxInstances();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy