Package tagger.v1
Class Tagger
java.lang.Object
tagger.v1.Tagger
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
static final com.google.protobuf.GeneratedMessageLite.GeneratedExtension<com.google.protobuf.DescriptorProtos.OneofOptions,
String> Multiple Tags can be spcified.static final com.google.protobuf.GeneratedMessageLite.GeneratedExtension<com.google.protobuf.DescriptorProtos.FieldOptions,
String> Multiple Tags can be spcified.static final int
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
registerAllExtensions
(com.google.protobuf.ExtensionRegistryLite registry)
-
Field Details
-
TAGS_FIELD_NUMBER
public static final int TAGS_FIELD_NUMBER- See Also:
-
tags
public static final com.google.protobuf.GeneratedMessageLite.GeneratedExtension<com.google.protobuf.DescriptorProtos.FieldOptions,String> tagsMultiple Tags can be spcified.
extend .google.protobuf.FieldOptions { ... }
-
ONEOF_TAGS_FIELD_NUMBER
public static final int ONEOF_TAGS_FIELD_NUMBER- See Also:
-
oneofTags
public static final com.google.protobuf.GeneratedMessageLite.GeneratedExtension<com.google.protobuf.DescriptorProtos.OneofOptions,String> oneofTagsMultiple Tags can be spcified.
extend .google.protobuf.OneofOptions { ... }
-
-
Method Details
-
registerAllExtensions
public static void registerAllExtensions(com.google.protobuf.ExtensionRegistryLite registry)
-