public final class FileMetadataCodesign extends GeneratedMessage implements FileMetadataCodesignOrBuilderFile metadata from the codesign utility.
Protobuf type google.backstory.FileMetadataCodesign
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessage > FileMetadataCodesignImplements
FileMetadataCodesignOrBuilderStatic Fields
COMPILATION_TIME_FIELD_NUMBER
public static final int COMPILATION_TIME_FIELD_NUMBER| Field Value | |
|---|---|
| Type | Description |
int |
|
FORMAT_FIELD_NUMBER
public static final int FORMAT_FIELD_NUMBER| Field Value | |
|---|---|
| Type | Description |
int |
|
ID_FIELD_NUMBER
public static final int ID_FIELD_NUMBER| Field Value | |
|---|---|
| Type | Description |
int |
|
TEAM_ID_FIELD_NUMBER
public static final int TEAM_ID_FIELD_NUMBER| Field Value | |
|---|---|
| Type | Description |
int |
|
Static Methods
getDefaultInstance()
public static FileMetadataCodesign getDefaultInstance()| Returns | |
|---|---|
| Type | Description |
FileMetadataCodesign |
|
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
newBuilder()
public static FileMetadataCodesign.Builder newBuilder()| Returns | |
|---|---|
| Type | Description |
FileMetadataCodesign.Builder |
|
newBuilder(FileMetadataCodesign prototype)
public static FileMetadataCodesign.Builder newBuilder(FileMetadataCodesign prototype)| Parameter | |
|---|---|
| Name | Description |
prototype |
FileMetadataCodesign |
| Returns | |
|---|---|
| Type | Description |
FileMetadataCodesign.Builder |
|
parseDelimitedFrom(InputStream input)
public static FileMetadataCodesign parseDelimitedFrom(InputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
InputStream |
| Returns | |
|---|---|
| Type | Description |
FileMetadataCodesign |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static FileMetadataCodesign parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
FileMetadataCodesign |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(byte[] data)
public static FileMetadataCodesign parseFrom(byte[] data)| Parameter | |
|---|---|
| Name | Description |
data |
byte[] |
| Returns | |
|---|---|
| Type | Description |
FileMetadataCodesign |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static FileMetadataCodesign parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
byte[] |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
FileMetadataCodesign |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteString data)
public static FileMetadataCodesign parseFrom(ByteString data)| Parameter | |
|---|---|
| Name | Description |
data |
ByteString |
| Returns | |
|---|---|
| Type | Description |
FileMetadataCodesign |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static FileMetadataCodesign parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
ByteString |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
FileMetadataCodesign |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(CodedInputStream input)
public static FileMetadataCodesign parseFrom(CodedInputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
CodedInputStream |
| Returns | |
|---|---|
| Type | Description |
FileMetadataCodesign |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static FileMetadataCodesign parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
FileMetadataCodesign |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(InputStream input)
public static FileMetadataCodesign parseFrom(InputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
InputStream |
| Returns | |
|---|---|
| Type | Description |
FileMetadataCodesign |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static FileMetadataCodesign parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
FileMetadataCodesign |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(ByteBuffer data)
public static FileMetadataCodesign parseFrom(ByteBuffer data)| Parameter | |
|---|---|
| Name | Description |
data |
ByteBuffer |
| Returns | |
|---|---|
| Type | Description |
FileMetadataCodesign |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static FileMetadataCodesign parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
ByteBuffer |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
FileMetadataCodesign |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parser()
public static Parser<FileMetadataCodesign> parser()| Returns | |
|---|---|
| Type | Description |
Parser<FileMetadataCodesign> |
|
Methods
equals(Object obj)
public boolean equals(Object obj)| Parameter | |
|---|---|
| Name | Description |
obj |
Object |
| Returns | |
|---|---|
| Type | Description |
boolean |
|
getCompilationTime()
public Timestamp getCompilationTime()Code sign timestamp
.google.protobuf.Timestamp compilation_time = 3;
| Returns | |
|---|---|
| Type | Description |
Timestamp |
The compilationTime. |
getCompilationTimeOrBuilder()
public TimestampOrBuilder getCompilationTimeOrBuilder()Code sign timestamp
.google.protobuf.Timestamp compilation_time = 3;
| Returns | |
|---|---|
| Type | Description |
TimestampOrBuilder |
|
getDefaultInstanceForType()
public FileMetadataCodesign getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
FileMetadataCodesign |
|
getFormat()
public String getFormat()Code sign format.
string format = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The format. |
getFormatBytes()
public ByteString getFormatBytes()Code sign format.
string format = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for format. |
getId()
public String getId()Code sign identifier.
string id = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The id. |
getIdBytes()
public ByteString getIdBytes()Code sign identifier.
string id = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for id. |
getParserForType()
public Parser<FileMetadataCodesign> getParserForType()| Returns | |
|---|---|
| Type | Description |
Parser<FileMetadataCodesign> |
|
getSerializedSize()
public int getSerializedSize()| Returns | |
|---|---|
| Type | Description |
int |
|
getTeamId()
public 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 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 boolean hasCompilationTime()Code sign timestamp
.google.protobuf.Timestamp compilation_time = 3;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the compilationTime field is set. |
hashCode()
public int hashCode()| Returns | |
|---|---|
| Type | Description |
int |
|
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
newBuilderForType()
public FileMetadataCodesign.Builder newBuilderForType()| Returns | |
|---|---|
| Type | Description |
FileMetadataCodesign.Builder |
|
newBuilderForType(AbstractMessage.BuilderParent parent)
protected FileMetadataCodesign.Builder newBuilderForType(AbstractMessage.BuilderParent parent)| Parameter | |
|---|---|
| Name | Description |
parent |
BuilderParent |
| Returns | |
|---|---|
| Type | Description |
FileMetadataCodesign.Builder |
|
toBuilder()
public FileMetadataCodesign.Builder toBuilder()| Returns | |
|---|---|
| Type | Description |
FileMetadataCodesign.Builder |
|
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)| Parameter | |
|---|---|
| Name | Description |
output |
CodedOutputStream |
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|