Class Proto2DescriptorProto
Describes a message type.
Inheritance
Proto2DescriptorProto
Assembly: Google.Apis.ChromePolicy.v1.dll
Syntax
public class Proto2DescriptorProto : IDirectResponseSchema
Properties
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
EnumType
Declaration
[JsonProperty("enumType")]
public virtual IList<Proto2EnumDescriptorProto> EnumType { get; set; }
Property Value
Field
Declaration
[JsonProperty("field")]
public virtual IList<Proto2FieldDescriptorProto> Field { get; set; }
Property Value
Name
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
NestedType
Declaration
[JsonProperty("nestedType")]
public virtual IList<Proto2DescriptorProto> NestedType { get; set; }
Property Value
OneofDecl
Declaration
[JsonProperty("oneofDecl")]
public virtual IList<Proto2OneofDescriptorProto> OneofDecl { get; set; }
Property Value
Implements