Cloud Data Loss Prevention (DLP) V2 API - Class Google::Cloud::Dlp::V2::Conversation (v1.18.0)

Reference documentation and code samples for the Cloud Data Loss Prevention (DLP) V2 API class Google::Cloud::Dlp::V2::Conversation.

Complete conversation or slice of a conversation. It is assumed that all included messages are contiguous and ordered in chronological order.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#messages

def messages() -> ::Array<::Google::Cloud::Dlp::V2::ConversationMessage>
Returns
  • (::Array<::Google::Cloud::Dlp::V2::ConversationMessage>) — Messages exchanged within this conversation. The maximum number of messages allowed is 50k. The order of the messages is assumed to be chronological and will be used to index findings in the response.

#messages=

def messages=(value) -> ::Array<::Google::Cloud::Dlp::V2::ConversationMessage>
Parameter
  • value (::Array<::Google::Cloud::Dlp::V2::ConversationMessage>) — Messages exchanged within this conversation. The maximum number of messages allowed is 50k. The order of the messages is assumed to be chronological and will be used to index findings in the response.
Returns
  • (::Array<::Google::Cloud::Dlp::V2::ConversationMessage>) — Messages exchanged within this conversation. The maximum number of messages allowed is 50k. The order of the messages is assumed to be chronological and will be used to index findings in the response.