Interface ExtensionRequestOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    ExtensionRequest, ExtensionRequest.Builder

    public interface ExtensionRequestOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getContainingType()
      Fully-qualified type name.
      com.google.protobuf.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

        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.