Network Security v1beta1 API - Class ListClientTlsPoliciesResponse (2.0.0-beta05)

public sealed class ListClientTlsPoliciesResponse : IMessage<ListClientTlsPoliciesResponse>, IEquatable<ListClientTlsPoliciesResponse>, IDeepCloneable<ListClientTlsPoliciesResponse>, IBufferMessage, IMessage, IPageResponse<ClientTlsPolicy>, IEnumerable<ClientTlsPolicy>, IEnumerable

Reference documentation and code samples for the Network Security v1beta1 API class ListClientTlsPoliciesResponse.

Response returned by the ListClientTlsPolicies method.

Inheritance

object > ListClientTlsPoliciesResponse

Namespace

Google.Cloud.NetworkSecurity.V1Beta1

Assembly

Google.Cloud.NetworkSecurity.V1Beta1.dll

Constructors

ListClientTlsPoliciesResponse()

public ListClientTlsPoliciesResponse()

ListClientTlsPoliciesResponse(ListClientTlsPoliciesResponse)

public ListClientTlsPoliciesResponse(ListClientTlsPoliciesResponse other)
Parameter
NameDescription
otherListClientTlsPoliciesResponse

Properties

ClientTlsPolicies

public RepeatedField<ClientTlsPolicy> ClientTlsPolicies { get; }

List of ClientTlsPolicy resources.

Property Value
TypeDescription
RepeatedFieldClientTlsPolicy

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
TypeDescription
string

Methods

GetEnumerator()

public IEnumerator<ClientTlsPolicy> GetEnumerator()

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

Returns
TypeDescription
IEnumeratorClientTlsPolicy