Interface Function.PackageLocationMetaDataOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
Function.PackageLocationMetaData, Function.PackageLocationMetaData.Builder
Enclosing class:
Function

public static interface Function.PackageLocationMetaDataOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    string originalFileName = 2;
    com.google.protobuf.ByteString
    string originalFileName = 2;
    string packagePath = 1;
    com.google.protobuf.ByteString
    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 Details

    • getPackagePath

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

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

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

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