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

public sealed class ListClientTlsPoliciesRequest : IMessage<ListClientTlsPoliciesRequest>, IEquatable<ListClientTlsPoliciesRequest>, IDeepCloneable<ListClientTlsPoliciesRequest>, IBufferMessage, IMessage, IPageRequest

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

Request used by the ListClientTlsPolicies method.

Inheritance

object > ListClientTlsPoliciesRequest

Namespace

Google.Cloud.NetworkSecurity.V1Beta1

Assembly

Google.Cloud.NetworkSecurity.V1Beta1.dll

Constructors

ListClientTlsPoliciesRequest()

public ListClientTlsPoliciesRequest()

ListClientTlsPoliciesRequest(ListClientTlsPoliciesRequest)

public ListClientTlsPoliciesRequest(ListClientTlsPoliciesRequest other)
Parameter
NameDescription
otherListClientTlsPoliciesRequest

Properties

PageSize

public int PageSize { get; set; }

Maximum number of ClientTlsPolicies to return per call.

Property Value
TypeDescription
int

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

ParentAsLocationName

public LocationName ParentAsLocationName { get; set; }

LocationName-typed view over the Parent resource name property.

Property Value
TypeDescription
LocationName