Optional. The branch of the event.
The format is like agent_1.agent_2.agent_3, where agent_1 is the parent of
agent_2, and agent_2 is the parent of agent_3.
Branch is used when multiple child agents shouldn't see their siblings'
conversation history.
public RepeatedField<string> LongRunningToolIds { get; }
Optional. Set of ids of the long running function calls.
Agent client will know from this field about which function call is long
running. Only valid for function call event.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-14 UTC."],[],[],null,["# Vertex AI v1beta1 API - Class EventMetadata (1.0.0-beta47)\n\nVersion latestkeyboard_arrow_down\n\n- [1.0.0-beta47 (latest)](/dotnet/docs/reference/Google.Cloud.AIPlatform.V1Beta1/latest/Google.Cloud.AIPlatform.V1Beta1.EventMetadata)\n- [1.0.0-beta46](/dotnet/docs/reference/Google.Cloud.AIPlatform.V1Beta1/1.0.0-beta46/Google.Cloud.AIPlatform.V1Beta1.EventMetadata) \n\n public sealed class EventMetadata : IMessage\u003cEventMetadata\u003e, IEquatable\u003cEventMetadata\u003e, IDeepCloneable\u003cEventMetadata\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Vertex AI v1beta1 API class EventMetadata.\n\nMetadata relating to a LLM response event. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e EventMetadata \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[EventMetadata](/dotnet/docs/reference/Google.Cloud.AIPlatform.V1Beta1/latest/Google.Cloud.AIPlatform.V1Beta1.EventMetadata), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[EventMetadata](/dotnet/docs/reference/Google.Cloud.AIPlatform.V1Beta1/latest/Google.Cloud.AIPlatform.V1Beta1.EventMetadata), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[EventMetadata](/dotnet/docs/reference/Google.Cloud.AIPlatform.V1Beta1/latest/Google.Cloud.AIPlatform.V1Beta1.EventMetadata), [IBufferMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IBufferMessage.html), [IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage.html) \n\nInherited Members\n-----------------\n\n[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode) \n[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype) \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\nNamespace\n---------\n\n[Google.Cloud.AIPlatform.V1Beta1](/dotnet/docs/reference/Google.Cloud.AIPlatform.V1Beta1/latest/Google.Cloud.AIPlatform.V1Beta1)\n\nAssembly\n--------\n\nGoogle.Cloud.AIPlatform.V1Beta1.dll\n\nConstructors\n------------\n\n### EventMetadata()\n\n public EventMetadata()\n\n### EventMetadata(EventMetadata)\n\n public EventMetadata(EventMetadata other)\n\nProperties\n----------\n\n### Branch\n\n public string Branch { get; set; }\n\nOptional. The branch of the event.\nThe format is like agent_1.agent_2.agent_3, where agent_1 is the parent of\nagent_2, and agent_2 is the parent of agent_3.\nBranch is used when multiple child agents shouldn't see their siblings'\nconversation history.\n\n### CustomMetadata\n\n public Struct CustomMetadata { get; set; }\n\nThe custom metadata of the LlmResponse.\n\n### GroundingMetadata\n\n public GroundingMetadata GroundingMetadata { get; set; }\n\nOptional. Metadata returned to client when grounding is enabled.\n\n### Interrupted\n\n public bool Interrupted { get; set; }\n\nOptional. Flag indicating that LLM was interrupted when generating the\ncontent. Usually it's due to user interruption during a bidi streaming.\n\n### LongRunningToolIds\n\n public RepeatedField\u003cstring\u003e LongRunningToolIds { get; }\n\nOptional. Set of ids of the long running function calls.\nAgent client will know from this field about which function call is long\nrunning. Only valid for function call event.\n\n### Partial\n\n public bool Partial { get; set; }\n\nOptional. Indicates whether the text content is part of a unfinished text\nstream. Only used for streaming mode and when the content is plain text.\n\n### TurnComplete\n\n public bool TurnComplete { get; set; }\n\nOptional. Indicates whether the response from the model is complete.\nOnly used for streaming mode."]]