Package com.google.api
Class ResourceProto
java.lang.Object
com.google.api.ResourceProto
-
Field Summary
Modifier and TypeFieldDescriptionstatic final com.google.protobuf.GeneratedMessageLite.GeneratedExtension<com.google.protobuf.DescriptorProtos.MessageOptions,
ResourceDescriptor> An annotation that describes a resource definition, see [ResourceDescriptor][].static final int
static final int
static final int
static final com.google.protobuf.GeneratedMessageLite.GeneratedExtension<com.google.protobuf.DescriptorProtos.FileOptions,
List<ResourceDescriptor>> An annotation that describes a resource definition without a corresponding message; see [ResourceDescriptor][].static final com.google.protobuf.GeneratedMessageLite.GeneratedExtension<com.google.protobuf.DescriptorProtos.FieldOptions,
ResourceReference> An annotation that describes a resource reference, see [ResourceReference][]. -
Method Summary
Modifier and TypeMethodDescriptionstatic void
registerAllExtensions
(com.google.protobuf.ExtensionRegistryLite registry)
-
Field Details
-
RESOURCE_REFERENCE_FIELD_NUMBER
public static final int RESOURCE_REFERENCE_FIELD_NUMBER- See Also:
-
resourceReference
public static final com.google.protobuf.GeneratedMessageLite.GeneratedExtension<com.google.protobuf.DescriptorProtos.FieldOptions,ResourceReference> resourceReferenceAn 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:
-
resourceDefinition
public static final com.google.protobuf.GeneratedMessageLite.GeneratedExtension<com.google.protobuf.DescriptorProtos.FileOptions,List<ResourceDescriptor>> resourceDefinitionAn 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:
-
resource
public static final com.google.protobuf.GeneratedMessageLite.GeneratedExtension<com.google.protobuf.DescriptorProtos.MessageOptions,ResourceDescriptor> resourceAn annotation that describes a resource definition, see [ResourceDescriptor][].
extend .google.protobuf.MessageOptions { ... }
-
-
Method Details
-
registerAllExtensions
public static void registerAllExtensions(com.google.protobuf.ExtensionRegistryLite registry)
-