clientSideEncryptedOption property
Specifies whether the results should include encrypted content, unencrypted content, or both.
Defaults to including both. Possible string values are:
- "CLIENT_SIDE_ENCRYPTED_OPTION_UNSPECIFIED" : Encryption status unspecified. Results include both client-side encrypted and non-encrypted content.
- "CLIENT_SIDE_ENCRYPTED_OPTION_ANY" : Include both client-side encrypted and unencrypted content in results.
- "CLIENT_SIDE_ENCRYPTED_OPTION_ENCRYPTED" : Include client-side encrypted content only.
- "CLIENT_SIDE_ENCRYPTED_OPTION_UNENCRYPTED" : Include unencrypted content only.
Implementation
core.String? clientSideEncryptedOption;