public sealed class ConversationLocation : IMessage<ConversationLocation>, IEquatable<ConversationLocation>, IDeepCloneable<ConversationLocation>, IBufferMessage, IMessageReference documentation and code samples for the Google Cloud Data Loss Prevention v2 API class ConversationLocation.
Location within a conversation.
Implements
IMessageConversationLocation, IEquatableConversationLocation, IDeepCloneableConversationLocation, IBufferMessage, IMessageNamespace
Google.Cloud.Dlp.V2Assembly
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 |
|