Show / Hide Table of Contents

Class AppsResource.FirewallResource.IngressRulesResource.BatchUpdateRequest

Replaces the entire firewall ruleset in one bulk operation. This overrides and replaces the rules of an existing firewall with the new rules.If the final rule does not match traffic with the '*' wildcard IP range, then an "allow all" rule is explicitly added to the end of the list.

Inheritance
System.Object
ClientServiceRequest
ClientServiceRequest<BatchUpdateIngressRulesResponse>
AppengineBaseServiceRequest<BatchUpdateIngressRulesResponse>
AppsResource.FirewallResource.IngressRulesResource.BatchUpdateRequest
Implements
IClientServiceRequest<BatchUpdateIngressRulesResponse>
IClientServiceRequest
Inherited Members
AppengineBaseServiceRequest<BatchUpdateIngressRulesResponse>.Xgafv
AppengineBaseServiceRequest<BatchUpdateIngressRulesResponse>.AccessToken
AppengineBaseServiceRequest<BatchUpdateIngressRulesResponse>.Alt
AppengineBaseServiceRequest<BatchUpdateIngressRulesResponse>.Callback
AppengineBaseServiceRequest<BatchUpdateIngressRulesResponse>.Fields
AppengineBaseServiceRequest<BatchUpdateIngressRulesResponse>.Key
AppengineBaseServiceRequest<BatchUpdateIngressRulesResponse>.OauthToken
AppengineBaseServiceRequest<BatchUpdateIngressRulesResponse>.PrettyPrint
AppengineBaseServiceRequest<BatchUpdateIngressRulesResponse>.QuotaUser
AppengineBaseServiceRequest<BatchUpdateIngressRulesResponse>.UploadType
AppengineBaseServiceRequest<BatchUpdateIngressRulesResponse>.UploadProtocol
ClientServiceRequest<BatchUpdateIngressRulesResponse>.Execute()
ClientServiceRequest<BatchUpdateIngressRulesResponse>.ExecuteAsStream()
ClientServiceRequest<BatchUpdateIngressRulesResponse>.ExecuteAsync()
ClientServiceRequest<BatchUpdateIngressRulesResponse>.ExecuteAsync(CancellationToken)
ClientServiceRequest<BatchUpdateIngressRulesResponse>.ExecuteAsStreamAsync()
ClientServiceRequest<BatchUpdateIngressRulesResponse>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<BatchUpdateIngressRulesResponse>.CreateRequest(Nullable<Boolean>)
ClientServiceRequest<BatchUpdateIngressRulesResponse>.GenerateRequestUri()
ClientServiceRequest<BatchUpdateIngressRulesResponse>.GetDefaultETagAction(String)
ClientServiceRequest<BatchUpdateIngressRulesResponse>.ETagAction
ClientServiceRequest<BatchUpdateIngressRulesResponse>.ModifyRequest
ClientServiceRequest<BatchUpdateIngressRulesResponse>.ValidateParameters
ClientServiceRequest<BatchUpdateIngressRulesResponse>.RequestParameters
ClientServiceRequest<BatchUpdateIngressRulesResponse>.Service
ClientServiceRequest._unsuccessfulResponseHandlers
ClientServiceRequest._exceptionHandlers
ClientServiceRequest._executeInterceptors
ClientServiceRequest.AddUnsuccessfulResponseHandler(IHttpUnsuccessfulResponseHandler)
ClientServiceRequest.AddExceptionHandler(IHttpExceptionHandler)
ClientServiceRequest.AddExecuteInterceptor(IHttpExecuteInterceptor)
ClientServiceRequest.Credential
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.Appengine.v1beta
Assembly: Google.Apis.Appengine.v1beta.dll
Syntax
public class BatchUpdateRequest : AppengineBaseServiceRequest<BatchUpdateIngressRulesResponse>, IClientServiceRequest<BatchUpdateIngressRulesResponse>, IClientServiceRequest

Constructors

BatchUpdateRequest(IClientService, BatchUpdateIngressRulesRequest, String)

Constructs a new BatchUpdate request.

Declaration
public BatchUpdateRequest(IClientService service, BatchUpdateIngressRulesRequest body, string appsId)
Parameters
Type Name Description
IClientService service
BatchUpdateIngressRulesRequest body
System.String appsId

Properties

AppsId

Part of name. Name of the Firewall collection to set. Example: apps/myapp/firewall/ingressRules.

Declaration
[RequestParameter("appsId", RequestParameterType.Path)]
public virtual string AppsId { get; }
Property Value
Type Description
System.String

HttpMethod

Gets the HTTP method.

Declaration
public override string HttpMethod { get; }
Property Value
Type Description
System.String
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Appengine.v1beta.Data.BatchUpdateIngressRulesResponse>.HttpMethod

MethodName

Gets the method name.

Declaration
public override string MethodName { get; }
Property Value
Type Description
System.String
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Appengine.v1beta.Data.BatchUpdateIngressRulesResponse>.MethodName

RestPath

Gets the REST path.

Declaration
public override string RestPath { get; }
Property Value
Type Description
System.String
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Appengine.v1beta.Data.BatchUpdateIngressRulesResponse>.RestPath

Methods

GetBody()

Returns the body of the request.

Declaration
protected override object GetBody()
Returns
Type Description
System.Object
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Appengine.v1beta.Data.BatchUpdateIngressRulesResponse>.GetBody()

InitParameters()

Initializes BatchUpdate parameter list.

Declaration
protected override void InitParameters()
Overrides
Google.Apis.Appengine.v1beta.AppengineBaseServiceRequest<Google.Apis.Appengine.v1beta.Data.BatchUpdateIngressRulesResponse>.InitParameters()

Implements

IClientServiceRequest<TResponse>
IClientServiceRequest
In This Article
Back to top