Show / Hide Table of Contents

Class Environment

An Environment represents the set of test runs (Steps) from the parent Execution that are configured with the same set of dimensions (Model, Version, Locale, and Orientation). Multiple such runs occur particularly because of features like sharding (splitting up a test suite to run in parallel across devices) and reruns (running a test multiple times to check for different outcomes).

Inheritance
object
Environment
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.ToolResults.v1beta3.Data
Assembly: Google.Apis.ToolResults.v1beta3.dll
Syntax
public class Environment : IDirectResponseSchema

Properties

CompletionTime

Output only. The time when the Environment status was set to complete. This value will be set automatically when state transitions to COMPLETE.

Declaration
[JsonProperty("completionTime")]
public virtual Timestamp CompletionTime { get; set; }
Property Value
Type Description
Timestamp

CreationTime

Output only. The time when the Environment was created.

Declaration
[JsonProperty("creationTime")]
public virtual Timestamp CreationTime { get; set; }
Property Value
Type Description
Timestamp

DimensionValue

Dimension values describing the environment. Dimension values always consist of "Model", "Version", "Locale", and "Orientation". - In response: always set - In create request: always set - In update request: never set

Declaration
[JsonProperty("dimensionValue")]
public virtual IList<EnvironmentDimensionValueEntry> DimensionValue { get; set; }
Property Value
Type Description
IList<EnvironmentDimensionValueEntry>

DisplayName

A short human-readable name to display in the UI. Maximum of 100 characters. For example: Nexus 5, API 27.

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

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

EnvironmentId

Output only. An Environment id.

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

EnvironmentResult

Merged result of the environment.

Declaration
[JsonProperty("environmentResult")]
public virtual MergedResult EnvironmentResult { get; set; }
Property Value
Type Description
MergedResult

ExecutionId

Output only. An Execution id.

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

HistoryId

Output only. A History id.

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

ProjectId

Output only. A Project id.

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

ResultsStorage

The location where output files are stored in the user bucket.

Declaration
[JsonProperty("resultsStorage")]
public virtual ResultsStorage ResultsStorage { get; set; }
Property Value
Type Description
ResultsStorage

ShardSummaries

Output only. Summaries of shards. Only one shard will present unless sharding feature is enabled in TestExecutionService.

Declaration
[JsonProperty("shardSummaries")]
public virtual IList<ShardSummary> ShardSummaries { get; set; }
Property Value
Type Description
IList<ShardSummary>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX