ProjectsLocationsIntegrationsResource class

Constructors

ProjectsLocationsIntegrationsResource(ApiRequester client)

Properties

executions ProjectsLocationsIntegrationsExecutionsResource
no setter
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
versions ProjectsLocationsIntegrationsVersionsResource
no setter

Methods

delete(String name, {String? $fields}) Future<GoogleProtobufEmpty>
Delete the selected integration and all versions inside
execute(GoogleCloudIntegrationsV1alphaExecuteIntegrationsRequest request, String name, {String? $fields}) Future<GoogleCloudIntegrationsV1alphaExecuteIntegrationsResponse>
Executes integrations synchronously by passing the trigger id in the request body.
executeEvent(String name, {String? triggerId, String? $fields}) Future<GoogleCloudIntegrationsV1alphaExecuteEventResponse>
Executes an integration on receiving events from Integration Connector triggers, Eventarc or CPS Trigger.
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

Operators

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