public sealed class ListSecurityProfileGroupsResponse : IMessage<ListSecurityProfileGroupsResponse>, IEquatable<ListSecurityProfileGroupsResponse>, IDeepCloneable<ListSecurityProfileGroupsResponse>, IBufferMessage, IMessage, IPageResponse<SecurityProfileGroup>, IEnumerable<SecurityProfileGroup>, IEnumerableReference documentation and code samples for the Network Security v1 API class ListSecurityProfileGroupsResponse.
Response returned by the ListSecurityProfileGroups method.
Implements
IMessageListSecurityProfileGroupsResponse, IEquatableListSecurityProfileGroupsResponse, IDeepCloneableListSecurityProfileGroupsResponse, IBufferMessage, IMessage, IPageResponseSecurityProfileGroup, IEnumerableSecurityProfileGroup, IEnumerableNamespace
Google.Cloud.NetworkSecurity.V1Assembly
Google.Cloud.NetworkSecurity.V1.dll
Constructors
ListSecurityProfileGroupsResponse()
public ListSecurityProfileGroupsResponse()ListSecurityProfileGroupsResponse(ListSecurityProfileGroupsResponse)
public ListSecurityProfileGroupsResponse(ListSecurityProfileGroupsResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
ListSecurityProfileGroupsResponse |
Properties
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 |
|
SecurityProfileGroups
public RepeatedField<SecurityProfileGroup> SecurityProfileGroups { get; }List of SecurityProfileGroups resources.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldSecurityProfileGroup |
|
Methods
GetEnumerator()
public IEnumerator<SecurityProfileGroup> GetEnumerator()Returns an enumerator that iterates through the resources in this response.
| Returns | |
|---|---|
| Type | Description |
IEnumeratorSecurityProfileGroup |
|