Gemini Enterprise for Customer Experience V1BETA API - Class Google::Cloud::Ces::V1beta::SessionOutput::DiagnosticInfo (v0.1.0)

Reference documentation and code samples for the Gemini Enterprise for Customer Experience V1BETA API class Google::Cloud::Ces::V1beta::SessionOutput::DiagnosticInfo.

Contains execution details during the processing.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#messages

def messages() -> ::Array<::Google::Cloud::Ces::V1beta::Message>
Returns

#messages=

def messages=(value) -> ::Array<::Google::Cloud::Ces::V1beta::Message>
Parameter
Returns

#root_span

def root_span() -> ::Google::Cloud::Ces::V1beta::Span
Returns
  • (::Google::Cloud::Ces::V1beta::Span) — A trace of the entire request processing, represented as a root span. This span can contain nested child spans for specific operations.

#root_span=

def root_span=(value) -> ::Google::Cloud::Ces::V1beta::Span
Parameter
  • value (::Google::Cloud::Ces::V1beta::Span) — A trace of the entire request processing, represented as a root span. This span can contain nested child spans for specific operations.
Returns
  • (::Google::Cloud::Ces::V1beta::Span) — A trace of the entire request processing, represented as a root span. This span can contain nested child spans for specific operations.