class ProjectsLocationsProductsIntegrationtemplatesVersions extends Resource (View source)

The "versions" collection of methods.

Typical usage is:

 $integrationsService = new Google\Service\Integrations(...);
 $versions = $integrationsService->projects_locations_products_integrationtemplates_versions;

Methods

create(string $parent, GoogleCloudIntegrationsV1alphaIntegrationTemplateVersion $postBody, array $optParams = [])

Creates an IntegrationTemplateVersion. (versions.create)

get(string $name, array $optParams = [])

Returns an IntegrationTemplateVersion in the specified project.

listProjectsLocationsProductsIntegrationtemplatesVersions(string $parent, array $optParams = [])

Returns the list of all IntegrationTemplateVersions in the specified project.

Details

GoogleCloudIntegrationsV1alphaIntegrationTemplateVersion create(string $parent, GoogleCloudIntegrationsV1alphaIntegrationTemplateVersion $postBody, array $optParams = [])

Creates an IntegrationTemplateVersion. (versions.create)

Parameters

string $parent

Required. The parent resource where this TemplateVersion will be created. Format: projects/{project}/location/{locatio n}/product/{product}/integrationtemplates/{integrationtemplate}

GoogleCloudIntegrationsV1alphaIntegrationTemplateVersion $postBody
array $optParams

Optional parameters.

Return Value

GoogleCloudIntegrationsV1alphaIntegrationTemplateVersion

Exceptions

Exception

GoogleCloudIntegrationsV1alphaIntegrationTemplateVersion get(string $name, array $optParams = [])

Returns an IntegrationTemplateVersion in the specified project.

(versions.get)

Parameters

string $name

Required. The TemplateVersion to retrieve. Format: projec ts/{project}/locations/{location}/products/{product}/integrationtemplates/{in tegrationtemplate}/versions/{version}

array $optParams

Optional parameters.

Return Value

GoogleCloudIntegrationsV1alphaIntegrationTemplateVersion

Exceptions

Exception

GoogleCloudIntegrationsV1alphaListIntegrationTemplateVersionsResponse listProjectsLocationsProductsIntegrationtemplatesVersions(string $parent, array $optParams = [])

Returns the list of all IntegrationTemplateVersions in the specified project.

(versions.listProjectsLocationsProductsIntegrationtemplatesVersions)

Parameters

string $parent

Required. Format: projects/{project}/location/{location }/product/{product}/integrationtemplates/{integrationtemplate}

array $optParams

Optional parameters.

Return Value

GoogleCloudIntegrationsV1alphaListIntegrationTemplateVersionsResponse

Exceptions

Exception