Data Analytics API with Gemini v1 API - Class UserFunctions (1.0.0-beta01)

public sealed class UserFunctions : IMessage<UserFunctions>, IEquatable<UserFunctions>, IDeepCloneable<UserFunctions>, IBufferMessage, IMessage

Reference 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.

Inheritance

object > UserFunctions

Namespace

Google.Cloud.GeminiDataAnalytics.V1

Assembly

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