Show / Hide Table of Contents

Class ProjectsResource.AppsResource.TestCasesResource

The "testCases" collection of methods.

Inheritance
object
ProjectsResource.AppsResource.TestCasesResource
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
Assembly: Google.Apis.FirebaseAppDistribution.v1alpha.dll
Syntax
public class ProjectsResource.AppsResource.TestCasesResource

Constructors

TestCasesResource(IClientService)

Constructs a new resource.

Declaration
public TestCasesResource(IClientService service)
Parameters
Type Name Description
IClientService service

Methods

BatchDelete(GoogleFirebaseAppdistroV1alphaBatchDeleteTestCasesRequest, string)

Delete test cases.

Declaration
public virtual ProjectsResource.AppsResource.TestCasesResource.BatchDeleteRequest BatchDelete(GoogleFirebaseAppdistroV1alphaBatchDeleteTestCasesRequest body, string parent)
Parameters
Type Name Description
GoogleFirebaseAppdistroV1alphaBatchDeleteTestCasesRequest body

The body of the request.

string parent

Required. The parent resource where these test cases will be deleted. Format: projects/{project_number}/apps/{app_id}

Returns
Type Description
ProjectsResource.AppsResource.TestCasesResource.BatchDeleteRequest

Create(GoogleFirebaseAppdistroV1alphaTestCase, string)

Create a new test case.

Declaration
public virtual ProjectsResource.AppsResource.TestCasesResource.CreateRequest Create(GoogleFirebaseAppdistroV1alphaTestCase body, string parent)
Parameters
Type Name Description
GoogleFirebaseAppdistroV1alphaTestCase body

The body of the request.

string parent

Required. The parent resource where this test case will be created. Format: projects/{project_number}/apps/{app_id}

Returns
Type Description
ProjectsResource.AppsResource.TestCasesResource.CreateRequest

Delete(string)

Delete a test case.

Declaration
public virtual ProjectsResource.AppsResource.TestCasesResource.DeleteRequest Delete(string name)
Parameters
Type Name Description
string name

Required. The name of the test case resource to delete. Format: projects/{project_number}/apps/{app_id}/testCases/{test_case_id}

Returns
Type Description
ProjectsResource.AppsResource.TestCasesResource.DeleteRequest

Get(string)

Get a test case.

Declaration
public virtual ProjectsResource.AppsResource.TestCasesResource.GetRequest Get(string name)
Parameters
Type Name Description
string name

Required. The name of the test case resource to retrieve. Format: projects/{project_number}/apps/{app_id}/testCases/{test_case_id}

Returns
Type Description
ProjectsResource.AppsResource.TestCasesResource.GetRequest

List(string)

List test cases.

Declaration
public virtual ProjectsResource.AppsResource.TestCasesResource.ListRequest List(string parent)
Parameters
Type Name Description
string parent

Required. The parent resource from which to list test cases. Format: projects/{project_number}/apps/{app_id}

Returns
Type Description
ProjectsResource.AppsResource.TestCasesResource.ListRequest

Patch(GoogleFirebaseAppdistroV1alphaTestCase, string)

Update a test case.

Declaration
public virtual ProjectsResource.AppsResource.TestCasesResource.PatchRequest Patch(GoogleFirebaseAppdistroV1alphaTestCase body, string name)
Parameters
Type Name Description
GoogleFirebaseAppdistroV1alphaTestCase body

The body of the request.

string name

Identifier. The name of the test case resource. Format: projects/{project_number}/apps/{app_id}/testCases/{test_case_id}

Returns
Type Description
ProjectsResource.AppsResource.TestCasesResource.PatchRequest
In this article
Back to top Generated by DocFX