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

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

Response returned by the ListClientTlsPolicies method.

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

Namespace

Google \ Cloud \ NetworkSecurity \ V1beta1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ client_tls_policies array<Google\Cloud\NetworkSecurity\V1beta1\ClientTlsPolicy>

List of ClientTlsPolicy resources.

↳ next_page_token string

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.

getClientTlsPolicies

List of ClientTlsPolicy resources.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setClientTlsPolicies

List of ClientTlsPolicy resources.

Parameter
NameDescription
var array<Google\Cloud\NetworkSecurity\V1beta1\ClientTlsPolicy>
Returns
TypeDescription
$this

getNextPageToken

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.

Returns
TypeDescription
string

setNextPageToken

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.

Parameter
NameDescription
var string
Returns
TypeDescription
$this