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

public sealed class ListInterceptEndpointGroupAssociationsResponse : IMessage<ListInterceptEndpointGroupAssociationsResponse>, IEquatable<ListInterceptEndpointGroupAssociationsResponse>, IDeepCloneable<ListInterceptEndpointGroupAssociationsResponse>, IBufferMessage, IMessage, IPageResponse<InterceptEndpointGroupAssociation>, IEnumerable<InterceptEndpointGroupAssociation>, IEnumerable

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

Response message for ListInterceptEndpointGroupAssociations.

Inheritance

object > ListInterceptEndpointGroupAssociationsResponse

Namespace

Google.Cloud.NetworkSecurity.V1

Assembly

Google.Cloud.NetworkSecurity.V1.dll

Constructors

ListInterceptEndpointGroupAssociationsResponse()

public ListInterceptEndpointGroupAssociationsResponse()

ListInterceptEndpointGroupAssociationsResponse(ListInterceptEndpointGroupAssociationsResponse)

public ListInterceptEndpointGroupAssociationsResponse(ListInterceptEndpointGroupAssociationsResponse other)
Parameter
Name Description
other ListInterceptEndpointGroupAssociationsResponse

Properties

InterceptEndpointGroupAssociations

public RepeatedField<InterceptEndpointGroupAssociation> InterceptEndpointGroupAssociations { get; }

The associations from the specified parent.

Property Value
Type Description
RepeatedFieldInterceptEndpointGroupAssociation

NextPageToken

public string NextPageToken { get; set; }

A token that can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages. See https://google.aip.dev/158 for more details.

Property Value
Type Description
string

Methods

GetEnumerator()

public IEnumerator<InterceptEndpointGroupAssociation> GetEnumerator()

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

Returns
Type Description
IEnumeratorInterceptEndpointGroupAssociation