Class: Google::Cloud::Commerce::Consumer::Procurement::V1::UpdateLicensePoolRequest

Inherits:
Object
  • Object
show all
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 updating a license pool.

Instance Attribute Summary collapse

Instance Attribute Details

#license_pool::Google::Cloud::Commerce::Consumer::Procurement::V1::LicensePool

Returns Required. The license pool to update.

The license pool's name field is used to identify the license pool to update. Format: billingAccounts/{billing_account}/orders/{order}/licensePool.

Returns:



99
100
101
102
# File 'proto_docs/google/cloud/commerce/consumer/procurement/v1/license_management_service.rb', line 99

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

#update_mask::Google::Protobuf::FieldMask

Returns Required. The list of fields to update.

Returns:



99
100
101
102
# File 'proto_docs/google/cloud/commerce/consumer/procurement/v1/license_management_service.rb', line 99

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