Class ProtoSchema
Represents a protobuf schema.
Implements
Inherited Members
Namespace: Google.Apis.BigtableAdmin.v2.Data
Assembly: Google.Apis.BigtableAdmin.v2.dll
Syntax
public class ProtoSchema : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ProtoDescriptors
Required. Contains a protobuf-serialized
google.protobuf.FileDescriptorSet,
which could include multiple proto files. To generate it,
install and run protoc with --include_imports and
--descriptor_set_out. For example, to generate for moon/shot/app.proto, run
$protoc
--proto_path=/app_path --proto_path=/lib_path \ --include_imports \ --descriptor_set_out=descriptors.pb \
moon/shot/app.proto
For more details, see protobuffer self description.
Declaration
[JsonProperty("protoDescriptors")]
public virtual string ProtoDescriptors { get; set; }
Property Value
| Type | Description |
|---|---|
| string |