ProjectsLocationsProductsIntegrationsResource class
Methods
-
execute(GoogleCloudIntegrationsV1alphaExecuteIntegrationsRequest request, String name, {String? $fields})
→ Future<GoogleCloudIntegrationsV1alphaExecuteIntegrationsResponse>
-
Executes integrations synchronously by passing the trigger id in the
request body.
-
list(String parent, {String? filter, String? orderBy, int? pageSize, String? pageToken, String? $fields})
→ Future<GoogleCloudIntegrationsV1alphaListIntegrationsResponse>
-
Returns the list of all integrations in the specified project.
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
schedule(GoogleCloudIntegrationsV1alphaScheduleIntegrationsRequest request, String name, {String? $fields})
→ Future<GoogleCloudIntegrationsV1alphaScheduleIntegrationsResponse>
-
Schedules an integration for execution by passing the trigger id and the
scheduled time in the request body.
-
test(GoogleCloudIntegrationsV1alphaTestIntegrationsRequest request, String name, {String? $fields})
→ Future<GoogleCloudIntegrationsV1alphaTestIntegrationsResponse>
-
Execute the integration in draft state
-
toString()
→ String
-
A string representation of this object.
inherited