Class ResourceExtensions
Holder for extension identifiers generated from the top level of google/api/resource.proto
Inheritance
System.Object
ResourceExtensions
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 ResourceExtensions
Fields
Resource
An annotation that describes a resource definition, see [ResourceDescriptor][].
Declaration
public static readonly Extension<MessageOptions, ResourceDescriptor> Resource
Field Value
Type | Description |
---|---|
Extension<MessageOptions, ResourceDescriptor> |
ResourceDefinition
An annotation that describes a resource definition without a corresponding message; see [ResourceDescriptor][].
Declaration
public static readonly RepeatedExtension<FileOptions, ResourceDescriptor> ResourceDefinition
Field Value
Type | Description |
---|---|
RepeatedExtension<FileOptions, ResourceDescriptor> |
ResourceReference
An annotation that describes a resource reference, see [ResourceReference][].
Declaration
public static readonly Extension<FieldOptions, ResourceReference> ResourceReference
Field Value
Type | Description |
---|---|
Extension<FieldOptions, ResourceReference> |