Package codegen

Interface LoaderOuterClass.ParameterizationOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getName()
      the parameterized package name.
      com.google.protobuf.ByteString getNameBytes()
      the parameterized package name.
      com.google.protobuf.ByteString getValue()
      the parameter value for the parameterized package.
      java.lang.String getVersion()
      the parameterized package version.
      com.google.protobuf.ByteString getVersionBytes()
      the parameterized package version.
      • 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

      • getName

        java.lang.String getName()
         the parameterized package name.
         
        string name = 1;
        Returns:
        The name.
      • getNameBytes

        com.google.protobuf.ByteString getNameBytes()
         the parameterized package name.
         
        string name = 1;
        Returns:
        The bytes for name.
      • getVersion

        java.lang.String getVersion()
         the parameterized package version.
         
        string version = 2;
        Returns:
        The version.
      • getVersionBytes

        com.google.protobuf.ByteString getVersionBytes()
         the parameterized package version.
         
        string version = 2;
        Returns:
        The bytes for version.
      • getValue

        com.google.protobuf.ByteString getValue()
         the parameter value for the parameterized package.
         
        bytes value = 3;
        Returns:
        The value.