Class GoogleFirebaseAppdistroV1alphaDeviceExecution
The results of running an automated test on a particular device.
Implements
Inherited Members
Namespace: Google.Apis.FirebaseAppDistribution.v1alpha.Data
Assembly: Google.Apis.FirebaseAppDistribution.v1alpha.dll
Syntax
public class GoogleFirebaseAppdistroV1alphaDeviceExecution : IDirectResponseSchema
Properties
AiStepResults
Output only. Results of the AI steps if passed in
Declaration
[JsonProperty("aiStepResults")]
public virtual IList<GoogleFirebaseAppdistroV1alphaAiStepResult> AiStepResults { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleFirebaseAppdistroV1alphaAiStepResult> |
AppCrash
Output only. An app crash, if any occurred during the test.
Declaration
[JsonProperty("appCrash")]
public virtual GoogleFirebaseAppdistroV1alphaAppCrash AppCrash { get; set; }
Property Value
Type | Description |
---|---|
GoogleFirebaseAppdistroV1alphaAppCrash |
CrawlGraphUri
Output only. A URI to an image of the Robo crawl graph.
Declaration
[JsonProperty("crawlGraphUri")]
public virtual string CrawlGraphUri { get; set; }
Property Value
Type | Description |
---|---|
string |
Device
Required. The device that the test was run on.
Declaration
[JsonProperty("device")]
public virtual GoogleFirebaseAppdistroV1alphaTestDevice Device { get; set; }
Property Value
Type | Description |
---|---|
GoogleFirebaseAppdistroV1alphaTestDevice |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
FailedReason
Output only. The reason why the test failed.
Declaration
[JsonProperty("failedReason")]
public virtual string FailedReason { get; set; }
Property Value
Type | Description |
---|---|
string |
InconclusiveReason
Output only. The reason why the test was inconclusive.
Declaration
[JsonProperty("inconclusiveReason")]
public virtual string InconclusiveReason { get; set; }
Property Value
Type | Description |
---|---|
string |
ResultsStoragePath
Output only. The path to a directory in Cloud Storage that will eventually contain the results for this execution. For example, gs://bucket/Nexus5-18-en-portrait.
Declaration
[JsonProperty("resultsStoragePath")]
public virtual string ResultsStoragePath { get; set; }
Property Value
Type | Description |
---|---|
string |
RoboStats
Output only. The statistics collected during the Robo test.
Declaration
[JsonProperty("roboStats")]
public virtual GoogleFirebaseAppdistroV1alphaRoboStats RoboStats { get; set; }
Property Value
Type | Description |
---|---|
GoogleFirebaseAppdistroV1alphaRoboStats |
ScreenshotUris
Output only. A list of screenshot image URIs taken from the Robo crawl. The file names are numbered by the order in which they were taken.
Declaration
[JsonProperty("screenshotUris")]
public virtual IList<string> ScreenshotUris { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |
State
Output only. The state of the test.
Declaration
[JsonProperty("state")]
public virtual string State { get; set; }
Property Value
Type | Description |
---|---|
string |
VideoUri
Output only. A URI to a video of the test run.
Declaration
[JsonProperty("videoUri")]
public virtual string VideoUri { get; set; }
Property Value
Type | Description |
---|---|
string |