Class: Google::Cloud::CloudQuotas::V1beta::GetQuotaPreferenceRequest
- Inherits:
-
Object
- Object
- Google::Cloud::CloudQuotas::V1beta::GetQuotaPreferenceRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/api/cloudquotas/v1beta/cloudquotas.rb
Overview
Message for getting a QuotaPreference
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. Name of the resource
Example name:
projects/123/locations/global/quota_preferences/my-config-for-us-east1
.
136 137 138 139 |
# File 'proto_docs/google/api/cloudquotas/v1beta/cloudquotas.rb', line 136 class GetQuotaPreferenceRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |