📂 File Browser

/AgentAI/vendor/google/apiclient-services/src/NetworkServices/Resource
☀️ Light Mode
🎯 Quick Launch:

📁 Directories

📄 Files

🐘 Projects.php
▶ Open 📄 View Source
🐘 ProjectsLocations.php
▶ Open 📄 View Source
🐘 ProjectsLocationsAuthzExtensions.php
▶ Open 📄 View Source
🐘 ProjectsLocationsEdgeCacheKeysets.php
▶ Open 📄 View Source
🐘 ProjectsLocationsEdgeCacheOrigins.php
▶ Open 📄 View Source
🐘 ProjectsLocationsEdgeCacheServices.php
▶ Open 📄 View Source
🐘 ProjectsLocationsEndpointPolicies.php
▶ Open 📄 View Source
🐘 ProjectsLocationsGateways.php
▶ Open 📄 View Source
🐘 ProjectsLocationsGatewaysRouteViews.php
▶ Open 📄 View Source
🐘 ProjectsLocationsGrpcRoutes.php
▶ Open 📄 View Source
🐘 ProjectsLocationsHttpRoutes.php
▶ Open 📄 View Source
🐘 ProjectsLocationsLbEdgeExtensions.php
▶ Open 📄 View Source
🐘 ProjectsLocationsLbRouteExtensions.php
▶ Open 📄 View Source
🐘 ProjectsLocationsLbTrafficExtensions.php
▶ Open 📄 View Source
🐘 ProjectsLocationsMeshes.php
▶ Open 📄 View Source
🐘 ProjectsLocationsMeshesRouteViews.php
▶ Open 📄 View Source
🐘 ProjectsLocationsMulticastConsumerAssociations.php
▶ Open 📄 View Source
🐘 ProjectsLocationsMulticastDomainActivations.php
▶ Open 📄 View Source
🐘 ProjectsLocationsMulticastDomains.php
▶ Open 📄 View Source
🐘 ProjectsLocationsMulticastGroupDefinitions.php
▶ Open 📄 View Source
🐘 ProjectsLocationsMulticastGroups.php
▶ Open 📄 View Source
🐘 ProjectsLocationsOperations.php
▶ Open 📄 View Source
🐘 ProjectsLocationsServiceBindings.php
▶ Open 📄 View Source
🐘 ProjectsLocationsServiceLbPolicies.php
▶ Open 📄 View Source
🐘 ProjectsLocationsTcpRoutes.php
▶ Open 📄 View Source
🐘 ProjectsLocationsTlsRoutes.php
▶ Open 📄 View Source
🐘 ProjectsLocationsWasmPlugins.php
▶ Open 📄 View Source
🐘 ProjectsLocationsWasmPluginsVersions.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\NetworkServices\Resource;

/**
 * The "projects" collection of methods.
 * Typical usage is:
 *  <code>
 *   $networkservicesService = new Google\Service\NetworkServices(...);
 *   $projects = $networkservicesService->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_NetworkServices_Resource_Projects');
← Back