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
- (::Array<::Google::Cloud::Ces::V1beta::Message>) — List of the messages that happened during the processing.
#messages=
def messages=(value) -> ::Array<::Google::Cloud::Ces::V1beta::Message>
Parameter
- value (::Array<::Google::Cloud::Ces::V1beta::Message>) — List of the messages that happened during the processing.
Returns
- (::Array<::Google::Cloud::Ces::V1beta::Message>) — List of the messages that happened during the processing.
#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.