Class ListClientTlsPoliciesResponse (1.0.0-beta02)

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

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
RepeatedField<ClientTlsPolicy>

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
IEnumerator<ClientTlsPolicy>

Explicit Interface Implementations

IEnumerable.GetEnumerator()

IEnumerator IEnumerable.GetEnumerator()
Returns
TypeDescription
IEnumerator