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

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

Upload project files

  • Property mode set to 100644
File size: 6.0 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\Integrations;
19
20class EnterpriseCrmFrontendsEventbusProtoWorkflowParameterEntry extends \Google\Collection
21{
22 protected $collection_key = 'children';
23 protected $attributesType = EnterpriseCrmEventbusProtoAttributes::class;
24 protected $attributesDataType = '';
25 protected $childrenType = EnterpriseCrmFrontendsEventbusProtoWorkflowParameterEntry::class;
26 protected $childrenDataType = 'array';
27 /**
28 * @var bool
29 */
30 public $containsLargeData;
31 /**
32 * @var string
33 */
34 public $dataType;
35 protected $defaultValueType = EnterpriseCrmFrontendsEventbusProtoParameterValueType::class;
36 protected $defaultValueDataType = '';
37 /**
38 * @var string
39 */
40 public $description;
41 /**
42 * @var string
43 */
44 public $inOutType;
45 /**
46 * @var bool
47 */
48 public $isTransient;
49 /**
50 * @var string
51 */
52 public $jsonSchema;
53 /**
54 * @var string
55 */
56 public $key;
57 /**
58 * @var string
59 */
60 public $name;
61 protected $producedByType = EnterpriseCrmEventbusProtoNodeIdentifier::class;
62 protected $producedByDataType = '';
63 /**
64 * @var string
65 */
66 public $producer;
67 /**
68 * @var string
69 */
70 public $protoDefName;
71 /**
72 * @var string
73 */
74 public $protoDefPath;
75 /**
76 * @var bool
77 */
78 public $required;
79
80 /**
81 * @param EnterpriseCrmEventbusProtoAttributes
82 */
83 public function setAttributes(EnterpriseCrmEventbusProtoAttributes $attributes)
84 {
85 $this->attributes = $attributes;
86 }
87 /**
88 * @return EnterpriseCrmEventbusProtoAttributes
89 */
90 public function getAttributes()
91 {
92 return $this->attributes;
93 }
94 /**
95 * @param EnterpriseCrmFrontendsEventbusProtoWorkflowParameterEntry[]
96 */
97 public function setChildren($children)
98 {
99 $this->children = $children;
100 }
101 /**
102 * @return EnterpriseCrmFrontendsEventbusProtoWorkflowParameterEntry[]
103 */
104 public function getChildren()
105 {
106 return $this->children;
107 }
108 /**
109 * @param bool
110 */
111 public function setContainsLargeData($containsLargeData)
112 {
113 $this->containsLargeData = $containsLargeData;
114 }
115 /**
116 * @return bool
117 */
118 public function getContainsLargeData()
119 {
120 return $this->containsLargeData;
121 }
122 /**
123 * @param string
124 */
125 public function setDataType($dataType)
126 {
127 $this->dataType = $dataType;
128 }
129 /**
130 * @return string
131 */
132 public function getDataType()
133 {
134 return $this->dataType;
135 }
136 /**
137 * @param EnterpriseCrmFrontendsEventbusProtoParameterValueType
138 */
139 public function setDefaultValue(EnterpriseCrmFrontendsEventbusProtoParameterValueType $defaultValue)
140 {
141 $this->defaultValue = $defaultValue;
142 }
143 /**
144 * @return EnterpriseCrmFrontendsEventbusProtoParameterValueType
145 */
146 public function getDefaultValue()
147 {
148 return $this->defaultValue;
149 }
150 /**
151 * @param string
152 */
153 public function setDescription($description)
154 {
155 $this->description = $description;
156 }
157 /**
158 * @return string
159 */
160 public function getDescription()
161 {
162 return $this->description;
163 }
164 /**
165 * @param string
166 */
167 public function setInOutType($inOutType)
168 {
169 $this->inOutType = $inOutType;
170 }
171 /**
172 * @return string
173 */
174 public function getInOutType()
175 {
176 return $this->inOutType;
177 }
178 /**
179 * @param bool
180 */
181 public function setIsTransient($isTransient)
182 {
183 $this->isTransient = $isTransient;
184 }
185 /**
186 * @return bool
187 */
188 public function getIsTransient()
189 {
190 return $this->isTransient;
191 }
192 /**
193 * @param string
194 */
195 public function setJsonSchema($jsonSchema)
196 {
197 $this->jsonSchema = $jsonSchema;
198 }
199 /**
200 * @return string
201 */
202 public function getJsonSchema()
203 {
204 return $this->jsonSchema;
205 }
206 /**
207 * @param string
208 */
209 public function setKey($key)
210 {
211 $this->key = $key;
212 }
213 /**
214 * @return string
215 */
216 public function getKey()
217 {
218 return $this->key;
219 }
220 /**
221 * @param string
222 */
223 public function setName($name)
224 {
225 $this->name = $name;
226 }
227 /**
228 * @return string
229 */
230 public function getName()
231 {
232 return $this->name;
233 }
234 /**
235 * @param EnterpriseCrmEventbusProtoNodeIdentifier
236 */
237 public function setProducedBy(EnterpriseCrmEventbusProtoNodeIdentifier $producedBy)
238 {
239 $this->producedBy = $producedBy;
240 }
241 /**
242 * @return EnterpriseCrmEventbusProtoNodeIdentifier
243 */
244 public function getProducedBy()
245 {
246 return $this->producedBy;
247 }
248 /**
249 * @param string
250 */
251 public function setProducer($producer)
252 {
253 $this->producer = $producer;
254 }
255 /**
256 * @return string
257 */
258 public function getProducer()
259 {
260 return $this->producer;
261 }
262 /**
263 * @param string
264 */
265 public function setProtoDefName($protoDefName)
266 {
267 $this->protoDefName = $protoDefName;
268 }
269 /**
270 * @return string
271 */
272 public function getProtoDefName()
273 {
274 return $this->protoDefName;
275 }
276 /**
277 * @param string
278 */
279 public function setProtoDefPath($protoDefPath)
280 {
281 $this->protoDefPath = $protoDefPath;
282 }
283 /**
284 * @return string
285 */
286 public function getProtoDefPath()
287 {
288 return $this->protoDefPath;
289 }
290 /**
291 * @param bool
292 */
293 public function setRequired($required)
294 {
295 $this->required = $required;
296 }
297 /**
298 * @return bool
299 */
300 public function getRequired()
301 {
302 return $this->required;
303 }
304}
305
306// Adding a class alias for backwards compatibility with the previous class name.
307class_alias(EnterpriseCrmFrontendsEventbusProtoWorkflowParameterEntry::class, 'Google_Service_Integrations_EnterpriseCrmFrontendsEventbusProtoWorkflowParameterEntry');
Note: See TracBrowser for help on using the repository browser.