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\Apigee;
19
20class GoogleCloudApigeeV1Organization extends \Google\Collection
21{
22  protected $collection_key = 'environments';
23  protected $addonsConfigType = GoogleCloudApigeeV1AddonsConfig::class;
24  protected $addonsConfigDataType = '';
25  /**
26   * @var string
27   */
28  public $analyticsRegion;
29  /**
30   * @var string[]
31   */
32  public $attributes;
33  /**
34   * @var string
35   */
36  public $authorizedNetwork;
37  /**
38   * @var string
39   */
40  public $billingType;
41  /**
42   * @var string
43   */
44  public $caCertificate;
45  /**
46   * @var string
47   */
48  public $createdAt;
49  /**
50   * @var string
51   */
52  public $customerName;
53  /**
54   * @var string
55   */
56  public $description;
57  /**
58   * @var string
59   */
60  public $displayName;
61  /**
62   * @var string[]
63   */
64  public $environments;
65  /**
66   * @var string
67   */
68  public $expiresAt;
69  /**
70   * @var string
71   */
72  public $lastModifiedAt;
73  /**
74   * @var string
75   */
76  public $name;
77  /**
78   * @var bool
79   */
80  public $portalDisabled;
81  /**
82   * @var string
83   */
84  public $projectId;
85  protected $propertiesType = GoogleCloudApigeeV1Properties::class;
86  protected $propertiesDataType = '';
87  /**
88   * @var string
89   */
90  public $runtimeDatabaseEncryptionKeyName;
91  /**
92   * @var string
93   */
94  public $runtimeType;
95  /**
96   * @var string
97   */
98  public $state;
99  /**
100   * @var string
101   */
102  public $subscriptionType;
103  /**
104   * @var string
105   */
106  public $type;
107
108  /**
109   * @param GoogleCloudApigeeV1AddonsConfig
110   */
111  public function setAddonsConfig(GoogleCloudApigeeV1AddonsConfig $addonsConfig)
112  {
113    $this->addonsConfig = $addonsConfig;
114  }
115  /**
116   * @return GoogleCloudApigeeV1AddonsConfig
117   */
118  public function getAddonsConfig()
119  {
120    return $this->addonsConfig;
121  }
122  /**
123   * @param string
124   */
125  public function setAnalyticsRegion($analyticsRegion)
126  {
127    $this->analyticsRegion = $analyticsRegion;
128  }
129  /**
130   * @return string
131   */
132  public function getAnalyticsRegion()
133  {
134    return $this->analyticsRegion;
135  }
136  /**
137   * @param string[]
138   */
139  public function setAttributes($attributes)
140  {
141    $this->attributes = $attributes;
142  }
143  /**
144   * @return string[]
145   */
146  public function getAttributes()
147  {
148    return $this->attributes;
149  }
150  /**
151   * @param string
152   */
153  public function setAuthorizedNetwork($authorizedNetwork)
154  {
155    $this->authorizedNetwork = $authorizedNetwork;
156  }
157  /**
158   * @return string
159   */
160  public function getAuthorizedNetwork()
161  {
162    return $this->authorizedNetwork;
163  }
164  /**
165   * @param string
166   */
167  public function setBillingType($billingType)
168  {
169    $this->billingType = $billingType;
170  }
171  /**
172   * @return string
173   */
174  public function getBillingType()
175  {
176    return $this->billingType;
177  }
178  /**
179   * @param string
180   */
181  public function setCaCertificate($caCertificate)
182  {
183    $this->caCertificate = $caCertificate;
184  }
185  /**
186   * @return string
187   */
188  public function getCaCertificate()
189  {
190    return $this->caCertificate;
191  }
192  /**
193   * @param string
194   */
195  public function setCreatedAt($createdAt)
196  {
197    $this->createdAt = $createdAt;
198  }
199  /**
200   * @return string
201   */
202  public function getCreatedAt()
203  {
204    return $this->createdAt;
205  }
206  /**
207   * @param string
208   */
209  public function setCustomerName($customerName)
210  {
211    $this->customerName = $customerName;
212  }
213  /**
214   * @return string
215   */
216  public function getCustomerName()
217  {
218    return $this->customerName;
219  }
220  /**
221   * @param string
222   */
223  public function setDescription($description)
224  {
225    $this->description = $description;
226  }
227  /**
228   * @return string
229   */
230  public function getDescription()
231  {
232    return $this->description;
233  }
234  /**
235   * @param string
236   */
237  public function setDisplayName($displayName)
238  {
239    $this->displayName = $displayName;
240  }
241  /**
242   * @return string
243   */
244  public function getDisplayName()
245  {
246    return $this->displayName;
247  }
248  /**
249   * @param string[]
250   */
251  public function setEnvironments($environments)
252  {
253    $this->environments = $environments;
254  }
255  /**
256   * @return string[]
257   */
258  public function getEnvironments()
259  {
260    return $this->environments;
261  }
262  /**
263   * @param string
264   */
265  public function setExpiresAt($expiresAt)
266  {
267    $this->expiresAt = $expiresAt;
268  }
269  /**
270   * @return string
271   */
272  public function getExpiresAt()
273  {
274    return $this->expiresAt;
275  }
276  /**
277   * @param string
278   */
279  public function setLastModifiedAt($lastModifiedAt)
280  {
281    $this->lastModifiedAt = $lastModifiedAt;
282  }
283  /**
284   * @return string
285   */
286  public function getLastModifiedAt()
287  {
288    return $this->lastModifiedAt;
289  }
290  /**
291   * @param string
292   */
293  public function setName($name)
294  {
295    $this->name = $name;
296  }
297  /**
298   * @return string
299   */
300  public function getName()
301  {
302    return $this->name;
303  }
304  /**
305   * @param bool
306   */
307  public function setPortalDisabled($portalDisabled)
308  {
309    $this->portalDisabled = $portalDisabled;
310  }
311  /**
312   * @return bool
313   */
314  public function getPortalDisabled()
315  {
316    return $this->portalDisabled;
317  }
318  /**
319   * @param string
320   */
321  public function setProjectId($projectId)
322  {
323    $this->projectId = $projectId;
324  }
325  /**
326   * @return string
327   */
328  public function getProjectId()
329  {
330    return $this->projectId;
331  }
332  /**
333   * @param GoogleCloudApigeeV1Properties
334   */
335  public function setProperties(GoogleCloudApigeeV1Properties $properties)
336  {
337    $this->properties = $properties;
338  }
339  /**
340   * @return GoogleCloudApigeeV1Properties
341   */
342  public function getProperties()
343  {
344    return $this->properties;
345  }
346  /**
347   * @param string
348   */
349  public function setRuntimeDatabaseEncryptionKeyName($runtimeDatabaseEncryptionKeyName)
350  {
351    $this->runtimeDatabaseEncryptionKeyName = $runtimeDatabaseEncryptionKeyName;
352  }
353  /**
354   * @return string
355   */
356  public function getRuntimeDatabaseEncryptionKeyName()
357  {
358    return $this->runtimeDatabaseEncryptionKeyName;
359  }
360  /**
361   * @param string
362   */
363  public function setRuntimeType($runtimeType)
364  {
365    $this->runtimeType = $runtimeType;
366  }
367  /**
368   * @return string
369   */
370  public function getRuntimeType()
371  {
372    return $this->runtimeType;
373  }
374  /**
375   * @param string
376   */
377  public function setState($state)
378  {
379    $this->state = $state;
380  }
381  /**
382   * @return string
383   */
384  public function getState()
385  {
386    return $this->state;
387  }
388  /**
389   * @param string
390   */
391  public function setSubscriptionType($subscriptionType)
392  {
393    $this->subscriptionType = $subscriptionType;
394  }
395  /**
396   * @return string
397   */
398  public function getSubscriptionType()
399  {
400    return $this->subscriptionType;
401  }
402  /**
403   * @param string
404   */
405  public function setType($type)
406  {
407    $this->type = $type;
408  }
409  /**
410   * @return string
411   */
412  public function getType()
413  {
414    return $this->type;
415  }
416}
417
418// Adding a class alias for backwards compatibility with the previous class name.
419class_alias(GoogleCloudApigeeV1Organization::class, 'Google_Service_Apigee_GoogleCloudApigeeV1Organization');
420