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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetOriginalFileName()string originalFileName = 2;com.google.protobuf.ByteStringgetOriginalFileNameBytes()string originalFileName = 2;java.lang.StringgetPackagePath()string packagePath = 1;com.google.protobuf.ByteStringgetPackagePathBytes()string packagePath = 1;-
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.
-
-