Class: Google::Cloud::DiscoveryEngine::V1beta::BatchUpdateUserLicensesRequest::InlineSource

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/discoveryengine/v1beta/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:



158
159
160
161
# File 'proto_docs/google/cloud/discoveryengine/v1beta/user_license_service.rb', line 158

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

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

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

Returns:



158
159
160
161
# File 'proto_docs/google/cloud/discoveryengine/v1beta/user_license_service.rb', line 158

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