Skip to content

Commit

Permalink
Fix reference issue
Browse files Browse the repository at this point in the history
  • Loading branch information
MooMetric committed Sep 28, 2018
1 parent 05070ef commit fdb5f7c
Show file tree
Hide file tree
Showing 1,894 changed files with 94,641 additions and 21,144 deletions.
703 changes: 703 additions & 0 deletions composer.lock

Large diffs are not rendered by default.

7,292 changes: 0 additions & 7,292 deletions vendor/composer/autoload_classmap.php

Large diffs are not rendered by default.

7,292 changes: 0 additions & 7,292 deletions vendor/composer/autoload_static.php

Large diffs are not rendered by default.

432 changes: 216 additions & 216 deletions vendor/composer/installed.json

Large diffs are not rendered by default.

43 changes: 43 additions & 0 deletions vendor/google/apiclient-services/CODE_OF_CONDUCT.md
@@ -0,0 +1,43 @@
# Contributor Code of Conduct

As contributors and maintainers of this project,
and in the interest of fostering an open and welcoming community,
we pledge to respect all people who contribute through reporting issues,
posting feature requests, updating documentation,
submitting pull requests or patches, and other activities.

We are committed to making participation in this project
a harassment-free experience for everyone,
regardless of level of experience, gender, gender identity and expression,
sexual orientation, disability, personal appearance,
body size, race, ethnicity, age, religion, or nationality.

Examples of unacceptable behavior by participants include:

* The use of sexualized language or imagery
* Personal attacks
* Trolling or insulting/derogatory comments
* Public or private harassment
* Publishing other's private information,
such as physical or electronic
addresses, without explicit permission
* Other unethical or unprofessional conduct.

Project maintainers have the right and responsibility to remove, edit, or reject
comments, commits, code, wiki edits, issues, and other contributions
that are not aligned to this Code of Conduct.
By adopting this Code of Conduct,
project maintainers commit themselves to fairly and consistently
applying these principles to every aspect of managing this project.
Project maintainers who do not follow or enforce the Code of Conduct
may be permanently removed from the project team.

This code of conduct applies both within project spaces and in public spaces
when an individual is representing the project or its community.

Instances of abusive, harassing, or otherwise unacceptable behavior
may be reported by opening an issue
or contacting one or more of the project maintainers.

This Code of Conduct is adapted from the [Contributor Covenant](http://contributor-covenant.org), version 1.2.0,
available at [http://contributor-covenant.org/version/1/2/0/](http://contributor-covenant.org/version/1/2/0/)
Expand Up @@ -33,6 +33,7 @@ class Google_Service_AdExchangeBuyer_Creative extends Google_Collection
public $clickThroughUrl;
protected $correctionsType = 'Google_Service_AdExchangeBuyer_CreativeCorrections';
protected $correctionsDataType = 'array';
public $creativeStatusIdentityType;
public $dealsStatus;
public $detectedDomains;
protected $filteringReasonsType = 'Google_Service_AdExchangeBuyer_CreativeFilteringReasons';
Expand Down Expand Up @@ -149,6 +150,14 @@ public function getCorrections()
{
return $this->corrections;
}
public function setCreativeStatusIdentityType($creativeStatusIdentityType)
{
$this->creativeStatusIdentityType = $creativeStatusIdentityType;
}
public function getCreativeStatusIdentityType()
{
return $this->creativeStatusIdentityType;
}
public function setDealsStatus($dealsStatus)
{
$this->dealsStatus = $dealsStatus;
Expand Down
Expand Up @@ -18,7 +18,6 @@
class Google_Service_AdExchangeBuyer_PublisherProfileApiProto extends Google_Collection
{
protected $collection_key = 'topHeadlines';
public $accountId;
public $audience;
public $buyerPitchStatement;
public $directContact;
Expand All @@ -44,14 +43,6 @@ class Google_Service_AdExchangeBuyer_PublisherProfileApiProto extends Google_Col
public $state;
public $topHeadlines;

public function setAccountId($accountId)
{
$this->accountId = $accountId;
}
public function getAccountId()
{
return $this->accountId;
}
public function setAudience($audience)
{
$this->audience = $audience;
Expand Down

0 comments on commit fdb5f7c

Please sign in to comment.