Home
last modified time | relevance | path

Searched full:partner (Results 1 – 25 of 82) sorted by relevance

1234

/plugin/authgooglesheets/vendor/google/apiclient-services/src/DisplayVideo/Resource/
DInventorySourceGroups.php42 * inventory source group. The parent partner will not have access to this
44 * @opt_param string partnerId The ID of the partner that owns the inventory
45 * source group. Only this partner will have write access to this group. Only
64 * inventory source group. The parent partner does not have access to this
66 * @opt_param string partnerId The ID of the partner that owns the inventory
67 * source group. Only this partner has write access to this group.
84 * the inventory source group. If an inventory source group is partner-owned,
87 * @opt_param string partnerId The ID of the partner that has access to the
88 * inventory source group. A partner cannot access an advertiser-owned inventory
106 * the inventory source group. If an inventory source group is partner-owned,
[all …]
DPartners.php23 use Google\Service\DisplayVideo\Partner; alias
36 * Bulk edits targeting options under a single partner. The operation will
43 * @param string $partnerId Required. The ID of the partner.
55 * Gets a partner. (partners.get)
57 * @param string $partnerId Required. The ID of the partner to fetch.
59 * @return Partner
65 return $this->call('get', [$params], Partner::class);
73 * @opt_param string filter Allows filtering by partner properties. Supported
DPartnersTargetingTypesAssignedTargetingOptions.php35 * Assigns a targeting option to a partner. Returns the assigned targeting
38 * @param string $partnerId Required. The ID of the partner.
52 * Deletes an assigned targeting option from a partner.
55 * @param string $partnerId Required. The ID of the partner.
70 * Gets a single targeting option assigned to a partner.
73 * @param string $partnerId Required. The ID of the partner.
77 * the targeting type in this partner that identifies the assigned targeting
89 * Lists the targeting options assigned to a partner.
92 * @param string $partnerId Required. The ID of the partner.
DInventorySourceGroupsAssignedInventorySources.php67 * inventory source group. The parent partner will not have access to this
69 * @opt_param string partnerId The ID of the partner that owns the parent
70 * inventory source group. Only this partner will have write access to this
91 * inventory source group. The parent partner does not have access to this
93 * @opt_param string partnerId The ID of the partner that owns the parent
94 * inventory source group. Only this partner has write access to this assigned
113 * the assignment. If the parent inventory source group is partner-owned, only
133 * @opt_param string partnerId The ID of the partner that has access to the
135 * assignment cannot be accessed via a partner.
DUsers.php97 * roles on the same partner or advertiser, they can access each other.
112 * Valid values are `Partner` and `Advertiser`. -
114 * used for filtering. Identifies the parent partner of the entity to which the
119 * partner 123: `assignedUserRole.partnerId="123"` * All users with user roles
121 * partner level user roles: `entityType="PARTNER"` * All users with user roles
122 * for partner 123 and advertisers under partner 123: `parentPartnerId="123"`
DCustomBiddingAlgorithmsScripts.php44 * @opt_param string partnerId The ID of the partner that owns the parent custom
45 * bidding algorithm. Only this partner will have write access to this custom
66 * @opt_param string partnerId The ID of the partner that owns the parent custom
67 * bidding algorithm. Only this partner will have write access to this custom
99 * @opt_param string partnerId The ID of the partner that owns the parent custom
100 * bidding algorithm. Only this partner will have write access to this custom
DPartnersChannels.php37 * @param string $partnerId The ID of the partner that owns the created channel.
52 * Gets a channel for a partner or advertiser. (channels.get)
54 * @param string $partnerId The ID of the partner that owns the fetched channel.
69 * Lists channels for a partner or advertiser. (channels.listPartnersChannels)
71 * @param string $partnerId The ID of the partner that owns the channels.
106 * @param string $partnerId The ID of the partner that owns the created channel.
DAdvertisersChannels.php42 * @opt_param string partnerId The ID of the partner that owns the created
53 * Gets a channel for a partner or advertiser. (channels.get)
60 * @opt_param string partnerId The ID of the partner that owns the fetched
71 * Lists channels for a partner or advertiser.
95 * @opt_param string partnerId The ID of the partner that owns the channels.
115 * @opt_param string partnerId The ID of the partner that owns the created
DCustomBiddingAlgorithms.php55 * @opt_param string advertiserId The ID of the DV360 partner that has access to
57 * @opt_param string partnerId The ID of the DV360 partner that has access to
107 * @opt_param string partnerId The ID of the DV360 partner that has access to
148 * @opt_param string partnerId The ID of the partner that owns the parent custom
149 * bidding algorithm. Only this partner will have write access to this custom
DPartnersChannelsSites.php43 * @param string $partnerId The ID of the partner that owns the parent channel.
59 * @param string $partnerId The ID of the partner that owns the parent channel.
78 * @param string $partnerId The ID of the partner that owns the parent channel.
97 * @param string $partnerId The ID of the partner that owns the parent channel.
134 * @param string $partnerId The ID of the partner that owns the parent channel.
DFloodlightGroups.php39 * @opt_param string partnerId Required. The partner context by which the
58 * @opt_param string partnerId Required. The partner context by which the
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Cloudchannel/Resource/
DAccountsChannelPartnerLinks.php35 * Initiates a channel partner link between a distributor and a reseller, or
50 * @param string $parent Required. Create a channel partner link for the
69 * invalid channel partner link name. Return value: The ChannelPartnerLink
72 * @param string $name Required. The resource name of the channel partner link
75 * Identity ID of the partner.
98 * listing channel partner links. Parent uses the format: accounts/{account_id}
119 * Updates a channel partner link. Distributors call this method to change a
120 * link's status. For example, to suspend a partner link. You must be a
132 * @param string $name Required. The resource name of the channel partner link
135 * Identity ID of the partner.
/plugin/cosmocode/lang/en/
Dpartner-no.txt1 You currently have **no valid partner code** configured, thus the early access versions of the exte…
3 …ership/|DokuWiki Business Plugin Partner Program]] and how to become a partner. If you are already…
Dlang.php12 $lang['tab_partner'] = 'Partner Program';
18 $lang['error_api'] = "Error while calling the CosmoCode API. Make sure your Partner Code is valid o…
/plugin/cosmocode/
Dadmin.php40 'partner' => wl($ID, ['do' => 'admin', 'page' => 'cosmocode', 'tab' => 'partner']),
58 case 'partner':
81 'partner' => array_values($this->hlp_partner->getTokens()),
138 * Tell the user about their current partner status
145 echo $this->locale_xhtml('partner-no');
148 echo $this->locale_xhtml('partner-yes');
154 echo 'Partner Token';
/plugin/authgooglesheets/vendor/google/apiclient-services/src/PaymentsResellerSubscription/Resource/
DPartnersSubscriptions.php43 * directly by the partner using service accounts. (subscriptions.cancel)
65 * identifier of the partner. It will have the format of
71 * resource on the Partner side. The value is restricted to 63 ASCII characters
104 * be called directly by the partner using service accounts.
122 * the partner using service accounts. (subscriptions.get)
141 * directly by the partner using service accounts. (subscriptions.provision)
144 * identifier of the partner. It will have the format of
150 * resource on the Partner side. The value is restricted to 63 ASCII characters
165 * partner using service accounts. (subscriptions.undoCancel)
DPartnersProducts.php34 * should be called directly by the partner using service accounts.
37 * @param string $parent Required. The parent, the partner that can resell.
38 * Format: partners/{partner}
DPartnersPromotions.php34 * on subscriptions. It should be called directly by the partner using service
37 * @param string $parent Required. The parent, the partner that can resell.
38 * Format: partners/{partner}
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudIdentity/Resource/
DDevicesDeviceUsersClientStates.php40 * `devices/{device}/deviceUsers/{device_user}/clientStates/{partner}`, where
42 * ID assigned to the User and `partner` identifies the partner storing the
50 * `devices/-/deviceUsers/{device_user_resource}/clientStates/{partner}`.
108 * `devices/{device}/deviceUsers/{device_user}/clientState/{partner}`, where
109 * partner corresponds to the partner storing the data. For partners belonging
110 * to the "BeyondCorp Alliance", this is the partner ID specified to you by
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AndroidProvisioningPartner/Resource/
DPartnersDevices.php51 * @param string $partnerId Required. The ID of the reseller partner.
67 * @param string $partnerId Required. The ID of the reseller partner.
82 * @param string $partnerId Required. The ID of the reseller partner.
99 * @param string $partnerId Required. The ID of the reseller partner.
128 * Set this to the partner ID.
144 * @param string $partnerId Required. The ID of the reseller partner.
161 * @param string $partnerId Required. The reseller partner ID.
178 * @param string $partnerId Required. The reseller partner ID.
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DisplayVideo/
DListPartnersResponse.php27 protected $partnersType = Partner::class;
45 * @param Partner[]
52 * @return Partner[]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Books/Resource/
DVolumes.php42 * @opt_param string partner Brand results for partner ID.
71 * @opt_param string partner Restrict and brand results for partner ID.
/plugin/cosmocode/lang/de/
Dpartner-no.txt3 …usiness Plugin Partnerprogram]] und wie Sie Partner werden können. Wenn Sie bereits ein registrier…
Dlang.php12 $lang['tab_partner'] = 'Partner-Programm';
18 …"Fehler beim Abruf der CosmoCode API. Bitte stellen Sie sicher, dass Ihr Partner Code korrekt ist …
/plugin/authgooglesheets/vendor/google/apiclient-services/src/MyBusinessVerifications/Resource/
DVerificationTokens.php35 * [partner](https://support.google.com/business/answer/7674102). Throws
36 * PERMISSION_DENIED if the caller is not a vetted partner account. Throws

1234