Class: Google::Cloud::BareMetalSolution::V2::ListProvisioningQuotasResponse
- Inherits:
-
Object
- Object
- Google::Cloud::BareMetalSolution::V2::ListProvisioningQuotasResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/baremetalsolution/v2/provisioning.rb
Overview
Response message for the list of provisioning quotas.
Instance Attribute Summary collapse
-
#next_page_token ⇒ ::String
Token to retrieve the next page of results, or empty if there are no more results in the list.
-
#provisioning_quotas ⇒ ::Array<::Google::Cloud::BareMetalSolution::V2::ProvisioningQuota>
The provisioning quotas registered in this project.
Instance Attribute Details
#next_page_token ⇒ ::String
Returns Token to retrieve the next page of results, or empty if there are no more results in the list.
207 208 209 210 |
# File 'proto_docs/google/cloud/baremetalsolution/v2/provisioning.rb', line 207 class ListProvisioningQuotasResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#provisioning_quotas ⇒ ::Array<::Google::Cloud::BareMetalSolution::V2::ProvisioningQuota>
Returns The provisioning quotas registered in this project.
207 208 209 210 |
# File 'proto_docs/google/cloud/baremetalsolution/v2/provisioning.rb', line 207 class ListProvisioningQuotasResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |