Google Cloud License Manager V1 Client - Class ListConfigurationsResponse (0.1.0)

Reference documentation and code samples for the Google Cloud License Manager V1 Client class ListConfigurationsResponse.

Message for response to listing Configurations

Generated from protobuf message google.cloud.licensemanager.v1.ListConfigurationsResponse

Namespace

Google \ Cloud \ LicenseManager \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ configurations array<Configuration>

The list of Configuration

↳ next_page_token string

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

↳ unreachable array

Locations that could not be reached.

getConfigurations

The list of Configuration

Returns
Type Description
Google\Protobuf\Internal\RepeatedField

setConfigurations

The list of Configuration

Parameter
Name Description
var array<Configuration>
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\Internal\RepeatedField

setUnreachable

Locations that could not be reached.

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