Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.AppGatewaysResource.ShouldThrottleRequest

Calls the Bouncer method ShouldThrottle to check if a request should be throttled.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<ShouldThrottleResponse>
BeyondCorpBaseServiceRequest<ShouldThrottleResponse>
ProjectsResource.LocationsResource.AppGatewaysResource.ShouldThrottleRequest
Implements
IClientServiceRequest<ShouldThrottleResponse>
IClientServiceRequest
Inherited Members
BeyondCorpBaseServiceRequest<ShouldThrottleResponse>.Xgafv
BeyondCorpBaseServiceRequest<ShouldThrottleResponse>.AccessToken
BeyondCorpBaseServiceRequest<ShouldThrottleResponse>.Alt
BeyondCorpBaseServiceRequest<ShouldThrottleResponse>.Callback
BeyondCorpBaseServiceRequest<ShouldThrottleResponse>.Fields
BeyondCorpBaseServiceRequest<ShouldThrottleResponse>.Key
BeyondCorpBaseServiceRequest<ShouldThrottleResponse>.OauthToken
BeyondCorpBaseServiceRequest<ShouldThrottleResponse>.PrettyPrint
BeyondCorpBaseServiceRequest<ShouldThrottleResponse>.QuotaUser
BeyondCorpBaseServiceRequest<ShouldThrottleResponse>.UploadType
BeyondCorpBaseServiceRequest<ShouldThrottleResponse>.UploadProtocol
ClientServiceRequest<ShouldThrottleResponse>.Execute()
ClientServiceRequest<ShouldThrottleResponse>.ExecuteAsStream()
ClientServiceRequest<ShouldThrottleResponse>.ExecuteAsync()
ClientServiceRequest<ShouldThrottleResponse>.ExecuteAsync(CancellationToken)
ClientServiceRequest<ShouldThrottleResponse>.ExecuteAsStreamAsync()
ClientServiceRequest<ShouldThrottleResponse>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<ShouldThrottleResponse>.CreateRequest(bool?)
ClientServiceRequest<ShouldThrottleResponse>.GenerateRequestUri()
ClientServiceRequest<ShouldThrottleResponse>.GetBody()
ClientServiceRequest<ShouldThrottleResponse>.GetDefaultETagAction(string)
ClientServiceRequest<ShouldThrottleResponse>.ETagAction
ClientServiceRequest<ShouldThrottleResponse>.ModifyRequest
ClientServiceRequest<ShouldThrottleResponse>.ValidateParameters
ClientServiceRequest<ShouldThrottleResponse>.ApiVersion
ClientServiceRequest<ShouldThrottleResponse>.RequestParameters
ClientServiceRequest<ShouldThrottleResponse>.Service
ClientServiceRequest._unsuccessfulResponseHandlers
ClientServiceRequest._exceptionHandlers
ClientServiceRequest._executeInterceptors
ClientServiceRequest.AddUnsuccessfulResponseHandler(IHttpUnsuccessfulResponseHandler)
ClientServiceRequest.AddExceptionHandler(IHttpExceptionHandler)
ClientServiceRequest.AddExecuteInterceptor(IHttpExecuteInterceptor)
ClientServiceRequest.Credential
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.BeyondCorp.v1alpha
Assembly: Google.Apis.BeyondCorp.v1alpha.dll
Syntax
public class ProjectsResource.LocationsResource.AppGatewaysResource.ShouldThrottleRequest : BeyondCorpBaseServiceRequest<ShouldThrottleResponse>, IClientServiceRequest<ShouldThrottleResponse>, IClientServiceRequest

Constructors

ShouldThrottleRequest(IClientService, string)

Constructs a new ShouldThrottle request.

Declaration
public ShouldThrottleRequest(IClientService service, string name)
Parameters
Type Name Description
IClientService service
string name

Properties

HttpMethod

Gets the HTTP method.

Declaration
public override string HttpMethod { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<ShouldThrottleResponse>.HttpMethod

MethodName

Gets the method name.

Declaration
public override string MethodName { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<ShouldThrottleResponse>.MethodName

Name

Required. Name of the resource

Declaration
[RequestParameter("name", RequestParameterType.Path)]
public virtual string Name { get; }
Property Value
Type Description
string

Port

Optional. The port that is being throttled

Declaration
[RequestParameter("port", RequestParameterType.Query)]
public virtual int? Port { get; set; }
Property Value
Type Description
int?

RequestedAmount

Optional. The current throughput through the port (mbps)

Declaration
[RequestParameter("requestedAmount", RequestParameterType.Query)]
public virtual long? RequestedAmount { get; set; }
Property Value
Type Description
long?

RestPath

Gets the REST path.

Declaration
public override string RestPath { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<ShouldThrottleResponse>.RestPath

Methods

InitParameters()

Initializes ShouldThrottle parameter list.

Declaration
protected override void InitParameters()
Overrides
BeyondCorpBaseServiceRequest<ShouldThrottleResponse>.InitParameters()

Implements

IClientServiceRequest<TResponse>
IClientServiceRequest
In this article
Back to top Generated by DocFX