Interface FileMetadataCodesignOrBuilder (0.3.0)

public interface FileMetadataCodesignOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getCompilationTime()

public abstract Timestamp getCompilationTime()

Code sign timestamp

.google.protobuf.Timestamp compilation_time = 3;

Returns
Type Description
Timestamp

The compilationTime.

getCompilationTimeOrBuilder()

public abstract TimestampOrBuilder getCompilationTimeOrBuilder()

Code sign timestamp

.google.protobuf.Timestamp compilation_time = 3;

Returns
Type Description
TimestampOrBuilder

getFormat()

public abstract String getFormat()

Code sign format.

string format = 2;

Returns
Type Description
String

The format.

getFormatBytes()

public abstract ByteString getFormatBytes()

Code sign format.

string format = 2;

Returns
Type Description
ByteString

The bytes for format.

getId()

public abstract String getId()

Code sign identifier.

string id = 1;

Returns
Type Description
String

The id.

getIdBytes()

public abstract ByteString getIdBytes()

Code sign identifier.

string id = 1;

Returns
Type Description
ByteString

The bytes for id.

getTeamId()

public abstract String getTeamId()

The assigned team identifier of the developer who signed the application.

string team_id = 4;

Returns
Type Description
String

The teamId.

getTeamIdBytes()

public abstract ByteString getTeamIdBytes()

The assigned team identifier of the developer who signed the application.

string team_id = 4;

Returns
Type Description
ByteString

The bytes for teamId.

hasCompilationTime()

public abstract boolean hasCompilationTime()

Code sign timestamp

.google.protobuf.Timestamp compilation_time = 3;

Returns
Type Description
boolean

Whether the compilationTime field is set.