Class: Google::Cloud::BareMetalSolution::V2::ListProvisioningQuotasRequest
- Inherits:
-
Object
- Object
- Google::Cloud::BareMetalSolution::V2::ListProvisioningQuotasRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/baremetalsolution/v2/provisioning.rb
Overview
Message for requesting the list of provisioning quotas.
Instance Attribute Summary collapse
-
#page_size ⇒ ::Integer
Requested page size.
-
#page_token ⇒ ::String
A token identifying a page of results from the server.
-
#parent ⇒ ::String
Required.
Instance Attribute Details
#page_size ⇒ ::Integer
Returns Requested page size. The server might return fewer items than requested. If unspecified, server will pick an appropriate default. Notice that page_size field is not supported and won't be respected in the API request for now, will be updated when pagination is supported.
194 195 196 197 |
# File 'proto_docs/google/cloud/baremetalsolution/v2/provisioning.rb', line 194 class ListProvisioningQuotasRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_token ⇒ ::String
Returns A token identifying a page of results from the server.
194 195 196 197 |
# File 'proto_docs/google/cloud/baremetalsolution/v2/provisioning.rb', line 194 class ListProvisioningQuotasRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
Returns Required. Parent value for ListProvisioningQuotasRequest.
194 195 196 197 |
# File 'proto_docs/google/cloud/baremetalsolution/v2/provisioning.rb', line 194 class ListProvisioningQuotasRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |