Uses of Class
com.google.protobuf.DescriptorProtos.ServiceOptions.Builder
Packages that use DescriptorProtos.ServiceOptions.Builder
-
Uses of DescriptorProtos.ServiceOptions.Builder in com.google.protobuf
Subclasses with type arguments of type DescriptorProtos.ServiceOptions.Builder in com.google.protobufModifier and TypeClassDescriptionstatic final classProtobuf typegoogle.protobuf.ServiceOptionsstatic final classProtobuf typegoogle.protobuf.ServiceOptionsSubinterfaces with type arguments of type DescriptorProtos.ServiceOptions.Builder in com.google.protobufMethods in com.google.protobuf that return DescriptorProtos.ServiceOptions.BuilderModifier and TypeMethodDescriptionDescriptorProtos.ServiceOptions.Builder.addAllUninterpretedOption(Iterable<? extends DescriptorProtos.UninterpretedOption> values) The parser stores options it doesn't recognize here.DescriptorProtos.ServiceOptions.Builder.addUninterpretedOption(int index, DescriptorProtos.UninterpretedOption value) The parser stores options it doesn't recognize here.DescriptorProtos.ServiceOptions.Builder.addUninterpretedOption(int index, DescriptorProtos.UninterpretedOption.Builder builderForValue) The parser stores options it doesn't recognize here.DescriptorProtos.ServiceOptions.Builder.addUninterpretedOption(DescriptorProtos.UninterpretedOption value) The parser stores options it doesn't recognize here.DescriptorProtos.ServiceOptions.Builder.addUninterpretedOption(DescriptorProtos.UninterpretedOption.Builder builderForValue) The parser stores options it doesn't recognize here.DescriptorProtos.ServiceOptions.Builder.clearDeprecated()Is this service deprecated? Depending on the target platform, this can emit Deprecated annotations for the service, or it will be completely ignored; in the very least, this is a formalization for deprecating services.DescriptorProtos.ServiceOptions.Builder.clearFeatures()Any features defined in the specific edition.DescriptorProtos.ServiceOptions.Builder.clearUninterpretedOption()The parser stores options it doesn't recognize here.DescriptorProtos.ServiceOptions.Builder.mergeFeatures(DescriptorProtos.FeatureSet value) Any features defined in the specific edition.DescriptorProtos.ServiceOptions.newBuilder()DescriptorProtos.ServiceOptions.newBuilder(DescriptorProtos.ServiceOptions prototype) DescriptorProtos.ServiceOptions.Builder.removeUninterpretedOption(int index) The parser stores options it doesn't recognize here.DescriptorProtos.ServiceOptions.Builder.setDeprecated(boolean value) Is this service deprecated? Depending on the target platform, this can emit Deprecated annotations for the service, or it will be completely ignored; in the very least, this is a formalization for deprecating services.DescriptorProtos.ServiceOptions.Builder.setFeatures(DescriptorProtos.FeatureSet value) Any features defined in the specific edition.DescriptorProtos.ServiceOptions.Builder.setFeatures(DescriptorProtos.FeatureSet.Builder builderForValue) Any features defined in the specific edition.DescriptorProtos.ServiceOptions.Builder.setUninterpretedOption(int index, DescriptorProtos.UninterpretedOption value) The parser stores options it doesn't recognize here.DescriptorProtos.ServiceOptions.Builder.setUninterpretedOption(int index, DescriptorProtos.UninterpretedOption.Builder builderForValue) The parser stores options it doesn't recognize here.Methods in com.google.protobuf with parameters of type DescriptorProtos.ServiceOptions.BuilderModifier and TypeMethodDescriptionDescriptorProtos.ServiceDescriptorProto.Builder.setOptions(DescriptorProtos.ServiceOptions.Builder builderForValue) optional .google.protobuf.ServiceOptions options = 3;