Liking cljdoc? Tell your friends :D

happygapi.toolresults.projects

Cloud Tool Results API: projects. API to publish and access results from developer tools. See: https://firebase.google.com/docs/test-lab/api/reference/rest/v1beta3/projects

Cloud Tool Results API: projects.
API to publish and access results from developer tools.
See: https://firebase.google.com/docs/test-lab/api/reference/rest/v1beta3/projects
raw docstring

getSettings$clj

(getSettings$ auth parameters)

https://firebase.google.com/docs/test-lab/api/reference/rest/v1beta3/projects/getSettings

Required parameters: projectId

Optional parameters: none

Gets the Tool Results settings for a project. May return any of the following canonical error codes: - PERMISSION_DENIED - if the user is not authorized to read from project

https://firebase.google.com/docs/test-lab/api/reference/rest/v1beta3/projects/getSettings

Required parameters: projectId

Optional parameters: none

Gets the Tool Results settings for a project. May return any of the following canonical error codes: - PERMISSION_DENIED - if the user is not authorized to read from project
sourceraw docstring

histories-create$clj

(histories-create$ auth parameters body)

https://firebase.google.com/docs/test-lab/api/reference/rest/v1beta3/projects/histories/create

Required parameters: projectId

Optional parameters: requestId

Body:

{:testPlatform string, :displayName string, :name string, :historyId string}

Creates a History. The returned History will have the id set. May return any of the following canonical error codes: - PERMISSION_DENIED - if the user is not authorized to write to project - INVALID_ARGUMENT - if the request is malformed - NOT_FOUND - if the containing project does not exist

https://firebase.google.com/docs/test-lab/api/reference/rest/v1beta3/projects/histories/create

Required parameters: projectId

Optional parameters: requestId

Body: 

{:testPlatform string,
 :displayName string,
 :name string,
 :historyId string}

Creates a History. The returned History will have the id set. May return any of the following canonical error codes: - PERMISSION_DENIED - if the user is not authorized to write to project - INVALID_ARGUMENT - if the request is malformed - NOT_FOUND - if the containing project does not exist
sourceraw docstring

histories-executions-clusters-get$clj

(histories-executions-clusters-get$ auth parameters)

https://firebase.google.com/docs/test-lab/api/reference/rest/v1beta3/projects/histories/executions/clusters/get

Required parameters: clusterId, historyId, executionId, projectId

Optional parameters: none

Retrieves a single screenshot cluster by its ID

https://firebase.google.com/docs/test-lab/api/reference/rest/v1beta3/projects/histories/executions/clusters/get

Required parameters: clusterId, historyId, executionId, projectId

Optional parameters: none

Retrieves a single screenshot cluster by its ID
sourceraw docstring

histories-executions-clusters-list$clj

(histories-executions-clusters-list$ auth parameters)

https://firebase.google.com/docs/test-lab/api/reference/rest/v1beta3/projects/histories/executions/clusters/list

Required parameters: historyId, projectId, executionId

Optional parameters: none

Lists Screenshot Clusters Returns the list of screenshot clusters corresponding to an execution. Screenshot clusters are created after the execution is finished. Clusters are created from a set of screenshots. Between any two screenshots, a matching score is calculated based off their metadata that determines how similar they are. Screenshots are placed in the cluster that has screens which have the highest matching scores.

https://firebase.google.com/docs/test-lab/api/reference/rest/v1beta3/projects/histories/executions/clusters/list

Required parameters: historyId, projectId, executionId

Optional parameters: none

Lists Screenshot Clusters Returns the list of screenshot clusters corresponding to an execution. Screenshot clusters are created after the execution is finished. Clusters are created from a set of screenshots. Between any two screenshots, a matching score is calculated based off their metadata that determines how similar they are. Screenshots are placed in the cluster that has screens which have the highest matching scores.
sourceraw docstring

histories-executions-create$clj

(histories-executions-create$ auth parameters body)

https://firebase.google.com/docs/test-lab/api/reference/rest/v1beta3/projects/histories/executions/create

Required parameters: historyId, projectId

Optional parameters: requestId

Body:

{:outcome {:inconclusiveDetail InconclusiveDetail, :summary string, :skippedDetail SkippedDetail, :failureDetail FailureDetail, :successDetail SuccessDetail}, :specification {:androidTest AndroidTest, :iosTest IosTest}, :state string, :completionTime {:nanos integer, :seconds string}, :dimensionDefinitions [{}], :testExecutionMatrixId string, :creationTime {:nanos integer, :seconds string}, :executionId string}

Creates an Execution. The returned Execution will have the id set. May return any of the following canonical error codes: - PERMISSION_DENIED - if the user is not authorized to write to project - INVALID_ARGUMENT - if the request is malformed - NOT_FOUND - if the containing History does not exist

https://firebase.google.com/docs/test-lab/api/reference/rest/v1beta3/projects/histories/executions/create

Required parameters: historyId, projectId

Optional parameters: requestId

Body: 

{:outcome {:inconclusiveDetail InconclusiveDetail,
           :summary string,
           :skippedDetail SkippedDetail,
           :failureDetail FailureDetail,
           :successDetail SuccessDetail},
 :specification {:androidTest AndroidTest, :iosTest IosTest},
 :state string,
 :completionTime {:nanos integer, :seconds string},
 :dimensionDefinitions [{}],
 :testExecutionMatrixId string,
 :creationTime {:nanos integer, :seconds string},
 :executionId string}

Creates an Execution. The returned Execution will have the id set. May return any of the following canonical error codes: - PERMISSION_DENIED - if the user is not authorized to write to project - INVALID_ARGUMENT - if the request is malformed - NOT_FOUND - if the containing History does not exist
sourceraw docstring

histories-executions-environments-get$clj

(histories-executions-environments-get$ auth parameters)

https://firebase.google.com/docs/test-lab/api/reference/rest/v1beta3/projects/histories/executions/environments/get

Required parameters: executionId, historyId, projectId, environmentId

Optional parameters: none

Gets an Environment. May return any of the following canonical error codes: - PERMISSION_DENIED - if the user is not authorized to read project - INVALID_ARGUMENT - if the request is malformed - NOT_FOUND - if the Environment does not exist

https://firebase.google.com/docs/test-lab/api/reference/rest/v1beta3/projects/histories/executions/environments/get

Required parameters: executionId, historyId, projectId, environmentId

Optional parameters: none

Gets an Environment. May return any of the following canonical error codes: - PERMISSION_DENIED - if the user is not authorized to read project - INVALID_ARGUMENT - if the request is malformed - NOT_FOUND - if the Environment does not exist
sourceraw docstring

histories-executions-environments-list$clj

(histories-executions-environments-list$ auth parameters)

https://firebase.google.com/docs/test-lab/api/reference/rest/v1beta3/projects/histories/executions/environments/list

Required parameters: projectId, historyId, executionId

Optional parameters: pageSize, pageToken

Lists Environments for a given Execution. The Environments are sorted by display name. May return any of the following canonical error codes: - PERMISSION_DENIED - if the user is not authorized to read project - INVALID_ARGUMENT - if the request is malformed - NOT_FOUND - if the containing Execution does not exist

https://firebase.google.com/docs/test-lab/api/reference/rest/v1beta3/projects/histories/executions/environments/list

Required parameters: projectId, historyId, executionId

Optional parameters: pageSize, pageToken

Lists Environments for a given Execution. The Environments are sorted by display name. May return any of the following canonical error codes: - PERMISSION_DENIED - if the user is not authorized to read project - INVALID_ARGUMENT - if the request is malformed - NOT_FOUND - if the containing Execution does not exist
sourceraw docstring

histories-executions-get$clj

(histories-executions-get$ auth parameters)

https://firebase.google.com/docs/test-lab/api/reference/rest/v1beta3/projects/histories/executions/get

Required parameters: executionId, projectId, historyId

Optional parameters: none

Gets an Execution. May return any of the following canonical error codes: - PERMISSION_DENIED - if the user is not authorized to write to project - INVALID_ARGUMENT - if the request is malformed - NOT_FOUND - if the Execution does not exist

https://firebase.google.com/docs/test-lab/api/reference/rest/v1beta3/projects/histories/executions/get

Required parameters: executionId, projectId, historyId

Optional parameters: none

Gets an Execution. May return any of the following canonical error codes: - PERMISSION_DENIED - if the user is not authorized to write to project - INVALID_ARGUMENT - if the request is malformed - NOT_FOUND - if the Execution does not exist
sourceraw docstring

histories-executions-list$clj

(histories-executions-list$ auth parameters)

https://firebase.google.com/docs/test-lab/api/reference/rest/v1beta3/projects/histories/executions/list

Required parameters: historyId, projectId

Optional parameters: pageToken, pageSize

Lists Executions for a given History. The executions are sorted by creation_time in descending order. The execution_id key will be used to order the executions with the same creation_time. May return any of the following canonical error codes: - PERMISSION_DENIED - if the user is not authorized to read project - INVALID_ARGUMENT - if the request is malformed - NOT_FOUND - if the containing History does not exist

https://firebase.google.com/docs/test-lab/api/reference/rest/v1beta3/projects/histories/executions/list

Required parameters: historyId, projectId

Optional parameters: pageToken, pageSize

Lists Executions for a given History. The executions are sorted by creation_time in descending order. The execution_id key will be used to order the executions with the same creation_time. May return any of the following canonical error codes: - PERMISSION_DENIED - if the user is not authorized to read project - INVALID_ARGUMENT - if the request is malformed - NOT_FOUND - if the containing History does not exist
sourceraw docstring

histories-executions-patch$clj

(histories-executions-patch$ auth parameters body)

https://firebase.google.com/docs/test-lab/api/reference/rest/v1beta3/projects/histories/executions/patch

Required parameters: historyId, executionId, projectId

Optional parameters: requestId

Body:

{:outcome {:inconclusiveDetail InconclusiveDetail, :summary string, :skippedDetail SkippedDetail, :failureDetail FailureDetail, :successDetail SuccessDetail}, :specification {:androidTest AndroidTest, :iosTest IosTest}, :state string, :completionTime {:nanos integer, :seconds string}, :dimensionDefinitions [{}], :testExecutionMatrixId string, :creationTime {:nanos integer, :seconds string}, :executionId string}

Updates an existing Execution with the supplied partial entity. May return any of the following canonical error codes: - PERMISSION_DENIED - if the user is not authorized to write to project - INVALID_ARGUMENT - if the request is malformed - FAILED_PRECONDITION - if the requested state transition is illegal - NOT_FOUND - if the containing History does not exist

https://firebase.google.com/docs/test-lab/api/reference/rest/v1beta3/projects/histories/executions/patch

Required parameters: historyId, executionId, projectId

Optional parameters: requestId

Body: 

{:outcome {:inconclusiveDetail InconclusiveDetail,
           :summary string,
           :skippedDetail SkippedDetail,
           :failureDetail FailureDetail,
           :successDetail SuccessDetail},
 :specification {:androidTest AndroidTest, :iosTest IosTest},
 :state string,
 :completionTime {:nanos integer, :seconds string},
 :dimensionDefinitions [{}],
 :testExecutionMatrixId string,
 :creationTime {:nanos integer, :seconds string},
 :executionId string}

Updates an existing Execution with the supplied partial entity. May return any of the following canonical error codes: - PERMISSION_DENIED - if the user is not authorized to write to project - INVALID_ARGUMENT - if the request is malformed - FAILED_PRECONDITION - if the requested state transition is illegal - NOT_FOUND - if the containing History does not exist
sourceraw docstring

histories-executions-steps-accessibilityClusters$clj

(histories-executions-steps-accessibilityClusters$ auth parameters)

https://firebase.google.com/docs/test-lab/api/reference/rest/v1beta3/projects/histories/executions/steps/accessibilityClusters

Required parameters: name

Optional parameters: locale

Lists accessibility clusters for a given Step May return any of the following canonical error codes: - PERMISSION_DENIED - if the user is not authorized to read project - INVALID_ARGUMENT - if the request is malformed - FAILED_PRECONDITION - if an argument in the request happens to be invalid; e.g. if the locale format is incorrect - NOT_FOUND - if the containing Step does not exist

https://firebase.google.com/docs/test-lab/api/reference/rest/v1beta3/projects/histories/executions/steps/accessibilityClusters

Required parameters: name

Optional parameters: locale

Lists accessibility clusters for a given Step May return any of the following canonical error codes: - PERMISSION_DENIED - if the user is not authorized to read project - INVALID_ARGUMENT - if the request is malformed - FAILED_PRECONDITION - if an argument in the request happens to be invalid; e.g. if the locale format is incorrect - NOT_FOUND - if the containing Step does not exist
sourceraw docstring

histories-executions-steps-create$clj

(histories-executions-steps-create$ auth parameters body)

https://firebase.google.com/docs/test-lab/api/reference/rest/v1beta3/projects/histories/executions/steps/create

Required parameters: projectId, executionId, historyId

Optional parameters: requestId

Body:

{:creationTime {:nanos integer, :seconds string}, :description string, :runDuration {:nanos integer, :seconds string}, :labels [{:key string, :value string}], :multiStep {:multistepNumber integer, :primaryStep PrimaryStep, :primaryStepId string}, :name string, :outcome {:inconclusiveDetail InconclusiveDetail, :summary string, :skippedDetail SkippedDetail, :failureDetail FailureDetail, :successDetail SuccessDetail}, :state string, :deviceUsageDuration {:nanos integer, :seconds string}, :completionTime {:nanos integer, :seconds string}, :stepId string, :hasImages boolean, :dimensionValue [{:value string, :key string}], :toolExecutionStep {:toolExecution ToolExecution}, :testExecutionStep {:toolExecution ToolExecution, :testTiming TestTiming, :testIssues [TestIssue], :testSuiteOverviews [TestSuiteOverview]}}

Creates a Step. The returned Step will have the id set. May return any of the following canonical error codes: - PERMISSION_DENIED - if the user is not authorized to write to project - INVALID_ARGUMENT - if the request is malformed - FAILED_PRECONDITION - if the step is too large (more than 10Mib) - NOT_FOUND - if the containing Execution does not exist

https://firebase.google.com/docs/test-lab/api/reference/rest/v1beta3/projects/histories/executions/steps/create

Required parameters: projectId, executionId, historyId

Optional parameters: requestId

Body: 

{:creationTime {:nanos integer, :seconds string},
 :description string,
 :runDuration {:nanos integer, :seconds string},
 :labels [{:key string, :value string}],
 :multiStep {:multistepNumber integer,
             :primaryStep PrimaryStep,
             :primaryStepId string},
 :name string,
 :outcome {:inconclusiveDetail InconclusiveDetail,
           :summary string,
           :skippedDetail SkippedDetail,
           :failureDetail FailureDetail,
           :successDetail SuccessDetail},
 :state string,
 :deviceUsageDuration {:nanos integer, :seconds string},
 :completionTime {:nanos integer, :seconds string},
 :stepId string,
 :hasImages boolean,
 :dimensionValue [{:value string, :key string}],
 :toolExecutionStep {:toolExecution ToolExecution},
 :testExecutionStep {:toolExecution ToolExecution,
                     :testTiming TestTiming,
                     :testIssues [TestIssue],
                     :testSuiteOverviews [TestSuiteOverview]}}

Creates a Step. The returned Step will have the id set. May return any of the following canonical error codes: - PERMISSION_DENIED - if the user is not authorized to write to project - INVALID_ARGUMENT - if the request is malformed - FAILED_PRECONDITION - if the step is too large (more than 10Mib) - NOT_FOUND - if the containing Execution does not exist
sourceraw docstring

histories-executions-steps-get$clj

(histories-executions-steps-get$ auth parameters)

https://firebase.google.com/docs/test-lab/api/reference/rest/v1beta3/projects/histories/executions/steps/get

Required parameters: historyId, stepId, executionId, projectId

Optional parameters: none

Gets a Step. May return any of the following canonical error codes: - PERMISSION_DENIED - if the user is not authorized to read project - INVALID_ARGUMENT - if the request is malformed - NOT_FOUND - if the Step does not exist

https://firebase.google.com/docs/test-lab/api/reference/rest/v1beta3/projects/histories/executions/steps/get

Required parameters: historyId, stepId, executionId, projectId

Optional parameters: none

Gets a Step. May return any of the following canonical error codes: - PERMISSION_DENIED - if the user is not authorized to read project - INVALID_ARGUMENT - if the request is malformed - NOT_FOUND - if the Step does not exist
sourceraw docstring

histories-executions-steps-getPerfMetricsSummary$clj

(histories-executions-steps-getPerfMetricsSummary$ auth parameters)

https://firebase.google.com/docs/test-lab/api/reference/rest/v1beta3/projects/histories/executions/steps/getPerfMetricsSummary

Required parameters: executionId, stepId, historyId, projectId

Optional parameters: none

Retrieves a PerfMetricsSummary. May return any of the following error code(s): - NOT_FOUND - The specified PerfMetricsSummary does not exist

https://firebase.google.com/docs/test-lab/api/reference/rest/v1beta3/projects/histories/executions/steps/getPerfMetricsSummary

Required parameters: executionId, stepId, historyId, projectId

Optional parameters: none

Retrieves a PerfMetricsSummary. May return any of the following error code(s): - NOT_FOUND - The specified PerfMetricsSummary does not exist
sourceraw docstring

histories-executions-steps-list$clj

(histories-executions-steps-list$ auth parameters)

https://firebase.google.com/docs/test-lab/api/reference/rest/v1beta3/projects/histories/executions/steps/list

Required parameters: projectId, historyId, executionId

Optional parameters: pageSize, pageToken

Lists Steps for a given Execution. The steps are sorted by creation_time in descending order. The step_id key will be used to order the steps with the same creation_time. May return any of the following canonical error codes: - PERMISSION_DENIED - if the user is not authorized to read project - INVALID_ARGUMENT - if the request is malformed - FAILED_PRECONDITION - if an argument in the request happens to be invalid; e.g. if an attempt is made to list the children of a nonexistent Step - NOT_FOUND - if the containing Execution does not exist

https://firebase.google.com/docs/test-lab/api/reference/rest/v1beta3/projects/histories/executions/steps/list

Required parameters: projectId, historyId, executionId

Optional parameters: pageSize, pageToken

Lists Steps for a given Execution. The steps are sorted by creation_time in descending order. The step_id key will be used to order the steps with the same creation_time. May return any of the following canonical error codes: - PERMISSION_DENIED - if the user is not authorized to read project - INVALID_ARGUMENT - if the request is malformed - FAILED_PRECONDITION - if an argument in the request happens to be invalid; e.g. if an attempt is made to list the children of a nonexistent Step - NOT_FOUND - if the containing Execution does not exist
sourceraw docstring

histories-executions-steps-patch$clj

(histories-executions-steps-patch$ auth parameters body)

https://firebase.google.com/docs/test-lab/api/reference/rest/v1beta3/projects/histories/executions/steps/patch

Required parameters: projectId, executionId, stepId, historyId

Optional parameters: requestId

Body:

{:creationTime {:nanos integer, :seconds string}, :description string, :runDuration {:nanos integer, :seconds string}, :labels [{:key string, :value string}], :multiStep {:multistepNumber integer, :primaryStep PrimaryStep, :primaryStepId string}, :name string, :outcome {:inconclusiveDetail InconclusiveDetail, :summary string, :skippedDetail SkippedDetail, :failureDetail FailureDetail, :successDetail SuccessDetail}, :state string, :deviceUsageDuration {:nanos integer, :seconds string}, :completionTime {:nanos integer, :seconds string}, :stepId string, :hasImages boolean, :dimensionValue [{:value string, :key string}], :toolExecutionStep {:toolExecution ToolExecution}, :testExecutionStep {:toolExecution ToolExecution, :testTiming TestTiming, :testIssues [TestIssue], :testSuiteOverviews [TestSuiteOverview]}}

Updates an existing Step with the supplied partial entity. May return any of the following canonical error codes: - PERMISSION_DENIED - if the user is not authorized to write project - INVALID_ARGUMENT - if the request is malformed - FAILED_PRECONDITION - if the requested state transition is illegal (e.g try to upload a duplicate xml file), if the updated step is too large (more than 10Mib) - NOT_FOUND - if the containing Execution does not exist

https://firebase.google.com/docs/test-lab/api/reference/rest/v1beta3/projects/histories/executions/steps/patch

Required parameters: projectId, executionId, stepId, historyId

Optional parameters: requestId

Body: 

{:creationTime {:nanos integer, :seconds string},
 :description string,
 :runDuration {:nanos integer, :seconds string},
 :labels [{:key string, :value string}],
 :multiStep {:multistepNumber integer,
             :primaryStep PrimaryStep,
             :primaryStepId string},
 :name string,
 :outcome {:inconclusiveDetail InconclusiveDetail,
           :summary string,
           :skippedDetail SkippedDetail,
           :failureDetail FailureDetail,
           :successDetail SuccessDetail},
 :state string,
 :deviceUsageDuration {:nanos integer, :seconds string},
 :completionTime {:nanos integer, :seconds string},
 :stepId string,
 :hasImages boolean,
 :dimensionValue [{:value string, :key string}],
 :toolExecutionStep {:toolExecution ToolExecution},
 :testExecutionStep {:toolExecution ToolExecution,
                     :testTiming TestTiming,
                     :testIssues [TestIssue],
                     :testSuiteOverviews [TestSuiteOverview]}}

Updates an existing Step with the supplied partial entity. May return any of the following canonical error codes: - PERMISSION_DENIED - if the user is not authorized to write project - INVALID_ARGUMENT - if the request is malformed - FAILED_PRECONDITION - if the requested state transition is illegal (e.g try to upload a duplicate xml file), if the updated step is too large (more than 10Mib) - NOT_FOUND - if the containing Execution does not exist
sourceraw docstring

histories-executions-steps-perfMetricsSummary-create$clj

(histories-executions-steps-perfMetricsSummary-create$ auth parameters body)

https://firebase.google.com/docs/test-lab/api/reference/rest/v1beta3/projects/histories/executions/steps/perfMetricsSummary/create

Required parameters: historyId, stepId, executionId, projectId

Optional parameters: none

Body:

{:perfMetrics [string], :graphicsStats {:totalFrames string, :highInputLatencyCount string, :p50Millis string, :slowUiThreadCount string, :slowDrawCount string, :jankyFrames string, :missedVsyncCount string, :p90Millis string, :buckets [GraphicsStatsBucket], :p99Millis string, :slowBitmapUploadCount string, :p95Millis string}, :historyId string, :stepId string, :executionId string, :perfEnvironment {:cpuInfo CPUInfo, :memoryInfo MemoryInfo}, :projectId string, :appStartTime {:fullyDrawnTime Duration, :initialDisplayTime Duration}}

Creates a PerfMetricsSummary resource. Returns the existing one if it has already been created. May return any of the following error code(s): - NOT_FOUND - The containing Step does not exist

https://firebase.google.com/docs/test-lab/api/reference/rest/v1beta3/projects/histories/executions/steps/perfMetricsSummary/create

Required parameters: historyId, stepId, executionId, projectId

Optional parameters: none

Body: 

{:perfMetrics [string],
 :graphicsStats {:totalFrames string,
                 :highInputLatencyCount string,
                 :p50Millis string,
                 :slowUiThreadCount string,
                 :slowDrawCount string,
                 :jankyFrames string,
                 :missedVsyncCount string,
                 :p90Millis string,
                 :buckets [GraphicsStatsBucket],
                 :p99Millis string,
                 :slowBitmapUploadCount string,
                 :p95Millis string},
 :historyId string,
 :stepId string,
 :executionId string,
 :perfEnvironment {:cpuInfo CPUInfo, :memoryInfo MemoryInfo},
 :projectId string,
 :appStartTime {:fullyDrawnTime Duration,
                :initialDisplayTime Duration}}

Creates a PerfMetricsSummary resource. Returns the existing one if it has already been created. May return any of the following error code(s): - NOT_FOUND - The containing Step does not exist
sourceraw docstring

histories-executions-steps-perfSampleSeries-create$clj

(histories-executions-steps-perfSampleSeries-create$ auth parameters body)

https://firebase.google.com/docs/test-lab/api/reference/rest/v1beta3/projects/histories/executions/steps/perfSampleSeries/create

Required parameters: projectId, executionId, stepId, historyId

Optional parameters: none

Body:

{:executionId string, :basicPerfSampleSeries {:sampleSeriesLabel string, :perfUnit string, :perfMetricType string}, :sampleSeriesId string, :historyId string, :projectId string, :stepId string}

Creates a PerfSampleSeries. May return any of the following error code(s): - ALREADY_EXISTS - PerfMetricSummary already exists for the given Step - NOT_FOUND - The containing Step does not exist

https://firebase.google.com/docs/test-lab/api/reference/rest/v1beta3/projects/histories/executions/steps/perfSampleSeries/create

Required parameters: projectId, executionId, stepId, historyId

Optional parameters: none

Body: 

{:executionId string,
 :basicPerfSampleSeries {:sampleSeriesLabel string,
                         :perfUnit string,
                         :perfMetricType string},
 :sampleSeriesId string,
 :historyId string,
 :projectId string,
 :stepId string}

Creates a PerfSampleSeries. May return any of the following error code(s): - ALREADY_EXISTS - PerfMetricSummary already exists for the given Step - NOT_FOUND - The containing Step does not exist
sourceraw docstring

histories-executions-steps-perfSampleSeries-get$clj

(histories-executions-steps-perfSampleSeries-get$ auth parameters)

https://firebase.google.com/docs/test-lab/api/reference/rest/v1beta3/projects/histories/executions/steps/perfSampleSeries/get

Required parameters: historyId, sampleSeriesId, projectId, stepId, executionId

Optional parameters: none

Gets a PerfSampleSeries. May return any of the following error code(s): - NOT_FOUND - The specified PerfSampleSeries does not exist

https://firebase.google.com/docs/test-lab/api/reference/rest/v1beta3/projects/histories/executions/steps/perfSampleSeries/get

Required parameters: historyId, sampleSeriesId, projectId, stepId, executionId

Optional parameters: none

Gets a PerfSampleSeries. May return any of the following error code(s): - NOT_FOUND - The specified PerfSampleSeries does not exist
sourceraw docstring

histories-executions-steps-perfSampleSeries-list$clj

(histories-executions-steps-perfSampleSeries-list$ auth parameters)

https://firebase.google.com/docs/test-lab/api/reference/rest/v1beta3/projects/histories/executions/steps/perfSampleSeries/list

Required parameters: executionId, projectId, stepId, historyId

Optional parameters: filter

Lists PerfSampleSeries for a given Step. The request provides an optional filter which specifies one or more PerfMetricsType to include in the result; if none returns all. The resulting PerfSampleSeries are sorted by ids. May return any of the following canonical error codes: - NOT_FOUND - The containing Step does not exist

https://firebase.google.com/docs/test-lab/api/reference/rest/v1beta3/projects/histories/executions/steps/perfSampleSeries/list

Required parameters: executionId, projectId, stepId, historyId

Optional parameters: filter

Lists PerfSampleSeries for a given Step. The request provides an optional filter which specifies one or more PerfMetricsType to include in the result; if none returns all. The resulting PerfSampleSeries are sorted by ids. May return any of the following canonical error codes: - NOT_FOUND - The containing Step does not exist
sourceraw docstring

histories-executions-steps-perfSampleSeries-samples-batchCreate$clj

(histories-executions-steps-perfSampleSeries-samples-batchCreate$ auth
                                                                  parameters
                                                                  body)

https://firebase.google.com/docs/test-lab/api/reference/rest/v1beta3/projects/histories/executions/steps/perfSampleSeries/samples/batchCreate

Required parameters: historyId, projectId, sampleSeriesId, executionId, stepId

Optional parameters: none

Body:

{:perfSamples [{:value number, :sampleTime Timestamp}]}

Creates a batch of PerfSamples - a client can submit multiple batches of Perf Samples through repeated calls to this method in order to split up a large request payload - duplicates and existing timestamp entries will be ignored. - the batch operation may partially succeed - the set of elements successfully inserted is returned in the response (omits items which already existed in the database). May return any of the following canonical error codes: - NOT_FOUND - The containing PerfSampleSeries does not exist

https://firebase.google.com/docs/test-lab/api/reference/rest/v1beta3/projects/histories/executions/steps/perfSampleSeries/samples/batchCreate

Required parameters: historyId, projectId, sampleSeriesId, executionId, stepId

Optional parameters: none

Body: 

{:perfSamples [{:value number, :sampleTime Timestamp}]}

Creates a batch of PerfSamples - a client can submit multiple batches of Perf Samples through repeated calls to this method in order to split up a large request payload - duplicates and existing timestamp entries will be ignored. - the batch operation may partially succeed - the set of elements successfully inserted is returned in the response (omits items which already existed in the database). May return any of the following canonical error codes: - NOT_FOUND - The containing PerfSampleSeries does not exist
sourceraw docstring

histories-executions-steps-perfSampleSeries-samples-list$clj

(histories-executions-steps-perfSampleSeries-samples-list$ auth parameters)

https://firebase.google.com/docs/test-lab/api/reference/rest/v1beta3/projects/histories/executions/steps/perfSampleSeries/samples/list

Required parameters: sampleSeriesId, stepId, historyId, executionId, projectId

Optional parameters: pageToken, pageSize

Lists the Performance Samples of a given Sample Series - The list results are sorted by timestamps ascending - The default page size is 500 samples; and maximum size allowed 5000 - The response token indicates the last returned PerfSample timestamp - When the results size exceeds the page size, submit a subsequent request including the page token to return the rest of the samples up to the page limit May return any of the following canonical error codes: - OUT_OF_RANGE - The specified request page_token is out of valid range - NOT_FOUND - The containing PerfSampleSeries does not exist

https://firebase.google.com/docs/test-lab/api/reference/rest/v1beta3/projects/histories/executions/steps/perfSampleSeries/samples/list

Required parameters: sampleSeriesId, stepId, historyId, executionId, projectId

Optional parameters: pageToken, pageSize

Lists the Performance Samples of a given Sample Series - The list results are sorted by timestamps ascending - The default page size is 500 samples; and maximum size allowed 5000 - The response token indicates the last returned PerfSample timestamp - When the results size exceeds the page size, submit a subsequent request including the page token to return the rest of the samples up to the page limit May return any of the following canonical error codes: - OUT_OF_RANGE - The specified request page_token is out of valid range - NOT_FOUND - The containing PerfSampleSeries does not exist
sourceraw docstring

histories-executions-steps-publishXunitXmlFiles$clj

(histories-executions-steps-publishXunitXmlFiles$ auth parameters body)

https://firebase.google.com/docs/test-lab/api/reference/rest/v1beta3/projects/histories/executions/steps/publishXunitXmlFiles

Required parameters: executionId, historyId, projectId, stepId

Optional parameters: none

Body:

{:xunitXmlFiles [{:fileUri string}]}

Publish xml files to an existing Step. May return any of the following canonical error codes: - PERMISSION_DENIED - if the user is not authorized to write project - INVALID_ARGUMENT - if the request is malformed - FAILED_PRECONDITION - if the requested state transition is illegal, e.g try to upload a duplicate xml file or a file too large. - NOT_FOUND - if the containing Execution does not exist

https://firebase.google.com/docs/test-lab/api/reference/rest/v1beta3/projects/histories/executions/steps/publishXunitXmlFiles

Required parameters: executionId, historyId, projectId, stepId

Optional parameters: none

Body: 

{:xunitXmlFiles [{:fileUri string}]}

Publish xml files to an existing Step. May return any of the following canonical error codes: - PERMISSION_DENIED - if the user is not authorized to write project - INVALID_ARGUMENT - if the request is malformed - FAILED_PRECONDITION - if the requested state transition is illegal, e.g try to upload a duplicate xml file or a file too large. - NOT_FOUND - if the containing Execution does not exist
sourceraw docstring

histories-executions-steps-testCases-get$clj

(histories-executions-steps-testCases-get$ auth parameters)

https://firebase.google.com/docs/test-lab/api/reference/rest/v1beta3/projects/histories/executions/steps/testCases/get

Required parameters: testCaseId, projectId, executionId, historyId, stepId

Optional parameters: none

Gets details of a Test Case for a Step. Experimental test cases API. Still in active development. May return any of the following canonical error codes: - PERMISSION_DENIED - if the user is not authorized to write to project - INVALID_ARGUMENT - if the request is malformed - NOT_FOUND - if the containing Test Case does not exist

https://firebase.google.com/docs/test-lab/api/reference/rest/v1beta3/projects/histories/executions/steps/testCases/get

Required parameters: testCaseId, projectId, executionId, historyId, stepId

Optional parameters: none

Gets details of a Test Case for a Step. Experimental test cases API. Still in active development. May return any of the following canonical error codes: - PERMISSION_DENIED - if the user is not authorized to write to project - INVALID_ARGUMENT - if the request is malformed - NOT_FOUND - if the containing Test Case does not exist
sourceraw docstring

histories-executions-steps-testCases-list$clj

(histories-executions-steps-testCases-list$ auth parameters)

https://firebase.google.com/docs/test-lab/api/reference/rest/v1beta3/projects/histories/executions/steps/testCases/list

Required parameters: executionId, projectId, historyId, stepId

Optional parameters: pageToken, pageSize

Lists Test Cases attached to a Step. Experimental test cases API. Still in active development. May return any of the following canonical error codes: - PERMISSION_DENIED - if the user is not authorized to write to project - INVALID_ARGUMENT - if the request is malformed - NOT_FOUND - if the containing Step does not exist

https://firebase.google.com/docs/test-lab/api/reference/rest/v1beta3/projects/histories/executions/steps/testCases/list

Required parameters: executionId, projectId, historyId, stepId

Optional parameters: pageToken, pageSize

Lists Test Cases attached to a Step. Experimental test cases API. Still in active development. May return any of the following canonical error codes: - PERMISSION_DENIED - if the user is not authorized to write to project - INVALID_ARGUMENT - if the request is malformed - NOT_FOUND - if the containing Step does not exist
sourceraw docstring

histories-executions-steps-thumbnails-list$clj

(histories-executions-steps-thumbnails-list$ auth parameters)

https://firebase.google.com/docs/test-lab/api/reference/rest/v1beta3/projects/histories/executions/steps/thumbnails/list

Required parameters: executionId, historyId, projectId, stepId

Optional parameters: pageToken, pageSize

Lists thumbnails of images attached to a step. May return any of the following canonical error codes: - PERMISSION_DENIED - if the user is not authorized to read from the project, or from any of the images - INVALID_ARGUMENT - if the request is malformed - NOT_FOUND - if the step does not exist, or if any of the images do not exist

https://firebase.google.com/docs/test-lab/api/reference/rest/v1beta3/projects/histories/executions/steps/thumbnails/list

Required parameters: executionId, historyId, projectId, stepId

Optional parameters: pageToken, pageSize

Lists thumbnails of images attached to a step. May return any of the following canonical error codes: - PERMISSION_DENIED - if the user is not authorized to read from the project, or from any of the images - INVALID_ARGUMENT - if the request is malformed - NOT_FOUND - if the step does not exist, or if any of the images do not exist
sourceraw docstring

histories-get$clj

(histories-get$ auth parameters)

https://firebase.google.com/docs/test-lab/api/reference/rest/v1beta3/projects/histories/get

Required parameters: projectId, historyId

Optional parameters: none

Gets a History. May return any of the following canonical error codes: - PERMISSION_DENIED - if the user is not authorized to read project - INVALID_ARGUMENT - if the request is malformed - NOT_FOUND - if the History does not exist

https://firebase.google.com/docs/test-lab/api/reference/rest/v1beta3/projects/histories/get

Required parameters: projectId, historyId

Optional parameters: none

Gets a History. May return any of the following canonical error codes: - PERMISSION_DENIED - if the user is not authorized to read project - INVALID_ARGUMENT - if the request is malformed - NOT_FOUND - if the History does not exist
sourceraw docstring

histories-list$clj

(histories-list$ auth parameters)

https://firebase.google.com/docs/test-lab/api/reference/rest/v1beta3/projects/histories/list

Required parameters: projectId

Optional parameters: filterByName, pageToken, pageSize

Lists Histories for a given Project. The histories are sorted by modification time in descending order. The history_id key will be used to order the history with the same modification time. May return any of the following canonical error codes: - PERMISSION_DENIED - if the user is not authorized to read project - INVALID_ARGUMENT - if the request is malformed - NOT_FOUND - if the History does not exist

https://firebase.google.com/docs/test-lab/api/reference/rest/v1beta3/projects/histories/list

Required parameters: projectId

Optional parameters: filterByName, pageToken, pageSize

Lists Histories for a given Project. The histories are sorted by modification time in descending order. The history_id key will be used to order the history with the same modification time. May return any of the following canonical error codes: - PERMISSION_DENIED - if the user is not authorized to read project - INVALID_ARGUMENT - if the request is malformed - NOT_FOUND - if the History does not exist
sourceraw docstring

initializeSettings$clj

(initializeSettings$ auth parameters)

https://firebase.google.com/docs/test-lab/api/reference/rest/v1beta3/projects/initializeSettings

Required parameters: projectId

Optional parameters: none

Creates resources for settings which have not yet been set. Currently, this creates a single resource: a Google Cloud Storage bucket, to be used as the default bucket for this project. The bucket is created in an FTL-own storage project. Except for in rare cases, calling this method in parallel from multiple clients will only create a single bucket. In order to avoid unnecessary storage charges, the bucket is configured to automatically delete objects older than 90 days. The bucket is created with the following permissions: - Owner access for owners of central storage project (FTL-owned) - Writer access for owners/editors of customer project - Reader access for viewers of customer project The default ACL on objects created in the bucket is: - Owner access for owners of central storage project - Reader access for owners/editors/viewers of customer project See Google Cloud Storage documentation for more details. If there is already a default bucket set and the project can access the bucket, this call does nothing. However, if the project doesn't have the permission to access the bucket or the bucket is deleted, a new bucket will be created. May return any canonical error codes, including the following: - PERMISSION_DENIED - if the user is not authorized to write to project - Any error code raised by Google Cloud Storage

https://firebase.google.com/docs/test-lab/api/reference/rest/v1beta3/projects/initializeSettings

Required parameters: projectId

Optional parameters: none

Creates resources for settings which have not yet been set. Currently, this creates a single resource: a Google Cloud Storage bucket, to be used as the default bucket for this project. The bucket is created in an FTL-own storage project. Except for in rare cases, calling this method in parallel from multiple clients will only create a single bucket. In order to avoid unnecessary storage charges, the bucket is configured to automatically delete objects older than 90 days. The bucket is created with the following permissions: - Owner access for owners of central storage project (FTL-owned) - Writer access for owners/editors of customer project - Reader access for viewers of customer project The default ACL on objects created in the bucket is: - Owner access for owners of central storage project - Reader access for owners/editors/viewers of customer project See Google Cloud Storage documentation for more details. If there is already a default bucket set and the project can access the bucket, this call does nothing. However, if the project doesn't have the permission to access the bucket or the bucket is deleted, a new bucket will be created. May return any canonical error codes, including the following: - PERMISSION_DENIED - if the user is not authorized to write to project - Any error code raised by Google Cloud Storage
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close