public final class ResourceProto extends Object
| Modifier and Type | Field and Description |
|---|---|
static com.google.protobuf.GeneratedMessage.GeneratedExtension<com.google.protobuf.DescriptorProtos.MessageOptions,ResourceDescriptor> |
resource
An annotation that describes a resource definition, see
[ResourceDescriptor][].
|
static int |
RESOURCE_DEFINITION_FIELD_NUMBER |
static int |
RESOURCE_FIELD_NUMBER |
static int |
RESOURCE_REFERENCE_FIELD_NUMBER |
static com.google.protobuf.GeneratedMessage.GeneratedExtension<com.google.protobuf.DescriptorProtos.FileOptions,List<ResourceDescriptor>> |
resourceDefinition
An annotation that describes a resource definition without a corresponding
message; see [ResourceDescriptor][].
|
static com.google.protobuf.GeneratedMessage.GeneratedExtension<com.google.protobuf.DescriptorProtos.FieldOptions,ResourceReference> |
resourceReference
An annotation that describes a resource reference, see
[ResourceReference][].
|
| Modifier and Type | Method and Description |
|---|---|
static com.google.protobuf.Descriptors.FileDescriptor |
getDescriptor() |
static void |
registerAllExtensions(com.google.protobuf.ExtensionRegistry registry) |
static void |
registerAllExtensions(com.google.protobuf.ExtensionRegistryLite registry) |
public static final int RESOURCE_REFERENCE_FIELD_NUMBER
public static final com.google.protobuf.GeneratedMessage.GeneratedExtension<com.google.protobuf.DescriptorProtos.FieldOptions,ResourceReference> resourceReference
An annotation that describes a resource reference, see [ResourceReference][].
extend .google.protobuf.FieldOptions { ... }public static final int RESOURCE_DEFINITION_FIELD_NUMBER
public static final com.google.protobuf.GeneratedMessage.GeneratedExtension<com.google.protobuf.DescriptorProtos.FileOptions,List<ResourceDescriptor>> resourceDefinition
An annotation that describes a resource definition without a corresponding message; see [ResourceDescriptor][].
extend .google.protobuf.FileOptions { ... }public static final int RESOURCE_FIELD_NUMBER
public static final com.google.protobuf.GeneratedMessage.GeneratedExtension<com.google.protobuf.DescriptorProtos.MessageOptions,ResourceDescriptor> resource
An annotation that describes a resource definition, see [ResourceDescriptor][].
extend .google.protobuf.MessageOptions { ... }public static void registerAllExtensions(com.google.protobuf.ExtensionRegistryLite registry)
public static void registerAllExtensions(com.google.protobuf.ExtensionRegistry registry)
public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor()
Copyright © 2022 Google LLC. All rights reserved.