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