public static interface DescriptorProtos.ServiceOptionsOrBuilder extends GeneratedMessageV3.ExtendableMessageOrBuilder<DescriptorProtos.ServiceOptions>Implements
com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<com.google.protobuf.DescriptorProtos.ServiceOptions>Methods
getDeprecated()
public abstract boolean getDeprecated()Is this service deprecated? Depending on the target platform, this can emit Deprecated annotations for the service, or it will be completely ignored; in the very least, this is a formalization for deprecating services.
optional bool deprecated = 33 [default = false];
| Returns | |
|---|---|
| Type | Description |
boolean |
The deprecated. |
getUninterpretedOption(int index)
public abstract DescriptorProtos.UninterpretedOption getUninterpretedOption(int index)The parser stores options it doesn't recognize here. See above.
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
DescriptorProtos.UninterpretedOption |
|
getUninterpretedOptionCount()
public abstract int getUninterpretedOptionCount()The parser stores options it doesn't recognize here. See above.
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
| Returns | |
|---|---|
| Type | Description |
int |
|
getUninterpretedOptionList()
public abstract List<DescriptorProtos.UninterpretedOption> getUninterpretedOptionList()The parser stores options it doesn't recognize here. See above.
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
| Returns | |
|---|---|
| Type | Description |
List<UninterpretedOption> |
|
getUninterpretedOptionOrBuilder(int index)
public abstract DescriptorProtos.UninterpretedOptionOrBuilder getUninterpretedOptionOrBuilder(int index)The parser stores options it doesn't recognize here. See above.
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
DescriptorProtos.UninterpretedOptionOrBuilder |
|
getUninterpretedOptionOrBuilderList()
public abstract List<? extends DescriptorProtos.UninterpretedOptionOrBuilder> getUninterpretedOptionOrBuilderList()The parser stores options it doesn't recognize here. See above.
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.protobuf.DescriptorProtos.UninterpretedOptionOrBuilder> |
|
hasDeprecated()
public abstract boolean hasDeprecated()Is this service deprecated? Depending on the target platform, this can emit Deprecated annotations for the service, or it will be completely ignored; in the very least, this is a formalization for deprecating services.
optional bool deprecated = 33 [default = false];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the deprecated field is set. |