public sealed class BatchUpdateIngressRulesResponse : IMessage<BatchUpdateIngressRulesResponse>, IEquatable<BatchUpdateIngressRulesResponse>, IDeepCloneable<BatchUpdateIngressRulesResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the App Engine v1 API class BatchUpdateIngressRulesResponse.
Response message for Firewall.UpdateAllIngressRules
.
Implements
IMessageBatchUpdateIngressRulesResponse, IEquatableBatchUpdateIngressRulesResponse, IDeepCloneableBatchUpdateIngressRulesResponse, IBufferMessage, 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 |
RepeatedFieldFirewallRule |