Package grpc.reflection.v1alpha
Interface Reflection.ExtensionRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Reflection.ExtensionRequest,Reflection.ExtensionRequest.Builder
- Enclosing class:
- Reflection
public static interface Reflection.ExtensionRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetContainingType()Fully-qualified type name.com.google.protobuf.ByteStringgetContainingTypeBytes()Fully-qualified type name.intgetExtensionNumber()int32 extension_number = 2;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getContainingType
String getContainingType()
Fully-qualified type name. The format should be <package>.<type>
string containing_type = 1;- Returns:
- The containingType.
-
getContainingTypeBytes
com.google.protobuf.ByteString getContainingTypeBytes()
Fully-qualified type name. The format should be <package>.<type>
string containing_type = 1;- Returns:
- The bytes for containingType.
-
getExtensionNumber
int getExtensionNumber()
int32 extension_number = 2;- Returns:
- The extensionNumber.
-
-