Uses of Class
com.google.protobuf.DescriptorProtos.EnumValueOptions
Packages that use DescriptorProtos.EnumValueOptions
-
Uses of DescriptorProtos.EnumValueOptions in com.google.protobuf
Methods in com.google.protobuf that return DescriptorProtos.EnumValueOptionsModifier and TypeMethodDescriptionDescriptorProtos.EnumValueOptions.getDefaultInstance()DescriptorProtos.EnumValueDescriptorProto.Builder.getOptions()optional .google.protobuf.EnumValueOptions options = 3 [json_name = "options"];DescriptorProtos.EnumValueDescriptorProto.getOptions()optional .google.protobuf.EnumValueOptions options = 3 [json_name = "options"];DescriptorProtos.EnumValueDescriptorProtoOrBuilder.getOptions()optional .google.protobuf.EnumValueOptions options = 3 [json_name = "options"];DescriptorProtos.EnumValueOptions.parseDelimitedFrom(InputStream input) DescriptorProtos.EnumValueOptions.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) DescriptorProtos.EnumValueOptions.parseFrom(byte[] data) DescriptorProtos.EnumValueOptions.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) DescriptorProtos.EnumValueOptions.parseFrom(com.google.protobuf.ByteString data) DescriptorProtos.EnumValueOptions.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) DescriptorProtos.EnumValueOptions.parseFrom(com.google.protobuf.CodedInputStream input) DescriptorProtos.EnumValueOptions.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) DescriptorProtos.EnumValueOptions.parseFrom(InputStream input) DescriptorProtos.EnumValueOptions.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) DescriptorProtos.EnumValueOptions.parseFrom(ByteBuffer data) DescriptorProtos.EnumValueOptions.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in com.google.protobuf that return types with arguments of type DescriptorProtos.EnumValueOptionsModifier and TypeMethodDescriptionstatic com.google.protobuf.Parser<DescriptorProtos.EnumValueOptions>DescriptorProtos.EnumValueOptions.parser()Methods in com.google.protobuf with parameters of type DescriptorProtos.EnumValueOptionsModifier and TypeMethodDescriptionDescriptorProtos.EnumValueDescriptorProto.Builder.mergeOptions(DescriptorProtos.EnumValueOptions value) optional .google.protobuf.EnumValueOptions options = 3 [json_name = "options"];DescriptorProtos.EnumValueOptions.newBuilder(DescriptorProtos.EnumValueOptions prototype) DescriptorProtos.EnumValueDescriptorProto.Builder.setOptions(DescriptorProtos.EnumValueOptions value) optional .google.protobuf.EnumValueOptions options = 3 [json_name = "options"];