public sealed class DataSchemaDetails.Types.ProtoAnyConfig : IMessage<DataSchemaDetails.Types.ProtoAnyConfig>, IEquatable<DataSchemaDetails.Types.ProtoAnyConfig>, IDeepCloneable<DataSchemaDetails.Types.ProtoAnyConfig>, IBufferMessage, IMessageReference documentation and code samples for the Vision AI v1 API class DataSchemaDetails.Types.ProtoAnyConfig.
The configuration for PROTO_ANY data type.
Implements
IMessageDataSchemaDetailsTypesProtoAnyConfig, IEquatableDataSchemaDetailsTypesProtoAnyConfig, IDeepCloneableDataSchemaDetailsTypesProtoAnyConfig, IBufferMessage, IMessageNamespace
Google.Cloud.VisionAI.V1Assembly
Google.Cloud.VisionAI.V1.dll
Constructors
ProtoAnyConfig()
public ProtoAnyConfig()ProtoAnyConfig(ProtoAnyConfig)
public ProtoAnyConfig(DataSchemaDetails.Types.ProtoAnyConfig other)| Parameter | |
|---|---|
| Name | Description |
other |
DataSchemaDetailsTypesProtoAnyConfig |
Properties
TypeUri
public string TypeUri { get; set; }The type URI of the proto message.
| Property Value | |
|---|---|
| Type | Description |
string |
|