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 |
|
---|
18 | namespace Google\Service\ChecksService;
|
---|
19 |
|
---|
20 | class GoogleChecksReportV1alphaCheckEvidence extends \Google\Collection
|
---|
21 | {
|
---|
22 | protected $collection_key = 'sdks';
|
---|
23 | protected $dataSecurityType = GoogleChecksReportV1alphaCheckDataSecurityEvidence::class;
|
---|
24 | protected $dataSecurityDataType = '';
|
---|
25 | protected $dataTypesType = GoogleChecksReportV1alphaCheckDataTypeEvidence::class;
|
---|
26 | protected $dataTypesDataType = 'array';
|
---|
27 | protected $endpointRestrictionViolationsType = GoogleChecksReportV1alphaCheckEndpointRestrictionViolationEvidence::class;
|
---|
28 | protected $endpointRestrictionViolationsDataType = 'array';
|
---|
29 | protected $endpointsType = GoogleChecksReportV1alphaCheckEndpointEvidence::class;
|
---|
30 | protected $endpointsDataType = 'array';
|
---|
31 | protected $permissionRestrictionViolationsType = GoogleChecksReportV1alphaCheckPermissionRestrictionViolationEvidence::class;
|
---|
32 | protected $permissionRestrictionViolationsDataType = 'array';
|
---|
33 | protected $permissionsType = GoogleChecksReportV1alphaCheckPermissionEvidence::class;
|
---|
34 | protected $permissionsDataType = 'array';
|
---|
35 | protected $privacyPolicyTextsType = GoogleChecksReportV1alphaCheckPrivacyPolicyTextEvidence::class;
|
---|
36 | protected $privacyPolicyTextsDataType = 'array';
|
---|
37 | protected $sdkIssuesType = GoogleChecksReportV1alphaCheckSdkIssueEvidence::class;
|
---|
38 | protected $sdkIssuesDataType = 'array';
|
---|
39 | protected $sdkRestrictionViolationsType = GoogleChecksReportV1alphaCheckSdkRestrictionViolationEvidence::class;
|
---|
40 | protected $sdkRestrictionViolationsDataType = 'array';
|
---|
41 | protected $sdksType = GoogleChecksReportV1alphaCheckSdkEvidence::class;
|
---|
42 | protected $sdksDataType = 'array';
|
---|
43 |
|
---|
44 | /**
|
---|
45 | * @param GoogleChecksReportV1alphaCheckDataSecurityEvidence
|
---|
46 | */
|
---|
47 | public function setDataSecurity(GoogleChecksReportV1alphaCheckDataSecurityEvidence $dataSecurity)
|
---|
48 | {
|
---|
49 | $this->dataSecurity = $dataSecurity;
|
---|
50 | }
|
---|
51 | /**
|
---|
52 | * @return GoogleChecksReportV1alphaCheckDataSecurityEvidence
|
---|
53 | */
|
---|
54 | public function getDataSecurity()
|
---|
55 | {
|
---|
56 | return $this->dataSecurity;
|
---|
57 | }
|
---|
58 | /**
|
---|
59 | * @param GoogleChecksReportV1alphaCheckDataTypeEvidence[]
|
---|
60 | */
|
---|
61 | public function setDataTypes($dataTypes)
|
---|
62 | {
|
---|
63 | $this->dataTypes = $dataTypes;
|
---|
64 | }
|
---|
65 | /**
|
---|
66 | * @return GoogleChecksReportV1alphaCheckDataTypeEvidence[]
|
---|
67 | */
|
---|
68 | public function getDataTypes()
|
---|
69 | {
|
---|
70 | return $this->dataTypes;
|
---|
71 | }
|
---|
72 | /**
|
---|
73 | * @param GoogleChecksReportV1alphaCheckEndpointRestrictionViolationEvidence[]
|
---|
74 | */
|
---|
75 | public function setEndpointRestrictionViolations($endpointRestrictionViolations)
|
---|
76 | {
|
---|
77 | $this->endpointRestrictionViolations = $endpointRestrictionViolations;
|
---|
78 | }
|
---|
79 | /**
|
---|
80 | * @return GoogleChecksReportV1alphaCheckEndpointRestrictionViolationEvidence[]
|
---|
81 | */
|
---|
82 | public function getEndpointRestrictionViolations()
|
---|
83 | {
|
---|
84 | return $this->endpointRestrictionViolations;
|
---|
85 | }
|
---|
86 | /**
|
---|
87 | * @param GoogleChecksReportV1alphaCheckEndpointEvidence[]
|
---|
88 | */
|
---|
89 | public function setEndpoints($endpoints)
|
---|
90 | {
|
---|
91 | $this->endpoints = $endpoints;
|
---|
92 | }
|
---|
93 | /**
|
---|
94 | * @return GoogleChecksReportV1alphaCheckEndpointEvidence[]
|
---|
95 | */
|
---|
96 | public function getEndpoints()
|
---|
97 | {
|
---|
98 | return $this->endpoints;
|
---|
99 | }
|
---|
100 | /**
|
---|
101 | * @param GoogleChecksReportV1alphaCheckPermissionRestrictionViolationEvidence[]
|
---|
102 | */
|
---|
103 | public function setPermissionRestrictionViolations($permissionRestrictionViolations)
|
---|
104 | {
|
---|
105 | $this->permissionRestrictionViolations = $permissionRestrictionViolations;
|
---|
106 | }
|
---|
107 | /**
|
---|
108 | * @return GoogleChecksReportV1alphaCheckPermissionRestrictionViolationEvidence[]
|
---|
109 | */
|
---|
110 | public function getPermissionRestrictionViolations()
|
---|
111 | {
|
---|
112 | return $this->permissionRestrictionViolations;
|
---|
113 | }
|
---|
114 | /**
|
---|
115 | * @param GoogleChecksReportV1alphaCheckPermissionEvidence[]
|
---|
116 | */
|
---|
117 | public function setPermissions($permissions)
|
---|
118 | {
|
---|
119 | $this->permissions = $permissions;
|
---|
120 | }
|
---|
121 | /**
|
---|
122 | * @return GoogleChecksReportV1alphaCheckPermissionEvidence[]
|
---|
123 | */
|
---|
124 | public function getPermissions()
|
---|
125 | {
|
---|
126 | return $this->permissions;
|
---|
127 | }
|
---|
128 | /**
|
---|
129 | * @param GoogleChecksReportV1alphaCheckPrivacyPolicyTextEvidence[]
|
---|
130 | */
|
---|
131 | public function setPrivacyPolicyTexts($privacyPolicyTexts)
|
---|
132 | {
|
---|
133 | $this->privacyPolicyTexts = $privacyPolicyTexts;
|
---|
134 | }
|
---|
135 | /**
|
---|
136 | * @return GoogleChecksReportV1alphaCheckPrivacyPolicyTextEvidence[]
|
---|
137 | */
|
---|
138 | public function getPrivacyPolicyTexts()
|
---|
139 | {
|
---|
140 | return $this->privacyPolicyTexts;
|
---|
141 | }
|
---|
142 | /**
|
---|
143 | * @param GoogleChecksReportV1alphaCheckSdkIssueEvidence[]
|
---|
144 | */
|
---|
145 | public function setSdkIssues($sdkIssues)
|
---|
146 | {
|
---|
147 | $this->sdkIssues = $sdkIssues;
|
---|
148 | }
|
---|
149 | /**
|
---|
150 | * @return GoogleChecksReportV1alphaCheckSdkIssueEvidence[]
|
---|
151 | */
|
---|
152 | public function getSdkIssues()
|
---|
153 | {
|
---|
154 | return $this->sdkIssues;
|
---|
155 | }
|
---|
156 | /**
|
---|
157 | * @param GoogleChecksReportV1alphaCheckSdkRestrictionViolationEvidence[]
|
---|
158 | */
|
---|
159 | public function setSdkRestrictionViolations($sdkRestrictionViolations)
|
---|
160 | {
|
---|
161 | $this->sdkRestrictionViolations = $sdkRestrictionViolations;
|
---|
162 | }
|
---|
163 | /**
|
---|
164 | * @return GoogleChecksReportV1alphaCheckSdkRestrictionViolationEvidence[]
|
---|
165 | */
|
---|
166 | public function getSdkRestrictionViolations()
|
---|
167 | {
|
---|
168 | return $this->sdkRestrictionViolations;
|
---|
169 | }
|
---|
170 | /**
|
---|
171 | * @param GoogleChecksReportV1alphaCheckSdkEvidence[]
|
---|
172 | */
|
---|
173 | public function setSdks($sdks)
|
---|
174 | {
|
---|
175 | $this->sdks = $sdks;
|
---|
176 | }
|
---|
177 | /**
|
---|
178 | * @return GoogleChecksReportV1alphaCheckSdkEvidence[]
|
---|
179 | */
|
---|
180 | public function getSdks()
|
---|
181 | {
|
---|
182 | return $this->sdks;
|
---|
183 | }
|
---|
184 | }
|
---|
185 |
|
---|
186 | // Adding a class alias for backwards compatibility with the previous class name.
|
---|
187 | class_alias(GoogleChecksReportV1alphaCheckEvidence::class, 'Google_Service_ChecksService_GoogleChecksReportV1alphaCheckEvidence');
|
---|