2024-11-16
▼ ▲ firebaseappdistribution.projects.apps.testCases.create
Flat Path : v1alpha/projects/{projectsId}/apps/{appsId}/testCases
Parameter Order : parent
Parameters :
parent
Required : Yes
Location : path
Pattern : ^projects/[^/]+/apps/[^/]+$
Type : string
Description : Required. The parent resource where this test case will be created. Format: `projects/{project_number}/apps/{app_id}`
testCaseId
Location : query
Type : string
Description : Optional. The ID to use for the test case, which will become the final component of the test case's resource name. This value should be 4-63 characters, and valid characters are /a-z-/.
HTTP Method : POST
Scopes : https://www.googleapis.com/auth/cloud-platform
Path : v1alpha/{+parent}/testCases
Description : Create a new test case.
▼ ▲ firebaseappdistribution.projects.apps.testCases.list
Parameter Order : parent
Flat Path : v1alpha/projects/{projectsId}/apps/{appsId}/testCases
HTTP Method : GET
Scopes : https://www.googleapis.com/auth/cloud-platform
Path : v1alpha/{+parent}/testCases
Description : List test cases.
Parameters :
pageToken
Location : query
Type : string
Description : Optional. A page token, received from a previous `ListTestCases` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `ListTestCases` must match the call that provided the page token.
pageSize
Format : int32
Type : integer
Location : query
Description : Optional. The maximum number of test cases to return. The service may return fewer than this value. If unspecified, at most 50 test cases will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000.
parent
Required : Yes
Location : path
Type : string
Pattern : ^projects/[^/]+/apps/[^/]+$
Description : Required. The parent resource from which to list test cases. Format: `projects/{project_number}/apps/{app_id}`
▼ ▲ firebaseappdistribution.projects.apps.testCases.patch
HTTP Method : PATCH
Parameters :
name
Description : Identifier. The name of the test case resource. Format: `projects/{project_number}/apps/{app_id}/testCases/{test_case_id}`
Location : path
Type : string
Pattern : ^projects/[^/]+/apps/[^/]+/testCases/[^/]+$
Required : Yes
Parameter Order : name
Description : Update a test case.
Flat Path : v1alpha/projects/{projectsId}/apps/{appsId}/testCases/{testCasesId}
Path : v1alpha/{+name}
▼ ▲ firebaseappdistribution.projects.apps.testCases.get
Parameters :
name
Type : string
Location : path
Pattern : ^projects/[^/]+/apps/[^/]+/testCases/[^/]+$
Description : Required. The name of the test case resource to retrieve. Format: `projects/{project_number}/apps/{app_id}/testCases/{test_case_id}`
Required : Yes
Scopes : https://www.googleapis.com/auth/cloud-platform
Description : Get a test case.
Flat Path : v1alpha/projects/{projectsId}/apps/{appsId}/testCases/{testCasesId}
Parameter Order : name
HTTP Method : GET
Path : v1alpha/{+name}
▼ ▲ firebaseappdistribution.projects.apps.testCases.delete
Description : Delete a test case.
Parameter Order : name
HTTP Method : DELETE
Path : v1alpha/{+name}
Flat Path : v1alpha/projects/{projectsId}/apps/{appsId}/testCases/{testCasesId}
Scopes : https://www.googleapis.com/auth/cloud-platform
Parameters :
name
Pattern : ^projects/[^/]+/apps/[^/]+/testCases/[^/]+$
Location : path
Description : Required. The name of the test case resource to delete. Format: `projects/{project_number}/apps/{app_id}/testCases/{test_case_id}`
Required : Yes
Type : string