Class BatchUpdateIngressRulesResponse (1.0.0)

public sealed class BatchUpdateIngressRulesResponse : IMessage<BatchUpdateIngressRulesResponse>, IEquatable<BatchUpdateIngressRulesResponse>, IDeepCloneable<BatchUpdateIngressRulesResponse>, IBufferMessage, IMessage

Response message for Firewall.UpdateAllIngressRules.

Inheritance

Object > BatchUpdateIngressRulesResponse

Implements

Google.Protobuf.IMessage<BatchUpdateIngressRulesResponse>, IEquatable<BatchUpdateIngressRulesResponse>, Google.Protobuf.IDeepCloneable<BatchUpdateIngressRulesResponse>, Google.Protobuf.IBufferMessage, Google.Protobuf.IMessage

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
Google.Protobuf.Collections.RepeatedField<FirewallRule>