Class: Google::Cloud::DiscoveryEngine::V1::BatchUpdateUserLicensesRequest::InlineSource
- Inherits:
-
Object
- Object
- Google::Cloud::DiscoveryEngine::V1::BatchUpdateUserLicensesRequest::InlineSource
- 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
-
#update_mask ⇒ ::Google::Protobuf::FieldMask
Optional.
-
#user_licenses ⇒ ::Array<::Google::Cloud::DiscoveryEngine::V1::UserLicense>
Required.
Instance Attribute Details
#update_mask ⇒ ::Google::Protobuf::FieldMask
Returns Optional. The list of fields to update.
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.
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 |