Google Cloud Network Security V1 Client - Class ListServerTlsPoliciesResponse (1.2.1)

Reference documentation and code samples for the Google Cloud Network Security V1 Client class ListServerTlsPoliciesResponse.

Response returned by the ListServerTlsPolicies method.

Generated from protobuf message google.cloud.networksecurity.v1.ListServerTlsPoliciesResponse

Namespace

Google \ Cloud \ NetworkSecurity \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ server_tls_policies array<ServerTlsPolicy>

List of ServerTlsPolicy 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.

getServerTlsPolicies

List of ServerTlsPolicy resources.

Returns
Type Description
Google\Protobuf\Internal\RepeatedField

setServerTlsPolicies

List of ServerTlsPolicy resources.

Parameter
Name Description
var array<ServerTlsPolicy>
Returns
Type Description
$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
Type Description
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
Name Description
var string
Returns
Type Description
$this

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年10月30日 UTC.