Show / Hide Table of Contents

Class GoogleFirebaseAppdistroV1alphaDeviceExecution

The results of running an automated test on a particular device.

Inheritance
object
GoogleFirebaseAppdistroV1alphaDeviceExecution
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

ExecutionType

Output only. The type of execution for the test.

Declaration
[JsonProperty("executionType")]
public virtual string ExecutionType { 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

FinalAiAssertionMissing

Output only. Indicates that the test replayed saved actions and concluded without a final AI assertion.

Declaration
[JsonProperty("finalAiAssertionMissing")]
public virtual bool? FinalAiAssertionMissing { get; set; }
Property Value
Type Description
bool?

InconclusiveReason

Output only. The reason why the test was inconclusive.

Declaration
[JsonProperty("inconclusiveReason")]
public virtual string InconclusiveReason { get; set; }
Property Value
Type Description
string

Name

Identifier. The name of the device execution resource. Format: projects/{project_number}/apps/{app}/releases/{release}/tests/{test}/deviceExecutions/{device_execution}

Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type Description
string

OriginDeviceExecution

Output only. The device execution from which cached steps were used during this execution. Note: This field is only populated for ACTION_BASED_REPLAY executions. If the original device execution no longer exists, this field will be empty. Format: projects/{project_number}/apps/{app}/releases/{release}/tests/{test}/deviceExecutions/{device_execution}

Declaration
[JsonProperty("originDeviceExecution")]
public virtual string OriginDeviceExecution { 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

VideoStartTime

object representation of VideoStartTimeRaw.

Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use VideoStartTimeDateTimeOffset instead.")]
public virtual object VideoStartTime { get; set; }
Property Value
Type Description
object

VideoStartTimeDateTimeOffset

DateTimeOffset representation of VideoStartTimeRaw.

Declaration
[JsonIgnore]
public virtual DateTimeOffset? VideoStartTimeDateTimeOffset { get; set; }
Property Value
Type Description
DateTimeOffset?

VideoStartTimeRaw

Output only. The time at which the video started recording.

Declaration
[JsonProperty("videoStartTime")]
public virtual string VideoStartTimeRaw { 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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX