Show / Hide Table of Contents

Class ResultStorage

Locations where the results of running the test are stored.

Inheritance
object
ResultStorage
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.Testing.v1.Data
Assembly: Google.Apis.Testing.v1.dll
Syntax
public class ResultStorage : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

GoogleCloudStorage

Required.

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

ResultsUrl

Output only. URL to the results in the Firebase Web Console.

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

ToolResultsExecution

Output only. The tool results execution that results are written to.

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

ToolResultsHistory

The tool results history that contains the tool results execution that results are written to. If not provided, the service will choose an appropriate value.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX