source: vendor/google/apiclient-services/src/Integrations/GoogleCloudIntegrationsV1alphaTemplate.php

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

Upload project files

  • Property mode set to 100644
File size: 5.5 KB
Line 
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\Integrations;
19
20class GoogleCloudIntegrationsV1alphaTemplate extends \Google\Collection
21{
22 protected $collection_key = 'tags';
23 /**
24 * @var string
25 */
26 public $author;
27 /**
28 * @var string[]
29 */
30 public $categories;
31 protected $componentsType = GoogleCloudIntegrationsV1alphaTemplateComponent::class;
32 protected $componentsDataType = 'array';
33 /**
34 * @var string
35 */
36 public $createTime;
37 /**
38 * @var string
39 */
40 public $description;
41 /**
42 * @var string
43 */
44 public $displayName;
45 /**
46 * @var string
47 */
48 public $docLink;
49 /**
50 * @var string
51 */
52 public $lastUsedTime;
53 /**
54 * @var string
55 */
56 public $name;
57 /**
58 * @var string[]
59 */
60 public $sharedWith;
61 /**
62 * @var string[]
63 */
64 public $tags;
65 protected $templateBundleType = GoogleCloudIntegrationsV1alphaTemplateBundle::class;
66 protected $templateBundleDataType = '';
67 /**
68 * @var string
69 */
70 public $updateTime;
71 /**
72 * @var string
73 */
74 public $usageCount;
75 /**
76 * @var string
77 */
78 public $usageInfo;
79 /**
80 * @var string
81 */
82 public $visibility;
83
84 /**
85 * @param string
86 */
87 public function setAuthor($author)
88 {
89 $this->author = $author;
90 }
91 /**
92 * @return string
93 */
94 public function getAuthor()
95 {
96 return $this->author;
97 }
98 /**
99 * @param string[]
100 */
101 public function setCategories($categories)
102 {
103 $this->categories = $categories;
104 }
105 /**
106 * @return string[]
107 */
108 public function getCategories()
109 {
110 return $this->categories;
111 }
112 /**
113 * @param GoogleCloudIntegrationsV1alphaTemplateComponent[]
114 */
115 public function setComponents($components)
116 {
117 $this->components = $components;
118 }
119 /**
120 * @return GoogleCloudIntegrationsV1alphaTemplateComponent[]
121 */
122 public function getComponents()
123 {
124 return $this->components;
125 }
126 /**
127 * @param string
128 */
129 public function setCreateTime($createTime)
130 {
131 $this->createTime = $createTime;
132 }
133 /**
134 * @return string
135 */
136 public function getCreateTime()
137 {
138 return $this->createTime;
139 }
140 /**
141 * @param string
142 */
143 public function setDescription($description)
144 {
145 $this->description = $description;
146 }
147 /**
148 * @return string
149 */
150 public function getDescription()
151 {
152 return $this->description;
153 }
154 /**
155 * @param string
156 */
157 public function setDisplayName($displayName)
158 {
159 $this->displayName = $displayName;
160 }
161 /**
162 * @return string
163 */
164 public function getDisplayName()
165 {
166 return $this->displayName;
167 }
168 /**
169 * @param string
170 */
171 public function setDocLink($docLink)
172 {
173 $this->docLink = $docLink;
174 }
175 /**
176 * @return string
177 */
178 public function getDocLink()
179 {
180 return $this->docLink;
181 }
182 /**
183 * @param string
184 */
185 public function setLastUsedTime($lastUsedTime)
186 {
187 $this->lastUsedTime = $lastUsedTime;
188 }
189 /**
190 * @return string
191 */
192 public function getLastUsedTime()
193 {
194 return $this->lastUsedTime;
195 }
196 /**
197 * @param string
198 */
199 public function setName($name)
200 {
201 $this->name = $name;
202 }
203 /**
204 * @return string
205 */
206 public function getName()
207 {
208 return $this->name;
209 }
210 /**
211 * @param string[]
212 */
213 public function setSharedWith($sharedWith)
214 {
215 $this->sharedWith = $sharedWith;
216 }
217 /**
218 * @return string[]
219 */
220 public function getSharedWith()
221 {
222 return $this->sharedWith;
223 }
224 /**
225 * @param string[]
226 */
227 public function setTags($tags)
228 {
229 $this->tags = $tags;
230 }
231 /**
232 * @return string[]
233 */
234 public function getTags()
235 {
236 return $this->tags;
237 }
238 /**
239 * @param GoogleCloudIntegrationsV1alphaTemplateBundle
240 */
241 public function setTemplateBundle(GoogleCloudIntegrationsV1alphaTemplateBundle $templateBundle)
242 {
243 $this->templateBundle = $templateBundle;
244 }
245 /**
246 * @return GoogleCloudIntegrationsV1alphaTemplateBundle
247 */
248 public function getTemplateBundle()
249 {
250 return $this->templateBundle;
251 }
252 /**
253 * @param string
254 */
255 public function setUpdateTime($updateTime)
256 {
257 $this->updateTime = $updateTime;
258 }
259 /**
260 * @return string
261 */
262 public function getUpdateTime()
263 {
264 return $this->updateTime;
265 }
266 /**
267 * @param string
268 */
269 public function setUsageCount($usageCount)
270 {
271 $this->usageCount = $usageCount;
272 }
273 /**
274 * @return string
275 */
276 public function getUsageCount()
277 {
278 return $this->usageCount;
279 }
280 /**
281 * @param string
282 */
283 public function setUsageInfo($usageInfo)
284 {
285 $this->usageInfo = $usageInfo;
286 }
287 /**
288 * @return string
289 */
290 public function getUsageInfo()
291 {
292 return $this->usageInfo;
293 }
294 /**
295 * @param string
296 */
297 public function setVisibility($visibility)
298 {
299 $this->visibility = $visibility;
300 }
301 /**
302 * @return string
303 */
304 public function getVisibility()
305 {
306 return $this->visibility;
307 }
308}
309
310// Adding a class alias for backwards compatibility with the previous class name.
311class_alias(GoogleCloudIntegrationsV1alphaTemplate::class, 'Google_Service_Integrations_GoogleCloudIntegrationsV1alphaTemplate');
Note: See TracBrowser for help on using the repository browser.