Google Cloud Network Security V1 Client - Class ListSACRealmsResponse (1.4.0)

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

Response for ListSACRealms method.

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

Namespace

Google \ Cloud \ NetworkSecurity \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ sac_realms array<SACRealm>

The list of SACRealms.

↳ next_page_token string

A token identifying a page of results the server should return.

↳ unreachable string[]

Locations that could not be reached.

getSacRealms

The list of SACRealms.

Returns
Type Description
Google\Protobuf\RepeatedField<SACRealm>

setSacRealms

The list of SACRealms.

Parameter
Name Description
var array<SACRealm>
Returns
Type Description
$this

getNextPageToken

A token identifying a page of results the server should return.

Returns
Type Description
string

setNextPageToken

A token identifying a page of results the server should return.

Parameter
Name Description
var string
Returns
Type Description
$this

getUnreachable

Locations that could not be reached.

Returns
Type Description
Google\Protobuf\RepeatedField<string>

setUnreachable

Locations that could not be reached.

Parameter
Name Description
var string[]
Returns
Type Description
$this