📂 File Browser

AgentAI/vendor/google/apiclient-services/src/CloudDataplex/Resource
🌙 Dark Mode
🎯 Quick Launch:

📁 Directories

📄 Files

🐘 Organizations.php
▶ Open 📄 View Source
🐘 OrganizationsLocations.php
▶ Open 📄 View Source
🐘 OrganizationsLocationsEncryptionConfigs.php
▶ Open 📄 View Source
🐘 OrganizationsLocationsOperations.php
▶ Open 📄 View Source
🐘 Projects.php
▶ Open 📄 View Source
🐘 ProjectsLocations.php
▶ Open 📄 View Source
🐘 ProjectsLocationsAspectTypes.php
▶ Open 📄 View Source
🐘 ProjectsLocationsChangeRequests.php
▶ Open 📄 View Source
🐘 ProjectsLocationsDataAttributeBindings.php
▶ Open 📄 View Source
🐘 ProjectsLocationsDataDomains.php
▶ Open 📄 View Source
🐘 ProjectsLocationsDataProducts.php
▶ Open 📄 View Source
🐘 ProjectsLocationsDataProductsDataAssets.php
▶ Open 📄 View Source
🐘 ProjectsLocationsDataScans.php
▶ Open 📄 View Source
🐘 ProjectsLocationsDataScansJobs.php
▶ Open 📄 View Source
🐘 ProjectsLocationsDataTaxonomies.php
▶ Open 📄 View Source
🐘 ProjectsLocationsDataTaxonomiesAttributes.php
▶ Open 📄 View Source
🐘 ProjectsLocationsEntryGroups.php
▶ Open 📄 View Source
🐘 ProjectsLocationsEntryGroupsEntries.php
▶ Open 📄 View Source
🐘 ProjectsLocationsEntryGroupsEntryLinks.php
▶ Open 📄 View Source
🐘 ProjectsLocationsEntryLinkTypes.php
▶ Open 📄 View Source
🐘 ProjectsLocationsEntryTypes.php
▶ Open 📄 View Source
🐘 ProjectsLocationsGlossaries.php
▶ Open 📄 View Source
🐘 ProjectsLocationsGlossariesCategories.php
▶ Open 📄 View Source
🐘 ProjectsLocationsGlossariesTerms.php
▶ Open 📄 View Source
🐘 ProjectsLocationsGovernanceRules.php
▶ Open 📄 View Source
🐘 ProjectsLocationsLakes.php
▶ Open 📄 View Source
🐘 ProjectsLocationsLakesActions.php
▶ Open 📄 View Source
🐘 ProjectsLocationsLakesContent.php
▶ Open 📄 View Source
🐘 ProjectsLocationsLakesContentitems.php
▶ Open 📄 View Source
🐘 ProjectsLocationsLakesEnvironments.php
▶ Open 📄 View Source
🐘 ProjectsLocationsLakesEnvironmentsSessions.php
▶ Open 📄 View Source
🐘 ProjectsLocationsLakesTasks.php
▶ Open 📄 View Source
🐘 ProjectsLocationsLakesTasksJobs.php
▶ Open 📄 View Source
🐘 ProjectsLocationsLakesZones.php
▶ Open 📄 View Source
🐘 ProjectsLocationsLakesZonesActions.php
▶ Open 📄 View Source
🐘 ProjectsLocationsLakesZonesAssets.php
▶ Open 📄 View Source
🐘 ProjectsLocationsLakesZonesAssetsActions.php
▶ Open 📄 View Source
🐘 ProjectsLocationsLakesZonesEntities.php
▶ Open 📄 View Source
🐘 ProjectsLocationsLakesZonesEntitiesPartitions.php
▶ Open 📄 View Source
🐘 ProjectsLocationsMetadataFeeds.php
▶ Open 📄 View Source
🐘 ProjectsLocationsMetadataJobs.php
▶ Open 📄 View Source
🐘 ProjectsLocationsOperations.php
▶ Open 📄 View Source
🐘 ProjectsLocationsPolicyIntents.php
▶ Open 📄 View Source

📄 Source: Projects.php

<?php
/*
 * Copyright 2014 Google Inc.
 *
 * Licensed under the Apache License, Version 2.0 (the "License"); you may not
 * use this file except in compliance with the License. You may obtain a copy of
 * the License at
 *
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
 * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 * License for the specific language governing permissions and limitations under
 * the License.
 */

namespace Google\Service\CloudDataplex\Resource;

/**
 * The "projects" collection of methods.
 * Typical usage is:
 *  <code>
 *   $dataplexService = new Google\Service\CloudDataplex(...);
 *   $projects = $dataplexService->projects;
 *  </code>
 */
class Projects extends \Google\Service\Resource
{
}

// Adding a class alias for backwards compatibility with the previous class name.
class_alias(Projects::class, 'Google_Service_CloudDataplex_Resource_Projects');
← Back