Network Security v1 API - Class ListSecurityProfilesResponse (1.0.0-beta01)

public sealed class ListSecurityProfilesResponse : IMessage<ListSecurityProfilesResponse>, IEquatable<ListSecurityProfilesResponse>, IDeepCloneable<ListSecurityProfilesResponse>, IBufferMessage, IMessage, IPageResponse<SecurityProfile>, IEnumerable<SecurityProfile>, IEnumerable

Reference documentation and code samples for the Network Security v1 API class ListSecurityProfilesResponse.

Response returned by the ListSecurityProfiles method.

Inheritance

object > ListSecurityProfilesResponse

Namespace

Google.Cloud.NetworkSecurity.V1

Assembly

Google.Cloud.NetworkSecurity.V1.dll

Constructors

ListSecurityProfilesResponse()

public ListSecurityProfilesResponse()

ListSecurityProfilesResponse(ListSecurityProfilesResponse)

public ListSecurityProfilesResponse(ListSecurityProfilesResponse other)
Parameter
Name Description
other ListSecurityProfilesResponse

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

SecurityProfiles

public RepeatedField<SecurityProfile> SecurityProfiles { get; }

List of SecurityProfile resources.

Property Value
Type Description
RepeatedFieldSecurityProfile

Methods

GetEnumerator()

public IEnumerator<SecurityProfile> GetEnumerator()

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

Returns
Type Description
IEnumeratorSecurityProfile