public sealed class ListClientTlsPoliciesRequest : IMessage<ListClientTlsPoliciesRequest>, IEquatable<ListClientTlsPoliciesRequest>, IDeepCloneable<ListClientTlsPoliciesRequest>, IBufferMessage, IMessage, IPageRequest
Request used by the ListClientTlsPolicies method.
Implements
IMessage<ListClientTlsPoliciesRequest>, IEquatable<ListClientTlsPoliciesRequest>, IDeepCloneable<ListClientTlsPoliciesRequest>, IBufferMessage, IMessage, IPageRequestNamespace
Google.Cloud.NetworkSecurity.V1Beta1Assembly
Google.Cloud.NetworkSecurity.V1Beta1.dll
Constructors
ListClientTlsPoliciesRequest()
public ListClientTlsPoliciesRequest()
ListClientTlsPoliciesRequest(ListClientTlsPoliciesRequest)
public ListClientTlsPoliciesRequest(ListClientTlsPoliciesRequest other)
Parameter | |
---|---|
Name | Description |
other | ListClientTlsPoliciesRequest |
Properties
PageSize
public int PageSize { get; set; }
Maximum number of ClientTlsPolicies to return per call.
Property Value | |
---|---|
Type | Description |
Int32 |
PageToken
public string PageToken { get; set; }
The value returned by the last ListClientTlsPoliciesResponse
Indicates that this is a continuation of a prior
ListClientTlsPolicies
call, and that the system
should return the next page of data.
Property Value | |
---|---|
Type | Description |
String |
Parent
public string Parent { get; set; }
Required. The project and location from which the ClientTlsPolicies should
be listed, specified in the format projects/*/locations/{location}
.
Property Value | |
---|---|
Type | Description |
String |
ParentAsLocationName
public LocationName ParentAsLocationName { get; set; }
LocationName-typed view over the Parent resource name property.
Property Value | |
---|---|
Type | Description |
LocationName |