public sealed class BigQueryRoutineSpec : IMessage<BigQueryRoutineSpec>, IEquatable<BigQueryRoutineSpec>, IDeepCloneable<BigQueryRoutineSpec>, IBufferMessage, IMessageReference documentation and code samples for the Data Catalog v1 API class BigQueryRoutineSpec.
Fields specific for BigQuery routines.
Implements
IMessageBigQueryRoutineSpec, IEquatableBigQueryRoutineSpec, IDeepCloneableBigQueryRoutineSpec, IBufferMessage, IMessageNamespace
Google.Cloud.DataCatalog.V1Assembly
Google.Cloud.DataCatalog.V1.dll
Constructors
BigQueryRoutineSpec()
public BigQueryRoutineSpec()BigQueryRoutineSpec(BigQueryRoutineSpec)
public BigQueryRoutineSpec(BigQueryRoutineSpec other)| Parameter | |
|---|---|
| Name | Description |
other |
BigQueryRoutineSpec |
Properties
ImportedLibraries
public RepeatedField<string> ImportedLibraries { get; }Paths of the imported libraries.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldstring |
|