Package io.grpc.reflection.v1alpha
Interface ExtensionRequestOrBuilder
-
- All Superinterfaces:
MessageLiteOrBuilder
,MessageOrBuilder
- All Known Implementing Classes:
ExtensionRequest
,ExtensionRequest.Builder
public interface ExtensionRequestOrBuilder extends MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getContainingType()
Fully-qualified type name.ByteString
getContainingTypeBytes()
Fully-qualified type name.int
getExtensionNumber()
int32 extension_number = 2;
-
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
-
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
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.
-
-