Reference documentation and code samples for the Discovery Engine V1 API class Google::Cloud::DiscoveryEngine::V1::BatchUpdateUserLicensesRequest::InlineSource.
The inline source for the input config for BatchUpdateUserLicenses method.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#update_mask
def update_mask() -> ::Google::Protobuf::FieldMask
Returns
- (::Google::Protobuf::FieldMask) — Optional. The list of fields to update.
#update_mask=
def update_mask=(value) -> ::Google::Protobuf::FieldMask
Parameter
- value (::Google::Protobuf::FieldMask) — Optional. The list of fields to update.
Returns
- (::Google::Protobuf::FieldMask) — Optional. The list of fields to update.
#user_licenses
def user_licenses() -> ::Array<::Google::Cloud::DiscoveryEngine::V1::UserLicense>
Returns
- (::Array<::Google::Cloud::DiscoveryEngine::V1::UserLicense>) — Required. A list of user licenses to update. Each user license must have a valid UserLicense.user_principal.
#user_licenses=
def user_licenses=(value) -> ::Array<::Google::Cloud::DiscoveryEngine::V1::UserLicense>
Parameter
- value (::Array<::Google::Cloud::DiscoveryEngine::V1::UserLicense>) — Required. A list of user licenses to update. Each user license must have a valid UserLicense.user_principal.
Returns
- (::Array<::Google::Cloud::DiscoveryEngine::V1::UserLicense>) — Required. A list of user licenses to update. Each user license must have a valid UserLicense.user_principal.