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 \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description | 
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 | |
|---|---|
| Type | Description | 
bool | 
        |
setIsEligible
Whether a higher quota value can be requested for the quota.
| Parameter | |
|---|---|
| Name | Description | 
var | 
        
          bool
           | 
      
| Returns | |
|---|---|
| Type | Description | 
$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 | |
|---|---|
| Type | Description | 
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 | |
|---|---|
| Name | Description | 
var | 
        
          int
           | 
      
| Returns | |
|---|---|
| Type | Description | 
$this | 
        |