Show / Hide Table of Contents

Class Proto2DescriptorProto

Describes a message type.

Inheritance
object
Proto2DescriptorProto
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.ChromePolicy.v1.Data
Assembly: Google.Apis.ChromePolicy.v1.dll
Syntax
public class Proto2DescriptorProto : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

EnumType

Declaration
[JsonProperty("enumType")]
public virtual IList<Proto2EnumDescriptorProto> EnumType { get; set; }
Property Value
Type Description
IList<Proto2EnumDescriptorProto>

Field

Declaration
[JsonProperty("field")]
public virtual IList<Proto2FieldDescriptorProto> Field { get; set; }
Property Value
Type Description
IList<Proto2FieldDescriptorProto>

Name

Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type Description
string

NestedType

Declaration
[JsonProperty("nestedType")]
public virtual IList<Proto2DescriptorProto> NestedType { get; set; }
Property Value
Type Description
IList<Proto2DescriptorProto>

OneofDecl

Declaration
[JsonProperty("oneofDecl")]
public virtual IList<Proto2OneofDescriptorProto> OneofDecl { get; set; }
Property Value
Type Description
IList<Proto2OneofDescriptorProto>

Visibility

Support for export and local keywords on enums.

Declaration
[JsonProperty("visibility")]
public virtual string Visibility { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX