Home
last modified time | relevance | path

Searched refs:name (Results 301 – 325 of 8094) sorted by path

1...<<11121314151617181920>>...324

/plugin/authgooglesheets/vendor/google/apiclient-services/src/AdExchangeBuyerII/
H A DPublisherProfileMobileApplication.php33 public $name; variable in Google\\Service\\AdExchangeBuyerII\\PublisherProfileMobileApplication
66 public function setName($name) argument
68 $this->name = $name;
75 return $this->name;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AdExchangeBuyerII/Resource/
H A DBiddersAccountsFilterSets.php62 * @param string $name Full name of the resource to delete. For example: - For a
71 public function delete($name, $optParams = []) argument
73 $params = ['name' => $name];
81 * @param string $name Full name of the resource being requested. For example: -
90 public function get($name, $optParams = []) argument
92 $params = ['name' => $name];
H A DBiddersFilterSets.php62 * @param string $name Full name of the resource to delete. For example: - For a
71 public function delete($name, $optParams = []) argument
73 $params = ['name' => $name];
81 * @param string $name Full name of the resource being requested. For example: -
90 public function get($name, $optParams = []) argument
92 $params = ['name' => $name];
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DAdExperienceReport.php66 'path' => 'v1/{+name}',
69 'name' => [
H A DAdMob.php74 'path' => 'v1/{+name}',
77 'name' => [
H A DAdsense.php79 'path' => 'v2/{+name}',
82 'name' => [
133 'name' => [
168 'path' => 'v2/{+name}',
171 'name' => [
181 'name' => [
234 'path' => 'v2/{+name}',
237 'name' => [
523 'name' => [
573 'name' => [
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AdExperienceReport/Resource/
H A DSites.php35 * @param string $name Required. The name of the site whose summary to get, e.g.
40 public function get($name, $optParams = []) argument
42 $params = ['name' => $name];
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AdMob/
H A DAdUnit.php46 public $name; variable in Google\\Service\\AdMob\\AdUnit
121 public function setName($name) argument
123 $this->name = $name;
130 return $this->name;
H A DApp.php33 public $name; variable in Google\\Service\\AdMob\\App
84 public function setName($name) argument
86 $this->name = $name;
93 return $this->name;
H A DPublisherAccount.php29 public $name; variable in Google\\Service\\AdMob\\PublisherAccount
56 public function setName($name) argument
58 $this->name = $name;
65 return $this->name;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AdMob/Resource/
H A DAccounts.php36 * @param string $name Resource name of the publisher account to retrieve.
41 public function get($name, $optParams = []) argument
43 $params = ['name' => $name];
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AdSenseHost/
H A DAccount.php33 public $name; variable in Google\\Service\\AdSenseHost\\Account
70 public function setName($name) argument
72 $this->name = $name;
79 return $this->name;
H A DAdUnit.php43 public $name; variable in Google\\Service\\AdSenseHost\\AdUnit
136 public function setName($name) argument
138 $this->name = $name;
145 return $this->name;
H A DCustomChannel.php37 public $name; variable in Google\\Service\\AdSenseHost\\CustomChannel
84 public function setName($name) argument
86 $this->name = $name;
93 return $this->name;
H A DReportHeaders.php29 public $name; variable in Google\\Service\\AdSenseHost\\ReportHeaders
52 public function setName($name) argument
54 $this->name = $name;
61 return $this->name;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Adsense/
H A DAccount.php34 public $name; variable in Google\\Service\\Adsense\\Account
81 public function setName($name) argument
83 $this->name = $name;
90 return $this->name;
H A DAdClient.php25 public $name; variable in Google\\Service\\Adsense\\AdClient
42 public function setName($name) argument
44 $this->name = $name;
51 return $this->name;
H A DAdUnit.php31 public $name; variable in Google\\Service\\Adsense\\AdUnit
72 public function setName($name) argument
74 $this->name = $name;
81 return $this->name;
H A DAlert.php29 public $name; variable in Google\\Service\\Adsense\\Alert
56 public function setName($name) argument
58 $this->name = $name;
65 return $this->name;
H A DCustomChannel.php29 public $name; variable in Google\\Service\\Adsense\\CustomChannel
52 public function setName($name) argument
54 $this->name = $name;
61 return $this->name;
H A DHeader.php29 public $name; variable in Google\\Service\\Adsense\\Header
52 public function setName($name) argument
54 $this->name = $name;
61 return $this->name;
H A DPayment.php31 public $name; variable in Google\\Service\\Adsense\\Payment
64 public function setName($name) argument
66 $this->name = $name;
73 return $this->name;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Adsense/Resource/
H A DAccounts.php37 * @param string $name Required. Account to get information about. Format:
42 public function get($name, $optParams = []) argument
44 $params = ['name' => $name];
H A DAccountsAdclients.php40 * @param string $name Required. Name of the ad client for which to get the
45 public function getAdcode($name, $optParams = []) argument
47 $params = ['name' => $name];
H A DAccountsAdclientsAdunits.php38 * @param string $name Required. AdUnit to get information about. Format:
43 public function get($name, $optParams = []) argument
45 $params = ['name' => $name];
52 * @param string $name Required. Name of the adunit for which to get the adcode.
57 public function getAdcode($name, $optParams = []) argument
59 $params = ['name' => $name];

1...<<11121314151617181920>>...324