Package | Description |
---|---|
com.google.protobuf |
Modifier and Type | Class and Description |
---|---|
class |
Option
A protocol buffer option, which can be attached to a message, field,
enumeration, etc.
|
static class |
Option.Builder
A protocol buffer option, which can be attached to a message, field,
enumeration, etc.
|
Modifier and Type | Method and Description |
---|---|
OptionOrBuilder |
Api.getOptionsOrBuilder(int index)
Any metadata attached to the interface.
|
OptionOrBuilder |
Method.getOptionsOrBuilder(int index)
Any metadata attached to the method.
|
OptionOrBuilder |
Type.getOptionsOrBuilder(int index)
The protocol buffer options.
|
OptionOrBuilder |
Field.getOptionsOrBuilder(int index)
The protocol buffer options.
|
OptionOrBuilder |
EnumValue.getOptionsOrBuilder(int index)
Protocol buffer options.
|
OptionOrBuilder |
Enum.getOptionsOrBuilder(int index)
Protocol buffer options.
|
Modifier and Type | Method and Description |
---|---|
List<? extends OptionOrBuilder> |
Api.getOptionsOrBuilderList()
Any metadata attached to the interface.
|
List<? extends OptionOrBuilder> |
Method.getOptionsOrBuilderList()
Any metadata attached to the method.
|
List<? extends OptionOrBuilder> |
Type.getOptionsOrBuilderList()
The protocol buffer options.
|
List<? extends OptionOrBuilder> |
Field.getOptionsOrBuilderList()
The protocol buffer options.
|
List<? extends OptionOrBuilder> |
EnumValue.getOptionsOrBuilderList()
Protocol buffer options.
|
List<? extends OptionOrBuilder> |
Enum.getOptionsOrBuilderList()
Protocol buffer options.
|
Copyright © 2008–2021. All rights reserved.