You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
parent: string, Required. The parent resource where these test cases will be deleted. Format: `projects/{project_number}/apps/{app_id}` (required)
108
+
body: object, The request body.
109
+
The object takes the form of:
110
+
111
+
{ # The request message for `DeleteTestCase`.
112
+
"names": [ # Required. The name of the test cases to delete. A maximum number of 1000 test cases can be deleted in one batch Format: `projects/{project_number}/apps/{app_id}/testCases/{test_case_id}`
113
+
"A String",
114
+
],
115
+
}
116
+
117
+
x__xgafv: string, V1 error format.
118
+
Allowed values
119
+
1 - v1 error format
120
+
2 - v2 error format
121
+
122
+
Returns:
123
+
An object of the form:
124
+
125
+
{ # A generic empty message that you can re-use to avoid defining duplicated empty messages in your APIs. A typical example is to use it as the request or the response type of an API method. For instance: service Foo { rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty); }
"description": "Required. The name of the test cases to delete. A maximum number of 1000 test cases can be deleted in one batch Format: `projects/{project_number}/apps/{app_id}/testCases/{test_case_id}`",
0 commit comments