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

com.google.appengine.v1.RequestUtilizationOrBuilder 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 RequestUtilizationOrBuilder extends
    // @@protoc_insertion_point(interface_extends:google.appengine.v1.RequestUtilization)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * Target requests per second.
   * 
* * int32 target_request_count_per_second = 1; */ int getTargetRequestCountPerSecond(); /** *
   * Target number of concurrent requests.
   * 
* * int32 target_concurrent_requests = 2; */ int getTargetConcurrentRequests(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy