public sealed class ListClientTlsPoliciesResponse : IMessage<ListClientTlsPoliciesResponse>, IEquatable<ListClientTlsPoliciesResponse>, IDeepCloneable<ListClientTlsPoliciesResponse>, IBufferMessage, IMessage, IPageResponse<ClientTlsPolicy>, IEnumerable<ClientTlsPolicy>, IEnumerableResponse returned by the ListClientTlsPolicies method.
Implements
IMessage<ListClientTlsPoliciesResponse>, IEquatable<ListClientTlsPoliciesResponse>, IDeepCloneable<ListClientTlsPoliciesResponse>, IBufferMessage, IMessage, IPageResponse<ClientTlsPolicy>, IEnumerable<ClientTlsPolicy>, IEnumerableNamespace
Google.Cloud.NetworkSecurity.V1Beta1Assembly
Google.Cloud.NetworkSecurity.V1Beta1.dll
Constructors
ListClientTlsPoliciesResponse()
public ListClientTlsPoliciesResponse()ListClientTlsPoliciesResponse(ListClientTlsPoliciesResponse)
public ListClientTlsPoliciesResponse(ListClientTlsPoliciesResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
ListClientTlsPoliciesResponse |
Properties
ClientTlsPolicies
public RepeatedField<ClientTlsPolicy> ClientTlsPolicies { get; }List of ClientTlsPolicy resources.
| Property Value | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
String |
|
Methods
GetEnumerator()
public IEnumerator<ClientTlsPolicy> GetEnumerator()Returns an enumerator that iterates through the resources in this response.
| Returns | |
|---|---|
| Type | Description |
IEnumerator<ClientTlsPolicy> |
|
Explicit Interface Implementations
IEnumerable.GetEnumerator()
IEnumerator IEnumerable.GetEnumerator()| Returns | |
|---|---|
| Type | Description |
IEnumerator |
|