Class: Google::Cloud::DiscoveryEngine::V1::BatchUpdateUserLicensesRequest::InlineSource

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/discoveryengine/v1/user_license_service.rb

Overview

The inline source for the input config for BatchUpdateUserLicenses method.

Instance Attribute Summary collapse

Instance Attribute Details

#update_mask::Google::Protobuf::FieldMask

Returns Optional. The list of fields to update.

Returns:



109
110
111
112
# File 'proto_docs/google/cloud/discoveryengine/v1/user_license_service.rb', line 109

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

#user_licenses::Array<::Google::Cloud::DiscoveryEngine::V1::UserLicense>

Returns Required. A list of user licenses to update. Each user license must have a valid UserLicense.user_principal.

Returns:



109
110
111
112
# File 'proto_docs/google/cloud/discoveryengine/v1/user_license_service.rb', line 109

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