Google Cloud License Manager V1 Client - Class AggregateUsageResponse (0.3.0)

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

Message for response for aggregating usage count

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

Namespace

Google \ Cloud \ LicenseManager \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ usages array<Usage>

The aggregated records of usage per configuration

↳ next_page_token string

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

↳ unreachable string[]

Locations that could not be reached.

getUsages

The aggregated records of usage per configuration

Returns
Type Description
Google\Protobuf\RepeatedField<Usage>

setUsages

The aggregated records of usage per configuration

Parameter
Name Description
var array<Usage>
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