Class: Google::Cloud::CloudQuotas::V1::ListQuotaInfosRequest

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 requesting list of QuotaInfos

Instance Attribute Summary collapse

Instance Attribute Details

#page_size::Integer

Returns Optional. Requested page size. Server may return fewer items than requested. If unspecified, server will pick an appropriate default.

Returns:

  • (::Integer)

    Optional. Requested page size. Server may return fewer items than requested. If unspecified, server will pick an appropriate default.



42
43
44
45
# File 'proto_docs/google/api/cloudquotas/v1/cloudquotas.rb', line 42

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

#page_token::String

Returns Optional. A token identifying a page of results the server should return.

Returns:

  • (::String)

    Optional. A token identifying a page of results the server should return.



42
43
44
45
# File 'proto_docs/google/api/cloudquotas/v1/cloudquotas.rb', line 42

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

#parent::String

Returns Required. Parent value of QuotaInfo resources. Listing across different resource containers (such as 'projects/-') is not allowed.

Example names: projects/123/locations/global/services/compute.googleapis.com folders/234/locations/global/services/compute.googleapis.com organizations/345/locations/global/services/compute.googleapis.com.

Returns:

  • (::String)

    Required. Parent value of QuotaInfo resources. Listing across different resource containers (such as 'projects/-') is not allowed.

    Example names: projects/123/locations/global/services/compute.googleapis.com folders/234/locations/global/services/compute.googleapis.com organizations/345/locations/global/services/compute.googleapis.com



42
43
44
45
# File 'proto_docs/google/api/cloudquotas/v1/cloudquotas.rb', line 42

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