ProjectsLocationsProductsIntegrationsVersionsResource 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(GoogleCloudIntegrationsV1alphaIntegrationVersion request, String parent, {bool? createSampleIntegrations, bool? newIntegration, String? $fields})
→ Future<GoogleCloudIntegrationsV1alphaIntegrationVersion>
-
Create a integration with a draft version in the specified project.
-
delete(String name, {String? $fields})
→ Future<GoogleProtobufEmpty>
-
Soft-deletes the integration.
-
download(String name, {String? fileFormat, List<String>? files, String? $fields})
→ Future<GoogleCloudIntegrationsV1alphaDownloadIntegrationVersionResponse>
-
Downloads an integration.
-
get(String name, {String? $fields})
→ Future<GoogleCloudIntegrationsV1alphaIntegrationVersion>
-
Get a integration in the specified project.
-
list(String parent, {String? fieldMask, String? filter, String? orderBy, int? pageSize, String? pageToken, String? $fields})
→ Future<GoogleCloudIntegrationsV1alphaListIntegrationVersionsResponse>
-
Returns the list of all integration versions in the specified project.
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
patch(GoogleCloudIntegrationsV1alphaIntegrationVersion request, String name, {String? updateMask, String? $fields})
→ Future<GoogleCloudIntegrationsV1alphaIntegrationVersion>
-
Update a integration with a draft version in the specified project.
-
publish(GoogleCloudIntegrationsV1alphaPublishIntegrationVersionRequest request, String name, {String? $fields})
→ Future<GoogleCloudIntegrationsV1alphaPublishIntegrationVersionResponse>
-
This RPC throws an exception if the integration is in ARCHIVED or ACTIVE
state.
-
takeoverEditLock(GoogleCloudIntegrationsV1alphaTakeoverEditLockRequest request, String integrationVersion, {String? $fields})
→ Future<GoogleCloudIntegrationsV1alphaTakeoverEditLockResponse>
-
Clears the
locked_by
and locked_at_timestamp
in the DRAFT version of
this integration.
-
toString()
→ String
-
A string representation of this object.
inherited
-
unpublish(GoogleCloudIntegrationsV1alphaUnpublishIntegrationVersionRequest request, String name, {String? $fields})
→ Future<GoogleProtobufEmpty>
-
Sets the status of the ACTIVE integration to SNAPSHOT with a new tag
"PREVIOUSLY_PUBLISHED" after validating it.
-
upload(GoogleCloudIntegrationsV1alphaUploadIntegrationVersionRequest request, String parent, {String? $fields})
→ Future<GoogleCloudIntegrationsV1alphaUploadIntegrationVersionResponse>
-
Uploads an integration.