source: vendor/google/apiclient-services/src/SecurityCommandCenter/GoogleCloudSecuritycenterV1Resource.php@ e3d4e0a

Last change on this file since e3d4e0a 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\SecurityCommandCenter;
19
20class GoogleCloudSecuritycenterV1Resource extends \Google\Collection
21{
22 protected $collection_key = 'folders';
23 protected $awsMetadataType = AwsMetadata::class;
24 protected $awsMetadataDataType = '';
25 protected $azureMetadataType = AzureMetadata::class;
26 protected $azureMetadataDataType = '';
27 /**
28 * @var string
29 */
30 public $cloudProvider;
31 /**
32 * @var string
33 */
34 public $displayName;
35 protected $foldersType = Folder::class;
36 protected $foldersDataType = 'array';
37 /**
38 * @var string
39 */
40 public $location;
41 /**
42 * @var string
43 */
44 public $name;
45 /**
46 * @var string
47 */
48 public $organization;
49 /**
50 * @var string
51 */
52 public $parent;
53 /**
54 * @var string
55 */
56 public $parentDisplayName;
57 /**
58 * @var string
59 */
60 public $project;
61 /**
62 * @var string
63 */
64 public $projectDisplayName;
65 protected $resourcePathType = ResourcePath::class;
66 protected $resourcePathDataType = '';
67 /**
68 * @var string
69 */
70 public $resourcePathString;
71 /**
72 * @var string
73 */
74 public $service;
75 /**
76 * @var string
77 */
78 public $type;
79
80 /**
81 * @param AwsMetadata
82 */
83 public function setAwsMetadata(AwsMetadata $awsMetadata)
84 {
85 $this->awsMetadata = $awsMetadata;
86 }
87 /**
88 * @return AwsMetadata
89 */
90 public function getAwsMetadata()
91 {
92 return $this->awsMetadata;
93 }
94 /**
95 * @param AzureMetadata
96 */
97 public function setAzureMetadata(AzureMetadata $azureMetadata)
98 {
99 $this->azureMetadata = $azureMetadata;
100 }
101 /**
102 * @return AzureMetadata
103 */
104 public function getAzureMetadata()
105 {
106 return $this->azureMetadata;
107 }
108 /**
109 * @param string
110 */
111 public function setCloudProvider($cloudProvider)
112 {
113 $this->cloudProvider = $cloudProvider;
114 }
115 /**
116 * @return string
117 */
118 public function getCloudProvider()
119 {
120 return $this->cloudProvider;
121 }
122 /**
123 * @param string
124 */
125 public function setDisplayName($displayName)
126 {
127 $this->displayName = $displayName;
128 }
129 /**
130 * @return string
131 */
132 public function getDisplayName()
133 {
134 return $this->displayName;
135 }
136 /**
137 * @param Folder[]
138 */
139 public function setFolders($folders)
140 {
141 $this->folders = $folders;
142 }
143 /**
144 * @return Folder[]
145 */
146 public function getFolders()
147 {
148 return $this->folders;
149 }
150 /**
151 * @param string
152 */
153 public function setLocation($location)
154 {
155 $this->location = $location;
156 }
157 /**
158 * @return string
159 */
160 public function getLocation()
161 {
162 return $this->location;
163 }
164 /**
165 * @param string
166 */
167 public function setName($name)
168 {
169 $this->name = $name;
170 }
171 /**
172 * @return string
173 */
174 public function getName()
175 {
176 return $this->name;
177 }
178 /**
179 * @param string
180 */
181 public function setOrganization($organization)
182 {
183 $this->organization = $organization;
184 }
185 /**
186 * @return string
187 */
188 public function getOrganization()
189 {
190 return $this->organization;
191 }
192 /**
193 * @param string
194 */
195 public function setParent($parent)
196 {
197 $this->parent = $parent;
198 }
199 /**
200 * @return string
201 */
202 public function getParent()
203 {
204 return $this->parent;
205 }
206 /**
207 * @param string
208 */
209 public function setParentDisplayName($parentDisplayName)
210 {
211 $this->parentDisplayName = $parentDisplayName;
212 }
213 /**
214 * @return string
215 */
216 public function getParentDisplayName()
217 {
218 return $this->parentDisplayName;
219 }
220 /**
221 * @param string
222 */
223 public function setProject($project)
224 {
225 $this->project = $project;
226 }
227 /**
228 * @return string
229 */
230 public function getProject()
231 {
232 return $this->project;
233 }
234 /**
235 * @param string
236 */
237 public function setProjectDisplayName($projectDisplayName)
238 {
239 $this->projectDisplayName = $projectDisplayName;
240 }
241 /**
242 * @return string
243 */
244 public function getProjectDisplayName()
245 {
246 return $this->projectDisplayName;
247 }
248 /**
249 * @param ResourcePath
250 */
251 public function setResourcePath(ResourcePath $resourcePath)
252 {
253 $this->resourcePath = $resourcePath;
254 }
255 /**
256 * @return ResourcePath
257 */
258 public function getResourcePath()
259 {
260 return $this->resourcePath;
261 }
262 /**
263 * @param string
264 */
265 public function setResourcePathString($resourcePathString)
266 {
267 $this->resourcePathString = $resourcePathString;
268 }
269 /**
270 * @return string
271 */
272 public function getResourcePathString()
273 {
274 return $this->resourcePathString;
275 }
276 /**
277 * @param string
278 */
279 public function setService($service)
280 {
281 $this->service = $service;
282 }
283 /**
284 * @return string
285 */
286 public function getService()
287 {
288 return $this->service;
289 }
290 /**
291 * @param string
292 */
293 public function setType($type)
294 {
295 $this->type = $type;
296 }
297 /**
298 * @return string
299 */
300 public function getType()
301 {
302 return $this->type;
303 }
304}
305
306// Adding a class alias for backwards compatibility with the previous class name.
307class_alias(GoogleCloudSecuritycenterV1Resource::class, 'Google_Service_SecurityCommandCenter_GoogleCloudSecuritycenterV1Resource');
Note: See TracBrowser for help on using the repository browser.