Skip to content

Commit

Permalink
Autogenerated update (2018-09-15)
Browse files Browse the repository at this point in the history
Update:
- adexchangebuyer2:v2beta1
- admin:directory_v1
- dataproc:v1
- sqladmin:v1beta4
- testing:v1
  • Loading branch information
googleapis-publisher committed Sep 15, 2018
1 parent 69a0275 commit b10fc83
Show file tree
Hide file tree
Showing 87 changed files with 5,162 additions and 120 deletions.
406 changes: 351 additions & 55 deletions src/Google/Service/AdExchangeBuyerII.php

Large diffs are not rendered by default.

30 changes: 30 additions & 0 deletions src/Google/Service/AdExchangeBuyerII/AcceptProposalRequest.php
@@ -0,0 +1,30 @@
<?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_AdExchangeBuyerII_AcceptProposalRequest extends Google_Model
{
public $proposalRevision;

public function setProposalRevision($proposalRevision)
{
$this->proposalRevision = $proposalRevision;
}
public function getProposalRevision()
{
return $this->proposalRevision;
}
}
48 changes: 48 additions & 0 deletions src/Google/Service/AdExchangeBuyerII/AdSize.php
@@ -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_AdExchangeBuyerII_AdSize extends Google_Model
{
public $height;
public $sizeType;
public $width;

public function setHeight($height)
{
$this->height = $height;
}
public function getHeight()
{
return $this->height;
}
public function setSizeType($sizeType)
{
$this->sizeType = $sizeType;
}
public function getSizeType()
{
return $this->sizeType;
}
public function setWidth($width)
{
$this->width = $width;
}
public function getWidth()
{
return $this->width;
}
}
37 changes: 37 additions & 0 deletions src/Google/Service/AdExchangeBuyerII/AddNoteRequest.php
@@ -0,0 +1,37 @@
<?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_AdExchangeBuyerII_AddNoteRequest extends Google_Model
{
protected $noteType = 'Google_Service_AdExchangeBuyerII_Note';
protected $noteDataType = '';

/**
* @param Google_Service_AdExchangeBuyerII_Note
*/
public function setNote(Google_Service_AdExchangeBuyerII_Note $note)
{
$this->note = $note;
}
/**
* @return Google_Service_AdExchangeBuyerII_Note
*/
public function getNote()
{
return $this->note;
}
}
30 changes: 30 additions & 0 deletions src/Google/Service/AdExchangeBuyerII/Buyer.php
@@ -0,0 +1,30 @@
<?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_AdExchangeBuyerII_Buyer extends Google_Model
{
public $accountId;

public function setAccountId($accountId)
{
$this->accountId = $accountId;
}
public function getAccountId()
{
return $this->accountId;
}
}
20 changes: 20 additions & 0 deletions src/Google/Service/AdExchangeBuyerII/CancelNegotiationRequest.php
@@ -0,0 +1,20 @@
<?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_AdExchangeBuyerII_CancelNegotiationRequest extends Google_Model
{
}
20 changes: 20 additions & 0 deletions src/Google/Service/AdExchangeBuyerII/CompleteSetupRequest.php
@@ -0,0 +1,20 @@
<?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_AdExchangeBuyerII_CompleteSetupRequest extends Google_Model
{
}
39 changes: 39 additions & 0 deletions src/Google/Service/AdExchangeBuyerII/ContactInformation.php
@@ -0,0 +1,39 @@
<?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_AdExchangeBuyerII_ContactInformation extends Google_Model
{
public $email;
public $name;

public function setEmail($email)
{
$this->email = $email;
}
public function getEmail()
{
return $this->email;
}
public function setName($name)
{
$this->name = $name;
}
public function getName()
{
return $this->name;
}
}
56 changes: 56 additions & 0 deletions src/Google/Service/AdExchangeBuyerII/CreativeRestrictions.php
@@ -0,0 +1,56 @@
<?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_AdExchangeBuyerII_CreativeRestrictions extends Google_Collection
{
protected $collection_key = 'creativeSpecifications';
public $creativeFormat;
protected $creativeSpecificationsType = 'Google_Service_AdExchangeBuyerII_CreativeSpecification';
protected $creativeSpecificationsDataType = 'array';
public $skippableAdType;

public function setCreativeFormat($creativeFormat)
{
$this->creativeFormat = $creativeFormat;
}
public function getCreativeFormat()
{
return $this->creativeFormat;
}
/**
* @param Google_Service_AdExchangeBuyerII_CreativeSpecification
*/
public function setCreativeSpecifications($creativeSpecifications)
{
$this->creativeSpecifications = $creativeSpecifications;
}
/**
* @return Google_Service_AdExchangeBuyerII_CreativeSpecification
*/
public function getCreativeSpecifications()
{
return $this->creativeSpecifications;
}
public function setSkippableAdType($skippableAdType)
{
$this->skippableAdType = $skippableAdType;
}
public function getSkippableAdType()
{
return $this->skippableAdType;
}
}
90 changes: 90 additions & 0 deletions src/Google/Service/AdExchangeBuyerII/CreativeSize.php
@@ -0,0 +1,90 @@
<?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_AdExchangeBuyerII_CreativeSize extends Google_Collection
{
protected $collection_key = 'companionSizes';
public $allowedFormats;
protected $companionSizesType = 'Google_Service_AdExchangeBuyerII_Size';
protected $companionSizesDataType = 'array';
public $creativeSizeType;
public $nativeTemplate;
protected $sizeType = 'Google_Service_AdExchangeBuyerII_Size';
protected $sizeDataType = '';
public $skippableAdType;

public function setAllowedFormats($allowedFormats)
{
$this->allowedFormats = $allowedFormats;
}
public function getAllowedFormats()
{
return $this->allowedFormats;
}
/**
* @param Google_Service_AdExchangeBuyerII_Size
*/
public function setCompanionSizes($companionSizes)
{
$this->companionSizes = $companionSizes;
}
/**
* @return Google_Service_AdExchangeBuyerII_Size
*/
public function getCompanionSizes()
{
return $this->companionSizes;
}
public function setCreativeSizeType($creativeSizeType)
{
$this->creativeSizeType = $creativeSizeType;
}
public function getCreativeSizeType()
{
return $this->creativeSizeType;
}
public function setNativeTemplate($nativeTemplate)
{
$this->nativeTemplate = $nativeTemplate;
}
public function getNativeTemplate()
{
return $this->nativeTemplate;
}
/**
* @param Google_Service_AdExchangeBuyerII_Size
*/
public function setSize(Google_Service_AdExchangeBuyerII_Size $size)
{
$this->size = $size;
}
/**
* @return Google_Service_AdExchangeBuyerII_Size
*/
public function getSize()
{
return $this->size;
}
public function setSkippableAdType($skippableAdType)
{
$this->skippableAdType = $skippableAdType;
}
public function getSkippableAdType()
{
return $this->skippableAdType;
}
}

0 comments on commit b10fc83

Please sign in to comment.