Show / Hide Table of Contents

Class AuthorizationConfigReflection

Holder for reflection information generated from google/api/experimental/authorization_config.proto

Inheritance
System.Object
AuthorizationConfigReflection
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 AuthorizationConfigReflection

Properties

Descriptor

File descriptor for google/api/experimental/authorization_config.proto

Declaration
public static FileDescriptor Descriptor { get; }
Property Value
Type Description
FileDescriptor
Back to top