public sealed class TableSchema : IMessage<TableSchema>, IEquatable<TableSchema>, IDeepCloneable<TableSchema>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Asset Inventory v1 API class TableSchema.
BigQuery Compatible table schema.
Implements
IMessage<TableSchema>, IEquatable<TableSchema>, IDeepCloneable<TableSchema>, IBufferMessage, IMessageNamespace
Google.Cloud.Asset.V1Assembly
Google.Cloud.Asset.V1.dll
Constructors
TableSchema()
public TableSchema()
TableSchema(TableSchema)
public TableSchema(TableSchema other)
Parameter | |
---|---|
Name | Description |
other | TableSchema |
Properties
Fields
public RepeatedField<TableFieldSchema> Fields { get; }
Describes the fields in a table.
Property Value | |
---|---|
Type | Description |
RepeatedField<TableFieldSchema> |