Show / Hide Table of Contents

Class BigtableProtoConfig

Information related to a Bigtable protobuf column.

Inheritance
object
BigtableProtoConfig
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX