App Engine v1 API - Class ListIngressRulesResponse (2.3.0)

public sealed class ListIngressRulesResponse : IMessage<ListIngressRulesResponse>, IEquatable<ListIngressRulesResponse>, IDeepCloneable<ListIngressRulesResponse>, IBufferMessage, IMessage, IPageResponse<FirewallRule>, IEnumerable<FirewallRule>, IEnumerable

Reference documentation and code samples for the App Engine v1 API class ListIngressRulesResponse.

Response message for Firewall.ListIngressRules.

Inheritance

object > ListIngressRulesResponse

Namespace

Google.Cloud.AppEngine.V1

Assembly

Google.Cloud.AppEngine.V1.dll

Constructors

ListIngressRulesResponse()

public ListIngressRulesResponse()

ListIngressRulesResponse(ListIngressRulesResponse)

public ListIngressRulesResponse(ListIngressRulesResponse other)
Parameter
NameDescription
otherListIngressRulesResponse

Properties

IngressRules

public RepeatedField<FirewallRule> IngressRules { get; }

The ingress FirewallRules for this application.

Property Value
TypeDescription
RepeatedFieldFirewallRule

NextPageToken

public string NextPageToken { get; set; }

Continuation token for fetching the next page of results.

Property Value
TypeDescription
string

Methods

GetEnumerator()

public IEnumerator<FirewallRule> GetEnumerator()

Returns an enumerator that iterates through the resources in this response.

Returns
TypeDescription
IEnumeratorFirewallRule