Uses of Interface
com.google.protobuf.DescriptorProtos.ExtensionRangeOptions.DeclarationOrBuilder
-
-
Uses of DescriptorProtos.ExtensionRangeOptions.DeclarationOrBuilder in com.google.protobuf
Classes in com.google.protobuf that implement DescriptorProtos.ExtensionRangeOptions.DeclarationOrBuilder Modifier and Type Class Description static classDescriptorProtos.ExtensionRangeOptions.DeclarationProtobuf typegoogle.protobuf.ExtensionRangeOptions.Declarationstatic classDescriptorProtos.ExtensionRangeOptions.Declaration.BuilderProtobuf typegoogle.protobuf.ExtensionRangeOptions.DeclarationMethods in com.google.protobuf that return DescriptorProtos.ExtensionRangeOptions.DeclarationOrBuilder Modifier and Type Method Description DescriptorProtos.ExtensionRangeOptions.DeclarationOrBuilderDescriptorProtos.ExtensionRangeOptions. getDeclarationOrBuilder(int index)repeated .google.protobuf.ExtensionRangeOptions.Declaration declaration = 2 [json_name = "declaration", retention = RETENTION_SOURCE];Methods in com.google.protobuf that return types with arguments of type DescriptorProtos.ExtensionRangeOptions.DeclarationOrBuilder Modifier and Type Method Description java.util.List<? extends DescriptorProtos.ExtensionRangeOptions.DeclarationOrBuilder>DescriptorProtos.ExtensionRangeOptions. getDeclarationOrBuilderList()repeated .google.protobuf.ExtensionRangeOptions.Declaration declaration = 2 [json_name = "declaration", retention = RETENTION_SOURCE];
-