| Package | Description |
|---|---|
| com.google.protobuf |
| Modifier and Type | Method and Description |
|---|---|
DescriptorProtos.EnumValueOptions.Builder |
DescriptorProtos.EnumValueOptions.Builder.addAllUninterpretedOption(Iterable<? extends DescriptorProtos.UninterpretedOption> values)
The parser stores options it doesn't recognize here.
|
DescriptorProtos.EnumValueOptions.Builder |
DescriptorProtos.EnumValueOptions.Builder.addUninterpretedOption(DescriptorProtos.UninterpretedOption.Builder builderForValue)
The parser stores options it doesn't recognize here.
|
DescriptorProtos.EnumValueOptions.Builder |
DescriptorProtos.EnumValueOptions.Builder.addUninterpretedOption(DescriptorProtos.UninterpretedOption value)
The parser stores options it doesn't recognize here.
|
DescriptorProtos.EnumValueOptions.Builder |
DescriptorProtos.EnumValueOptions.Builder.addUninterpretedOption(int index,
DescriptorProtos.UninterpretedOption.Builder builderForValue)
The parser stores options it doesn't recognize here.
|
DescriptorProtos.EnumValueOptions.Builder |
DescriptorProtos.EnumValueOptions.Builder.addUninterpretedOption(int index,
DescriptorProtos.UninterpretedOption value)
The parser stores options it doesn't recognize here.
|
DescriptorProtos.EnumValueOptions.Builder |
DescriptorProtos.EnumValueOptions.Builder.clearDeprecated()
Is this enum value deprecated?
Depending on the target platform, this can emit Deprecated annotations
for the enum value, or it will be completely ignored; in the very least,
this is a formalization for deprecating enum values.
|
DescriptorProtos.EnumValueOptions.Builder |
DescriptorProtos.EnumValueOptions.Builder.clearUninterpretedOption()
The parser stores options it doesn't recognize here.
|
static DescriptorProtos.EnumValueOptions.Builder |
DescriptorProtos.EnumValueOptions.newBuilder() |
static DescriptorProtos.EnumValueOptions.Builder |
DescriptorProtos.EnumValueOptions.newBuilder(DescriptorProtos.EnumValueOptions prototype) |
DescriptorProtos.EnumValueOptions.Builder |
DescriptorProtos.EnumValueOptions.Builder.removeUninterpretedOption(int index)
The parser stores options it doesn't recognize here.
|
DescriptorProtos.EnumValueOptions.Builder |
DescriptorProtos.EnumValueOptions.Builder.setDeprecated(boolean value)
Is this enum value deprecated?
Depending on the target platform, this can emit Deprecated annotations
for the enum value, or it will be completely ignored; in the very least,
this is a formalization for deprecating enum values.
|
DescriptorProtos.EnumValueOptions.Builder |
DescriptorProtos.EnumValueOptions.Builder.setUninterpretedOption(int index,
DescriptorProtos.UninterpretedOption.Builder builderForValue)
The parser stores options it doesn't recognize here.
|
DescriptorProtos.EnumValueOptions.Builder |
DescriptorProtos.EnumValueOptions.Builder.setUninterpretedOption(int index,
DescriptorProtos.UninterpretedOption value)
The parser stores options it doesn't recognize here.
|
| Modifier and Type | Method and Description |
|---|---|
DescriptorProtos.EnumValueDescriptorProto.Builder |
DescriptorProtos.EnumValueDescriptorProto.Builder.setOptions(DescriptorProtos.EnumValueOptions.Builder builderForValue)
optional .google.protobuf.EnumValueOptions options = 3; |
Copyright © 2008–2016 Google. All rights reserved.