/
var
/
www
/
vhosts
/
ihelp.ro
/
httpdocs
/
vendor
/
google
/
apiclient-services
/
src
/
RealTimeBidding
/
/var/www/vhosts/ihelp.ro/httpdocs/vendor/google/apiclient-services/src/RealTimeBidding
mkdir
upload
Name
Size
Mode
Actions
Resource/
-
0755
rm
ActivatePretargetingConfigRequest.php
913
0644
edit
dl
rm
AddTargetedAppsRequest.php
1477
0644
edit
dl
rm
AddTargetedPublishersRequest.php
1543
0644
edit
dl
rm
AddTargetedSitesRequest.php
1472
0644
edit
dl
rm
AdTechnologyProviders.php
2000
0644
edit
dl
rm
AdvertiserAndBrand.php
1987
0644
edit
dl
rm
AppTargeting.php
1821
0644
edit
dl
rm
BatchApprovePublisherConnectionsRequest.php
1223
0644
edit
dl
rm
BatchApprovePublisherConnectionsResponse.php
1430
0644
edit
dl
rm
BatchRejectPublisherConnectionsRequest.php
1220
0644
edit
dl
rm
BatchRejectPublisherConnectionsResponse.php
1427
0644
edit
dl
rm
Bidder.php
2515
0644
edit
dl
rm
Buyer.php
2653
0644
edit
dl
rm
CloseUserListRequest.php
874
0644
edit
dl
rm
Creative.php
7537
0644
edit
dl
rm
CreativeDimensions.php
1358
0644
edit
dl
rm
CreativeServingDecision.php
6867
0644
edit
dl
rm
Date.php
1502
0644
edit
dl
rm
DestinationNotCrawlableEvidence.php
1701
0644
edit
dl
rm
DestinationNotWorkingEvidence.php
3150
0644
edit
dl
rm
DestinationUrlEvidence.php
1185
0644
edit
dl
rm
DomainCallEvidence.php
1645
0644
edit
dl
rm
DomainCalls.php
1384
0644
edit
dl
rm
DownloadSizeEvidence.php
1760
0644
edit
dl
rm
Endpoint.php
2170
0644
edit
dl
rm
GetRemarketingTagResponse.php
1145
0644
edit
dl
rm
HtmlContent.php
1574
0644
edit
dl
rm
HttpCallEvidence.php
1146
0644
edit
dl
rm
HttpCookieEvidence.php
1503
0644
edit
dl
rm
Image.php
1528
0644
edit
dl
rm
ListBiddersResponse.php
1508
0644
edit
dl
rm
ListBuyersResponse.php
1493
0644
edit
dl
rm
ListCreativesResponse.php
1538
0644
edit
dl
rm
ListEndpointsResponse.php
1538
0644
edit
dl
rm
ListPretargetingConfigsResponse.php
1688
0644
edit
dl
rm
ListPublisherConnectionsResponse.php
1703
0644
edit
dl
rm
ListUserListsResponse.php
1538
0644
edit
dl
rm
MediaFile.php
1359
0644
edit
dl
rm
NativeContent.php
4427
0644
edit
dl
rm
NumericTargetingDimension.php
1518
0644
edit
dl
rm
OpenUserListRequest.php
871
0644
edit
dl
rm
PolicyCompliance.php
1471
0644
edit
dl
rm
PolicyTopicEntry.php
2165
0644
edit
dl
rm
PolicyTopicEvidence.php
3749
0644
edit
dl
rm
PretargetingConfig.php
9108
0644
edit
dl
rm
PublisherConnection.php
2280
0644
edit
dl
rm
RealtimebiddingEmpty.php
874
0644
edit
dl
rm
RemoveTargetedAppsRequest.php
1189
0644
edit
dl
rm
RemoveTargetedPublishersRequest.php
1255
0644
edit
dl
rm
RemoveTargetedSitesRequest.php
1184
0644
edit
dl
rm
StringTargetingDimension.php
1483
0644
edit
dl
rm
SuspendPretargetingConfigRequest.php
910
0644
edit
dl
rm
UrlDownloadSize.php
1452
0644
edit
dl
rm
UrlRestriction.php
1977
0644
edit
dl
rm
UserList.php
2626
0644
edit
dl
rm
VideoContent.php
1770
0644
edit
dl
rm
VideoMetadata.php
2576
0644
edit
dl
rm
WatchCreativesRequest.php
877
0644
edit
dl
rm
WatchCreativesResponse.php
1412
0644
edit
dl
rm
Edit:
/var/www/vhosts/ihelp.ro/httpdocs/vendor/google/apiclient-services/src/RealTimeBidding/Bidder.php
(2515B)
<?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. */ namespace Google\Service\RealTimeBidding; class Bidder extends \Google\Model { /** * @var bool */ public $bypassNonguaranteedDealsPretargeting; /** * @var string */ public $cookieMatchingNetworkId; /** * @var string */ public $cookieMatchingUrl; /** * @var string */ public $dealsBillingId; /** * @var string */ public $name; /** * @param bool */ public function setBypassNonguaranteedDealsPretargeting($bypassNonguaranteedDealsPretargeting) { $this->bypassNonguaranteedDealsPretargeting = $bypassNonguaranteedDealsPretargeting; } /** * @return bool */ public function getBypassNonguaranteedDealsPretargeting() { return $this->bypassNonguaranteedDealsPretargeting; } /** * @param string */ public function setCookieMatchingNetworkId($cookieMatchingNetworkId) { $this->cookieMatchingNetworkId = $cookieMatchingNetworkId; } /** * @return string */ public function getCookieMatchingNetworkId() { return $this->cookieMatchingNetworkId; } /** * @param string */ public function setCookieMatchingUrl($cookieMatchingUrl) { $this->cookieMatchingUrl = $cookieMatchingUrl; } /** * @return string */ public function getCookieMatchingUrl() { return $this->cookieMatchingUrl; } /** * @param string */ public function setDealsBillingId($dealsBillingId) { $this->dealsBillingId = $dealsBillingId; } /** * @return string */ public function getDealsBillingId() { return $this->dealsBillingId; } /** * @param string */ public function setName($name) { $this->name = $name; } /** * @return string */ public function getName() { return $this->name; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(Bidder::class, 'Google_Service_RealTimeBidding_Bidder');
Save
cmd:
run