974 lines
31 KiB
PHP
974 lines
31 KiB
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;
|
||
|
|
|
||
|
|
use Google\Client;
|
||
|
|
|
||
|
|
/**
|
||
|
|
* Service definition for BeyondCorp (v1).
|
||
|
|
*
|
||
|
|
* <p>
|
||
|
|
* Chrome Enterprise Premium is a secure enterprise browsing solution that
|
||
|
|
* provides secure access to applications and resources, and offers integrated
|
||
|
|
* threat and data protection. It adds an extra layer of security to safeguard
|
||
|
|
* your Chrome browser environment, including Data Loss Prevention (DLP), real-
|
||
|
|
* time URL and file scanning, and Context-Aware Access for SaaS and web apps.</p>
|
||
|
|
*
|
||
|
|
* <p>
|
||
|
|
* For more information about this service, see the API
|
||
|
|
* <a href="https://cloud.google.com/" target="_blank">Documentation</a>
|
||
|
|
* </p>
|
||
|
|
*
|
||
|
|
* @author Google, Inc.
|
||
|
|
*/
|
||
|
|
class BeyondCorp extends \Google\Service
|
||
|
|
{
|
||
|
|
/** See, edit, configure, and delete your Google Cloud data and see the email address for your Google Account.. */
|
||
|
|
const CLOUD_PLATFORM =
|
||
|
|
"https://www.googleapis.com/auth/cloud-platform";
|
||
|
|
|
||
|
|
public $organizations_locations_operations;
|
||
|
|
public $projects_locations;
|
||
|
|
public $projects_locations_appConnections;
|
||
|
|
public $projects_locations_appConnectors;
|
||
|
|
public $projects_locations_appGateways;
|
||
|
|
public $projects_locations_operations;
|
||
|
|
public $projects_locations_securityGateways;
|
||
|
|
public $projects_locations_securityGateways_applications;
|
||
|
|
public $rootUrlTemplate;
|
||
|
|
|
||
|
|
/**
|
||
|
|
* Constructs the internal representation of the BeyondCorp service.
|
||
|
|
*
|
||
|
|
* @param Client|array $clientOrConfig The client used to deliver requests, or a
|
||
|
|
* config array to pass to a new Client instance.
|
||
|
|
* @param string $rootUrl The root URL used for requests to the service.
|
||
|
|
*/
|
||
|
|
public function __construct($clientOrConfig = [], $rootUrl = null)
|
||
|
|
{
|
||
|
|
parent::__construct($clientOrConfig);
|
||
|
|
$this->rootUrl = $rootUrl ?: 'https://beyondcorp.googleapis.com/';
|
||
|
|
$this->rootUrlTemplate = $rootUrl ?: 'https://beyondcorp.UNIVERSE_DOMAIN/';
|
||
|
|
$this->servicePath = '';
|
||
|
|
$this->batchPath = 'batch';
|
||
|
|
$this->version = 'v1';
|
||
|
|
$this->serviceName = 'beyondcorp';
|
||
|
|
|
||
|
|
$this->organizations_locations_operations = new BeyondCorp\Resource\OrganizationsLocationsOperations(
|
||
|
|
$this,
|
||
|
|
$this->serviceName,
|
||
|
|
'operations',
|
||
|
|
[
|
||
|
|
'methods' => [
|
||
|
|
'cancel' => [
|
||
|
|
'path' => 'v1/{+name}:cancel',
|
||
|
|
'httpMethod' => 'POST',
|
||
|
|
'parameters' => [
|
||
|
|
'name' => [
|
||
|
|
'location' => 'path',
|
||
|
|
'type' => 'string',
|
||
|
|
'required' => true,
|
||
|
|
],
|
||
|
|
],
|
||
|
|
],'delete' => [
|
||
|
|
'path' => 'v1/{+name}',
|
||
|
|
'httpMethod' => 'DELETE',
|
||
|
|
'parameters' => [
|
||
|
|
'name' => [
|
||
|
|
'location' => 'path',
|
||
|
|
'type' => 'string',
|
||
|
|
'required' => true,
|
||
|
|
],
|
||
|
|
],
|
||
|
|
],'get' => [
|
||
|
|
'path' => 'v1/{+name}',
|
||
|
|
'httpMethod' => 'GET',
|
||
|
|
'parameters' => [
|
||
|
|
'name' => [
|
||
|
|
'location' => 'path',
|
||
|
|
'type' => 'string',
|
||
|
|
'required' => true,
|
||
|
|
],
|
||
|
|
],
|
||
|
|
],'list' => [
|
||
|
|
'path' => 'v1/{+name}/operations',
|
||
|
|
'httpMethod' => 'GET',
|
||
|
|
'parameters' => [
|
||
|
|
'name' => [
|
||
|
|
'location' => 'path',
|
||
|
|
'type' => 'string',
|
||
|
|
'required' => true,
|
||
|
|
],
|
||
|
|
'filter' => [
|
||
|
|
'location' => 'query',
|
||
|
|
'type' => 'string',
|
||
|
|
],
|
||
|
|
'pageSize' => [
|
||
|
|
'location' => 'query',
|
||
|
|
'type' => 'integer',
|
||
|
|
],
|
||
|
|
'pageToken' => [
|
||
|
|
'location' => 'query',
|
||
|
|
'type' => 'string',
|
||
|
|
],
|
||
|
|
'returnPartialSuccess' => [
|
||
|
|
'location' => 'query',
|
||
|
|
'type' => 'boolean',
|
||
|
|
],
|
||
|
|
],
|
||
|
|
],
|
||
|
|
]
|
||
|
|
]
|
||
|
|
);
|
||
|
|
$this->projects_locations = new BeyondCorp\Resource\ProjectsLocations(
|
||
|
|
$this,
|
||
|
|
$this->serviceName,
|
||
|
|
'locations',
|
||
|
|
[
|
||
|
|
'methods' => [
|
||
|
|
'get' => [
|
||
|
|
'path' => 'v1/{+name}',
|
||
|
|
'httpMethod' => 'GET',
|
||
|
|
'parameters' => [
|
||
|
|
'name' => [
|
||
|
|
'location' => 'path',
|
||
|
|
'type' => 'string',
|
||
|
|
'required' => true,
|
||
|
|
],
|
||
|
|
],
|
||
|
|
],'list' => [
|
||
|
|
'path' => 'v1/{+name}/locations',
|
||
|
|
'httpMethod' => 'GET',
|
||
|
|
'parameters' => [
|
||
|
|
'name' => [
|
||
|
|
'location' => 'path',
|
||
|
|
'type' => 'string',
|
||
|
|
'required' => true,
|
||
|
|
],
|
||
|
|
'extraLocationTypes' => [
|
||
|
|
'location' => 'query',
|
||
|
|
'type' => 'string',
|
||
|
|
'repeated' => true,
|
||
|
|
],
|
||
|
|
'filter' => [
|
||
|
|
'location' => 'query',
|
||
|
|
'type' => 'string',
|
||
|
|
],
|
||
|
|
'pageSize' => [
|
||
|
|
'location' => 'query',
|
||
|
|
'type' => 'integer',
|
||
|
|
],
|
||
|
|
'pageToken' => [
|
||
|
|
'location' => 'query',
|
||
|
|
'type' => 'string',
|
||
|
|
],
|
||
|
|
],
|
||
|
|
],
|
||
|
|
]
|
||
|
|
]
|
||
|
|
);
|
||
|
|
$this->projects_locations_appConnections = new BeyondCorp\Resource\ProjectsLocationsAppConnections(
|
||
|
|
$this,
|
||
|
|
$this->serviceName,
|
||
|
|
'appConnections',
|
||
|
|
[
|
||
|
|
'methods' => [
|
||
|
|
'create' => [
|
||
|
|
'path' => 'v1/{+parent}/appConnections',
|
||
|
|
'httpMethod' => 'POST',
|
||
|
|
'parameters' => [
|
||
|
|
'parent' => [
|
||
|
|
'location' => 'path',
|
||
|
|
'type' => 'string',
|
||
|
|
'required' => true,
|
||
|
|
],
|
||
|
|
'appConnectionId' => [
|
||
|
|
'location' => 'query',
|
||
|
|
'type' => 'string',
|
||
|
|
],
|
||
|
|
'requestId' => [
|
||
|
|
'location' => 'query',
|
||
|
|
'type' => 'string',
|
||
|
|
],
|
||
|
|
'validateOnly' => [
|
||
|
|
'location' => 'query',
|
||
|
|
'type' => 'boolean',
|
||
|
|
],
|
||
|
|
],
|
||
|
|
],'delete' => [
|
||
|
|
'path' => 'v1/{+name}',
|
||
|
|
'httpMethod' => 'DELETE',
|
||
|
|
'parameters' => [
|
||
|
|
'name' => [
|
||
|
|
'location' => 'path',
|
||
|
|
'type' => 'string',
|
||
|
|
'required' => true,
|
||
|
|
],
|
||
|
|
'requestId' => [
|
||
|
|
'location' => 'query',
|
||
|
|
'type' => 'string',
|
||
|
|
],
|
||
|
|
'validateOnly' => [
|
||
|
|
'location' => 'query',
|
||
|
|
'type' => 'boolean',
|
||
|
|
],
|
||
|
|
],
|
||
|
|
],'get' => [
|
||
|
|
'path' => 'v1/{+name}',
|
||
|
|
'httpMethod' => 'GET',
|
||
|
|
'parameters' => [
|
||
|
|
'name' => [
|
||
|
|
'location' => 'path',
|
||
|
|
'type' => 'string',
|
||
|
|
'required' => true,
|
||
|
|
],
|
||
|
|
],
|
||
|
|
],'getIamPolicy' => [
|
||
|
|
'path' => 'v1/{+resource}:getIamPolicy',
|
||
|
|
'httpMethod' => 'GET',
|
||
|
|
'parameters' => [
|
||
|
|
'resource' => [
|
||
|
|
'location' => 'path',
|
||
|
|
'type' => 'string',
|
||
|
|
'required' => true,
|
||
|
|
],
|
||
|
|
'options.requestedPolicyVersion' => [
|
||
|
|
'location' => 'query',
|
||
|
|
'type' => 'integer',
|
||
|
|
],
|
||
|
|
],
|
||
|
|
],'list' => [
|
||
|
|
'path' => 'v1/{+parent}/appConnections',
|
||
|
|
'httpMethod' => 'GET',
|
||
|
|
'parameters' => [
|
||
|
|
'parent' => [
|
||
|
|
'location' => 'path',
|
||
|
|
'type' => 'string',
|
||
|
|
'required' => true,
|
||
|
|
],
|
||
|
|
'filter' => [
|
||
|
|
'location' => 'query',
|
||
|
|
'type' => 'string',
|
||
|
|
],
|
||
|
|
'orderBy' => [
|
||
|
|
'location' => 'query',
|
||
|
|
'type' => 'string',
|
||
|
|
],
|
||
|
|
'pageSize' => [
|
||
|
|
'location' => 'query',
|
||
|
|
'type' => 'integer',
|
||
|
|
],
|
||
|
|
'pageToken' => [
|
||
|
|
'location' => 'query',
|
||
|
|
'type' => 'string',
|
||
|
|
],
|
||
|
|
],
|
||
|
|
],'patch' => [
|
||
|
|
'path' => 'v1/{+name}',
|
||
|
|
'httpMethod' => 'PATCH',
|
||
|
|
'parameters' => [
|
||
|
|
'name' => [
|
||
|
|
'location' => 'path',
|
||
|
|
'type' => 'string',
|
||
|
|
'required' => true,
|
||
|
|
],
|
||
|
|
'allowMissing' => [
|
||
|
|
'location' => 'query',
|
||
|
|
'type' => 'boolean',
|
||
|
|
],
|
||
|
|
'requestId' => [
|
||
|
|
'location' => 'query',
|
||
|
|
'type' => 'string',
|
||
|
|
],
|
||
|
|
'updateMask' => [
|
||
|
|
'location' => 'query',
|
||
|
|
'type' => 'string',
|
||
|
|
],
|
||
|
|
'validateOnly' => [
|
||
|
|
'location' => 'query',
|
||
|
|
'type' => 'boolean',
|
||
|
|
],
|
||
|
|
],
|
||
|
|
],'resolve' => [
|
||
|
|
'path' => 'v1/{+parent}/appConnections:resolve',
|
||
|
|
'httpMethod' => 'GET',
|
||
|
|
'parameters' => [
|
||
|
|
'parent' => [
|
||
|
|
'location' => 'path',
|
||
|
|
'type' => 'string',
|
||
|
|
'required' => true,
|
||
|
|
],
|
||
|
|
'appConnectorId' => [
|
||
|
|
'location' => 'query',
|
||
|
|
'type' => 'string',
|
||
|
|
],
|
||
|
|
'pageSize' => [
|
||
|
|
'location' => 'query',
|
||
|
|
'type' => 'integer',
|
||
|
|
],
|
||
|
|
'pageToken' => [
|
||
|
|
'location' => 'query',
|
||
|
|
'type' => 'string',
|
||
|
|
],
|
||
|
|
],
|
||
|
|
],'setIamPolicy' => [
|
||
|
|
'path' => 'v1/{+resource}:setIamPolicy',
|
||
|
|
'httpMethod' => 'POST',
|
||
|
|
'parameters' => [
|
||
|
|
'resource' => [
|
||
|
|
'location' => 'path',
|
||
|
|
'type' => 'string',
|
||
|
|
'required' => true,
|
||
|
|
],
|
||
|
|
],
|
||
|
|
],'testIamPermissions' => [
|
||
|
|
'path' => 'v1/{+resource}:testIamPermissions',
|
||
|
|
'httpMethod' => 'POST',
|
||
|
|
'parameters' => [
|
||
|
|
'resource' => [
|
||
|
|
'location' => 'path',
|
||
|
|
'type' => 'string',
|
||
|
|
'required' => true,
|
||
|
|
],
|
||
|
|
],
|
||
|
|
],
|
||
|
|
]
|
||
|
|
]
|
||
|
|
);
|
||
|
|
$this->projects_locations_appConnectors = new BeyondCorp\Resource\ProjectsLocationsAppConnectors(
|
||
|
|
$this,
|
||
|
|
$this->serviceName,
|
||
|
|
'appConnectors',
|
||
|
|
[
|
||
|
|
'methods' => [
|
||
|
|
'create' => [
|
||
|
|
'path' => 'v1/{+parent}/appConnectors',
|
||
|
|
'httpMethod' => 'POST',
|
||
|
|
'parameters' => [
|
||
|
|
'parent' => [
|
||
|
|
'location' => 'path',
|
||
|
|
'type' => 'string',
|
||
|
|
'required' => true,
|
||
|
|
],
|
||
|
|
'appConnectorId' => [
|
||
|
|
'location' => 'query',
|
||
|
|
'type' => 'string',
|
||
|
|
],
|
||
|
|
'requestId' => [
|
||
|
|
'location' => 'query',
|
||
|
|
'type' => 'string',
|
||
|
|
],
|
||
|
|
'validateOnly' => [
|
||
|
|
'location' => 'query',
|
||
|
|
'type' => 'boolean',
|
||
|
|
],
|
||
|
|
],
|
||
|
|
],'delete' => [
|
||
|
|
'path' => 'v1/{+name}',
|
||
|
|
'httpMethod' => 'DELETE',
|
||
|
|
'parameters' => [
|
||
|
|
'name' => [
|
||
|
|
'location' => 'path',
|
||
|
|
'type' => 'string',
|
||
|
|
'required' => true,
|
||
|
|
],
|
||
|
|
'requestId' => [
|
||
|
|
'location' => 'query',
|
||
|
|
'type' => 'string',
|
||
|
|
],
|
||
|
|
'validateOnly' => [
|
||
|
|
'location' => 'query',
|
||
|
|
'type' => 'boolean',
|
||
|
|
],
|
||
|
|
],
|
||
|
|
],'get' => [
|
||
|
|
'path' => 'v1/{+name}',
|
||
|
|
'httpMethod' => 'GET',
|
||
|
|
'parameters' => [
|
||
|
|
'name' => [
|
||
|
|
'location' => 'path',
|
||
|
|
'type' => 'string',
|
||
|
|
'required' => true,
|
||
|
|
],
|
||
|
|
],
|
||
|
|
],'getIamPolicy' => [
|
||
|
|
'path' => 'v1/{+resource}:getIamPolicy',
|
||
|
|
'httpMethod' => 'GET',
|
||
|
|
'parameters' => [
|
||
|
|
'resource' => [
|
||
|
|
'location' => 'path',
|
||
|
|
'type' => 'string',
|
||
|
|
'required' => true,
|
||
|
|
],
|
||
|
|
'options.requestedPolicyVersion' => [
|
||
|
|
'location' => 'query',
|
||
|
|
'type' => 'integer',
|
||
|
|
],
|
||
|
|
],
|
||
|
|
],'list' => [
|
||
|
|
'path' => 'v1/{+parent}/appConnectors',
|
||
|
|
'httpMethod' => 'GET',
|
||
|
|
'parameters' => [
|
||
|
|
'parent' => [
|
||
|
|
'location' => 'path',
|
||
|
|
'type' => 'string',
|
||
|
|
'required' => true,
|
||
|
|
],
|
||
|
|
'filter' => [
|
||
|
|
'location' => 'query',
|
||
|
|
'type' => 'string',
|
||
|
|
],
|
||
|
|
'orderBy' => [
|
||
|
|
'location' => 'query',
|
||
|
|
'type' => 'string',
|
||
|
|
],
|
||
|
|
'pageSize' => [
|
||
|
|
'location' => 'query',
|
||
|
|
'type' => 'integer',
|
||
|
|
],
|
||
|
|
'pageToken' => [
|
||
|
|
'location' => 'query',
|
||
|
|
'type' => 'string',
|
||
|
|
],
|
||
|
|
],
|
||
|
|
],'patch' => [
|
||
|
|
'path' => 'v1/{+name}',
|
||
|
|
'httpMethod' => 'PATCH',
|
||
|
|
'parameters' => [
|
||
|
|
'name' => [
|
||
|
|
'location' => 'path',
|
||
|
|
'type' => 'string',
|
||
|
|
'required' => true,
|
||
|
|
],
|
||
|
|
'requestId' => [
|
||
|
|
'location' => 'query',
|
||
|
|
'type' => 'string',
|
||
|
|
],
|
||
|
|
'updateMask' => [
|
||
|
|
'location' => 'query',
|
||
|
|
'type' => 'string',
|
||
|
|
],
|
||
|
|
'validateOnly' => [
|
||
|
|
'location' => 'query',
|
||
|
|
'type' => 'boolean',
|
||
|
|
],
|
||
|
|
],
|
||
|
|
],'reportStatus' => [
|
||
|
|
'path' => 'v1/{+appConnector}:reportStatus',
|
||
|
|
'httpMethod' => 'POST',
|
||
|
|
'parameters' => [
|
||
|
|
'appConnector' => [
|
||
|
|
'location' => 'path',
|
||
|
|
'type' => 'string',
|
||
|
|
'required' => true,
|
||
|
|
],
|
||
|
|
],
|
||
|
|
],'resolveInstanceConfig' => [
|
||
|
|
'path' => 'v1/{+appConnector}:resolveInstanceConfig',
|
||
|
|
'httpMethod' => 'GET',
|
||
|
|
'parameters' => [
|
||
|
|
'appConnector' => [
|
||
|
|
'location' => 'path',
|
||
|
|
'type' => 'string',
|
||
|
|
'required' => true,
|
||
|
|
],
|
||
|
|
],
|
||
|
|
],'setIamPolicy' => [
|
||
|
|
'path' => 'v1/{+resource}:setIamPolicy',
|
||
|
|
'httpMethod' => 'POST',
|
||
|
|
'parameters' => [
|
||
|
|
'resource' => [
|
||
|
|
'location' => 'path',
|
||
|
|
'type' => 'string',
|
||
|
|
'required' => true,
|
||
|
|
],
|
||
|
|
],
|
||
|
|
],'testIamPermissions' => [
|
||
|
|
'path' => 'v1/{+resource}:testIamPermissions',
|
||
|
|
'httpMethod' => 'POST',
|
||
|
|
'parameters' => [
|
||
|
|
'resource' => [
|
||
|
|
'location' => 'path',
|
||
|
|
'type' => 'string',
|
||
|
|
'required' => true,
|
||
|
|
],
|
||
|
|
],
|
||
|
|
],
|
||
|
|
]
|
||
|
|
]
|
||
|
|
);
|
||
|
|
$this->projects_locations_appGateways = new BeyondCorp\Resource\ProjectsLocationsAppGateways(
|
||
|
|
$this,
|
||
|
|
$this->serviceName,
|
||
|
|
'appGateways',
|
||
|
|
[
|
||
|
|
'methods' => [
|
||
|
|
'create' => [
|
||
|
|
'path' => 'v1/{+parent}/appGateways',
|
||
|
|
'httpMethod' => 'POST',
|
||
|
|
'parameters' => [
|
||
|
|
'parent' => [
|
||
|
|
'location' => 'path',
|
||
|
|
'type' => 'string',
|
||
|
|
'required' => true,
|
||
|
|
],
|
||
|
|
'appGatewayId' => [
|
||
|
|
'location' => 'query',
|
||
|
|
'type' => 'string',
|
||
|
|
],
|
||
|
|
'requestId' => [
|
||
|
|
'location' => 'query',
|
||
|
|
'type' => 'string',
|
||
|
|
],
|
||
|
|
'validateOnly' => [
|
||
|
|
'location' => 'query',
|
||
|
|
'type' => 'boolean',
|
||
|
|
],
|
||
|
|
],
|
||
|
|
],'delete' => [
|
||
|
|
'path' => 'v1/{+name}',
|
||
|
|
'httpMethod' => 'DELETE',
|
||
|
|
'parameters' => [
|
||
|
|
'name' => [
|
||
|
|
'location' => 'path',
|
||
|
|
'type' => 'string',
|
||
|
|
'required' => true,
|
||
|
|
],
|
||
|
|
'requestId' => [
|
||
|
|
'location' => 'query',
|
||
|
|
'type' => 'string',
|
||
|
|
],
|
||
|
|
'validateOnly' => [
|
||
|
|
'location' => 'query',
|
||
|
|
'type' => 'boolean',
|
||
|
|
],
|
||
|
|
],
|
||
|
|
],'get' => [
|
||
|
|
'path' => 'v1/{+name}',
|
||
|
|
'httpMethod' => 'GET',
|
||
|
|
'parameters' => [
|
||
|
|
'name' => [
|
||
|
|
'location' => 'path',
|
||
|
|
'type' => 'string',
|
||
|
|
'required' => true,
|
||
|
|
],
|
||
|
|
],
|
||
|
|
],'getIamPolicy' => [
|
||
|
|
'path' => 'v1/{+resource}:getIamPolicy',
|
||
|
|
'httpMethod' => 'GET',
|
||
|
|
'parameters' => [
|
||
|
|
'resource' => [
|
||
|
|
'location' => 'path',
|
||
|
|
'type' => 'string',
|
||
|
|
'required' => true,
|
||
|
|
],
|
||
|
|
'options.requestedPolicyVersion' => [
|
||
|
|
'location' => 'query',
|
||
|
|
'type' => 'integer',
|
||
|
|
],
|
||
|
|
],
|
||
|
|
],'list' => [
|
||
|
|
'path' => 'v1/{+parent}/appGateways',
|
||
|
|
'httpMethod' => 'GET',
|
||
|
|
'parameters' => [
|
||
|
|
'parent' => [
|
||
|
|
'location' => 'path',
|
||
|
|
'type' => 'string',
|
||
|
|
'required' => true,
|
||
|
|
],
|
||
|
|
'filter' => [
|
||
|
|
'location' => 'query',
|
||
|
|
'type' => 'string',
|
||
|
|
],
|
||
|
|
'orderBy' => [
|
||
|
|
'location' => 'query',
|
||
|
|
'type' => 'string',
|
||
|
|
],
|
||
|
|
'pageSize' => [
|
||
|
|
'location' => 'query',
|
||
|
|
'type' => 'integer',
|
||
|
|
],
|
||
|
|
'pageToken' => [
|
||
|
|
'location' => 'query',
|
||
|
|
'type' => 'string',
|
||
|
|
],
|
||
|
|
],
|
||
|
|
],'setIamPolicy' => [
|
||
|
|
'path' => 'v1/{+resource}:setIamPolicy',
|
||
|
|
'httpMethod' => 'POST',
|
||
|
|
'parameters' => [
|
||
|
|
'resource' => [
|
||
|
|
'location' => 'path',
|
||
|
|
'type' => 'string',
|
||
|
|
'required' => true,
|
||
|
|
],
|
||
|
|
],
|
||
|
|
],'testIamPermissions' => [
|
||
|
|
'path' => 'v1/{+resource}:testIamPermissions',
|
||
|
|
'httpMethod' => 'POST',
|
||
|
|
'parameters' => [
|
||
|
|
'resource' => [
|
||
|
|
'location' => 'path',
|
||
|
|
'type' => 'string',
|
||
|
|
'required' => true,
|
||
|
|
],
|
||
|
|
],
|
||
|
|
],
|
||
|
|
]
|
||
|
|
]
|
||
|
|
);
|
||
|
|
$this->projects_locations_operations = new BeyondCorp\Resource\ProjectsLocationsOperations(
|
||
|
|
$this,
|
||
|
|
$this->serviceName,
|
||
|
|
'operations',
|
||
|
|
[
|
||
|
|
'methods' => [
|
||
|
|
'cancel' => [
|
||
|
|
'path' => 'v1/{+name}:cancel',
|
||
|
|
'httpMethod' => 'POST',
|
||
|
|
'parameters' => [
|
||
|
|
'name' => [
|
||
|
|
'location' => 'path',
|
||
|
|
'type' => 'string',
|
||
|
|
'required' => true,
|
||
|
|
],
|
||
|
|
],
|
||
|
|
],'delete' => [
|
||
|
|
'path' => 'v1/{+name}',
|
||
|
|
'httpMethod' => 'DELETE',
|
||
|
|
'parameters' => [
|
||
|
|
'name' => [
|
||
|
|
'location' => 'path',
|
||
|
|
'type' => 'string',
|
||
|
|
'required' => true,
|
||
|
|
],
|
||
|
|
],
|
||
|
|
],'get' => [
|
||
|
|
'path' => 'v1/{+name}',
|
||
|
|
'httpMethod' => 'GET',
|
||
|
|
'parameters' => [
|
||
|
|
'name' => [
|
||
|
|
'location' => 'path',
|
||
|
|
'type' => 'string',
|
||
|
|
'required' => true,
|
||
|
|
],
|
||
|
|
],
|
||
|
|
],'list' => [
|
||
|
|
'path' => 'v1/{+name}/operations',
|
||
|
|
'httpMethod' => 'GET',
|
||
|
|
'parameters' => [
|
||
|
|
'name' => [
|
||
|
|
'location' => 'path',
|
||
|
|
'type' => 'string',
|
||
|
|
'required' => true,
|
||
|
|
],
|
||
|
|
'filter' => [
|
||
|
|
'location' => 'query',
|
||
|
|
'type' => 'string',
|
||
|
|
],
|
||
|
|
'pageSize' => [
|
||
|
|
'location' => 'query',
|
||
|
|
'type' => 'integer',
|
||
|
|
],
|
||
|
|
'pageToken' => [
|
||
|
|
'location' => 'query',
|
||
|
|
'type' => 'string',
|
||
|
|
],
|
||
|
|
'returnPartialSuccess' => [
|
||
|
|
'location' => 'query',
|
||
|
|
'type' => 'boolean',
|
||
|
|
],
|
||
|
|
],
|
||
|
|
],
|
||
|
|
]
|
||
|
|
]
|
||
|
|
);
|
||
|
|
$this->projects_locations_securityGateways = new BeyondCorp\Resource\ProjectsLocationsSecurityGateways(
|
||
|
|
$this,
|
||
|
|
$this->serviceName,
|
||
|
|
'securityGateways',
|
||
|
|
[
|
||
|
|
'methods' => [
|
||
|
|
'create' => [
|
||
|
|
'path' => 'v1/{+parent}/securityGateways',
|
||
|
|
'httpMethod' => 'POST',
|
||
|
|
'parameters' => [
|
||
|
|
'parent' => [
|
||
|
|
'location' => 'path',
|
||
|
|
'type' => 'string',
|
||
|
|
'required' => true,
|
||
|
|
],
|
||
|
|
'requestId' => [
|
||
|
|
'location' => 'query',
|
||
|
|
'type' => 'string',
|
||
|
|
],
|
||
|
|
'securityGatewayId' => [
|
||
|
|
'location' => 'query',
|
||
|
|
'type' => 'string',
|
||
|
|
],
|
||
|
|
],
|
||
|
|
],'delete' => [
|
||
|
|
'path' => 'v1/{+name}',
|
||
|
|
'httpMethod' => 'DELETE',
|
||
|
|
'parameters' => [
|
||
|
|
'name' => [
|
||
|
|
'location' => 'path',
|
||
|
|
'type' => 'string',
|
||
|
|
'required' => true,
|
||
|
|
],
|
||
|
|
'requestId' => [
|
||
|
|
'location' => 'query',
|
||
|
|
'type' => 'string',
|
||
|
|
],
|
||
|
|
'validateOnly' => [
|
||
|
|
'location' => 'query',
|
||
|
|
'type' => 'boolean',
|
||
|
|
],
|
||
|
|
],
|
||
|
|
],'get' => [
|
||
|
|
'path' => 'v1/{+name}',
|
||
|
|
'httpMethod' => 'GET',
|
||
|
|
'parameters' => [
|
||
|
|
'name' => [
|
||
|
|
'location' => 'path',
|
||
|
|
'type' => 'string',
|
||
|
|
'required' => true,
|
||
|
|
],
|
||
|
|
],
|
||
|
|
],'getIamPolicy' => [
|
||
|
|
'path' => 'v1/{+resource}:getIamPolicy',
|
||
|
|
'httpMethod' => 'GET',
|
||
|
|
'parameters' => [
|
||
|
|
'resource' => [
|
||
|
|
'location' => 'path',
|
||
|
|
'type' => 'string',
|
||
|
|
'required' => true,
|
||
|
|
],
|
||
|
|
'options.requestedPolicyVersion' => [
|
||
|
|
'location' => 'query',
|
||
|
|
'type' => 'integer',
|
||
|
|
],
|
||
|
|
],
|
||
|
|
],'list' => [
|
||
|
|
'path' => 'v1/{+parent}/securityGateways',
|
||
|
|
'httpMethod' => 'GET',
|
||
|
|
'parameters' => [
|
||
|
|
'parent' => [
|
||
|
|
'location' => 'path',
|
||
|
|
'type' => 'string',
|
||
|
|
'required' => true,
|
||
|
|
],
|
||
|
|
'filter' => [
|
||
|
|
'location' => 'query',
|
||
|
|
'type' => 'string',
|
||
|
|
],
|
||
|
|
'orderBy' => [
|
||
|
|
'location' => 'query',
|
||
|
|
'type' => 'string',
|
||
|
|
],
|
||
|
|
'pageSize' => [
|
||
|
|
'location' => 'query',
|
||
|
|
'type' => 'integer',
|
||
|
|
],
|
||
|
|
'pageToken' => [
|
||
|
|
'location' => 'query',
|
||
|
|
'type' => 'string',
|
||
|
|
],
|
||
|
|
],
|
||
|
|
],'patch' => [
|
||
|
|
'path' => 'v1/{+name}',
|
||
|
|
'httpMethod' => 'PATCH',
|
||
|
|
'parameters' => [
|
||
|
|
'name' => [
|
||
|
|
'location' => 'path',
|
||
|
|
'type' => 'string',
|
||
|
|
'required' => true,
|
||
|
|
],
|
||
|
|
'requestId' => [
|
||
|
|
'location' => 'query',
|
||
|
|
'type' => 'string',
|
||
|
|
],
|
||
|
|
'updateMask' => [
|
||
|
|
'location' => 'query',
|
||
|
|
'type' => 'string',
|
||
|
|
],
|
||
|
|
],
|
||
|
|
],'setIamPolicy' => [
|
||
|
|
'path' => 'v1/{+resource}:setIamPolicy',
|
||
|
|
'httpMethod' => 'POST',
|
||
|
|
'parameters' => [
|
||
|
|
'resource' => [
|
||
|
|
'location' => 'path',
|
||
|
|
'type' => 'string',
|
||
|
|
'required' => true,
|
||
|
|
],
|
||
|
|
],
|
||
|
|
],'testIamPermissions' => [
|
||
|
|
'path' => 'v1/{+resource}:testIamPermissions',
|
||
|
|
'httpMethod' => 'POST',
|
||
|
|
'parameters' => [
|
||
|
|
'resource' => [
|
||
|
|
'location' => 'path',
|
||
|
|
'type' => 'string',
|
||
|
|
'required' => true,
|
||
|
|
],
|
||
|
|
],
|
||
|
|
],
|
||
|
|
]
|
||
|
|
]
|
||
|
|
);
|
||
|
|
$this->projects_locations_securityGateways_applications = new BeyondCorp\Resource\ProjectsLocationsSecurityGatewaysApplications(
|
||
|
|
$this,
|
||
|
|
$this->serviceName,
|
||
|
|
'applications',
|
||
|
|
[
|
||
|
|
'methods' => [
|
||
|
|
'create' => [
|
||
|
|
'path' => 'v1/{+parent}/applications',
|
||
|
|
'httpMethod' => 'POST',
|
||
|
|
'parameters' => [
|
||
|
|
'parent' => [
|
||
|
|
'location' => 'path',
|
||
|
|
'type' => 'string',
|
||
|
|
'required' => true,
|
||
|
|
],
|
||
|
|
'applicationId' => [
|
||
|
|
'location' => 'query',
|
||
|
|
'type' => 'string',
|
||
|
|
],
|
||
|
|
'requestId' => [
|
||
|
|
'location' => 'query',
|
||
|
|
'type' => 'string',
|
||
|
|
],
|
||
|
|
],
|
||
|
|
],'delete' => [
|
||
|
|
'path' => 'v1/{+name}',
|
||
|
|
'httpMethod' => 'DELETE',
|
||
|
|
'parameters' => [
|
||
|
|
'name' => [
|
||
|
|
'location' => 'path',
|
||
|
|
'type' => 'string',
|
||
|
|
'required' => true,
|
||
|
|
],
|
||
|
|
'requestId' => [
|
||
|
|
'location' => 'query',
|
||
|
|
'type' => 'string',
|
||
|
|
],
|
||
|
|
'validateOnly' => [
|
||
|
|
'location' => 'query',
|
||
|
|
'type' => 'boolean',
|
||
|
|
],
|
||
|
|
],
|
||
|
|
],'get' => [
|
||
|
|
'path' => 'v1/{+name}',
|
||
|
|
'httpMethod' => 'GET',
|
||
|
|
'parameters' => [
|
||
|
|
'name' => [
|
||
|
|
'location' => 'path',
|
||
|
|
'type' => 'string',
|
||
|
|
'required' => true,
|
||
|
|
],
|
||
|
|
],
|
||
|
|
],'getIamPolicy' => [
|
||
|
|
'path' => 'v1/{+resource}:getIamPolicy',
|
||
|
|
'httpMethod' => 'GET',
|
||
|
|
'parameters' => [
|
||
|
|
'resource' => [
|
||
|
|
'location' => 'path',
|
||
|
|
'type' => 'string',
|
||
|
|
'required' => true,
|
||
|
|
],
|
||
|
|
'options.requestedPolicyVersion' => [
|
||
|
|
'location' => 'query',
|
||
|
|
'type' => 'integer',
|
||
|
|
],
|
||
|
|
],
|
||
|
|
],'list' => [
|
||
|
|
'path' => 'v1/{+parent}/applications',
|
||
|
|
'httpMethod' => 'GET',
|
||
|
|
'parameters' => [
|
||
|
|
'parent' => [
|
||
|
|
'location' => 'path',
|
||
|
|
'type' => 'string',
|
||
|
|
'required' => true,
|
||
|
|
],
|
||
|
|
'filter' => [
|
||
|
|
'location' => 'query',
|
||
|
|
'type' => 'string',
|
||
|
|
],
|
||
|
|
'orderBy' => [
|
||
|
|
'location' => 'query',
|
||
|
|
'type' => 'string',
|
||
|
|
],
|
||
|
|
'pageSize' => [
|
||
|
|
'location' => 'query',
|
||
|
|
'type' => 'integer',
|
||
|
|
],
|
||
|
|
'pageToken' => [
|
||
|
|
'location' => 'query',
|
||
|
|
'type' => 'string',
|
||
|
|
],
|
||
|
|
],
|
||
|
|
],'patch' => [
|
||
|
|
'path' => 'v1/{+name}',
|
||
|
|
'httpMethod' => 'PATCH',
|
||
|
|
'parameters' => [
|
||
|
|
'name' => [
|
||
|
|
'location' => 'path',
|
||
|
|
'type' => 'string',
|
||
|
|
'required' => true,
|
||
|
|
],
|
||
|
|
'requestId' => [
|
||
|
|
'location' => 'query',
|
||
|
|
'type' => 'string',
|
||
|
|
],
|
||
|
|
'updateMask' => [
|
||
|
|
'location' => 'query',
|
||
|
|
'type' => 'string',
|
||
|
|
],
|
||
|
|
],
|
||
|
|
],'setIamPolicy' => [
|
||
|
|
'path' => 'v1/{+resource}:setIamPolicy',
|
||
|
|
'httpMethod' => 'POST',
|
||
|
|
'parameters' => [
|
||
|
|
'resource' => [
|
||
|
|
'location' => 'path',
|
||
|
|
'type' => 'string',
|
||
|
|
'required' => true,
|
||
|
|
],
|
||
|
|
],
|
||
|
|
],'testIamPermissions' => [
|
||
|
|
'path' => 'v1/{+resource}:testIamPermissions',
|
||
|
|
'httpMethod' => 'POST',
|
||
|
|
'parameters' => [
|
||
|
|
'resource' => [
|
||
|
|
'location' => 'path',
|
||
|
|
'type' => 'string',
|
||
|
|
'required' => true,
|
||
|
|
],
|
||
|
|
],
|
||
|
|
],
|
||
|
|
]
|
||
|
|
]
|
||
|
|
);
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
// Adding a class alias for backwards compatibility with the previous class name.
|
||
|
|
class_alias(BeyondCorp::class, 'Google_Service_BeyondCorp');
|