Class ConversationLocation (3.37.0)

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

Location within a conversation.

This message has oneof_ fields (mutually exclusive fields). For each oneof, at most one member field can be set at the same time. Setting any member of the oneof automatically clears all other members.

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

Attributes

Name Description
message_index int
Matches an index of a message in the conversation provided in the request. This field is a member of oneof_ location.
all_messages google.cloud.dlp_v2.types.ConversationLocation.AllMessages
If set, indicates that the finding applies to all messages in the conversation. This field is a member of oneof_ location.

Classes

AllMessages

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

If set, indicates that the finding applies to all messages in the conversation.