Class: Google::Cloud::Commerce::Consumer::Procurement::V1::EnumerateLicensedUsersRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Commerce::Consumer::Procurement::V1::EnumerateLicensedUsersRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/commerce/consumer/procurement/v1/license_management_service.rb
Overview
Request message for LicenseManagementService.EnumerateLicensedUsers.
Instance Attribute Summary collapse
-
#page_size ⇒ ::Integer
Optional.
-
#page_token ⇒ ::String
Optional.
-
#parent ⇒ ::String
Required.
Instance Attribute Details
#page_size ⇒ ::Integer
Returns Optional. The maximum number of users to return. The service may return fewer than this value.
159 160 161 162 |
# File 'proto_docs/google/cloud/commerce/consumer/procurement/v1/license_management_service.rb', line 159 class EnumerateLicensedUsersRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_token ⇒ ::String
Returns Optional. A page token, received from a previous EnumerateLicensedUsers
call. Provide this to retrieve the subsequent page.
159 160 161 162 |
# File 'proto_docs/google/cloud/commerce/consumer/procurement/v1/license_management_service.rb', line 159 class EnumerateLicensedUsersRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
Returns Required. License pool name.
159 160 161 162 |
# File 'proto_docs/google/cloud/commerce/consumer/procurement/v1/license_management_service.rb', line 159 class EnumerateLicensedUsersRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |