ProjectsLocationsProductsIntegrationsResource class

Constructors

ProjectsLocationsProductsIntegrationsResource(ApiRequester client)

Properties

executions ProjectsLocationsProductsIntegrationsExecutionsResource
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 ProjectsLocationsProductsIntegrationsVersionsResource
no setter

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

Operators

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