public interface FileMetadataPEOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getCompilationExiftoolTime()
public abstract Timestamp getCompilationExiftoolTime()info.exiftool.TimeStamp.
.google.protobuf.Timestamp compilation_exiftool_time = 11;
| Returns | |
|---|---|
| Type | Description |
Timestamp |
The compilationExiftoolTime. |
getCompilationExiftoolTimeOrBuilder()
public abstract TimestampOrBuilder getCompilationExiftoolTimeOrBuilder()info.exiftool.TimeStamp.
.google.protobuf.Timestamp compilation_exiftool_time = 11;
| Returns | |
|---|---|
| Type | Description |
TimestampOrBuilder |
|
getCompilationTime()
public abstract Timestamp getCompilationTime()info.pe-timestamp.
.google.protobuf.Timestamp compilation_time = 10;
| Returns | |
|---|---|
| Type | Description |
Timestamp |
The compilationTime. |
getCompilationTimeOrBuilder()
public abstract TimestampOrBuilder getCompilationTimeOrBuilder()info.pe-timestamp.
.google.protobuf.Timestamp compilation_time = 10;
| Returns | |
|---|---|
| Type | Description |
TimestampOrBuilder |
|
getEntryPoint()
public abstract long getEntryPoint()info.pe-entry-point.
int64 entry_point = 2;
| Returns | |
|---|---|
| Type | Description |
long |
The entryPoint. |
getEntryPointExiftool()
public abstract long getEntryPointExiftool()info.exiftool.EntryPoint.
int64 entry_point_exiftool = 9;
| Returns | |
|---|---|
| Type | Description |
long |
The entryPointExiftool. |
getImphash()
public abstract String getImphash()Imphash of the file.
string imphash = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The imphash. |
getImphashBytes()
public abstract ByteString getImphashBytes()Imphash of the file.
string imphash = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for imphash. |
getImports(int index)
public abstract FileMetadataImports getImports(int index)FilemetadataImports fields.
repeated .google.backstory.FileMetadataImports imports = 4;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
FileMetadataImports |
|
getImportsCount()
public abstract int getImportsCount()FilemetadataImports fields.
repeated .google.backstory.FileMetadataImports imports = 4;
| Returns | |
|---|---|
| Type | Description |
int |
|
getImportsList()
public abstract List<FileMetadataImports> getImportsList()FilemetadataImports fields.
repeated .google.backstory.FileMetadataImports imports = 4;
| Returns | |
|---|---|
| Type | Description |
List<FileMetadataImports> |
|
getImportsOrBuilder(int index)
public abstract FileMetadataImportsOrBuilder getImportsOrBuilder(int index)FilemetadataImports fields.
repeated .google.backstory.FileMetadataImports imports = 4;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
FileMetadataImportsOrBuilder |
|
getImportsOrBuilderList()
public abstract List<? extends FileMetadataImportsOrBuilder> getImportsOrBuilderList()FilemetadataImports fields.
repeated .google.backstory.FileMetadataImports imports = 4;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.backstory.FileMetadataImportsOrBuilder> |
|
getResource(int index)
public abstract FileMetadataPeResourceInfo getResource(int index)FilemetadataPeResourceInfo fields.
repeated .google.backstory.FileMetadataPeResourceInfo resource = 5;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
FileMetadataPeResourceInfo |
|
getResourceCount()
public abstract int getResourceCount()FilemetadataPeResourceInfo fields.
repeated .google.backstory.FileMetadataPeResourceInfo resource = 5;
| Returns | |
|---|---|
| Type | Description |
int |
|
getResourceList()
public abstract List<FileMetadataPeResourceInfo> getResourceList()FilemetadataPeResourceInfo fields.
repeated .google.backstory.FileMetadataPeResourceInfo resource = 5;
| Returns | |
|---|---|
| Type | Description |
List<FileMetadataPeResourceInfo> |
|
getResourceOrBuilder(int index)
public abstract FileMetadataPeResourceInfoOrBuilder getResourceOrBuilder(int index)FilemetadataPeResourceInfo fields.
repeated .google.backstory.FileMetadataPeResourceInfo resource = 5;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
FileMetadataPeResourceInfoOrBuilder |
|
getResourceOrBuilderList()
public abstract List<? extends FileMetadataPeResourceInfoOrBuilder> getResourceOrBuilderList()FilemetadataPeResourceInfo fields.
repeated .google.backstory.FileMetadataPeResourceInfo resource = 5;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.backstory.FileMetadataPeResourceInfoOrBuilder> |
|
getResourcesLanguageCount(int index) (deprecated)
public abstract StringToInt64MapEntry getResourcesLanguageCount(int index)Deprecated: use resources_language_count_str.
repeated .google.backstory.StringToInt64MapEntry resources_language_count = 7 [deprecated = true];
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
StringToInt64MapEntry |
|
getResourcesLanguageCountCount() (deprecated)
public abstract int getResourcesLanguageCountCount()Deprecated: use resources_language_count_str.
repeated .google.backstory.StringToInt64MapEntry resources_language_count = 7 [deprecated = true];
| Returns | |
|---|---|
| Type | Description |
int |
|
getResourcesLanguageCountList() (deprecated)
public abstract List<StringToInt64MapEntry> getResourcesLanguageCountList()Deprecated: use resources_language_count_str.
repeated .google.backstory.StringToInt64MapEntry resources_language_count = 7 [deprecated = true];
| Returns | |
|---|---|
| Type | Description |
List<StringToInt64MapEntry> |
|
getResourcesLanguageCountOrBuilder(int index) (deprecated)
public abstract StringToInt64MapEntryOrBuilder getResourcesLanguageCountOrBuilder(int index)Deprecated: use resources_language_count_str.
repeated .google.backstory.StringToInt64MapEntry resources_language_count = 7 [deprecated = true];
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
StringToInt64MapEntryOrBuilder |
|
getResourcesLanguageCountOrBuilderList() (deprecated)
public abstract List<? extends StringToInt64MapEntryOrBuilder> getResourcesLanguageCountOrBuilderList()Deprecated: use resources_language_count_str.
repeated .google.backstory.StringToInt64MapEntry resources_language_count = 7 [deprecated = true];
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.backstory.StringToInt64MapEntryOrBuilder> |
|
getResourcesLanguageCountStr(int index)
public abstract Label getResourcesLanguageCountStr(int index)Number of resources by language. Example: NEUTRAL: 20, ENGLISH US: 10
repeated .google.backstory.Label resources_language_count_str = 13;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
Label |
|
getResourcesLanguageCountStrCount()
public abstract int getResourcesLanguageCountStrCount()Number of resources by language. Example: NEUTRAL: 20, ENGLISH US: 10
repeated .google.backstory.Label resources_language_count_str = 13;
| Returns | |
|---|---|
| Type | Description |
int |
|
getResourcesLanguageCountStrList()
public abstract List<Label> getResourcesLanguageCountStrList()Number of resources by language. Example: NEUTRAL: 20, ENGLISH US: 10
repeated .google.backstory.Label resources_language_count_str = 13;
| Returns | |
|---|---|
| Type | Description |
List<Label> |
|
getResourcesLanguageCountStrOrBuilder(int index)
public abstract LabelOrBuilder getResourcesLanguageCountStrOrBuilder(int index)Number of resources by language. Example: NEUTRAL: 20, ENGLISH US: 10
repeated .google.backstory.Label resources_language_count_str = 13;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
LabelOrBuilder |
|
getResourcesLanguageCountStrOrBuilderList()
public abstract List<? extends LabelOrBuilder> getResourcesLanguageCountStrOrBuilderList()Number of resources by language. Example: NEUTRAL: 20, ENGLISH US: 10
repeated .google.backstory.Label resources_language_count_str = 13;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.backstory.LabelOrBuilder> |
|
getResourcesTypeCount(int index) (deprecated)
public abstract StringToInt64MapEntry getResourcesTypeCount(int index)Deprecated: use resources_type_count_str.
repeated .google.backstory.StringToInt64MapEntry resources_type_count = 6 [deprecated = true];
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
StringToInt64MapEntry |
|
getResourcesTypeCountCount() (deprecated)
public abstract int getResourcesTypeCountCount()Deprecated: use resources_type_count_str.
repeated .google.backstory.StringToInt64MapEntry resources_type_count = 6 [deprecated = true];
| Returns | |
|---|---|
| Type | Description |
int |
|
getResourcesTypeCountList() (deprecated)
public abstract List<StringToInt64MapEntry> getResourcesTypeCountList()Deprecated: use resources_type_count_str.
repeated .google.backstory.StringToInt64MapEntry resources_type_count = 6 [deprecated = true];
| Returns | |
|---|---|
| Type | Description |
List<StringToInt64MapEntry> |
|
getResourcesTypeCountOrBuilder(int index) (deprecated)
public abstract StringToInt64MapEntryOrBuilder getResourcesTypeCountOrBuilder(int index)Deprecated: use resources_type_count_str.
repeated .google.backstory.StringToInt64MapEntry resources_type_count = 6 [deprecated = true];
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
StringToInt64MapEntryOrBuilder |
|
getResourcesTypeCountOrBuilderList() (deprecated)
public abstract List<? extends StringToInt64MapEntryOrBuilder> getResourcesTypeCountOrBuilderList()Deprecated: use resources_type_count_str.
repeated .google.backstory.StringToInt64MapEntry resources_type_count = 6 [deprecated = true];
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.backstory.StringToInt64MapEntryOrBuilder> |
|
getResourcesTypeCountStr(int index)
public abstract Label getResourcesTypeCountStr(int index)Number of resources by resource type. Example: RT_ICON: 10, RT_DIALOG: 5
repeated .google.backstory.Label resources_type_count_str = 12;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
Label |
|
getResourcesTypeCountStrCount()
public abstract int getResourcesTypeCountStrCount()Number of resources by resource type. Example: RT_ICON: 10, RT_DIALOG: 5
repeated .google.backstory.Label resources_type_count_str = 12;
| Returns | |
|---|---|
| Type | Description |
int |
|
getResourcesTypeCountStrList()
public abstract List<Label> getResourcesTypeCountStrList()Number of resources by resource type. Example: RT_ICON: 10, RT_DIALOG: 5
repeated .google.backstory.Label resources_type_count_str = 12;
| Returns | |
|---|---|
| Type | Description |
List<Label> |
|
getResourcesTypeCountStrOrBuilder(int index)
public abstract LabelOrBuilder getResourcesTypeCountStrOrBuilder(int index)Number of resources by resource type. Example: RT_ICON: 10, RT_DIALOG: 5
repeated .google.backstory.Label resources_type_count_str = 12;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
LabelOrBuilder |
|
getResourcesTypeCountStrOrBuilderList()
public abstract List<? extends LabelOrBuilder> getResourcesTypeCountStrOrBuilderList()Number of resources by resource type. Example: RT_ICON: 10, RT_DIALOG: 5
repeated .google.backstory.Label resources_type_count_str = 12;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.backstory.LabelOrBuilder> |
|
getSection(int index)
public abstract FileMetadataSection getSection(int index)FilemetadataSection fields.
repeated .google.backstory.FileMetadataSection section = 3;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
FileMetadataSection |
|
getSectionCount()
public abstract int getSectionCount()FilemetadataSection fields.
repeated .google.backstory.FileMetadataSection section = 3;
| Returns | |
|---|---|
| Type | Description |
int |
|
getSectionList()
public abstract List<FileMetadataSection> getSectionList()FilemetadataSection fields.
repeated .google.backstory.FileMetadataSection section = 3;
| Returns | |
|---|---|
| Type | Description |
List<FileMetadataSection> |
|
getSectionOrBuilder(int index)
public abstract FileMetadataSectionOrBuilder getSectionOrBuilder(int index)FilemetadataSection fields.
repeated .google.backstory.FileMetadataSection section = 3;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
FileMetadataSectionOrBuilder |
|
getSectionOrBuilderList()
public abstract List<? extends FileMetadataSectionOrBuilder> getSectionOrBuilderList()FilemetadataSection fields.
repeated .google.backstory.FileMetadataSection section = 3;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.backstory.FileMetadataSectionOrBuilder> |
|
getSignatureInfo() (deprecated)
public abstract FileMetadataSignatureInfo getSignatureInfo()Deprecated. google.backstory.FileMetadataPE.signature_info is deprecated. See backstory/udm.proto;l=3725
FilemetadataSignatureInfo field. deprecated, user File.signature_info instead.
.google.backstory.FileMetadataSignatureInfo signature_info = 8 [deprecated = true];
| Returns | |
|---|---|
| Type | Description |
FileMetadataSignatureInfo |
The signatureInfo. |
getSignatureInfoOrBuilder() (deprecated)
public abstract FileMetadataSignatureInfoOrBuilder getSignatureInfoOrBuilder()FilemetadataSignatureInfo field. deprecated, user File.signature_info instead.
.google.backstory.FileMetadataSignatureInfo signature_info = 8 [deprecated = true];
| Returns | |
|---|---|
| Type | Description |
FileMetadataSignatureInfoOrBuilder |
|
hasCompilationExiftoolTime()
public abstract boolean hasCompilationExiftoolTime()info.exiftool.TimeStamp.
.google.protobuf.Timestamp compilation_exiftool_time = 11;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the compilationExiftoolTime field is set. |
hasCompilationTime()
public abstract boolean hasCompilationTime()info.pe-timestamp.
.google.protobuf.Timestamp compilation_time = 10;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the compilationTime field is set. |
hasSignatureInfo() (deprecated)
public abstract boolean hasSignatureInfo()Deprecated. google.backstory.FileMetadataPE.signature_info is deprecated. See backstory/udm.proto;l=3725
FilemetadataSignatureInfo field. deprecated, user File.signature_info instead.
.google.backstory.FileMetadataSignatureInfo signature_info = 8 [deprecated = true];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the signatureInfo field is set. |