ProjectsLocationsProductsIntegrationtemplatesVersions
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)
GoogleCloudIntegrationsV1alphaIntegrationTemplateVersion
get(string $name, array $optParams = [])
Returns an IntegrationTemplateVersion in the specified project.
(versions.get)
GoogleCloudIntegrationsV1alphaListIntegrationTemplateVersionsResponse
listProjectsLocationsProductsIntegrationtemplatesVersions(string $parent, array $optParams = [])
Returns the list of all IntegrationTemplateVersions in the specified project.
(versions.listProjectsLocationsProductsIntegrationtemplatesVersions)