public static final class FileMetadataCodesign.Builder extends GeneratedMessage.Builder<FileMetadataCodesign.Builder> implements FileMetadataCodesignOrBuilderFile metadata from the codesign utility.
Protobuf type google.backstory.FileMetadataCodesign
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > FileMetadataCodesign.BuilderImplements
FileMetadataCodesignOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public FileMetadataCodesign build()| Returns | |
|---|---|
| Type | Description |
FileMetadataCodesign |
|
buildPartial()
public FileMetadataCodesign buildPartial()| Returns | |
|---|---|
| Type | Description |
FileMetadataCodesign |
|
clear()
public FileMetadataCodesign.Builder clear()| Returns | |
|---|---|
| Type | Description |
FileMetadataCodesign.Builder |
|
clearCompilationTime()
public FileMetadataCodesign.Builder clearCompilationTime()Code sign timestamp
.google.protobuf.Timestamp compilation_time = 3;
| Returns | |
|---|---|
| Type | Description |
FileMetadataCodesign.Builder |
|
clearFormat()
public FileMetadataCodesign.Builder clearFormat()Code sign format.
string format = 2;
| Returns | |
|---|---|
| Type | Description |
FileMetadataCodesign.Builder |
This builder for chaining. |
clearId()
public FileMetadataCodesign.Builder clearId()Code sign identifier.
string id = 1;
| Returns | |
|---|---|
| Type | Description |
FileMetadataCodesign.Builder |
This builder for chaining. |
clearTeamId()
public FileMetadataCodesign.Builder clearTeamId()The assigned team identifier of the developer who signed the application.
string team_id = 4;
| Returns | |
|---|---|
| Type | Description |
FileMetadataCodesign.Builder |
This builder for chaining. |
getCompilationTime()
public Timestamp getCompilationTime()Code sign timestamp
.google.protobuf.Timestamp compilation_time = 3;
| Returns | |
|---|---|
| Type | Description |
Timestamp |
The compilationTime. |
getCompilationTimeBuilder()
public Timestamp.Builder getCompilationTimeBuilder()Code sign timestamp
.google.protobuf.Timestamp compilation_time = 3;
| Returns | |
|---|---|
| Type | Description |
Builder |
|
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 |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
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. |
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. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeCompilationTime(Timestamp value)
public FileMetadataCodesign.Builder mergeCompilationTime(Timestamp value)Code sign timestamp
.google.protobuf.Timestamp compilation_time = 3;
| Parameter | |
|---|---|
| Name | Description |
value |
Timestamp |
| Returns | |
|---|---|
| Type | Description |
FileMetadataCodesign.Builder |
|
mergeFrom(FileMetadataCodesign other)
public FileMetadataCodesign.Builder mergeFrom(FileMetadataCodesign other)| Parameter | |
|---|---|
| Name | Description |
other |
FileMetadataCodesign |
| Returns | |
|---|---|
| Type | Description |
FileMetadataCodesign.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public FileMetadataCodesign.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
FileMetadataCodesign.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public FileMetadataCodesign.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
FileMetadataCodesign.Builder |
|
setCompilationTime(Timestamp value)
public FileMetadataCodesign.Builder setCompilationTime(Timestamp value)Code sign timestamp
.google.protobuf.Timestamp compilation_time = 3;
| Parameter | |
|---|---|
| Name | Description |
value |
Timestamp |
| Returns | |
|---|---|
| Type | Description |
FileMetadataCodesign.Builder |
|
setCompilationTime(Timestamp.Builder builderForValue)
public FileMetadataCodesign.Builder setCompilationTime(Timestamp.Builder builderForValue)Code sign timestamp
.google.protobuf.Timestamp compilation_time = 3;
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
Builder |
| Returns | |
|---|---|
| Type | Description |
FileMetadataCodesign.Builder |
|
setFormat(String value)
public FileMetadataCodesign.Builder setFormat(String value)Code sign format.
string format = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe format to set. |
| Returns | |
|---|---|
| Type | Description |
FileMetadataCodesign.Builder |
This builder for chaining. |
setFormatBytes(ByteString value)
public FileMetadataCodesign.Builder setFormatBytes(ByteString value)Code sign format.
string format = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for format to set. |
| Returns | |
|---|---|
| Type | Description |
FileMetadataCodesign.Builder |
This builder for chaining. |
setId(String value)
public FileMetadataCodesign.Builder setId(String value)Code sign identifier.
string id = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe id to set. |
| Returns | |
|---|---|
| Type | Description |
FileMetadataCodesign.Builder |
This builder for chaining. |
setIdBytes(ByteString value)
public FileMetadataCodesign.Builder setIdBytes(ByteString value)Code sign identifier.
string id = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for id to set. |
| Returns | |
|---|---|
| Type | Description |
FileMetadataCodesign.Builder |
This builder for chaining. |
setTeamId(String value)
public FileMetadataCodesign.Builder setTeamId(String value)The assigned team identifier of the developer who signed the application.
string team_id = 4;
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe teamId to set. |
| Returns | |
|---|---|
| Type | Description |
FileMetadataCodesign.Builder |
This builder for chaining. |
setTeamIdBytes(ByteString value)
public FileMetadataCodesign.Builder setTeamIdBytes(ByteString value)The assigned team identifier of the developer who signed the application.
string team_id = 4;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for teamId to set. |
| Returns | |
|---|---|
| Type | Description |
FileMetadataCodesign.Builder |
This builder for chaining. |