Google Cloud Network Security V1beta1 Client - Class ListServerTlsPoliciesRequest (0.5.2)

Reference documentation and code samples for the Google Cloud Network Security V1beta1 Client class ListServerTlsPoliciesRequest.

Request used by the ListServerTlsPolicies method.

Generated from protobuf message google.cloud.networksecurity.v1beta1.ListServerTlsPoliciesRequest

Namespace

Google \ Cloud \ NetworkSecurity \ V1beta1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ parent string

Required. The project and location from which the ServerTlsPolicies should be listed, specified in the format projects/*/locations/{location}.

↳ page_size int

Maximum number of ServerTlsPolicies to return per call.

↳ page_token string

The value returned by the last ListServerTlsPoliciesResponse Indicates that this is a continuation of a prior ListServerTlsPolicies call, and that the system should return the next page of data.

getParent

Required. The project and location from which the ServerTlsPolicies should be listed, specified in the format projects/*/locations/{location}.

Returns
TypeDescription
string

setParent

Required. The project and location from which the ServerTlsPolicies should be listed, specified in the format projects/*/locations/{location}.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getPageSize

Maximum number of ServerTlsPolicies to return per call.

Returns
TypeDescription
int

setPageSize

Maximum number of ServerTlsPolicies to return per call.

Parameter
NameDescription
var int
Returns
TypeDescription
$this

getPageToken

The value returned by the last ListServerTlsPoliciesResponse Indicates that this is a continuation of a prior ListServerTlsPolicies call, and that the system should return the next page of data.

Returns
TypeDescription
string

setPageToken

The value returned by the last ListServerTlsPoliciesResponse Indicates that this is a continuation of a prior ListServerTlsPolicies call, and that the system should return the next page of data.

Parameter
NameDescription
var string
Returns
TypeDescription
$this