public sealed class UserFunctions : IMessage<UserFunctions>, IEquatable<UserFunctions>, IDeepCloneable<UserFunctions>, IBufferMessage, IMessageReference documentation and code samples for the Data Analytics API with Gemini v1 API class UserFunctions.
A collection of user functions to be included in context.
Implements
IMessageUserFunctions, IEquatableUserFunctions, IDeepCloneableUserFunctions, IBufferMessage, IMessageNamespace
Google.Cloud.GeminiDataAnalytics.V1Assembly
Google.Cloud.GeminiDataAnalytics.V1.dll
Constructors
UserFunctions()
public UserFunctions()UserFunctions(UserFunctions)
public UserFunctions(UserFunctions other)| Parameter | |
|---|---|
| Name | Description |
other |
UserFunctions |
Properties
BqRoutines
public RepeatedField<BigQueryRoutine> BqRoutines { get; }A list of BigQuery routines to include in the context.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldBigQueryRoutine |
|