public sealed class UpdateIngressRuleRequest : IMessage<UpdateIngressRuleRequest>, IEquatable<UpdateIngressRuleRequest>, IDeepCloneable<UpdateIngressRuleRequest>, IBufferMessage, IMessageRequest message for Firewall.UpdateIngressRule.
Implements
Google.Protobuf.IMessage<UpdateIngressRuleRequest>, IEquatable<UpdateIngressRuleRequest>, Google.Protobuf.IDeepCloneable<UpdateIngressRuleRequest>, Google.Protobuf.IBufferMessage, Google.Protobuf.IMessageNamespace
Google.Cloud.AppEngine.V1Assembly
Google.Cloud.AppEngine.V1.dll
Constructors
UpdateIngressRuleRequest()
public UpdateIngressRuleRequest()UpdateIngressRuleRequest(UpdateIngressRuleRequest)
public UpdateIngressRuleRequest(UpdateIngressRuleRequest other)| Parameter | |
|---|---|
| Name | Description | 
other | 
        UpdateIngressRuleRequest | 
      
Properties
Name
public string Name { get; set; }Name of the Firewall resource to update.
Example: apps/myapp/firewall/ingressRules/100.
| Property Value | |
|---|---|
| Type | Description | 
String | 
        |
Rule
public FirewallRule Rule { get; set; }A FirewallRule containing the updated resource
| Property Value | |
|---|---|
| Type | Description | 
FirewallRule | 
        |
UpdateMask
public FieldMask UpdateMask { get; set; }Standard field mask for the set of fields to be updated.
| Property Value | |
|---|---|
| Type | Description | 
Google.Protobuf.WellKnownTypes.FieldMask | 
        |