Reference documentation and code samples for the Bare Metal Solution V2 API class Google::Cloud::BareMetalSolution::V2::ListProvisioningQuotasResponse.
Response message for the list of provisioning quotas.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#next_page_token
def next_page_token() -> ::String
Returns
- (::String) — Token to retrieve the next page of results, or empty if there are no more results in the list.
#next_page_token=
def next_page_token=(value) -> ::String
Parameter
- value (::String) — Token to retrieve the next page of results, or empty if there are no more results in the list.
Returns
- (::String) — Token to retrieve the next page of results, or empty if there are no more results in the list.
#provisioning_quotas
def provisioning_quotas() -> ::Array<::Google::Cloud::BareMetalSolution::V2::ProvisioningQuota>
Returns
- (::Array<::Google::Cloud::BareMetalSolution::V2::ProvisioningQuota>) — The provisioning quotas registered in this project.
#provisioning_quotas=
def provisioning_quotas=(value) -> ::Array<::Google::Cloud::BareMetalSolution::V2::ProvisioningQuota>
Parameter
- value (::Array<::Google::Cloud::BareMetalSolution::V2::ProvisioningQuota>) — The provisioning quotas registered in this project.
Returns
- (::Array<::Google::Cloud::BareMetalSolution::V2::ProvisioningQuota>) — The provisioning quotas registered in this project.