Interface Function.PackageLocationMetaDataOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getOriginalFileName()
      string originalFileName = 2;
      com.google.protobuf.ByteString getOriginalFileNameBytes()
      string originalFileName = 2;
      java.lang.String getPackagePath()
      string packagePath = 1;
      com.google.protobuf.ByteString getPackagePathBytes()
      string packagePath = 1;
      • 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

      • getPackagePath

        java.lang.String getPackagePath()
        string packagePath = 1;
        Returns:
        The packagePath.
      • getPackagePathBytes

        com.google.protobuf.ByteString getPackagePathBytes()
        string packagePath = 1;
        Returns:
        The bytes for packagePath.
      • getOriginalFileName

        java.lang.String getOriginalFileName()
        string originalFileName = 2;
        Returns:
        The originalFileName.
      • getOriginalFileNameBytes

        com.google.protobuf.ByteString getOriginalFileNameBytes()
        string originalFileName = 2;
        Returns:
        The bytes for originalFileName.