Google Analytics Admin V1alpha Client - Class AccessQuotaStatus (0.20.0)

Reference documentation and code samples for the Google Analytics Admin V1alpha Client class AccessQuotaStatus.

Current state for a particular quota group.

Generated from protobuf message google.analytics.admin.v1alpha.AccessQuotaStatus

Namespace

Google \ Analytics \ Admin \ V1alpha

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ consumed int

Quota consumed by this request.

↳ remaining int

Quota remaining after this request.

getConsumed

Quota consumed by this request.

Returns
TypeDescription
int

setConsumed

Quota consumed by this request.

Parameter
NameDescription
var int
Returns
TypeDescription
$this

getRemaining

Quota remaining after this request.

Returns
TypeDescription
int

setRemaining

Quota remaining after this request.

Parameter
NameDescription
var int
Returns
TypeDescription
$this