DescriptorProtos.MethodOptions.Builder |
DescriptorProtos.MethodOptions.Builder.addAllUninterpretedOption(java.lang.Iterable<? extends DescriptorProtos.UninterpretedOption> values) |
The parser stores options it doesn't recognize here.
|
DescriptorProtos.MethodOptions.Builder |
DescriptorProtos.MethodOptions.Builder.addUninterpretedOption(int index,
DescriptorProtos.UninterpretedOption value) |
The parser stores options it doesn't recognize here.
|
DescriptorProtos.MethodOptions.Builder |
DescriptorProtos.MethodOptions.Builder.addUninterpretedOption(int index,
DescriptorProtos.UninterpretedOption.Builder builderForValue) |
The parser stores options it doesn't recognize here.
|
DescriptorProtos.MethodOptions.Builder |
DescriptorProtos.MethodOptions.Builder.addUninterpretedOption(DescriptorProtos.UninterpretedOption value) |
The parser stores options it doesn't recognize here.
|
DescriptorProtos.MethodOptions.Builder |
DescriptorProtos.MethodOptions.Builder.addUninterpretedOption(DescriptorProtos.UninterpretedOption.Builder builderForValue) |
The parser stores options it doesn't recognize here.
|
DescriptorProtos.MethodOptions.Builder |
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 |
DescriptorProtos.MethodOptions.Builder.clearFeatures() |
Any features defined in the specific edition.
|
DescriptorProtos.MethodOptions.Builder |
DescriptorProtos.MethodOptions.Builder.clearIdempotencyLevel() |
optional .google.protobuf.MethodOptions.IdempotencyLevel idempotency_level = 34 [default = IDEMPOTENCY_UNKNOWN];
|
DescriptorProtos.MethodOptions.Builder |
DescriptorProtos.MethodOptions.Builder.clearUninterpretedOption() |
The parser stores options it doesn't recognize here.
|
DescriptorProtos.MethodOptions.Builder |
DescriptorProtos.MethodOptions.Builder.mergeFeatures(DescriptorProtos.FeatureSet value) |
Any features defined in the specific edition.
|
static DescriptorProtos.MethodOptions.Builder |
DescriptorProtos.MethodOptions.newBuilder() |
|
static DescriptorProtos.MethodOptions.Builder |
DescriptorProtos.MethodOptions.newBuilder(DescriptorProtos.MethodOptions prototype) |
|
DescriptorProtos.MethodOptions.Builder |
DescriptorProtos.MethodOptions.Builder.removeUninterpretedOption(int index) |
The parser stores options it doesn't recognize here.
|
DescriptorProtos.MethodOptions.Builder |
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 |
DescriptorProtos.MethodOptions.Builder.setFeatures(DescriptorProtos.FeatureSet value) |
Any features defined in the specific edition.
|
DescriptorProtos.MethodOptions.Builder |
DescriptorProtos.MethodOptions.Builder.setFeatures(DescriptorProtos.FeatureSet.Builder builderForValue) |
Any features defined in the specific edition.
|
DescriptorProtos.MethodOptions.Builder |
DescriptorProtos.MethodOptions.Builder.setIdempotencyLevel(DescriptorProtos.MethodOptions.IdempotencyLevel value) |
optional .google.protobuf.MethodOptions.IdempotencyLevel idempotency_level = 34 [default = IDEMPOTENCY_UNKNOWN];
|
DescriptorProtos.MethodOptions.Builder |
DescriptorProtos.MethodOptions.Builder.setUninterpretedOption(int index,
DescriptorProtos.UninterpretedOption value) |
The parser stores options it doesn't recognize here.
|
DescriptorProtos.MethodOptions.Builder |
DescriptorProtos.MethodOptions.Builder.setUninterpretedOption(int index,
DescriptorProtos.UninterpretedOption.Builder builderForValue) |
The parser stores options it doesn't recognize here.
|