ProjectsLocationsIntegrationsVersionsTestCasesResource class

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

create(GoogleCloudIntegrationsV1alphaTestCase request, String parent, {String? testCaseId, String? $fields}) Future<GoogleCloudIntegrationsV1alphaTestCase>
Creates a new test case
delete(String name, {String? $fields}) Future<GoogleProtobufEmpty>
Deletes a test case
download(String name, {String? fileFormat, String? $fields}) Future<GoogleCloudIntegrationsV1alphaDownloadTestCaseResponse>
Downloads a test case.
execute(GoogleCloudIntegrationsV1alphaExecuteTestCasesRequest request, String parent, {String? $fields}) Future<GoogleCloudIntegrationsV1alphaExecuteTestCasesResponse>
Executes all test cases in an integration version.
executeTest(GoogleCloudIntegrationsV1alphaExecuteTestCaseRequest request, String testCaseName, {String? $fields}) Future<GoogleCloudIntegrationsV1alphaExecuteTestCaseResponse>
Executes functional test
get(String name, {String? $fields}) Future<GoogleCloudIntegrationsV1alphaTestCase>
Get a test case
list(String parent, {String? filter, String? orderBy, int? pageSize, String? pageToken, String? readMask, String? $fields}) Future<GoogleCloudIntegrationsV1alphaListTestCasesResponse>
Lists all the test cases that satisfy the filters.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
patch(GoogleCloudIntegrationsV1alphaTestCase request, String name, {String? updateMask, String? $fields}) Future<GoogleCloudIntegrationsV1alphaTestCase>
Updates a test case
takeoverEditLock(GoogleCloudIntegrationsV1alphaTakeoverTestCaseEditLockRequest request, String name, {String? $fields}) Future<GoogleCloudIntegrationsV1alphaTestCase>
Clear the lock fields and assign them to current user
toString() String
A string representation of this object.
inherited
upload(GoogleCloudIntegrationsV1alphaUploadTestCaseRequest request, String parent, {String? $fields}) Future<GoogleCloudIntegrationsV1alphaUploadTestCaseResponse>
Uploads a test case.

Operators

operator ==(Object other) bool
The equality operator.
inherited