Mise à jour des librairies vendor
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* 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
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* 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
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* 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
|
||||
@@ -18,11 +18,29 @@
|
||||
class Google_Service_Safebrowsing_Constraints extends Google_Collection
|
||||
{
|
||||
protected $collection_key = 'supportedCompressions';
|
||||
public $deviceLocation;
|
||||
public $language;
|
||||
public $maxDatabaseEntries;
|
||||
public $maxUpdateEntries;
|
||||
public $region;
|
||||
public $supportedCompressions;
|
||||
|
||||
public function setDeviceLocation($deviceLocation)
|
||||
{
|
||||
$this->deviceLocation = $deviceLocation;
|
||||
}
|
||||
public function getDeviceLocation()
|
||||
{
|
||||
return $this->deviceLocation;
|
||||
}
|
||||
public function setLanguage($language)
|
||||
{
|
||||
$this->language = $language;
|
||||
}
|
||||
public function getLanguage()
|
||||
{
|
||||
return $this->language;
|
||||
}
|
||||
public function setMaxDatabaseEntries($maxDatabaseEntries)
|
||||
{
|
||||
$this->maxDatabaseEntries = $maxDatabaseEntries;
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* 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
|
||||
@@ -23,18 +23,30 @@ class Google_Service_Safebrowsing_FetchThreatListUpdatesRequest extends Google_C
|
||||
protected $listUpdateRequestsType = 'Google_Service_Safebrowsing_ListUpdateRequest';
|
||||
protected $listUpdateRequestsDataType = 'array';
|
||||
|
||||
/**
|
||||
* @param Google_Service_Safebrowsing_ClientInfo
|
||||
*/
|
||||
public function setClient(Google_Service_Safebrowsing_ClientInfo $client)
|
||||
{
|
||||
$this->client = $client;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_Safebrowsing_ClientInfo
|
||||
*/
|
||||
public function getClient()
|
||||
{
|
||||
return $this->client;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_Safebrowsing_ListUpdateRequest
|
||||
*/
|
||||
public function setListUpdateRequests($listUpdateRequests)
|
||||
{
|
||||
$this->listUpdateRequests = $listUpdateRequests;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_Safebrowsing_ListUpdateRequest
|
||||
*/
|
||||
public function getListUpdateRequests()
|
||||
{
|
||||
return $this->listUpdateRequests;
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* 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
|
||||
@@ -22,10 +22,16 @@ class Google_Service_Safebrowsing_FetchThreatListUpdatesResponse extends Google_
|
||||
protected $listUpdateResponsesDataType = 'array';
|
||||
public $minimumWaitDuration;
|
||||
|
||||
/**
|
||||
* @param Google_Service_Safebrowsing_ListUpdateResponse
|
||||
*/
|
||||
public function setListUpdateResponses($listUpdateResponses)
|
||||
{
|
||||
$this->listUpdateResponses = $listUpdateResponses;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_Safebrowsing_ListUpdateResponse
|
||||
*/
|
||||
public function getListUpdateResponses()
|
||||
{
|
||||
return $this->listUpdateResponses;
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* 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
|
||||
@@ -26,18 +26,30 @@ class Google_Service_Safebrowsing_FindFullHashesRequest extends Google_Collectio
|
||||
protected $threatInfoType = 'Google_Service_Safebrowsing_ThreatInfo';
|
||||
protected $threatInfoDataType = '';
|
||||
|
||||
/**
|
||||
* @param Google_Service_Safebrowsing_ClientInfo
|
||||
*/
|
||||
public function setApiClient(Google_Service_Safebrowsing_ClientInfo $apiClient)
|
||||
{
|
||||
$this->apiClient = $apiClient;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_Safebrowsing_ClientInfo
|
||||
*/
|
||||
public function getApiClient()
|
||||
{
|
||||
return $this->apiClient;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_Safebrowsing_ClientInfo
|
||||
*/
|
||||
public function setClient(Google_Service_Safebrowsing_ClientInfo $client)
|
||||
{
|
||||
$this->client = $client;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_Safebrowsing_ClientInfo
|
||||
*/
|
||||
public function getClient()
|
||||
{
|
||||
return $this->client;
|
||||
@@ -50,10 +62,16 @@ class Google_Service_Safebrowsing_FindFullHashesRequest extends Google_Collectio
|
||||
{
|
||||
return $this->clientStates;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_Safebrowsing_ThreatInfo
|
||||
*/
|
||||
public function setThreatInfo(Google_Service_Safebrowsing_ThreatInfo $threatInfo)
|
||||
{
|
||||
$this->threatInfo = $threatInfo;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_Safebrowsing_ThreatInfo
|
||||
*/
|
||||
public function getThreatInfo()
|
||||
{
|
||||
return $this->threatInfo;
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* 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
|
||||
@@ -23,10 +23,16 @@ class Google_Service_Safebrowsing_FindFullHashesResponse extends Google_Collecti
|
||||
public $minimumWaitDuration;
|
||||
public $negativeCacheDuration;
|
||||
|
||||
/**
|
||||
* @param Google_Service_Safebrowsing_ThreatMatch
|
||||
*/
|
||||
public function setMatches($matches)
|
||||
{
|
||||
$this->matches = $matches;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_Safebrowsing_ThreatMatch
|
||||
*/
|
||||
public function getMatches()
|
||||
{
|
||||
return $this->matches;
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* 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
|
||||
@@ -22,18 +22,30 @@ class Google_Service_Safebrowsing_FindThreatMatchesRequest extends Google_Model
|
||||
protected $threatInfoType = 'Google_Service_Safebrowsing_ThreatInfo';
|
||||
protected $threatInfoDataType = '';
|
||||
|
||||
/**
|
||||
* @param Google_Service_Safebrowsing_ClientInfo
|
||||
*/
|
||||
public function setClient(Google_Service_Safebrowsing_ClientInfo $client)
|
||||
{
|
||||
$this->client = $client;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_Safebrowsing_ClientInfo
|
||||
*/
|
||||
public function getClient()
|
||||
{
|
||||
return $this->client;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_Safebrowsing_ThreatInfo
|
||||
*/
|
||||
public function setThreatInfo(Google_Service_Safebrowsing_ThreatInfo $threatInfo)
|
||||
{
|
||||
$this->threatInfo = $threatInfo;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_Safebrowsing_ThreatInfo
|
||||
*/
|
||||
public function getThreatInfo()
|
||||
{
|
||||
return $this->threatInfo;
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* 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
|
||||
@@ -21,10 +21,16 @@ class Google_Service_Safebrowsing_FindThreatMatchesResponse extends Google_Colle
|
||||
protected $matchesType = 'Google_Service_Safebrowsing_ThreatMatch';
|
||||
protected $matchesDataType = 'array';
|
||||
|
||||
/**
|
||||
* @param Google_Service_Safebrowsing_ThreatMatch
|
||||
*/
|
||||
public function setMatches($matches)
|
||||
{
|
||||
$this->matches = $matches;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_Safebrowsing_ThreatMatch
|
||||
*/
|
||||
public function getMatches()
|
||||
{
|
||||
return $this->matches;
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* 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
|
||||
@@ -21,10 +21,16 @@ class Google_Service_Safebrowsing_ListThreatListsResponse extends Google_Collect
|
||||
protected $threatListsType = 'Google_Service_Safebrowsing_ThreatListDescriptor';
|
||||
protected $threatListsDataType = 'array';
|
||||
|
||||
/**
|
||||
* @param Google_Service_Safebrowsing_ThreatListDescriptor
|
||||
*/
|
||||
public function setThreatLists($threatLists)
|
||||
{
|
||||
$this->threatLists = $threatLists;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_Safebrowsing_ThreatListDescriptor
|
||||
*/
|
||||
public function getThreatLists()
|
||||
{
|
||||
return $this->threatLists;
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* 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
|
||||
@@ -24,10 +24,16 @@ class Google_Service_Safebrowsing_ListUpdateRequest extends Google_Model
|
||||
public $threatEntryType;
|
||||
public $threatType;
|
||||
|
||||
/**
|
||||
* @param Google_Service_Safebrowsing_Constraints
|
||||
*/
|
||||
public function setConstraints(Google_Service_Safebrowsing_Constraints $constraints)
|
||||
{
|
||||
$this->constraints = $constraints;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_Safebrowsing_Constraints
|
||||
*/
|
||||
public function getConstraints()
|
||||
{
|
||||
return $this->constraints;
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* 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
|
||||
@@ -30,18 +30,30 @@ class Google_Service_Safebrowsing_ListUpdateResponse extends Google_Collection
|
||||
public $threatEntryType;
|
||||
public $threatType;
|
||||
|
||||
/**
|
||||
* @param Google_Service_Safebrowsing_ThreatEntrySet
|
||||
*/
|
||||
public function setAdditions($additions)
|
||||
{
|
||||
$this->additions = $additions;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_Safebrowsing_ThreatEntrySet
|
||||
*/
|
||||
public function getAdditions()
|
||||
{
|
||||
return $this->additions;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_Safebrowsing_Checksum
|
||||
*/
|
||||
public function setChecksum(Google_Service_Safebrowsing_Checksum $checksum)
|
||||
{
|
||||
$this->checksum = $checksum;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_Safebrowsing_Checksum
|
||||
*/
|
||||
public function getChecksum()
|
||||
{
|
||||
return $this->checksum;
|
||||
@@ -62,10 +74,16 @@ class Google_Service_Safebrowsing_ListUpdateResponse extends Google_Collection
|
||||
{
|
||||
return $this->platformType;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_Safebrowsing_ThreatEntrySet
|
||||
*/
|
||||
public function setRemovals($removals)
|
||||
{
|
||||
$this->removals = $removals;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_Safebrowsing_ThreatEntrySet
|
||||
*/
|
||||
public function getRemovals()
|
||||
{
|
||||
return $this->removals;
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* 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
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* 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
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* 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
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* 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
|
||||
@@ -31,9 +31,9 @@ class Google_Service_Safebrowsing_Resource_EncodedFullHashes extends Google_Serv
|
||||
* @param string $encodedRequest A serialized FindFullHashesRequest proto.
|
||||
* @param array $optParams Optional parameters.
|
||||
*
|
||||
* @opt_param string clientVersion The version of the client implementation.
|
||||
* @opt_param string clientId A client ID that (hopefully) uniquely identifies
|
||||
* the client implementation of the Safe Browsing API.
|
||||
* @opt_param string clientVersion The version of the client implementation.
|
||||
* @return Google_Service_Safebrowsing_FindFullHashesResponse
|
||||
*/
|
||||
public function get($encodedRequest, $optParams = array())
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* 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
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* 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
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* 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
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* 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
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* 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
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* 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
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* 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
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* 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
|
||||
@@ -21,10 +21,16 @@ class Google_Service_Safebrowsing_ThreatEntryMetadata extends Google_Collection
|
||||
protected $entriesType = 'Google_Service_Safebrowsing_MetadataEntry';
|
||||
protected $entriesDataType = 'array';
|
||||
|
||||
/**
|
||||
* @param Google_Service_Safebrowsing_MetadataEntry
|
||||
*/
|
||||
public function setEntries($entries)
|
||||
{
|
||||
$this->entries = $entries;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_Safebrowsing_MetadataEntry
|
||||
*/
|
||||
public function getEntries()
|
||||
{
|
||||
return $this->entries;
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* 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
|
||||
@@ -35,34 +35,58 @@ class Google_Service_Safebrowsing_ThreatEntrySet extends Google_Model
|
||||
{
|
||||
return $this->compressionType;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_Safebrowsing_RawHashes
|
||||
*/
|
||||
public function setRawHashes(Google_Service_Safebrowsing_RawHashes $rawHashes)
|
||||
{
|
||||
$this->rawHashes = $rawHashes;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_Safebrowsing_RawHashes
|
||||
*/
|
||||
public function getRawHashes()
|
||||
{
|
||||
return $this->rawHashes;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_Safebrowsing_RawIndices
|
||||
*/
|
||||
public function setRawIndices(Google_Service_Safebrowsing_RawIndices $rawIndices)
|
||||
{
|
||||
$this->rawIndices = $rawIndices;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_Safebrowsing_RawIndices
|
||||
*/
|
||||
public function getRawIndices()
|
||||
{
|
||||
return $this->rawIndices;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_Safebrowsing_RiceDeltaEncoding
|
||||
*/
|
||||
public function setRiceHashes(Google_Service_Safebrowsing_RiceDeltaEncoding $riceHashes)
|
||||
{
|
||||
$this->riceHashes = $riceHashes;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_Safebrowsing_RiceDeltaEncoding
|
||||
*/
|
||||
public function getRiceHashes()
|
||||
{
|
||||
return $this->riceHashes;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_Safebrowsing_RiceDeltaEncoding
|
||||
*/
|
||||
public function setRiceIndices(Google_Service_Safebrowsing_RiceDeltaEncoding $riceIndices)
|
||||
{
|
||||
$this->riceIndices = $riceIndices;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_Safebrowsing_RiceDeltaEncoding
|
||||
*/
|
||||
public function getRiceIndices()
|
||||
{
|
||||
return $this->riceIndices;
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* 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
|
||||
@@ -32,10 +32,16 @@ class Google_Service_Safebrowsing_ThreatInfo extends Google_Collection
|
||||
{
|
||||
return $this->platformTypes;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_Safebrowsing_ThreatEntry
|
||||
*/
|
||||
public function setThreatEntries($threatEntries)
|
||||
{
|
||||
$this->threatEntries = $threatEntries;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_Safebrowsing_ThreatEntry
|
||||
*/
|
||||
public function getThreatEntries()
|
||||
{
|
||||
return $this->threatEntries;
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* 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
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* 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
|
||||
@@ -41,18 +41,30 @@ class Google_Service_Safebrowsing_ThreatMatch extends Google_Model
|
||||
{
|
||||
return $this->platformType;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_Safebrowsing_ThreatEntry
|
||||
*/
|
||||
public function setThreat(Google_Service_Safebrowsing_ThreatEntry $threat)
|
||||
{
|
||||
$this->threat = $threat;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_Safebrowsing_ThreatEntry
|
||||
*/
|
||||
public function getThreat()
|
||||
{
|
||||
return $this->threat;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_Safebrowsing_ThreatEntryMetadata
|
||||
*/
|
||||
public function setThreatEntryMetadata(Google_Service_Safebrowsing_ThreatEntryMetadata $threatEntryMetadata)
|
||||
{
|
||||
$this->threatEntryMetadata = $threatEntryMetadata;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_Safebrowsing_ThreatEntryMetadata
|
||||
*/
|
||||
public function getThreatEntryMetadata()
|
||||
{
|
||||
return $this->threatEntryMetadata;
|
||||
|
||||
Reference in New Issue
Block a user