Google Cloud Quotas V1 Client - Class QuotaIncreaseEligibility (0.1.0)

Reference documentation and code samples for the Google Cloud Quotas V1 Client class QuotaIncreaseEligibility.

Eligibility information regarding requesting increase adjustment of a quota.

Generated from protobuf message google.api.cloudquotas.v1.QuotaIncreaseEligibility

Namespace

Google \ Cloud \ CloudQuotas \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ is_eligible bool

Whether a higher quota value can be requested for the quota.

↳ ineligibility_reason int

The reason of why it is ineligible to request increased value of the quota. If the is_eligible field is true, it defaults to INELIGIBILITY_REASON_UNSPECIFIED.

getIsEligible

Whether a higher quota value can be requested for the quota.

Returns
TypeDescription
bool

setIsEligible

Whether a higher quota value can be requested for the quota.

Parameter
NameDescription
var bool
Returns
TypeDescription
$this

getIneligibilityReason

The reason of why it is ineligible to request increased value of the quota.

If the is_eligible field is true, it defaults to INELIGIBILITY_REASON_UNSPECIFIED.

Returns
TypeDescription
int

setIneligibilityReason

The reason of why it is ineligible to request increased value of the quota.

If the is_eligible field is true, it defaults to INELIGIBILITY_REASON_UNSPECIFIED.

Parameter
NameDescription
var int
Returns
TypeDescription
$this