App Engine v1 API - Class BatchUpdateIngressRulesResponse (2.3.0)

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.

Inheritance

object > BatchUpdateIngressRulesResponse

Namespace

Google.Cloud.AppEngine.V1

Assembly

Google.Cloud.AppEngine.V1.dll

Constructors

BatchUpdateIngressRulesResponse()

public BatchUpdateIngressRulesResponse()

BatchUpdateIngressRulesResponse(BatchUpdateIngressRulesResponse)

public BatchUpdateIngressRulesResponse(BatchUpdateIngressRulesResponse other)
Parameter
NameDescription
otherBatchUpdateIngressRulesResponse

Properties

IngressRules

public RepeatedField<FirewallRule> IngressRules { get; }

The full list of ingress FirewallRules for this application.

Property Value
TypeDescription
RepeatedFieldFirewallRule