PageRenderTime 24ms CodeModel.GetById 33ms RepoModel.GetById 0ms app.codeStats 0ms

/libs/google-api-php-client/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/Service.php

https://github.com/sendtogeo/Seo-Panel
PHP | 287 lines | 270 code | 2 blank | 15 comment | 0 complexity | 9ae01893255cdcef6a6356e6aadb7c1c MD5 | raw file
  1. <?php
  2. /*
  3. * Copyright 2016 Google Inc.
  4. *
  5. * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  6. * use this file except in compliance with the License. You may obtain a copy of
  7. * the License at
  8. *
  9. * http://www.apache.org/licenses/LICENSE-2.0
  10. *
  11. * Unless required by applicable law or agreed to in writing, software
  12. * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
  13. * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
  14. * License for the specific language governing permissions and limitations under
  15. * the License.
  16. */
  17. class Google_Service_ServiceManagement_Service extends Google_Collection
  18. {
  19. protected $collection_key = 'types';
  20. protected $apisType = 'Google_Service_ServiceManagement_Api';
  21. protected $apisDataType = 'array';
  22. protected $authenticationType = 'Google_Service_ServiceManagement_Authentication';
  23. protected $authenticationDataType = '';
  24. protected $backendType = 'Google_Service_ServiceManagement_Backend';
  25. protected $backendDataType = '';
  26. public $configVersion;
  27. protected $contextType = 'Google_Service_ServiceManagement_Context';
  28. protected $contextDataType = '';
  29. protected $controlType = 'Google_Service_ServiceManagement_Control';
  30. protected $controlDataType = '';
  31. protected $customErrorType = 'Google_Service_ServiceManagement_CustomError';
  32. protected $customErrorDataType = '';
  33. protected $documentationType = 'Google_Service_ServiceManagement_Documentation';
  34. protected $documentationDataType = '';
  35. protected $endpointsType = 'Google_Service_ServiceManagement_Endpoint';
  36. protected $endpointsDataType = 'array';
  37. protected $enumsType = 'Google_Service_ServiceManagement_Enum';
  38. protected $enumsDataType = 'array';
  39. protected $experimentalType = 'Google_Service_ServiceManagement_Experimental';
  40. protected $experimentalDataType = '';
  41. protected $httpType = 'Google_Service_ServiceManagement_Http';
  42. protected $httpDataType = '';
  43. public $id;
  44. protected $loggingType = 'Google_Service_ServiceManagement_Logging';
  45. protected $loggingDataType = '';
  46. protected $logsType = 'Google_Service_ServiceManagement_LogDescriptor';
  47. protected $logsDataType = 'array';
  48. protected $metricsType = 'Google_Service_ServiceManagement_MetricDescriptor';
  49. protected $metricsDataType = 'array';
  50. protected $monitoredResourcesType = 'Google_Service_ServiceManagement_MonitoredResourceDescriptor';
  51. protected $monitoredResourcesDataType = 'array';
  52. protected $monitoringType = 'Google_Service_ServiceManagement_Monitoring';
  53. protected $monitoringDataType = '';
  54. public $name;
  55. public $producerProjectId;
  56. protected $sourceInfoType = 'Google_Service_ServiceManagement_SourceInfo';
  57. protected $sourceInfoDataType = '';
  58. protected $systemParametersType = 'Google_Service_ServiceManagement_SystemParameters';
  59. protected $systemParametersDataType = '';
  60. protected $systemTypesType = 'Google_Service_ServiceManagement_Type';
  61. protected $systemTypesDataType = 'array';
  62. public $title;
  63. protected $typesType = 'Google_Service_ServiceManagement_Type';
  64. protected $typesDataType = 'array';
  65. protected $usageType = 'Google_Service_ServiceManagement_Usage';
  66. protected $usageDataType = '';
  67. protected $visibilityType = 'Google_Service_ServiceManagement_Visibility';
  68. protected $visibilityDataType = '';
  69. public function setApis($apis)
  70. {
  71. $this->apis = $apis;
  72. }
  73. public function getApis()
  74. {
  75. return $this->apis;
  76. }
  77. public function setAuthentication(Google_Service_ServiceManagement_Authentication $authentication)
  78. {
  79. $this->authentication = $authentication;
  80. }
  81. public function getAuthentication()
  82. {
  83. return $this->authentication;
  84. }
  85. public function setBackend(Google_Service_ServiceManagement_Backend $backend)
  86. {
  87. $this->backend = $backend;
  88. }
  89. public function getBackend()
  90. {
  91. return $this->backend;
  92. }
  93. public function setConfigVersion($configVersion)
  94. {
  95. $this->configVersion = $configVersion;
  96. }
  97. public function getConfigVersion()
  98. {
  99. return $this->configVersion;
  100. }
  101. public function setContext(Google_Service_ServiceManagement_Context $context)
  102. {
  103. $this->context = $context;
  104. }
  105. public function getContext()
  106. {
  107. return $this->context;
  108. }
  109. public function setControl(Google_Service_ServiceManagement_Control $control)
  110. {
  111. $this->control = $control;
  112. }
  113. public function getControl()
  114. {
  115. return $this->control;
  116. }
  117. public function setCustomError(Google_Service_ServiceManagement_CustomError $customError)
  118. {
  119. $this->customError = $customError;
  120. }
  121. public function getCustomError()
  122. {
  123. return $this->customError;
  124. }
  125. public function setDocumentation(Google_Service_ServiceManagement_Documentation $documentation)
  126. {
  127. $this->documentation = $documentation;
  128. }
  129. public function getDocumentation()
  130. {
  131. return $this->documentation;
  132. }
  133. public function setEndpoints($endpoints)
  134. {
  135. $this->endpoints = $endpoints;
  136. }
  137. public function getEndpoints()
  138. {
  139. return $this->endpoints;
  140. }
  141. public function setEnums($enums)
  142. {
  143. $this->enums = $enums;
  144. }
  145. public function getEnums()
  146. {
  147. return $this->enums;
  148. }
  149. public function setExperimental(Google_Service_ServiceManagement_Experimental $experimental)
  150. {
  151. $this->experimental = $experimental;
  152. }
  153. public function getExperimental()
  154. {
  155. return $this->experimental;
  156. }
  157. public function setHttp(Google_Service_ServiceManagement_Http $http)
  158. {
  159. $this->http = $http;
  160. }
  161. public function getHttp()
  162. {
  163. return $this->http;
  164. }
  165. public function setId($id)
  166. {
  167. $this->id = $id;
  168. }
  169. public function getId()
  170. {
  171. return $this->id;
  172. }
  173. public function setLogging(Google_Service_ServiceManagement_Logging $logging)
  174. {
  175. $this->logging = $logging;
  176. }
  177. public function getLogging()
  178. {
  179. return $this->logging;
  180. }
  181. public function setLogs($logs)
  182. {
  183. $this->logs = $logs;
  184. }
  185. public function getLogs()
  186. {
  187. return $this->logs;
  188. }
  189. public function setMetrics($metrics)
  190. {
  191. $this->metrics = $metrics;
  192. }
  193. public function getMetrics()
  194. {
  195. return $this->metrics;
  196. }
  197. public function setMonitoredResources($monitoredResources)
  198. {
  199. $this->monitoredResources = $monitoredResources;
  200. }
  201. public function getMonitoredResources()
  202. {
  203. return $this->monitoredResources;
  204. }
  205. public function setMonitoring(Google_Service_ServiceManagement_Monitoring $monitoring)
  206. {
  207. $this->monitoring = $monitoring;
  208. }
  209. public function getMonitoring()
  210. {
  211. return $this->monitoring;
  212. }
  213. public function setName($name)
  214. {
  215. $this->name = $name;
  216. }
  217. public function getName()
  218. {
  219. return $this->name;
  220. }
  221. public function setProducerProjectId($producerProjectId)
  222. {
  223. $this->producerProjectId = $producerProjectId;
  224. }
  225. public function getProducerProjectId()
  226. {
  227. return $this->producerProjectId;
  228. }
  229. public function setSourceInfo(Google_Service_ServiceManagement_SourceInfo $sourceInfo)
  230. {
  231. $this->sourceInfo = $sourceInfo;
  232. }
  233. public function getSourceInfo()
  234. {
  235. return $this->sourceInfo;
  236. }
  237. public function setSystemParameters(Google_Service_ServiceManagement_SystemParameters $systemParameters)
  238. {
  239. $this->systemParameters = $systemParameters;
  240. }
  241. public function getSystemParameters()
  242. {
  243. return $this->systemParameters;
  244. }
  245. public function setSystemTypes($systemTypes)
  246. {
  247. $this->systemTypes = $systemTypes;
  248. }
  249. public function getSystemTypes()
  250. {
  251. return $this->systemTypes;
  252. }
  253. public function setTitle($title)
  254. {
  255. $this->title = $title;
  256. }
  257. public function getTitle()
  258. {
  259. return $this->title;
  260. }
  261. public function setTypes($types)
  262. {
  263. $this->types = $types;
  264. }
  265. public function getTypes()
  266. {
  267. return $this->types;
  268. }
  269. public function setUsage(Google_Service_ServiceManagement_Usage $usage)
  270. {
  271. $this->usage = $usage;
  272. }
  273. public function getUsage()
  274. {
  275. return $this->usage;
  276. }
  277. public function setVisibility(Google_Service_ServiceManagement_Visibility $visibility)
  278. {
  279. $this->visibility = $visibility;
  280. }
  281. public function getVisibility()
  282. {
  283. return $this->visibility;
  284. }
  285. }