generated/google/apis/licensing_v1/service.rb in google-api-client-0.9.pre2 vs generated/google/apis/licensing_v1/service.rb in google-api-client-0.9.pre3
- old
+ new
@@ -206,11 +206,11 @@
# @return [Google::Apis::LicensingV1::LicenseAssignmentList]
#
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
# @raise [Google::Apis::AuthorizationError] Authorization is required
- def list_license_assignment_for_product(product_id, customer_id: nil, max_results: nil, page_token: nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
+ def list_license_assignment_for_product(product_id, customer_id, max_results: nil, page_token: nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
path = '{productId}/users'
command = make_simple_command(:get, path, options)
command.response_representation = Google::Apis::LicensingV1::LicenseAssignmentList::Representation
command.response_class = Google::Apis::LicensingV1::LicenseAssignmentList
command.params['productId'] = product_id unless product_id.nil?
@@ -255,10 +255,10 @@
# @return [Google::Apis::LicensingV1::LicenseAssignmentList]
#
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
# @raise [Google::Apis::AuthorizationError] Authorization is required
- def list_license_assignment_for_product_and_sku(product_id, sku_id, customer_id: nil, max_results: nil, page_token: nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
+ def list_license_assignment_for_product_and_sku(product_id, sku_id, customer_id, max_results: nil, page_token: nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
path = '{productId}/sku/{skuId}/users'
command = make_simple_command(:get, path, options)
command.response_representation = Google::Apis::LicensingV1::LicenseAssignmentList::Representation
command.response_class = Google::Apis::LicensingV1::LicenseAssignmentList
command.params['productId'] = product_id unless product_id.nil?