Show / Hide Table of Contents

Class AnnotationsExtensions

Holder for extension identifiers generated from the top level of google/api/annotations.proto

Inheritance
System.Object
AnnotationsExtensions
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Google.Api
Assembly: Google.Api.CommonProtos.dll
Syntax
public static class AnnotationsExtensions

Fields

Http

See HttpRule.

Declaration
public static readonly Extension<MethodOptions, HttpRule> Http
Field Value
Type Description
Extension<MethodOptions, HttpRule>
Back to top