Skip to content

Commit

Permalink
Autogenerated update
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation committed Mar 23, 2021
1 parent 46b7168 commit 4258b43
Show file tree
Hide file tree
Showing 43 changed files with 1,082 additions and 60 deletions.
4 changes: 4 additions & 0 deletions src/Google/Service/Apigee.php
Original file line number Diff line number Diff line change
Expand Up @@ -1563,6 +1563,10 @@ public function __construct(Google_Client $client, $rootUrl = null)
'type' => 'string',
'required' => true,
),
'disableCache' => array(
'location' => 'query',
'type' => 'boolean',
),
'type' => array(
'location' => 'query',
'type' => 'string',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@

class Google_Service_Apigee_GoogleCloudApigeeV1GraphQLOperation extends Google_Collection
{
protected $collection_key = 'operationType';
protected $collection_key = 'operationTypes';
public $operation;
public $operationType;
public $operationTypes;

public function setOperation($operation)
{
Expand All @@ -29,12 +29,12 @@ public function getOperation()
{
return $this->operation;
}
public function setOperationType($operationType)
public function setOperationTypes($operationTypes)
{
$this->operationType = $operationType;
$this->operationTypes = $operationTypes;
}
public function getOperationType()
public function getOperationTypes()
{
return $this->operationType;
return $this->operationTypes;
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -26,18 +26,21 @@
class Google_Service_Apigee_Resource_OrganizationsEnvironmentsAnalyticsAdmin extends Google_Service_Resource
{
/**
* Get a list of metrics and dimensions which can be used for creating analytics
* queries and reports. Each schema element contains the name of the field with
* its associated type and if it is either custom field or standard field.
* (admin.getSchemav2)
* Gets a list of metrics and dimensions that can be used to create analytics
* queries and reports. Each schema element contains the name of the field, its
* associated type, and a flag indicating whether it is a standard or custom
* field. (admin.getSchemav2)
*
* @param string $name Required. The parent organization and environment names.
* Must be of the form
* @param string $name Required. Path to the schema. Use the following structure
* in your request:
* `organizations/{org}/environments/{env}/analytics/admin/schemav2`.
* @param array $optParams Optional parameters.
*
* @opt_param string type Required. Type refers to the dataset name whose schema
* needs to be retrieved E.g. type=fact or type=agg_cus1
* @opt_param bool disableCache Flag that specifies whether the schema is be
* read from the database or cache. Set to `true` to read the schema from the
* database. Defaults to cache.
* @opt_param string type Required. Name of the dataset for which you want to
* retrieve the schema. For example: `fact` or `agg_cus1`
* @return Google_Service_Apigee_GoogleCloudApigeeV1Schema
*/
public function getSchemav2($name, $optParams = array())
Expand Down
2 changes: 1 addition & 1 deletion src/Google/Service/Area120Tables.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ class Google_Service_Area120Tables extends Google_Service
/** See, edit, create, and delete all of your Google Drive files. */
const DRIVE =
"https://www.googleapis.com/auth/drive";
/** View and manage Google Drive files and folders that you have opened or created with this app. */
/** See, edit, create, and delete only the specific Google Drive files you use with this app. */
const DRIVE_FILE =
"https://www.googleapis.com/auth/drive.file";
/** See and download all your Google Drive files. */
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ public function countInstalledApps($customer, $optParams = array())
* in EBNF syntax. Note: OR operations are not supported in this filter.
* Supported filter fields: * last_active_date
* @opt_param string orderBy Field used to order results. Supported order by
* fields: * machine_name * device_id
* fields: * machine * device_id
* @opt_param string orgUnitId The ID of the organizational unit.
* @opt_param int pageSize Maximum number of results to return. Maximum and
* default are 100.
Expand Down
2 changes: 1 addition & 1 deletion src/Google/Service/CloudBuild.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
*/
class Google_Service_CloudBuild extends Google_Service
{
/** View and manage your data across Google Cloud Platform services. */
/** See, edit, configure, and delete your Google Cloud Platform data. */
const CLOUD_PLATFORM =
"https://www.googleapis.com/auth/cloud-platform";

Expand Down
16 changes: 16 additions & 0 deletions src/Google/Service/CloudBuild/Source.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ class Google_Service_CloudBuild_Source extends Google_Model
protected $repoSourceDataType = '';
protected $storageSourceType = 'Google_Service_CloudBuild_StorageSource';
protected $storageSourceDataType = '';
protected $storageSourceManifestType = 'Google_Service_CloudBuild_StorageSourceManifest';
protected $storageSourceManifestDataType = '';

/**
* @param Google_Service_CloudBuild_RepoSource
Expand Down Expand Up @@ -50,4 +52,18 @@ public function getStorageSource()
{
return $this->storageSource;
}
/**
* @param Google_Service_CloudBuild_StorageSourceManifest
*/
public function setStorageSourceManifest(Google_Service_CloudBuild_StorageSourceManifest $storageSourceManifest)
{
$this->storageSourceManifest = $storageSourceManifest;
}
/**
* @return Google_Service_CloudBuild_StorageSourceManifest
*/
public function getStorageSourceManifest()
{
return $this->storageSourceManifest;
}
}
16 changes: 16 additions & 0 deletions src/Google/Service/CloudBuild/SourceProvenance.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ class Google_Service_CloudBuild_SourceProvenance extends Google_Model
protected $resolvedRepoSourceDataType = '';
protected $resolvedStorageSourceType = 'Google_Service_CloudBuild_StorageSource';
protected $resolvedStorageSourceDataType = '';
protected $resolvedStorageSourceManifestType = 'Google_Service_CloudBuild_StorageSourceManifest';
protected $resolvedStorageSourceManifestDataType = '';

/**
* @param Google_Service_CloudBuild_FileHashes[]
Expand Down Expand Up @@ -66,4 +68,18 @@ public function getResolvedStorageSource()
{
return $this->resolvedStorageSource;
}
/**
* @param Google_Service_CloudBuild_StorageSourceManifest
*/
public function setResolvedStorageSourceManifest(Google_Service_CloudBuild_StorageSourceManifest $resolvedStorageSourceManifest)
{
$this->resolvedStorageSourceManifest = $resolvedStorageSourceManifest;
}
/**
* @return Google_Service_CloudBuild_StorageSourceManifest
*/
public function getResolvedStorageSourceManifest()
{
return $this->resolvedStorageSourceManifest;
}
}
48 changes: 48 additions & 0 deletions src/Google/Service/CloudBuild/StorageSourceManifest.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
<?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.
*/

class Google_Service_CloudBuild_StorageSourceManifest extends Google_Model
{
public $bucket;
public $generation;
public $object;

public function setBucket($bucket)
{
$this->bucket = $bucket;
}
public function getBucket()
{
return $this->bucket;
}
public function setGeneration($generation)
{
$this->generation = $generation;
}
public function getGeneration()
{
return $this->generation;
}
public function setObject($object)
{
$this->object = $object;
}
public function getObject()
{
return $this->object;
}
}
2 changes: 1 addition & 1 deletion src/Google/Service/CloudNaturalLanguage.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ class Google_Service_CloudNaturalLanguage extends Google_Service
/** Apply machine learning models to reveal the structure and meaning of text. */
const CLOUD_LANGUAGE =
"https://www.googleapis.com/auth/cloud-language";
/** View and manage your data across Google Cloud Platform services. */
/** See, edit, configure, and delete your Google Cloud Platform data. */
const CLOUD_PLATFORM =
"https://www.googleapis.com/auth/cloud-platform";

Expand Down
2 changes: 1 addition & 1 deletion src/Google/Service/CloudRuntimeConfig.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
*/
class Google_Service_CloudRuntimeConfig extends Google_Service
{
/** View and manage your data across Google Cloud Platform services. */
/** See, edit, configure, and delete your Google Cloud Platform data. */
const CLOUD_PLATFORM =
"https://www.googleapis.com/auth/cloud-platform";
/** Manage your Google Cloud Platform services' runtime configuration. */
Expand Down
73 changes: 73 additions & 0 deletions src/Google/Service/Cloudchannel.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ class Google_Service_Cloudchannel extends Google_Service

public $accounts;
public $accounts_channelPartnerLinks;
public $accounts_channelPartnerLinks_customers;
public $accounts_customers;
public $accounts_customers_entitlements;
public $accounts_offers;
Expand Down Expand Up @@ -202,6 +203,78 @@ public function __construct(Google_Client $client, $rootUrl = null)
)
)
);
$this->accounts_channelPartnerLinks_customers = new Google_Service_Cloudchannel_Resource_AccountsChannelPartnerLinksCustomers(
$this,
$this->serviceName,
'customers',
array(
'methods' => array(
'create' => array(
'path' => 'v1/{+parent}/customers',
'httpMethod' => 'POST',
'parameters' => array(
'parent' => array(
'location' => 'path',
'type' => 'string',
'required' => true,
),
),
),'delete' => array(
'path' => 'v1/{+name}',
'httpMethod' => 'DELETE',
'parameters' => array(
'name' => array(
'location' => 'path',
'type' => 'string',
'required' => true,
),
),
),'get' => array(
'path' => 'v1/{+name}',
'httpMethod' => 'GET',
'parameters' => array(
'name' => array(
'location' => 'path',
'type' => 'string',
'required' => true,
),
),
),'list' => array(
'path' => 'v1/{+parent}/customers',
'httpMethod' => 'GET',
'parameters' => array(
'parent' => array(
'location' => 'path',
'type' => 'string',
'required' => true,
),
'pageSize' => array(
'location' => 'query',
'type' => 'integer',
),
'pageToken' => array(
'location' => 'query',
'type' => 'string',
),
),
),'patch' => array(
'path' => 'v1/{+name}',
'httpMethod' => 'PATCH',
'parameters' => array(
'name' => array(
'location' => 'path',
'type' => 'string',
'required' => true,
),
'updateMask' => array(
'location' => 'query',
'type' => 'string',
),
),
),
)
)
);
$this->accounts_customers = new Google_Service_Cloudchannel_Resource_AccountsCustomers(
$this,
$this->serviceName,
Expand Down
Loading

0 comments on commit 4258b43

Please sign in to comment.