Google Cloud Data Loss Prevention v2 API - Class ConversationLocation (4.25.0)

public sealed class ConversationLocation : IMessage<ConversationLocation>, IEquatable<ConversationLocation>, IDeepCloneable<ConversationLocation>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Data Loss Prevention v2 API class ConversationLocation.

Location within a conversation.

Inheritance

object > ConversationLocation

Namespace

Google.Cloud.Dlp.V2

Assembly

Google.Cloud.Dlp.V2.dll

Constructors

ConversationLocation()

public ConversationLocation()

ConversationLocation(ConversationLocation)

public ConversationLocation(ConversationLocation other)
Parameter
Name Description
other ConversationLocation

Properties

AllMessages

public ConversationLocation.Types.AllMessages AllMessages { get; set; }

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

Property Value
Type Description
ConversationLocationTypesAllMessages

HasMessageIndex

public bool HasMessageIndex { get; }

Gets whether the "message_index" field is set

Property Value
Type Description
bool

LocationCase

public ConversationLocation.LocationOneofCase LocationCase { get; }
Property Value
Type Description
ConversationLocationLocationOneofCase

MessageIndex

public int MessageIndex { get; set; }

Matches an index of a message in the conversation provided in the request.

Property Value
Type Description
int