Uses of Class
com.google.protobuf.DescriptorProtos.MethodOptions.Builder
Packages that use DescriptorProtos.MethodOptions.Builder
-
Uses of DescriptorProtos.MethodOptions.Builder in com.google.protobuf
Subclasses with type arguments of type DescriptorProtos.MethodOptions.Builder in com.google.protobufModifier and TypeClassDescriptionstatic final classProtobuf typegoogle.protobuf.MethodOptionsstatic final classProtobuf typegoogle.protobuf.MethodOptionsSubinterfaces with type arguments of type DescriptorProtos.MethodOptions.Builder in com.google.protobufMethods in com.google.protobuf that return DescriptorProtos.MethodOptions.BuilderModifier and TypeMethodDescriptionDescriptorProtos.MethodOptions.Builder.addAllUninterpretedOption(Iterable<? extends DescriptorProtos.UninterpretedOption> values) The parser stores options it doesn't recognize here.DescriptorProtos.MethodOptions.Builder.addUninterpretedOption(int index, DescriptorProtos.UninterpretedOption value) The parser stores options it doesn't recognize here.DescriptorProtos.MethodOptions.Builder.addUninterpretedOption(int index, DescriptorProtos.UninterpretedOption.Builder builderForValue) The parser stores options it doesn't recognize here.DescriptorProtos.MethodOptions.Builder.addUninterpretedOption(DescriptorProtos.UninterpretedOption value) The parser stores options it doesn't recognize here.DescriptorProtos.MethodOptions.Builder.addUninterpretedOption(DescriptorProtos.UninterpretedOption.Builder builderForValue) The parser stores options it doesn't recognize here.DescriptorProtos.MethodOptions.Builder.clearDeprecated()Is this method deprecated? Depending on the target platform, this can emit Deprecated annotations for the method, or it will be completely ignored; in the very least, this is a formalization for deprecating methods.DescriptorProtos.MethodOptions.Builder.clearFeatures()Any features defined in the specific edition.DescriptorProtos.MethodOptions.Builder.clearIdempotencyLevel()optional .google.protobuf.MethodOptions.IdempotencyLevel idempotency_level = 34 [default = IDEMPOTENCY_UNKNOWN];DescriptorProtos.MethodOptions.Builder.clearUninterpretedOption()The parser stores options it doesn't recognize here.DescriptorProtos.MethodOptions.Builder.mergeFeatures(DescriptorProtos.FeatureSet value) Any features defined in the specific edition.DescriptorProtos.MethodOptions.newBuilder()DescriptorProtos.MethodOptions.newBuilder(DescriptorProtos.MethodOptions prototype) DescriptorProtos.MethodOptions.Builder.removeUninterpretedOption(int index) The parser stores options it doesn't recognize here.DescriptorProtos.MethodOptions.Builder.setDeprecated(boolean value) Is this method deprecated? Depending on the target platform, this can emit Deprecated annotations for the method, or it will be completely ignored; in the very least, this is a formalization for deprecating methods.DescriptorProtos.MethodOptions.Builder.setFeatures(DescriptorProtos.FeatureSet value) Any features defined in the specific edition.DescriptorProtos.MethodOptions.Builder.setFeatures(DescriptorProtos.FeatureSet.Builder builderForValue) Any features defined in the specific edition.DescriptorProtos.MethodOptions.Builder.setIdempotencyLevel(DescriptorProtos.MethodOptions.IdempotencyLevel value) optional .google.protobuf.MethodOptions.IdempotencyLevel idempotency_level = 34 [default = IDEMPOTENCY_UNKNOWN];DescriptorProtos.MethodOptions.Builder.setUninterpretedOption(int index, DescriptorProtos.UninterpretedOption value) The parser stores options it doesn't recognize here.DescriptorProtos.MethodOptions.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.MethodOptions.BuilderModifier and TypeMethodDescriptionDescriptorProtos.MethodDescriptorProto.Builder.setOptions(DescriptorProtos.MethodOptions.Builder builderForValue) optional .google.protobuf.MethodOptions options = 4;