Package com.google.api
Class ResourceProto
- java.lang.Object
-
- com.google.api.ResourceProto
-
public final class ResourceProto extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static com.google.protobuf.GeneratedMessage.GeneratedExtension<com.google.protobuf.DescriptorProtos.MessageOptions,ResourceDescriptor>resourceAn annotation that describes a resource definition, see [ResourceDescriptor][].static intRESOURCE_DEFINITION_FIELD_NUMBERstatic intRESOURCE_FIELD_NUMBERstatic intRESOURCE_REFERENCE_FIELD_NUMBERstatic com.google.protobuf.GeneratedMessage.GeneratedExtension<com.google.protobuf.DescriptorProtos.FileOptions,List<ResourceDescriptor>>resourceDefinitionAn annotation that describes a resource definition without a corresponding message; see [ResourceDescriptor][].static com.google.protobuf.GeneratedMessage.GeneratedExtension<com.google.protobuf.DescriptorProtos.FieldOptions,ResourceReference>resourceReferenceAn annotation that describes a resource reference, see [ResourceReference][].
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static com.google.protobuf.Descriptors.FileDescriptorgetDescriptor()static voidregisterAllExtensions(com.google.protobuf.ExtensionRegistry registry)static voidregisterAllExtensions(com.google.protobuf.ExtensionRegistryLite registry)
-
-
-
Field Detail
-
RESOURCE_REFERENCE_FIELD_NUMBER
public static final int RESOURCE_REFERENCE_FIELD_NUMBER
- See Also:
- Constant Field Values
-
resourceReference
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 { ... }
-
RESOURCE_DEFINITION_FIELD_NUMBER
public static final int RESOURCE_DEFINITION_FIELD_NUMBER
- See Also:
- Constant Field Values
-
resourceDefinition
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 { ... }
-
RESOURCE_FIELD_NUMBER
public static final int RESOURCE_FIELD_NUMBER
- See Also:
- Constant Field Values
-
resource
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 { ... }
-
-
Method Detail
-
registerAllExtensions
public static void registerAllExtensions(com.google.protobuf.ExtensionRegistryLite registry)
-
registerAllExtensions
public static void registerAllExtensions(com.google.protobuf.ExtensionRegistry registry)
-
getDescriptor
public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor()
-
-