Class FileMetadataPE.Builder (0.3.0)

public static final class FileMetadataPE.Builder extends GeneratedMessage.Builder<FileMetadataPE.Builder> implements FileMetadataPEOrBuilder

Metadata about the Portable Executable (PE) file.

Protobuf type google.backstory.FileMetadataPE

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

Methods

addAllImports(Iterable<? extends FileMetadataImports> values)

public FileMetadataPE.Builder addAllImports(Iterable<? extends FileMetadataImports> values)

FilemetadataImports fields.

repeated .google.backstory.FileMetadataImports imports = 4;

Parameter
Name Description
values Iterable<? extends com.google.backstory.FileMetadataImports>
Returns
Type Description
FileMetadataPE.Builder

addAllResource(Iterable<? extends FileMetadataPeResourceInfo> values)

public FileMetadataPE.Builder addAllResource(Iterable<? extends FileMetadataPeResourceInfo> values)

FilemetadataPeResourceInfo fields.

repeated .google.backstory.FileMetadataPeResourceInfo resource = 5;

Parameter
Name Description
values Iterable<? extends com.google.backstory.FileMetadataPeResourceInfo>
Returns
Type Description
FileMetadataPE.Builder

addAllResourcesLanguageCount(Iterable<? extends StringToInt64MapEntry> values) (deprecated)

public FileMetadataPE.Builder addAllResourcesLanguageCount(Iterable<? extends StringToInt64MapEntry> values)

Deprecated: use resources_language_count_str.

repeated .google.backstory.StringToInt64MapEntry resources_language_count = 7 [deprecated = true];

Parameter
Name Description
values Iterable<? extends com.google.backstory.StringToInt64MapEntry>
Returns
Type Description
FileMetadataPE.Builder

addAllResourcesLanguageCountStr(Iterable<? extends Label> values)

public FileMetadataPE.Builder addAllResourcesLanguageCountStr(Iterable<? extends Label> values)

Number of resources by language. Example: NEUTRAL: 20, ENGLISH US: 10

repeated .google.backstory.Label resources_language_count_str = 13;

Parameter
Name Description
values Iterable<? extends com.google.backstory.Label>
Returns
Type Description
FileMetadataPE.Builder

addAllResourcesTypeCount(Iterable<? extends StringToInt64MapEntry> values) (deprecated)

public FileMetadataPE.Builder addAllResourcesTypeCount(Iterable<? extends StringToInt64MapEntry> values)

Deprecated: use resources_type_count_str.

repeated .google.backstory.StringToInt64MapEntry resources_type_count = 6 [deprecated = true];

Parameter
Name Description
values Iterable<? extends com.google.backstory.StringToInt64MapEntry>
Returns
Type Description
FileMetadataPE.Builder

addAllResourcesTypeCountStr(Iterable<? extends Label> values)

public FileMetadataPE.Builder addAllResourcesTypeCountStr(Iterable<? extends Label> values)

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
values Iterable<? extends com.google.backstory.Label>
Returns
Type Description
FileMetadataPE.Builder

addAllSection(Iterable<? extends FileMetadataSection> values)

public FileMetadataPE.Builder addAllSection(Iterable<? extends FileMetadataSection> values)

FilemetadataSection fields.

repeated .google.backstory.FileMetadataSection section = 3;

Parameter
Name Description
values Iterable<? extends com.google.backstory.FileMetadataSection>
Returns
Type Description
FileMetadataPE.Builder

addImports(FileMetadataImports value)

public FileMetadataPE.Builder addImports(FileMetadataImports value)

FilemetadataImports fields.

repeated .google.backstory.FileMetadataImports imports = 4;

Parameter
Name Description
value FileMetadataImports
Returns
Type Description
FileMetadataPE.Builder

addImports(FileMetadataImports.Builder builderForValue)

public FileMetadataPE.Builder addImports(FileMetadataImports.Builder builderForValue)

FilemetadataImports fields.

repeated .google.backstory.FileMetadataImports imports = 4;

Parameter
Name Description
builderForValue FileMetadataImports.Builder
Returns
Type Description
FileMetadataPE.Builder

addImports(int index, FileMetadataImports value)

public FileMetadataPE.Builder addImports(int index, FileMetadataImports value)

FilemetadataImports fields.

repeated .google.backstory.FileMetadataImports imports = 4;

Parameters
Name Description
index int
value FileMetadataImports
Returns
Type Description
FileMetadataPE.Builder

addImports(int index, FileMetadataImports.Builder builderForValue)

public FileMetadataPE.Builder addImports(int index, FileMetadataImports.Builder builderForValue)

FilemetadataImports fields.

repeated .google.backstory.FileMetadataImports imports = 4;

Parameters
Name Description
index int
builderForValue FileMetadataImports.Builder
Returns
Type Description
FileMetadataPE.Builder

addImportsBuilder()

public FileMetadataImports.Builder addImportsBuilder()

FilemetadataImports fields.

repeated .google.backstory.FileMetadataImports imports = 4;

Returns
Type Description
FileMetadataImports.Builder

addImportsBuilder(int index)

public FileMetadataImports.Builder addImportsBuilder(int index)

FilemetadataImports fields.

repeated .google.backstory.FileMetadataImports imports = 4;

Parameter
Name Description
index int
Returns
Type Description
FileMetadataImports.Builder

addResource(FileMetadataPeResourceInfo value)

public FileMetadataPE.Builder addResource(FileMetadataPeResourceInfo value)

FilemetadataPeResourceInfo fields.

repeated .google.backstory.FileMetadataPeResourceInfo resource = 5;

Parameter
Name Description
value FileMetadataPeResourceInfo
Returns
Type Description
FileMetadataPE.Builder

addResource(FileMetadataPeResourceInfo.Builder builderForValue)

public FileMetadataPE.Builder addResource(FileMetadataPeResourceInfo.Builder builderForValue)

FilemetadataPeResourceInfo fields.

repeated .google.backstory.FileMetadataPeResourceInfo resource = 5;

Parameter
Name Description
builderForValue FileMetadataPeResourceInfo.Builder
Returns
Type Description
FileMetadataPE.Builder

addResource(int index, FileMetadataPeResourceInfo value)

public FileMetadataPE.Builder addResource(int index, FileMetadataPeResourceInfo value)

FilemetadataPeResourceInfo fields.

repeated .google.backstory.FileMetadataPeResourceInfo resource = 5;

Parameters
Name Description
index int
value FileMetadataPeResourceInfo
Returns
Type Description
FileMetadataPE.Builder

addResource(int index, FileMetadataPeResourceInfo.Builder builderForValue)

public FileMetadataPE.Builder addResource(int index, FileMetadataPeResourceInfo.Builder builderForValue)

FilemetadataPeResourceInfo fields.

repeated .google.backstory.FileMetadataPeResourceInfo resource = 5;

Parameters
Name Description
index int
builderForValue FileMetadataPeResourceInfo.Builder
Returns
Type Description
FileMetadataPE.Builder

addResourceBuilder()

public FileMetadataPeResourceInfo.Builder addResourceBuilder()

FilemetadataPeResourceInfo fields.

repeated .google.backstory.FileMetadataPeResourceInfo resource = 5;

Returns
Type Description
FileMetadataPeResourceInfo.Builder

addResourceBuilder(int index)

public FileMetadataPeResourceInfo.Builder addResourceBuilder(int index)

FilemetadataPeResourceInfo fields.

repeated .google.backstory.FileMetadataPeResourceInfo resource = 5;

Parameter
Name Description
index int
Returns
Type Description
FileMetadataPeResourceInfo.Builder

addResourcesLanguageCount(StringToInt64MapEntry value) (deprecated)

public FileMetadataPE.Builder addResourcesLanguageCount(StringToInt64MapEntry value)

Deprecated: use resources_language_count_str.

repeated .google.backstory.StringToInt64MapEntry resources_language_count = 7 [deprecated = true];

Parameter
Name Description
value StringToInt64MapEntry
Returns
Type Description
FileMetadataPE.Builder

addResourcesLanguageCount(StringToInt64MapEntry.Builder builderForValue) (deprecated)

public FileMetadataPE.Builder addResourcesLanguageCount(StringToInt64MapEntry.Builder builderForValue)

Deprecated: use resources_language_count_str.

repeated .google.backstory.StringToInt64MapEntry resources_language_count = 7 [deprecated = true];

Parameter
Name Description
builderForValue StringToInt64MapEntry.Builder
Returns
Type Description
FileMetadataPE.Builder

addResourcesLanguageCount(int index, StringToInt64MapEntry value) (deprecated)

public FileMetadataPE.Builder addResourcesLanguageCount(int index, StringToInt64MapEntry value)

Deprecated: use resources_language_count_str.

repeated .google.backstory.StringToInt64MapEntry resources_language_count = 7 [deprecated = true];

Parameters
Name Description
index int
value StringToInt64MapEntry
Returns
Type Description
FileMetadataPE.Builder

addResourcesLanguageCount(int index, StringToInt64MapEntry.Builder builderForValue) (deprecated)

public FileMetadataPE.Builder addResourcesLanguageCount(int index, StringToInt64MapEntry.Builder builderForValue)

Deprecated: use resources_language_count_str.

repeated .google.backstory.StringToInt64MapEntry resources_language_count = 7 [deprecated = true];

Parameters
Name Description
index int
builderForValue StringToInt64MapEntry.Builder
Returns
Type Description
FileMetadataPE.Builder

addResourcesLanguageCountBuilder() (deprecated)

public StringToInt64MapEntry.Builder addResourcesLanguageCountBuilder()

Deprecated: use resources_language_count_str.

repeated .google.backstory.StringToInt64MapEntry resources_language_count = 7 [deprecated = true];

Returns
Type Description
StringToInt64MapEntry.Builder

addResourcesLanguageCountBuilder(int index) (deprecated)

public StringToInt64MapEntry.Builder addResourcesLanguageCountBuilder(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.Builder

addResourcesLanguageCountStr(Label value)

public FileMetadataPE.Builder addResourcesLanguageCountStr(Label value)

Number of resources by language. Example: NEUTRAL: 20, ENGLISH US: 10

repeated .google.backstory.Label resources_language_count_str = 13;

Parameter
Name Description
value Label
Returns
Type Description
FileMetadataPE.Builder

addResourcesLanguageCountStr(Label.Builder builderForValue)

public FileMetadataPE.Builder addResourcesLanguageCountStr(Label.Builder builderForValue)

Number of resources by language. Example: NEUTRAL: 20, ENGLISH US: 10

repeated .google.backstory.Label resources_language_count_str = 13;

Parameter
Name Description
builderForValue Label.Builder
Returns
Type Description
FileMetadataPE.Builder

addResourcesLanguageCountStr(int index, Label value)

public FileMetadataPE.Builder addResourcesLanguageCountStr(int index, Label value)

Number of resources by language. Example: NEUTRAL: 20, ENGLISH US: 10

repeated .google.backstory.Label resources_language_count_str = 13;

Parameters
Name Description
index int
value Label
Returns
Type Description
FileMetadataPE.Builder

addResourcesLanguageCountStr(int index, Label.Builder builderForValue)

public FileMetadataPE.Builder addResourcesLanguageCountStr(int index, Label.Builder builderForValue)

Number of resources by language. Example: NEUTRAL: 20, ENGLISH US: 10

repeated .google.backstory.Label resources_language_count_str = 13;

Parameters
Name Description
index int
builderForValue Label.Builder
Returns
Type Description
FileMetadataPE.Builder

addResourcesLanguageCountStrBuilder()

public Label.Builder addResourcesLanguageCountStrBuilder()

Number of resources by language. Example: NEUTRAL: 20, ENGLISH US: 10

repeated .google.backstory.Label resources_language_count_str = 13;

Returns
Type Description
Label.Builder

addResourcesLanguageCountStrBuilder(int index)

public Label.Builder addResourcesLanguageCountStrBuilder(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.Builder

addResourcesTypeCount(StringToInt64MapEntry value) (deprecated)

public FileMetadataPE.Builder addResourcesTypeCount(StringToInt64MapEntry value)

Deprecated: use resources_type_count_str.

repeated .google.backstory.StringToInt64MapEntry resources_type_count = 6 [deprecated = true];

Parameter
Name Description
value StringToInt64MapEntry
Returns
Type Description
FileMetadataPE.Builder

addResourcesTypeCount(StringToInt64MapEntry.Builder builderForValue) (deprecated)

public FileMetadataPE.Builder addResourcesTypeCount(StringToInt64MapEntry.Builder builderForValue)

Deprecated: use resources_type_count_str.

repeated .google.backstory.StringToInt64MapEntry resources_type_count = 6 [deprecated = true];

Parameter
Name Description
builderForValue StringToInt64MapEntry.Builder
Returns
Type Description
FileMetadataPE.Builder

addResourcesTypeCount(int index, StringToInt64MapEntry value) (deprecated)

public FileMetadataPE.Builder addResourcesTypeCount(int index, StringToInt64MapEntry value)

Deprecated: use resources_type_count_str.

repeated .google.backstory.StringToInt64MapEntry resources_type_count = 6 [deprecated = true];

Parameters
Name Description
index int
value StringToInt64MapEntry
Returns
Type Description
FileMetadataPE.Builder

addResourcesTypeCount(int index, StringToInt64MapEntry.Builder builderForValue) (deprecated)

public FileMetadataPE.Builder addResourcesTypeCount(int index, StringToInt64MapEntry.Builder builderForValue)

Deprecated: use resources_type_count_str.

repeated .google.backstory.StringToInt64MapEntry resources_type_count = 6 [deprecated = true];

Parameters
Name Description
index int
builderForValue StringToInt64MapEntry.Builder
Returns
Type Description
FileMetadataPE.Builder

addResourcesTypeCountBuilder() (deprecated)

public StringToInt64MapEntry.Builder addResourcesTypeCountBuilder()

Deprecated: use resources_type_count_str.

repeated .google.backstory.StringToInt64MapEntry resources_type_count = 6 [deprecated = true];

Returns
Type Description
StringToInt64MapEntry.Builder

addResourcesTypeCountBuilder(int index) (deprecated)

public StringToInt64MapEntry.Builder addResourcesTypeCountBuilder(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.Builder

addResourcesTypeCountStr(Label value)

public FileMetadataPE.Builder addResourcesTypeCountStr(Label value)

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
value Label
Returns
Type Description
FileMetadataPE.Builder

addResourcesTypeCountStr(Label.Builder builderForValue)

public FileMetadataPE.Builder addResourcesTypeCountStr(Label.Builder builderForValue)

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
builderForValue Label.Builder
Returns
Type Description
FileMetadataPE.Builder

addResourcesTypeCountStr(int index, Label value)

public FileMetadataPE.Builder addResourcesTypeCountStr(int index, Label value)

Number of resources by resource type. Example: RT_ICON: 10, RT_DIALOG: 5

repeated .google.backstory.Label resources_type_count_str = 12;

Parameters
Name Description
index int
value Label
Returns
Type Description
FileMetadataPE.Builder

addResourcesTypeCountStr(int index, Label.Builder builderForValue)

public FileMetadataPE.Builder addResourcesTypeCountStr(int index, Label.Builder builderForValue)

Number of resources by resource type. Example: RT_ICON: 10, RT_DIALOG: 5

repeated .google.backstory.Label resources_type_count_str = 12;

Parameters
Name Description
index int
builderForValue Label.Builder
Returns
Type Description
FileMetadataPE.Builder

addResourcesTypeCountStrBuilder()

public Label.Builder addResourcesTypeCountStrBuilder()

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
Label.Builder

addResourcesTypeCountStrBuilder(int index)

public Label.Builder addResourcesTypeCountStrBuilder(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.Builder

addSection(FileMetadataSection value)

public FileMetadataPE.Builder addSection(FileMetadataSection value)

FilemetadataSection fields.

repeated .google.backstory.FileMetadataSection section = 3;

Parameter
Name Description
value FileMetadataSection
Returns
Type Description
FileMetadataPE.Builder

addSection(FileMetadataSection.Builder builderForValue)

public FileMetadataPE.Builder addSection(FileMetadataSection.Builder builderForValue)

FilemetadataSection fields.

repeated .google.backstory.FileMetadataSection section = 3;

Parameter
Name Description
builderForValue FileMetadataSection.Builder
Returns
Type Description
FileMetadataPE.Builder

addSection(int index, FileMetadataSection value)

public FileMetadataPE.Builder addSection(int index, FileMetadataSection value)

FilemetadataSection fields.

repeated .google.backstory.FileMetadataSection section = 3;

Parameters
Name Description
index int
value FileMetadataSection
Returns
Type Description
FileMetadataPE.Builder

addSection(int index, FileMetadataSection.Builder builderForValue)

public FileMetadataPE.Builder addSection(int index, FileMetadataSection.Builder builderForValue)

FilemetadataSection fields.

repeated .google.backstory.FileMetadataSection section = 3;

Parameters
Name Description
index int
builderForValue FileMetadataSection.Builder
Returns
Type Description
FileMetadataPE.Builder

addSectionBuilder()

public FileMetadataSection.Builder addSectionBuilder()

FilemetadataSection fields.

repeated .google.backstory.FileMetadataSection section = 3;

Returns
Type Description
FileMetadataSection.Builder

addSectionBuilder(int index)

public FileMetadataSection.Builder addSectionBuilder(int index)

FilemetadataSection fields.

repeated .google.backstory.FileMetadataSection section = 3;

Parameter
Name Description
index int
Returns
Type Description
FileMetadataSection.Builder

build()

public FileMetadataPE build()
Returns
Type Description
FileMetadataPE

buildPartial()

public FileMetadataPE buildPartial()
Returns
Type Description
FileMetadataPE

clear()

public FileMetadataPE.Builder clear()
Returns
Type Description
FileMetadataPE.Builder
Overrides

clearCompilationExiftoolTime()

public FileMetadataPE.Builder clearCompilationExiftoolTime()

info.exiftool.TimeStamp.

.google.protobuf.Timestamp compilation_exiftool_time = 11;

Returns
Type Description
FileMetadataPE.Builder

clearCompilationTime()

public FileMetadataPE.Builder clearCompilationTime()

info.pe-timestamp.

.google.protobuf.Timestamp compilation_time = 10;

Returns
Type Description
FileMetadataPE.Builder

clearEntryPoint()

public FileMetadataPE.Builder clearEntryPoint()

info.pe-entry-point.

int64 entry_point = 2;

Returns
Type Description
FileMetadataPE.Builder

This builder for chaining.

clearEntryPointExiftool()

public FileMetadataPE.Builder clearEntryPointExiftool()

info.exiftool.EntryPoint.

int64 entry_point_exiftool = 9;

Returns
Type Description
FileMetadataPE.Builder

This builder for chaining.

clearImphash()

public FileMetadataPE.Builder clearImphash()

Imphash of the file.

string imphash = 1;

Returns
Type Description
FileMetadataPE.Builder

This builder for chaining.

clearImports()

public FileMetadataPE.Builder clearImports()

FilemetadataImports fields.

repeated .google.backstory.FileMetadataImports imports = 4;

Returns
Type Description
FileMetadataPE.Builder

clearResource()

public FileMetadataPE.Builder clearResource()

FilemetadataPeResourceInfo fields.

repeated .google.backstory.FileMetadataPeResourceInfo resource = 5;

Returns
Type Description
FileMetadataPE.Builder

clearResourcesLanguageCount() (deprecated)

public FileMetadataPE.Builder clearResourcesLanguageCount()

Deprecated: use resources_language_count_str.

repeated .google.backstory.StringToInt64MapEntry resources_language_count = 7 [deprecated = true];

Returns
Type Description
FileMetadataPE.Builder

clearResourcesLanguageCountStr()

public FileMetadataPE.Builder clearResourcesLanguageCountStr()

Number of resources by language. Example: NEUTRAL: 20, ENGLISH US: 10

repeated .google.backstory.Label resources_language_count_str = 13;

Returns
Type Description
FileMetadataPE.Builder

clearResourcesTypeCount() (deprecated)

public FileMetadataPE.Builder clearResourcesTypeCount()

Deprecated: use resources_type_count_str.

repeated .google.backstory.StringToInt64MapEntry resources_type_count = 6 [deprecated = true];

Returns
Type Description
FileMetadataPE.Builder

clearResourcesTypeCountStr()

public FileMetadataPE.Builder clearResourcesTypeCountStr()

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
FileMetadataPE.Builder

clearSection()

public FileMetadataPE.Builder clearSection()

FilemetadataSection fields.

repeated .google.backstory.FileMetadataSection section = 3;

Returns
Type Description
FileMetadataPE.Builder

clearSignatureInfo() (deprecated)

public FileMetadataPE.Builder clearSignatureInfo()

FilemetadataSignatureInfo field. deprecated, user File.signature_info instead.

.google.backstory.FileMetadataSignatureInfo signature_info = 8 [deprecated = true];

Returns
Type Description
FileMetadataPE.Builder

getCompilationExiftoolTime()

public Timestamp getCompilationExiftoolTime()

info.exiftool.TimeStamp.

.google.protobuf.Timestamp compilation_exiftool_time = 11;

Returns
Type Description
Timestamp

The compilationExiftoolTime.

getCompilationExiftoolTimeBuilder()

public Timestamp.Builder getCompilationExiftoolTimeBuilder()

info.exiftool.TimeStamp.

.google.protobuf.Timestamp compilation_exiftool_time = 11;

Returns
Type Description
Builder

getCompilationExiftoolTimeOrBuilder()

public TimestampOrBuilder getCompilationExiftoolTimeOrBuilder()

info.exiftool.TimeStamp.

.google.protobuf.Timestamp compilation_exiftool_time = 11;

Returns
Type Description
TimestampOrBuilder

getCompilationTime()

public Timestamp getCompilationTime()

info.pe-timestamp.

.google.protobuf.Timestamp compilation_time = 10;

Returns
Type Description
Timestamp

The compilationTime.

getCompilationTimeBuilder()

public Timestamp.Builder getCompilationTimeBuilder()

info.pe-timestamp.

.google.protobuf.Timestamp compilation_time = 10;

Returns
Type Description
Builder

getCompilationTimeOrBuilder()

public TimestampOrBuilder getCompilationTimeOrBuilder()

info.pe-timestamp.

.google.protobuf.Timestamp compilation_time = 10;

Returns
Type Description
TimestampOrBuilder

getDefaultInstanceForType()

public FileMetadataPE getDefaultInstanceForType()
Returns
Type Description
FileMetadataPE

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

getEntryPoint()

public long getEntryPoint()

info.pe-entry-point.

int64 entry_point = 2;

Returns
Type Description
long

The entryPoint.

getEntryPointExiftool()

public long getEntryPointExiftool()

info.exiftool.EntryPoint.

int64 entry_point_exiftool = 9;

Returns
Type Description
long

The entryPointExiftool.

getImphash()

public String getImphash()

Imphash of the file.

string imphash = 1;

Returns
Type Description
String

The imphash.

getImphashBytes()

public ByteString getImphashBytes()

Imphash of the file.

string imphash = 1;

Returns
Type Description
ByteString

The bytes for imphash.

getImports(int index)

public FileMetadataImports getImports(int index)

FilemetadataImports fields.

repeated .google.backstory.FileMetadataImports imports = 4;

Parameter
Name Description
index int
Returns
Type Description
FileMetadataImports

getImportsBuilder(int index)

public FileMetadataImports.Builder getImportsBuilder(int index)

FilemetadataImports fields.

repeated .google.backstory.FileMetadataImports imports = 4;

Parameter
Name Description
index int
Returns
Type Description
FileMetadataImports.Builder

getImportsBuilderList()

public List<FileMetadataImports.Builder> getImportsBuilderList()

FilemetadataImports fields.

repeated .google.backstory.FileMetadataImports imports = 4;

Returns
Type Description
List<Builder>

getImportsCount()

public int getImportsCount()

FilemetadataImports fields.

repeated .google.backstory.FileMetadataImports imports = 4;

Returns
Type Description
int

getImportsList()

public List<FileMetadataImports> getImportsList()

FilemetadataImports fields.

repeated .google.backstory.FileMetadataImports imports = 4;

Returns
Type Description
List<FileMetadataImports>

getImportsOrBuilder(int index)

public FileMetadataImportsOrBuilder getImportsOrBuilder(int index)

FilemetadataImports fields.

repeated .google.backstory.FileMetadataImports imports = 4;

Parameter
Name Description
index int
Returns
Type Description
FileMetadataImportsOrBuilder

getImportsOrBuilderList()

public 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 FileMetadataPeResourceInfo getResource(int index)

FilemetadataPeResourceInfo fields.

repeated .google.backstory.FileMetadataPeResourceInfo resource = 5;

Parameter
Name Description
index int
Returns
Type Description
FileMetadataPeResourceInfo

getResourceBuilder(int index)

public FileMetadataPeResourceInfo.Builder getResourceBuilder(int index)

FilemetadataPeResourceInfo fields.

repeated .google.backstory.FileMetadataPeResourceInfo resource = 5;

Parameter
Name Description
index int
Returns
Type Description
FileMetadataPeResourceInfo.Builder

getResourceBuilderList()

public List<FileMetadataPeResourceInfo.Builder> getResourceBuilderList()

FilemetadataPeResourceInfo fields.

repeated .google.backstory.FileMetadataPeResourceInfo resource = 5;

Returns
Type Description
List<Builder>

getResourceCount()

public int getResourceCount()

FilemetadataPeResourceInfo fields.

repeated .google.backstory.FileMetadataPeResourceInfo resource = 5;

Returns
Type Description
int

getResourceList()

public List<FileMetadataPeResourceInfo> getResourceList()

FilemetadataPeResourceInfo fields.

repeated .google.backstory.FileMetadataPeResourceInfo resource = 5;

Returns
Type Description
List<FileMetadataPeResourceInfo>

getResourceOrBuilder(int index)

public FileMetadataPeResourceInfoOrBuilder getResourceOrBuilder(int index)

FilemetadataPeResourceInfo fields.

repeated .google.backstory.FileMetadataPeResourceInfo resource = 5;

Parameter
Name Description
index int
Returns
Type Description
FileMetadataPeResourceInfoOrBuilder

getResourceOrBuilderList()

public 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 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

getResourcesLanguageCountBuilder(int index) (deprecated)

public StringToInt64MapEntry.Builder getResourcesLanguageCountBuilder(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.Builder

getResourcesLanguageCountBuilderList() (deprecated)

public List<StringToInt64MapEntry.Builder> getResourcesLanguageCountBuilderList()

Deprecated: use resources_language_count_str.

repeated .google.backstory.StringToInt64MapEntry resources_language_count = 7 [deprecated = true];

Returns
Type Description
List<Builder>

getResourcesLanguageCountCount() (deprecated)

public 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 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 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 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 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

getResourcesLanguageCountStrBuilder(int index)

public Label.Builder getResourcesLanguageCountStrBuilder(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.Builder

getResourcesLanguageCountStrBuilderList()

public List<Label.Builder> getResourcesLanguageCountStrBuilderList()

Number of resources by language. Example: NEUTRAL: 20, ENGLISH US: 10

repeated .google.backstory.Label resources_language_count_str = 13;

Returns
Type Description
List<Builder>

getResourcesLanguageCountStrCount()

public 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 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 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 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 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

getResourcesTypeCountBuilder(int index) (deprecated)

public StringToInt64MapEntry.Builder getResourcesTypeCountBuilder(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.Builder

getResourcesTypeCountBuilderList() (deprecated)

public List<StringToInt64MapEntry.Builder> getResourcesTypeCountBuilderList()

Deprecated: use resources_type_count_str.

repeated .google.backstory.StringToInt64MapEntry resources_type_count = 6 [deprecated = true];

Returns
Type Description
List<Builder>

getResourcesTypeCountCount() (deprecated)

public 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 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 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 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 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

getResourcesTypeCountStrBuilder(int index)

public Label.Builder getResourcesTypeCountStrBuilder(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.Builder

getResourcesTypeCountStrBuilderList()

public List<Label.Builder> getResourcesTypeCountStrBuilderList()

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<Builder>

getResourcesTypeCountStrCount()

public 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 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 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 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 FileMetadataSection getSection(int index)

FilemetadataSection fields.

repeated .google.backstory.FileMetadataSection section = 3;

Parameter
Name Description
index int
Returns
Type Description
FileMetadataSection

getSectionBuilder(int index)

public FileMetadataSection.Builder getSectionBuilder(int index)

FilemetadataSection fields.

repeated .google.backstory.FileMetadataSection section = 3;

Parameter
Name Description
index int
Returns
Type Description
FileMetadataSection.Builder

getSectionBuilderList()

public List<FileMetadataSection.Builder> getSectionBuilderList()

FilemetadataSection fields.

repeated .google.backstory.FileMetadataSection section = 3;

Returns
Type Description
List<Builder>

getSectionCount()

public int getSectionCount()

FilemetadataSection fields.

repeated .google.backstory.FileMetadataSection section = 3;

Returns
Type Description
int

getSectionList()

public List<FileMetadataSection> getSectionList()

FilemetadataSection fields.

repeated .google.backstory.FileMetadataSection section = 3;

Returns
Type Description
List<FileMetadataSection>

getSectionOrBuilder(int index)

public FileMetadataSectionOrBuilder getSectionOrBuilder(int index)

FilemetadataSection fields.

repeated .google.backstory.FileMetadataSection section = 3;

Parameter
Name Description
index int
Returns
Type Description
FileMetadataSectionOrBuilder

getSectionOrBuilderList()

public List<? extends FileMetadataSectionOrBuilder> getSectionOrBuilderList()

FilemetadataSection fields.

repeated .google.backstory.FileMetadataSection section = 3;

Returns
Type Description
List<? extends com.google.backstory.FileMetadataSectionOrBuilder>

getSignatureInfo() (deprecated)

public 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.

getSignatureInfoBuilder() (deprecated)

public FileMetadataSignatureInfo.Builder getSignatureInfoBuilder()

FilemetadataSignatureInfo field. deprecated, user File.signature_info instead.

.google.backstory.FileMetadataSignatureInfo signature_info = 8 [deprecated = true];

Returns
Type Description
FileMetadataSignatureInfo.Builder

getSignatureInfoOrBuilder() (deprecated)

public FileMetadataSignatureInfoOrBuilder getSignatureInfoOrBuilder()

FilemetadataSignatureInfo field. deprecated, user File.signature_info instead.

.google.backstory.FileMetadataSignatureInfo signature_info = 8 [deprecated = true];

Returns
Type Description
FileMetadataSignatureInfoOrBuilder

hasCompilationExiftoolTime()

public boolean hasCompilationExiftoolTime()

info.exiftool.TimeStamp.

.google.protobuf.Timestamp compilation_exiftool_time = 11;

Returns
Type Description
boolean

Whether the compilationExiftoolTime field is set.

hasCompilationTime()

public boolean hasCompilationTime()

info.pe-timestamp.

.google.protobuf.Timestamp compilation_time = 10;

Returns
Type Description
boolean

Whether the compilationTime field is set.

hasSignatureInfo() (deprecated)

public 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.

internalGetFieldAccessorTable()

protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeCompilationExiftoolTime(Timestamp value)

public FileMetadataPE.Builder mergeCompilationExiftoolTime(Timestamp value)

info.exiftool.TimeStamp.

.google.protobuf.Timestamp compilation_exiftool_time = 11;

Parameter
Name Description
value Timestamp
Returns
Type Description
FileMetadataPE.Builder

mergeCompilationTime(Timestamp value)

public FileMetadataPE.Builder mergeCompilationTime(Timestamp value)

info.pe-timestamp.

.google.protobuf.Timestamp compilation_time = 10;

Parameter
Name Description
value Timestamp
Returns
Type Description
FileMetadataPE.Builder

mergeFrom(FileMetadataPE other)

public FileMetadataPE.Builder mergeFrom(FileMetadataPE other)
Parameter
Name Description
other FileMetadataPE
Returns
Type Description
FileMetadataPE.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public FileMetadataPE.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
FileMetadataPE.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public FileMetadataPE.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
FileMetadataPE.Builder
Overrides

mergeSignatureInfo(FileMetadataSignatureInfo value) (deprecated)

public FileMetadataPE.Builder mergeSignatureInfo(FileMetadataSignatureInfo value)

FilemetadataSignatureInfo field. deprecated, user File.signature_info instead.

.google.backstory.FileMetadataSignatureInfo signature_info = 8 [deprecated = true];

Parameter
Name Description
value FileMetadataSignatureInfo
Returns
Type Description
FileMetadataPE.Builder

removeImports(int index)

public FileMetadataPE.Builder removeImports(int index)

FilemetadataImports fields.

repeated .google.backstory.FileMetadataImports imports = 4;

Parameter
Name Description
index int
Returns
Type Description
FileMetadataPE.Builder

removeResource(int index)

public FileMetadataPE.Builder removeResource(int index)

FilemetadataPeResourceInfo fields.

repeated .google.backstory.FileMetadataPeResourceInfo resource = 5;

Parameter
Name Description
index int
Returns
Type Description
FileMetadataPE.Builder

removeResourcesLanguageCount(int index) (deprecated)

public FileMetadataPE.Builder removeResourcesLanguageCount(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
FileMetadataPE.Builder

removeResourcesLanguageCountStr(int index)

public FileMetadataPE.Builder removeResourcesLanguageCountStr(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
FileMetadataPE.Builder

removeResourcesTypeCount(int index) (deprecated)

public FileMetadataPE.Builder removeResourcesTypeCount(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
FileMetadataPE.Builder

removeResourcesTypeCountStr(int index)

public FileMetadataPE.Builder removeResourcesTypeCountStr(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
FileMetadataPE.Builder

removeSection(int index)

public FileMetadataPE.Builder removeSection(int index)

FilemetadataSection fields.

repeated .google.backstory.FileMetadataSection section = 3;

Parameter
Name Description
index int
Returns
Type Description
FileMetadataPE.Builder

setCompilationExiftoolTime(Timestamp value)

public FileMetadataPE.Builder setCompilationExiftoolTime(Timestamp value)

info.exiftool.TimeStamp.

.google.protobuf.Timestamp compilation_exiftool_time = 11;

Parameter
Name Description
value Timestamp
Returns
Type Description
FileMetadataPE.Builder

setCompilationExiftoolTime(Timestamp.Builder builderForValue)

public FileMetadataPE.Builder setCompilationExiftoolTime(Timestamp.Builder builderForValue)

info.exiftool.TimeStamp.

.google.protobuf.Timestamp compilation_exiftool_time = 11;

Parameter
Name Description
builderForValue Builder
Returns
Type Description
FileMetadataPE.Builder

setCompilationTime(Timestamp value)

public FileMetadataPE.Builder setCompilationTime(Timestamp value)

info.pe-timestamp.

.google.protobuf.Timestamp compilation_time = 10;

Parameter
Name Description
value Timestamp
Returns
Type Description
FileMetadataPE.Builder

setCompilationTime(Timestamp.Builder builderForValue)

public FileMetadataPE.Builder setCompilationTime(Timestamp.Builder builderForValue)

info.pe-timestamp.

.google.protobuf.Timestamp compilation_time = 10;

Parameter
Name Description
builderForValue Builder
Returns
Type Description
FileMetadataPE.Builder

setEntryPoint(long value)

public FileMetadataPE.Builder setEntryPoint(long value)

info.pe-entry-point.

int64 entry_point = 2;

Parameter
Name Description
value long

The entryPoint to set.

Returns
Type Description
FileMetadataPE.Builder

This builder for chaining.

setEntryPointExiftool(long value)

public FileMetadataPE.Builder setEntryPointExiftool(long value)

info.exiftool.EntryPoint.

int64 entry_point_exiftool = 9;

Parameter
Name Description
value long

The entryPointExiftool to set.

Returns
Type Description
FileMetadataPE.Builder

This builder for chaining.

setImphash(String value)

public FileMetadataPE.Builder setImphash(String value)

Imphash of the file.

string imphash = 1;

Parameter
Name Description
value String

The imphash to set.

Returns
Type Description
FileMetadataPE.Builder

This builder for chaining.

setImphashBytes(ByteString value)

public FileMetadataPE.Builder setImphashBytes(ByteString value)

Imphash of the file.

string imphash = 1;

Parameter
Name Description
value ByteString

The bytes for imphash to set.

Returns
Type Description
FileMetadataPE.Builder

This builder for chaining.

setImports(int index, FileMetadataImports value)

public FileMetadataPE.Builder setImports(int index, FileMetadataImports value)

FilemetadataImports fields.

repeated .google.backstory.FileMetadataImports imports = 4;

Parameters
Name Description
index int
value FileMetadataImports
Returns
Type Description
FileMetadataPE.Builder

setImports(int index, FileMetadataImports.Builder builderForValue)

public FileMetadataPE.Builder setImports(int index, FileMetadataImports.Builder builderForValue)

FilemetadataImports fields.

repeated .google.backstory.FileMetadataImports imports = 4;

Parameters
Name Description
index int
builderForValue FileMetadataImports.Builder
Returns
Type Description
FileMetadataPE.Builder

setResource(int index, FileMetadataPeResourceInfo value)

public FileMetadataPE.Builder setResource(int index, FileMetadataPeResourceInfo value)

FilemetadataPeResourceInfo fields.

repeated .google.backstory.FileMetadataPeResourceInfo resource = 5;

Parameters
Name Description
index int
value FileMetadataPeResourceInfo
Returns
Type Description
FileMetadataPE.Builder

setResource(int index, FileMetadataPeResourceInfo.Builder builderForValue)

public FileMetadataPE.Builder setResource(int index, FileMetadataPeResourceInfo.Builder builderForValue)

FilemetadataPeResourceInfo fields.

repeated .google.backstory.FileMetadataPeResourceInfo resource = 5;

Parameters
Name Description
index int
builderForValue FileMetadataPeResourceInfo.Builder
Returns
Type Description
FileMetadataPE.Builder

setResourcesLanguageCount(int index, StringToInt64MapEntry value) (deprecated)

public FileMetadataPE.Builder setResourcesLanguageCount(int index, StringToInt64MapEntry value)

Deprecated: use resources_language_count_str.

repeated .google.backstory.StringToInt64MapEntry resources_language_count = 7 [deprecated = true];

Parameters
Name Description
index int
value StringToInt64MapEntry
Returns
Type Description
FileMetadataPE.Builder

setResourcesLanguageCount(int index, StringToInt64MapEntry.Builder builderForValue) (deprecated)

public FileMetadataPE.Builder setResourcesLanguageCount(int index, StringToInt64MapEntry.Builder builderForValue)

Deprecated: use resources_language_count_str.

repeated .google.backstory.StringToInt64MapEntry resources_language_count = 7 [deprecated = true];

Parameters
Name Description
index int
builderForValue StringToInt64MapEntry.Builder
Returns
Type Description
FileMetadataPE.Builder

setResourcesLanguageCountStr(int index, Label value)

public FileMetadataPE.Builder setResourcesLanguageCountStr(int index, Label value)

Number of resources by language. Example: NEUTRAL: 20, ENGLISH US: 10

repeated .google.backstory.Label resources_language_count_str = 13;

Parameters
Name Description
index int
value Label
Returns
Type Description
FileMetadataPE.Builder

setResourcesLanguageCountStr(int index, Label.Builder builderForValue)

public FileMetadataPE.Builder setResourcesLanguageCountStr(int index, Label.Builder builderForValue)

Number of resources by language. Example: NEUTRAL: 20, ENGLISH US: 10

repeated .google.backstory.Label resources_language_count_str = 13;

Parameters
Name Description
index int
builderForValue Label.Builder
Returns
Type Description
FileMetadataPE.Builder

setResourcesTypeCount(int index, StringToInt64MapEntry value) (deprecated)

public FileMetadataPE.Builder setResourcesTypeCount(int index, StringToInt64MapEntry value)

Deprecated: use resources_type_count_str.

repeated .google.backstory.StringToInt64MapEntry resources_type_count = 6 [deprecated = true];

Parameters
Name Description
index int
value StringToInt64MapEntry
Returns
Type Description
FileMetadataPE.Builder

setResourcesTypeCount(int index, StringToInt64MapEntry.Builder builderForValue) (deprecated)

public FileMetadataPE.Builder setResourcesTypeCount(int index, StringToInt64MapEntry.Builder builderForValue)

Deprecated: use resources_type_count_str.

repeated .google.backstory.StringToInt64MapEntry resources_type_count = 6 [deprecated = true];

Parameters
Name Description
index int
builderForValue StringToInt64MapEntry.Builder
Returns
Type Description
FileMetadataPE.Builder

setResourcesTypeCountStr(int index, Label value)

public FileMetadataPE.Builder setResourcesTypeCountStr(int index, Label value)

Number of resources by resource type. Example: RT_ICON: 10, RT_DIALOG: 5

repeated .google.backstory.Label resources_type_count_str = 12;

Parameters
Name Description
index int
value Label
Returns
Type Description
FileMetadataPE.Builder

setResourcesTypeCountStr(int index, Label.Builder builderForValue)

public FileMetadataPE.Builder setResourcesTypeCountStr(int index, Label.Builder builderForValue)

Number of resources by resource type. Example: RT_ICON: 10, RT_DIALOG: 5

repeated .google.backstory.Label resources_type_count_str = 12;

Parameters
Name Description
index int
builderForValue Label.Builder
Returns
Type Description
FileMetadataPE.Builder

setSection(int index, FileMetadataSection value)

public FileMetadataPE.Builder setSection(int index, FileMetadataSection value)

FilemetadataSection fields.

repeated .google.backstory.FileMetadataSection section = 3;

Parameters
Name Description
index int
value FileMetadataSection
Returns
Type Description
FileMetadataPE.Builder

setSection(int index, FileMetadataSection.Builder builderForValue)

public FileMetadataPE.Builder setSection(int index, FileMetadataSection.Builder builderForValue)

FilemetadataSection fields.

repeated .google.backstory.FileMetadataSection section = 3;

Parameters
Name Description
index int
builderForValue FileMetadataSection.Builder
Returns
Type Description
FileMetadataPE.Builder

setSignatureInfo(FileMetadataSignatureInfo value) (deprecated)

public FileMetadataPE.Builder setSignatureInfo(FileMetadataSignatureInfo value)

FilemetadataSignatureInfo field. deprecated, user File.signature_info instead.

.google.backstory.FileMetadataSignatureInfo signature_info = 8 [deprecated = true];

Parameter
Name Description
value FileMetadataSignatureInfo
Returns
Type Description
FileMetadataPE.Builder

setSignatureInfo(FileMetadataSignatureInfo.Builder builderForValue) (deprecated)

public FileMetadataPE.Builder setSignatureInfo(FileMetadataSignatureInfo.Builder builderForValue)

FilemetadataSignatureInfo field. deprecated, user File.signature_info instead.

.google.backstory.FileMetadataSignatureInfo signature_info = 8 [deprecated = true];

Parameter
Name Description
builderForValue FileMetadataSignatureInfo.Builder
Returns
Type Description
FileMetadataPE.Builder