public sealed class ListGatewaySecurityPolicyRulesResponse : IMessage<ListGatewaySecurityPolicyRulesResponse>, IEquatable<ListGatewaySecurityPolicyRulesResponse>, IDeepCloneable<ListGatewaySecurityPolicyRulesResponse>, IBufferMessage, IMessage, IPageResponse<GatewaySecurityPolicyRule>, IEnumerable<GatewaySecurityPolicyRule>, IEnumerableReference documentation and code samples for the Network Security v1 API class ListGatewaySecurityPolicyRulesResponse.
Response returned by the ListGatewaySecurityPolicyRules method.
Implements
IMessageListGatewaySecurityPolicyRulesResponse, IEquatableListGatewaySecurityPolicyRulesResponse, IDeepCloneableListGatewaySecurityPolicyRulesResponse, IBufferMessage, IMessage, IPageResponseGatewaySecurityPolicyRule, IEnumerableGatewaySecurityPolicyRule, IEnumerableNamespace
Google.Cloud.NetworkSecurity.V1Assembly
Google.Cloud.NetworkSecurity.V1.dll
Constructors
ListGatewaySecurityPolicyRulesResponse()
public ListGatewaySecurityPolicyRulesResponse()ListGatewaySecurityPolicyRulesResponse(ListGatewaySecurityPolicyRulesResponse)
public ListGatewaySecurityPolicyRulesResponse(ListGatewaySecurityPolicyRulesResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
ListGatewaySecurityPolicyRulesResponse |
Properties
GatewaySecurityPolicyRules
public RepeatedField<GatewaySecurityPolicyRule> GatewaySecurityPolicyRules { get; }List of GatewaySecurityPolicyRule resources.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldGatewaySecurityPolicyRule |
|
NextPageToken
public string NextPageToken { get; set; }If there might be more results than those appearing in this response, then 'next_page_token' is included. To get the next set of results, call this method again using the value of 'next_page_token' as 'page_token'.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Unreachable
public RepeatedField<string> Unreachable { get; }Locations that could not be reached.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldstring |
|
Methods
GetEnumerator()
public IEnumerator<GatewaySecurityPolicyRule> GetEnumerator()Returns an enumerator that iterates through the resources in this response.
| Returns | |
|---|---|
| Type | Description |
IEnumeratorGatewaySecurityPolicyRule |
|