Class BatchUpdateUserLicensesRequest (0.13.11)

BatchUpdateUserLicensesRequest(
    mapping=None, *, ignore_unknown_fields=False, **kwargs
)

Request message for UserLicenseService.BatchUpdateUserLicenses method.

.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields

Attributes

Name Description
inline_source google.cloud.discoveryengine_v1.types.BatchUpdateUserLicensesRequest.InlineSource
The inline source for the input content for document embeddings. This field is a member of oneof_ source.
parent str
Required. The parent [UserStore][] resource name, format: projects/{project}/locations/{location}/userStores/{user_store_id}.
delete_unassigned_user_licenses bool
Optional. If true, if user licenses removed associated license config, the user license will be deleted. By default which is false, the user license will be updated to unassigned state.

Classes

InlineSource

InlineSource(mapping=None, *, ignore_unknown_fields=False, **kwargs)

The inline source for the input config for BatchUpdateUserLicenses method.