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

com.google.appengine.v1.BasicScalingOrBuilder 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 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