Class BigtableProtoConfig
Information related to a Bigtable protobuf column.
Implements
Inherited Members
Namespace: Google.Apis.Bigquery.v2.Data
Assembly: Google.Apis.Bigquery.v2.dll
Syntax
public class BigtableProtoConfig : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ProtoMessageName
Optional. The fully qualified proto message name of the protobuf. In the format of "foo.bar.Message".
Declaration
[JsonProperty("protoMessageName")]
public virtual string ProtoMessageName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
SchemaBundleId
Optional. The ID of the Bigtable SchemaBundle resource associated with this protobuf. The ID should be
referred to within the parent table, e.g., foo rather than
projects/{project}/instances/{instance}/tables/{table}/schemaBundles/foo. See more details on Bigtable
SchemaBundles.
Declaration
[JsonProperty("schemaBundleId")]
public virtual string SchemaBundleId { get; set; }
Property Value
| Type | Description |
|---|---|
| string |