Resource: Build
This represents an Android build and its information. Next ID: 25
JSON representation | |
---|---|
{ "name": string, "fingerprint": string, "companyId": string, "companyName": string, "deviceName": string, "productName": string, "modelName": string, "manufacturer": string, "approvalStatus": enum ( |
Fields | |
---|---|
name |
The unique resource name, same as APFE Build.apfeId |
fingerprint |
The official name for this build which is the build fingerprint. For example, google/angler/angler:6.0.1/MHC19T/2741998:user/release-keys |
companyId |
The unique company identifier. |
companyName |
Company name. |
deviceName |
The name of the device which this build belongs to. |
productName |
The name of the product which this build belongs to. |
modelName |
Model name, for example, Nexus 6. |
manufacturer |
The manufacturer of this build. |
approvalStatus |
Approval status. |
buildImageUrl |
The image url of the build. |
canBeReferenceBuild |
Whether the build can be used as a reference build. go/apfe-reference-build |
androidVersion |
Android version, for example, 4.1, 5.0, 6.0.1, 7.0. |
sdkBuildId |
Android SDK build ID either a changelist number or a label, for example, "M4-rc20". |
notes[] |
Notes about this build. |
securityPatch |
The build security patch. |
modificationInfo |
The build's modification information. This field is ignored on update procedures. |
latestBuildAnalysis |
Latest build analysis information, if available. |
approvalStatusChange |
Approval status change info. An object containing a list of |
priority |
Whether the build is a priority build. |
releaseType |
Release type of the build. |
representationFingerprints |
Map from representative type to build fingerprint referenced. Keys should match values of RepresentationType enum defined in: //depot/google3/wireless/android/partner/certification/agreements/proto/conditionMapping.proto An object containing a list of |
licensingAgreementType |
LINT.ThenChange(//depot/google3/wireless/android/partner/certification/\ agreements/proto/conditionMapping.proto:agreements) |
financialAgreements[] |
|
experienceTypes[] |
|
Methods |
|
---|---|
|
Gets a build. |
|
Gets analysis for a build. |
|
Lists builds. |
|
Updates a given build. |