Mise à jour des librairies

This commit is contained in:
lars
2019-03-10 23:30:23 +01:00
parent 2040b7be39
commit 7df3d72953
3603 changed files with 233169 additions and 107764 deletions

View File

@@ -18,9 +18,25 @@
class Google_Service_Cloudbilling_Binding extends Google_Collection
{
protected $collection_key = 'members';
protected $conditionType = 'Google_Service_Cloudbilling_Expr';
protected $conditionDataType = '';
public $members;
public $role;
/**
* @param Google_Service_Cloudbilling_Expr
*/
public function setCondition(Google_Service_Cloudbilling_Expr $condition)
{
$this->condition = $condition;
}
/**
* @return Google_Service_Cloudbilling_Expr
*/
public function getCondition()
{
return $this->condition;
}
public function setMembers($members)
{
$this->members = $members;

View File

@@ -0,0 +1,57 @@
<?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_Cloudbilling_Expr extends Google_Model
{
public $description;
public $expression;
public $location;
public $title;
public function setDescription($description)
{
$this->description = $description;
}
public function getDescription()
{
return $this->description;
}
public function setExpression($expression)
{
$this->expression = $expression;
}
public function getExpression()
{
return $this->expression;
}
public function setLocation($location)
{
$this->location = $location;
}
public function getLocation()
{
return $this->location;
}
public function setTitle($title)
{
$this->title = $title;
}
public function getTitle()
{
return $this->title;
}
}

View File

@@ -27,15 +27,13 @@ class Google_Service_Cloudbilling_Resource_BillingAccounts extends Google_Servic
{
/**
* Creates a billing account. This method can only be used to create [billing
* subaccounts](https://cloud.google.com/billing/docs/concepts) for GCP
* subaccounts](https://cloud.google.com/billing/docs/concepts) by GCP
* resellers. When creating a subaccount, the current authenticated user must
* have the `billing.accounts.update` IAM permission on the master account,
* which is typically given to billing account
* [administrators](https://cloud.google.com/billing/docs/how-to/billing-
* access).
*
* > This method is currently in > [Beta](https://cloud.google.com/terms/launch-
* stages). (billingAccounts.create)
* access). This method will return an error if the master account has not been
* provisioned as a reseller account. (billingAccounts.create)
*
* @param Google_Service_Cloudbilling_BillingAccount $postBody
* @param array $optParams Optional parameters.
@@ -67,10 +65,7 @@ class Google_Service_Cloudbilling_Resource_BillingAccounts extends Google_Servic
* Gets the access control policy for a billing account. The caller must have
* the `billing.accounts.getIamPolicy` permission on the account, which is often
* given to billing account [viewers](https://cloud.google.com/billing/docs/how-
* to/billing-access).
*
* > This method is currently in > [Beta](https://cloud.google.com/terms/launch-
* stages). (billingAccounts.getIamPolicy)
* to/billing-access). (billingAccounts.getIamPolicy)
*
* @param string $resource REQUIRED: The resource for which the policy is being
* requested. See the operation documentation for the appropriate value for this
@@ -91,21 +86,18 @@ class Google_Service_Cloudbilling_Resource_BillingAccounts extends Google_Servic
*
* @param array $optParams Optional parameters.
*
* @opt_param string pageToken A token identifying a page of results to return.
* This should be a `next_page_token` value returned from a previous
* `ListBillingAccounts` call. If unspecified, the first page of results is
* returned.
* @opt_param int pageSize Requested page size. The maximum page size is 100;
* this is also the default.
* @opt_param string filter Options for how to filter the returned billing
* accounts. Currently this only supports filtering for
* [subaccounts](https://cloud.google.com/billing/docs/concepts) under a single
* provided reseller billing account. (e.g.
* "master_billing_account=billingAccounts/012345-678901-ABCDEF"). Boolean
* algebra and other fields are not currently supported.
*
* > This field is currently in > [Beta](https://cloud.google.com/terms/launch-
* stages).
* @opt_param string pageToken A token identifying a page of results to return.
* This should be a `next_page_token` value returned from a previous
* `ListBillingAccounts` call. If unspecified, the first page of results is
* returned.
* @opt_param int pageSize Requested page size. The maximum page size is 100;
* this is also the default.
* @return Google_Service_Cloudbilling_ListBillingAccountsResponse
*/
public function listBillingAccounts($optParams = array())
@@ -119,10 +111,7 @@ class Google_Service_Cloudbilling_Resource_BillingAccounts extends Google_Servic
* edited is `display_name`. The current authenticated user must have the
* `billing.accounts.update` IAM permission, which is typically given to the
* [administrator](https://cloud.google.com/billing/docs/how-to/billing-access)
* of the billing account.
*
* > This method is currently in > [Beta](https://cloud.google.com/terms/launch-
* stages). (billingAccounts.patch)
* of the billing account. (billingAccounts.patch)
*
* @param string $name The name of the billing account resource to be updated.
* @param Google_Service_Cloudbilling_BillingAccount $postBody
@@ -143,10 +132,7 @@ class Google_Service_Cloudbilling_Resource_BillingAccounts extends Google_Servic
* policy. The caller must have the `billing.accounts.setIamPolicy` permission
* on the account, which is often given to billing account
* [administrators](https://cloud.google.com/billing/docs/how-to/billing-
* access).
*
* > This method is currently in > [Beta](https://cloud.google.com/terms/launch-
* stages). (billingAccounts.setIamPolicy)
* access). (billingAccounts.setIamPolicy)
*
* @param string $resource REQUIRED: The resource for which the policy is being
* specified. See the operation documentation for the appropriate value for this
@@ -165,9 +151,7 @@ class Google_Service_Cloudbilling_Resource_BillingAccounts extends Google_Servic
* Tests the access control policy for a billing account. This method takes the
* resource and a set of permissions as input and returns the subset of the
* input permissions that the caller is allowed for that resource.
*
* > This method is currently in > [Beta](https://cloud.google.com/terms/launch-
* stages). (billingAccounts.testIamPermissions)
* (billingAccounts.testIamPermissions)
*
* @param string $resource REQUIRED: The resource for which the policy detail is
* being requested. See the operation documentation for the appropriate value

View File

@@ -17,10 +17,19 @@
class Google_Service_Cloudbilling_Service extends Google_Model
{
public $businessEntityName;
public $displayName;
public $name;
public $serviceId;
public function setBusinessEntityName($businessEntityName)
{
$this->businessEntityName = $businessEntityName;
}
public function getBusinessEntityName()
{
return $this->businessEntityName;
}
public function setDisplayName($displayName)
{
$this->displayName = $displayName;