source: vendor/google/apiclient-services/src/DeveloperConnect/Connection.php

Last change on this file was e3d4e0a, checked in by Vlado 222039 <vlado.popovski@…>, 10 days ago

Upload project files

  • Property mode set to 100644
File size: 5.8 KB
RevLine 
[e3d4e0a]1<?php
2/*
3 * Copyright 2014 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
18namespace Google\Service\DeveloperConnect;
19
20class Connection extends \Google\Model
21{
22 /**
23 * @var string[]
24 */
25 public $annotations;
26 /**
27 * @var string
28 */
29 public $createTime;
30 protected $cryptoKeyConfigType = CryptoKeyConfig::class;
31 protected $cryptoKeyConfigDataType = '';
32 /**
33 * @var string
34 */
35 public $deleteTime;
36 /**
37 * @var bool
38 */
39 public $disabled;
40 /**
41 * @var string
42 */
43 public $etag;
44 protected $githubConfigType = GitHubConfig::class;
45 protected $githubConfigDataType = '';
46 protected $githubEnterpriseConfigType = GitHubEnterpriseConfig::class;
47 protected $githubEnterpriseConfigDataType = '';
48 protected $gitlabConfigType = GitLabConfig::class;
49 protected $gitlabConfigDataType = '';
50 protected $gitlabEnterpriseConfigType = GitLabEnterpriseConfig::class;
51 protected $gitlabEnterpriseConfigDataType = '';
52 protected $installationStateType = InstallationState::class;
53 protected $installationStateDataType = '';
54 /**
55 * @var string[]
56 */
57 public $labels;
58 /**
59 * @var string
60 */
61 public $name;
62 /**
63 * @var bool
64 */
65 public $reconciling;
66 /**
67 * @var string
68 */
69 public $uid;
70 /**
71 * @var string
72 */
73 public $updateTime;
74
75 /**
76 * @param string[]
77 */
78 public function setAnnotations($annotations)
79 {
80 $this->annotations = $annotations;
81 }
82 /**
83 * @return string[]
84 */
85 public function getAnnotations()
86 {
87 return $this->annotations;
88 }
89 /**
90 * @param string
91 */
92 public function setCreateTime($createTime)
93 {
94 $this->createTime = $createTime;
95 }
96 /**
97 * @return string
98 */
99 public function getCreateTime()
100 {
101 return $this->createTime;
102 }
103 /**
104 * @param CryptoKeyConfig
105 */
106 public function setCryptoKeyConfig(CryptoKeyConfig $cryptoKeyConfig)
107 {
108 $this->cryptoKeyConfig = $cryptoKeyConfig;
109 }
110 /**
111 * @return CryptoKeyConfig
112 */
113 public function getCryptoKeyConfig()
114 {
115 return $this->cryptoKeyConfig;
116 }
117 /**
118 * @param string
119 */
120 public function setDeleteTime($deleteTime)
121 {
122 $this->deleteTime = $deleteTime;
123 }
124 /**
125 * @return string
126 */
127 public function getDeleteTime()
128 {
129 return $this->deleteTime;
130 }
131 /**
132 * @param bool
133 */
134 public function setDisabled($disabled)
135 {
136 $this->disabled = $disabled;
137 }
138 /**
139 * @return bool
140 */
141 public function getDisabled()
142 {
143 return $this->disabled;
144 }
145 /**
146 * @param string
147 */
148 public function setEtag($etag)
149 {
150 $this->etag = $etag;
151 }
152 /**
153 * @return string
154 */
155 public function getEtag()
156 {
157 return $this->etag;
158 }
159 /**
160 * @param GitHubConfig
161 */
162 public function setGithubConfig(GitHubConfig $githubConfig)
163 {
164 $this->githubConfig = $githubConfig;
165 }
166 /**
167 * @return GitHubConfig
168 */
169 public function getGithubConfig()
170 {
171 return $this->githubConfig;
172 }
173 /**
174 * @param GitHubEnterpriseConfig
175 */
176 public function setGithubEnterpriseConfig(GitHubEnterpriseConfig $githubEnterpriseConfig)
177 {
178 $this->githubEnterpriseConfig = $githubEnterpriseConfig;
179 }
180 /**
181 * @return GitHubEnterpriseConfig
182 */
183 public function getGithubEnterpriseConfig()
184 {
185 return $this->githubEnterpriseConfig;
186 }
187 /**
188 * @param GitLabConfig
189 */
190 public function setGitlabConfig(GitLabConfig $gitlabConfig)
191 {
192 $this->gitlabConfig = $gitlabConfig;
193 }
194 /**
195 * @return GitLabConfig
196 */
197 public function getGitlabConfig()
198 {
199 return $this->gitlabConfig;
200 }
201 /**
202 * @param GitLabEnterpriseConfig
203 */
204 public function setGitlabEnterpriseConfig(GitLabEnterpriseConfig $gitlabEnterpriseConfig)
205 {
206 $this->gitlabEnterpriseConfig = $gitlabEnterpriseConfig;
207 }
208 /**
209 * @return GitLabEnterpriseConfig
210 */
211 public function getGitlabEnterpriseConfig()
212 {
213 return $this->gitlabEnterpriseConfig;
214 }
215 /**
216 * @param InstallationState
217 */
218 public function setInstallationState(InstallationState $installationState)
219 {
220 $this->installationState = $installationState;
221 }
222 /**
223 * @return InstallationState
224 */
225 public function getInstallationState()
226 {
227 return $this->installationState;
228 }
229 /**
230 * @param string[]
231 */
232 public function setLabels($labels)
233 {
234 $this->labels = $labels;
235 }
236 /**
237 * @return string[]
238 */
239 public function getLabels()
240 {
241 return $this->labels;
242 }
243 /**
244 * @param string
245 */
246 public function setName($name)
247 {
248 $this->name = $name;
249 }
250 /**
251 * @return string
252 */
253 public function getName()
254 {
255 return $this->name;
256 }
257 /**
258 * @param bool
259 */
260 public function setReconciling($reconciling)
261 {
262 $this->reconciling = $reconciling;
263 }
264 /**
265 * @return bool
266 */
267 public function getReconciling()
268 {
269 return $this->reconciling;
270 }
271 /**
272 * @param string
273 */
274 public function setUid($uid)
275 {
276 $this->uid = $uid;
277 }
278 /**
279 * @return string
280 */
281 public function getUid()
282 {
283 return $this->uid;
284 }
285 /**
286 * @param string
287 */
288 public function setUpdateTime($updateTime)
289 {
290 $this->updateTime = $updateTime;
291 }
292 /**
293 * @return string
294 */
295 public function getUpdateTime()
296 {
297 return $this->updateTime;
298 }
299}
300
301// Adding a class alias for backwards compatibility with the previous class name.
302class_alias(Connection::class, 'Google_Service_DeveloperConnect_Connection');
Note: See TracBrowser for help on using the repository browser.