Class AppsResource.FirewallResource.IngressRulesResource.PatchRequest
Updates the specified firewall rule.
Inheritance
AppsResource.FirewallResource.IngressRulesResource.PatchRequest
Inherited Members
Namespace: Google.Apis.Appengine.v1
Assembly: Google.Apis.Appengine.v1.dll
Syntax
public class AppsResource.FirewallResource.IngressRulesResource.PatchRequest : AppengineBaseServiceRequest<FirewallRule>, IClientServiceRequest<FirewallRule>, IClientServiceRequest
Constructors
PatchRequest(IClientService, FirewallRule, string, string)
Constructs a new Patch request.
Declaration
public PatchRequest(IClientService service, FirewallRule body, string appsId, string ingressRulesId)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
FirewallRule | body | |
string | appsId | |
string | ingressRulesId |
Properties
AppsId
Part of name
. Name of the Firewall resource to update. Example:
apps/myapp/firewall/ingressRules/100.
Declaration
[RequestParameter("appsId", RequestParameterType.Path)]
public virtual string AppsId { get; }
Property Value
Type | Description |
---|---|
string |
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
IngressRulesId
Part of name
. See documentation of appsId
.
Declaration
[RequestParameter("ingressRulesId", RequestParameterType.Path)]
public virtual string IngressRulesId { get; }
Property Value
Type | Description |
---|---|
string |
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
UpdateMask
Standard field mask for the set of fields to be updated.
Declaration
[RequestParameter("updateMask", RequestParameterType.Query)]
public virtual object UpdateMask { get; set; }
Property Value
Type | Description |
---|---|
object |
Methods
GetBody()
Returns the body of the request.
Declaration
protected override object GetBody()
Returns
Type | Description |
---|---|
object |
Overrides
InitParameters()
Initializes Patch parameter list.
Declaration
protected override void InitParameters()