public interface ExtensionNumberResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getBaseTypeName()
Full name of the base type, including the package name.
|
com.google.protobuf.ByteString |
getBaseTypeNameBytes()
Full name of the base type, including the package name.
|
int |
getExtensionNumber(int index)
repeated int32 extension_number = 2; |
int |
getExtensionNumberCount()
repeated int32 extension_number = 2; |
List<Integer> |
getExtensionNumberList()
repeated int32 extension_number = 2; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getBaseTypeName()
Full name of the base type, including the package name. The format is <package>.<type>
string base_type_name = 1;com.google.protobuf.ByteString getBaseTypeNameBytes()
Full name of the base type, including the package name. The format is <package>.<type>
string base_type_name = 1;List<Integer> getExtensionNumberList()
repeated int32 extension_number = 2;int getExtensionNumberCount()
repeated int32 extension_number = 2;int getExtensionNumber(int index)
repeated int32 extension_number = 2;index - The index of the element to return.