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
Modifier and TypeMethodDescriptionFully-qualified type name.com.google.protobuf.ByteStringFully-qualified type name.intint32 extension_number = 2;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
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.
-