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