public sealed class RequestUtilization : IMessage<RequestUtilization>, IEquatable<RequestUtilization>, IDeepCloneable<RequestUtilization>, IBufferMessage, IMessage
Target scaling by request utilization. Only applicable in the App Engine flexible environment.
Implements
Google.Protobuf.IMessage<RequestUtilization>, IEquatable<RequestUtilization>, Google.Protobuf.IDeepCloneable<RequestUtilization>, Google.Protobuf.IBufferMessage, Google.Protobuf.IMessageNamespace
Google.Cloud.AppEngine.V1Assembly
Google.Cloud.AppEngine.V1.dll
Constructors
RequestUtilization()
public RequestUtilization()
RequestUtilization(RequestUtilization)
public RequestUtilization(RequestUtilization other)
Parameter | |
---|---|
Name | Description |
other | RequestUtilization |
Properties
TargetConcurrentRequests
public int TargetConcurrentRequests { get; set; }
Target number of concurrent requests.
Property Value | |
---|---|
Type | Description |
Int32 |
TargetRequestCountPerSecond
public int TargetRequestCountPerSecond { get; set; }
Target requests per second.
Property Value | |
---|---|
Type | Description |
Int32 |