Show / Hide Table of Contents

Class Type

A protocol buffer message type.

Inheritance
System.Object
Type
Implements
IDirectResponseSchema
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.ServiceUsage.v1.Data
Assembly: Google.Apis.ServiceUsage.v1.dll
Syntax
public class Type : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

Fields

The list of fields.

Declaration
[JsonProperty("fields")]
public virtual IList<Field> Fields { get; set; }
Property Value
Type Description
System.Collections.Generic.IList<Field>

Name

The fully qualified message name.

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

Oneofs

The list of types appearing in oneof definitions in this type.

Declaration
[JsonProperty("oneofs")]
public virtual IList<string> Oneofs { get; set; }
Property Value
Type Description
System.Collections.Generic.IList<System.String>

Options

The protocol buffer options.

Declaration
[JsonProperty("options")]
public virtual IList<Option> Options { get; set; }
Property Value
Type Description
System.Collections.Generic.IList<Option>

SourceContext

The source context.

Declaration
[JsonProperty("sourceContext")]
public virtual SourceContext SourceContext { get; set; }
Property Value
Type Description
SourceContext

Syntax

The source syntax.

Declaration
[JsonProperty("syntax")]
public virtual string Syntax { get; set; }
Property Value
Type Description
System.String

Implements

IDirectResponseSchema
In This Article
Back to top