public sealed class BatchUpdateIngressRulesResponse : IMessage<BatchUpdateIngressRulesResponse>, IEquatable<BatchUpdateIngressRulesResponse>, IDeepCloneable<BatchUpdateIngressRulesResponse>, IBufferMessage, IMessage
Response message for Firewall.UpdateAllIngressRules
.
Implements
Google.Protobuf.IMessage<BatchUpdateIngressRulesResponse>, IEquatable<BatchUpdateIngressRulesResponse>, Google.Protobuf.IDeepCloneable<BatchUpdateIngressRulesResponse>, Google.Protobuf.IBufferMessage, Google.Protobuf.IMessageNamespace
Google.Cloud.AppEngine.V1Assembly
Google.Cloud.AppEngine.V1.dll
Constructors
BatchUpdateIngressRulesResponse()
public BatchUpdateIngressRulesResponse()
BatchUpdateIngressRulesResponse(BatchUpdateIngressRulesResponse)
public BatchUpdateIngressRulesResponse(BatchUpdateIngressRulesResponse other)
Parameter | |
---|---|
Name | Description |
other | BatchUpdateIngressRulesResponse |
Properties
IngressRules
public RepeatedField<FirewallRule> IngressRules { get; }
The full list of ingress FirewallRules for this application.
Property Value | |
---|---|
Type | Description |
Google.Protobuf.Collections.RepeatedField<FirewallRule> |