Class: Google::Cloud::CloudQuotas::V1::GetQuotaInfoRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/api/cloudquotas/v1/cloudquotas.rb

Overview

Message for getting a QuotaInfo

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Required. The resource name of the quota info.

An example name: projects/123/locations/global/services/compute.googleapis.com/quotaInfos/CpusPerProjectPerRegion.

Returns:

  • (::String)

    Required. The resource name of the quota info.

    An example name: projects/123/locations/global/services/compute.googleapis.com/quotaInfos/CpusPerProjectPerRegion



67
68
69
70
# File 'proto_docs/google/api/cloudquotas/v1/cloudquotas.rb', line 67

class GetQuotaInfoRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end