Cloud Commerce Consumer Procurement V1 API - Class Google::Cloud::Commerce::Consumer::Procurement::V1::EnumerateLicensedUsersRequest (v1.1.0)

Reference documentation and code samples for the Cloud Commerce Consumer Procurement V1 API class Google::Cloud::Commerce::Consumer::Procurement::V1::EnumerateLicensedUsersRequest.

Request message for LicenseManagementService.EnumerateLicensedUsers.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#page_size

def page_size() -> ::Integer
Returns
  • (::Integer) — Optional. The maximum number of users to return. The service may return fewer than this value.

#page_size=

def page_size=(value) -> ::Integer
Parameter
  • value (::Integer) — Optional. The maximum number of users to return. The service may return fewer than this value.
Returns
  • (::Integer) — Optional. The maximum number of users to return. The service may return fewer than this value.

#page_token

def page_token() -> ::String
Returns
  • (::String) — Optional. A page token, received from a previous EnumerateLicensedUsers call. Provide this to retrieve the subsequent page.

#page_token=

def page_token=(value) -> ::String
Parameter
  • value (::String) — Optional. A page token, received from a previous EnumerateLicensedUsers call. Provide this to retrieve the subsequent page.
Returns
  • (::String) — Optional. A page token, received from a previous EnumerateLicensedUsers call. Provide this to retrieve the subsequent page.

#parent

def parent() -> ::String
Returns
  • (::String) — Required. License pool name.

#parent=

def parent=(value) -> ::String
Parameter
  • value (::String) — Required. License pool name.
Returns
  • (::String) — Required. License pool name.