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

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

Upload project files

  • Property mode set to 100644
File size: 5.0 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 EnterpriseCrmFrontendsEventbusProtoParamSpecEntry extends \Google\Model
21{
22 /**
23 * @var string
24 */
25 public $className;
26 /**
27 * @var string
28 */
29 public $collectionElementClassName;
30 protected $configType = EnterpriseCrmEventbusProtoParamSpecEntryConfig::class;
31 protected $configDataType = '';
32 /**
33 * @var string
34 */
35 public $dataType;
36 protected $defaultValueType = EnterpriseCrmFrontendsEventbusProtoParameterValueType::class;
37 protected $defaultValueDataType = '';
38 /**
39 * @var bool
40 */
41 public $isDeprecated;
42 /**
43 * @var bool
44 */
45 public $isOutput;
46 /**
47 * @var string
48 */
49 public $jsonSchema;
50 /**
51 * @var string
52 */
53 public $key;
54 protected $protoDefType = EnterpriseCrmEventbusProtoParamSpecEntryProtoDefinition::class;
55 protected $protoDefDataType = '';
56 /**
57 * @var bool
58 */
59 public $required;
60 protected $validationRuleType = EnterpriseCrmEventbusProtoParamSpecEntryValidationRule::class;
61 protected $validationRuleDataType = '';
62
63 /**
64 * @param string
65 */
66 public function setClassName($className)
67 {
68 $this->className = $className;
69 }
70 /**
71 * @return string
72 */
73 public function getClassName()
74 {
75 return $this->className;
76 }
77 /**
78 * @param string
79 */
80 public function setCollectionElementClassName($collectionElementClassName)
81 {
82 $this->collectionElementClassName = $collectionElementClassName;
83 }
84 /**
85 * @return string
86 */
87 public function getCollectionElementClassName()
88 {
89 return $this->collectionElementClassName;
90 }
91 /**
92 * @param EnterpriseCrmEventbusProtoParamSpecEntryConfig
93 */
94 public function setConfig(EnterpriseCrmEventbusProtoParamSpecEntryConfig $config)
95 {
96 $this->config = $config;
97 }
98 /**
99 * @return EnterpriseCrmEventbusProtoParamSpecEntryConfig
100 */
101 public function getConfig()
102 {
103 return $this->config;
104 }
105 /**
106 * @param string
107 */
108 public function setDataType($dataType)
109 {
110 $this->dataType = $dataType;
111 }
112 /**
113 * @return string
114 */
115 public function getDataType()
116 {
117 return $this->dataType;
118 }
119 /**
120 * @param EnterpriseCrmFrontendsEventbusProtoParameterValueType
121 */
122 public function setDefaultValue(EnterpriseCrmFrontendsEventbusProtoParameterValueType $defaultValue)
123 {
124 $this->defaultValue = $defaultValue;
125 }
126 /**
127 * @return EnterpriseCrmFrontendsEventbusProtoParameterValueType
128 */
129 public function getDefaultValue()
130 {
131 return $this->defaultValue;
132 }
133 /**
134 * @param bool
135 */
136 public function setIsDeprecated($isDeprecated)
137 {
138 $this->isDeprecated = $isDeprecated;
139 }
140 /**
141 * @return bool
142 */
143 public function getIsDeprecated()
144 {
145 return $this->isDeprecated;
146 }
147 /**
148 * @param bool
149 */
150 public function setIsOutput($isOutput)
151 {
152 $this->isOutput = $isOutput;
153 }
154 /**
155 * @return bool
156 */
157 public function getIsOutput()
158 {
159 return $this->isOutput;
160 }
161 /**
162 * @param string
163 */
164 public function setJsonSchema($jsonSchema)
165 {
166 $this->jsonSchema = $jsonSchema;
167 }
168 /**
169 * @return string
170 */
171 public function getJsonSchema()
172 {
173 return $this->jsonSchema;
174 }
175 /**
176 * @param string
177 */
178 public function setKey($key)
179 {
180 $this->key = $key;
181 }
182 /**
183 * @return string
184 */
185 public function getKey()
186 {
187 return $this->key;
188 }
189 /**
190 * @param EnterpriseCrmEventbusProtoParamSpecEntryProtoDefinition
191 */
192 public function setProtoDef(EnterpriseCrmEventbusProtoParamSpecEntryProtoDefinition $protoDef)
193 {
194 $this->protoDef = $protoDef;
195 }
196 /**
197 * @return EnterpriseCrmEventbusProtoParamSpecEntryProtoDefinition
198 */
199 public function getProtoDef()
200 {
201 return $this->protoDef;
202 }
203 /**
204 * @param bool
205 */
206 public function setRequired($required)
207 {
208 $this->required = $required;
209 }
210 /**
211 * @return bool
212 */
213 public function getRequired()
214 {
215 return $this->required;
216 }
217 /**
218 * @param EnterpriseCrmEventbusProtoParamSpecEntryValidationRule
219 */
220 public function setValidationRule(EnterpriseCrmEventbusProtoParamSpecEntryValidationRule $validationRule)
221 {
222 $this->validationRule = $validationRule;
223 }
224 /**
225 * @return EnterpriseCrmEventbusProtoParamSpecEntryValidationRule
226 */
227 public function getValidationRule()
228 {
229 return $this->validationRule;
230 }
231}
232
233// Adding a class alias for backwards compatibility with the previous class name.
234class_alias(EnterpriseCrmFrontendsEventbusProtoParamSpecEntry::class, 'Google_Service_Integrations_EnterpriseCrmFrontendsEventbusProtoParamSpecEntry');
Note: See TracBrowser for help on using the repository browser.