Uses of Class
com.google.protobuf.DescriptorProtos.MethodOptions.Builder
Packages that use DescriptorProtos.MethodOptions.Builder
-
Uses of DescriptorProtos.MethodOptions.Builder in com.google.protobuf
Methods in com.google.protobuf that return DescriptorProtos.MethodOptions.BuilderModifier and TypeMethodDescriptionDescriptorProtos.MethodOptions.Builder.addAllUninterpretedOption
(Iterable<? extends DescriptorProtos.UninterpretedOption> values) repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
DescriptorProtos.MethodOptions.Builder.addUninterpretedOption
(int index, DescriptorProtos.UninterpretedOption value) repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
DescriptorProtos.MethodOptions.Builder.addUninterpretedOption
(int index, DescriptorProtos.UninterpretedOption.Builder builderForValue) repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
DescriptorProtos.MethodOptions.Builder.addUninterpretedOption
(DescriptorProtos.UninterpretedOption value) repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
DescriptorProtos.MethodOptions.Builder.addUninterpretedOption
(DescriptorProtos.UninterpretedOption.Builder builderForValue) repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
DescriptorProtos.MethodOptions.Builder.clear()
DescriptorProtos.MethodOptions.Builder.clearDeprecated()
optional bool deprecated = 33 [default = false, json_name = "deprecated"];
DescriptorProtos.MethodOptions.Builder.clearFeatures()
optional .google.protobuf.FeatureSet features = 35 [json_name = "features"];
DescriptorProtos.MethodOptions.Builder.clearIdempotencyLevel()
optional .google.protobuf.MethodOptions.IdempotencyLevel idempotency_level = 34 [default = IDEMPOTENCY_UNKNOWN, json_name = "idempotencyLevel"];
DescriptorProtos.MethodOptions.Builder.clearUninterpretedOption()
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
DescriptorProtos.MethodDescriptorProto.Builder.getOptionsBuilder()
optional .google.protobuf.MethodOptions options = 4 [json_name = "options"];
DescriptorProtos.MethodOptions.Builder.mergeFeatures
(DescriptorProtos.FeatureSet value) optional .google.protobuf.FeatureSet features = 35 [json_name = "features"];
DescriptorProtos.MethodOptions.Builder.mergeFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) DescriptorProtos.MethodOptions.Builder.mergeFrom
(DescriptorProtos.MethodOptions other) DescriptorProtos.MethodOptions.newBuilder()
DescriptorProtos.MethodOptions.newBuilder
(DescriptorProtos.MethodOptions prototype) DescriptorProtos.MethodOptions.newBuilderForType()
protected DescriptorProtos.MethodOptions.Builder
DescriptorProtos.MethodOptions.newBuilderForType
(AbstractMessage.BuilderParent parent) DescriptorProtos.MethodOptions.Builder.removeUninterpretedOption
(int index) repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
DescriptorProtos.MethodOptions.Builder.setDeprecated
(boolean value) optional bool deprecated = 33 [default = false, json_name = "deprecated"];
DescriptorProtos.MethodOptions.Builder.setFeatures
(DescriptorProtos.FeatureSet value) optional .google.protobuf.FeatureSet features = 35 [json_name = "features"];
DescriptorProtos.MethodOptions.Builder.setFeatures
(DescriptorProtos.FeatureSet.Builder builderForValue) optional .google.protobuf.FeatureSet features = 35 [json_name = "features"];
DescriptorProtos.MethodOptions.Builder.setIdempotencyLevel
(DescriptorProtos.MethodOptions.IdempotencyLevel value) optional .google.protobuf.MethodOptions.IdempotencyLevel idempotency_level = 34 [default = IDEMPOTENCY_UNKNOWN, json_name = "idempotencyLevel"];
DescriptorProtos.MethodOptions.Builder.setUninterpretedOption
(int index, DescriptorProtos.UninterpretedOption value) repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
DescriptorProtos.MethodOptions.Builder.setUninterpretedOption
(int index, DescriptorProtos.UninterpretedOption.Builder builderForValue) repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
DescriptorProtos.MethodOptions.toBuilder()
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 [json_name = "options"];