@@ -450,7 +450,7 @@ discard block |
||
| 450 | 450 | * the primary teacher is not a valid user. * `ALREADY_EXISTS` if an alias was |
| 451 | 451 | * specified and already exists. (courses.create) |
| 452 | 452 | * |
| 453 | - * @param Google_Course $postBody |
|
| 453 | + * @param Google_Service_Classroom_Course $postBody |
|
| 454 | 454 | * @param array $optParams Optional parameters. |
| 455 | 455 | * @return Google_Service_Classroom_Course |
| 456 | 456 | */ |
@@ -542,7 +542,7 @@ discard block |
||
| 542 | 542 | * |
| 543 | 543 | * @param string $id Identifier of the course to update. This may either be the |
| 544 | 544 | * Classroom-assigned identifier or an [alias][google.classroom.v1.CourseAlias]. |
| 545 | - * @param Google_Course $postBody |
|
| 545 | + * @param Google_Service_Classroom_Course $postBody |
|
| 546 | 546 | * @param array $optParams Optional parameters. |
| 547 | 547 | * |
| 548 | 548 | * @opt_param string updateMask Mask which identifies which fields on the course |
@@ -567,7 +567,7 @@ discard block |
||
| 567 | 567 | * |
| 568 | 568 | * @param string $id Identifier of the course to update. This may either be the |
| 569 | 569 | * Classroom-assigned identifier or an [alias][google.classroom.v1.CourseAlias]. |
| 570 | - * @param Google_Course $postBody |
|
| 570 | + * @param Google_Service_Classroom_Course $postBody |
|
| 571 | 571 | * @param array $optParams Optional parameters. |
| 572 | 572 | * @return Google_Service_Classroom_Course |
| 573 | 573 | */ |
@@ -599,7 +599,7 @@ discard block |
||
| 599 | 599 | * @param string $courseId The identifier of the course to alias. This may |
| 600 | 600 | * either be the Classroom-assigned identifier or an |
| 601 | 601 | * [alias][google.classroom.v1.CourseAlias]. |
| 602 | - * @param Google_CourseAlias $postBody |
|
| 602 | + * @param Google_Service_Classroom_CourseAlias $postBody |
|
| 603 | 603 | * @param array $optParams Optional parameters. |
| 604 | 604 | * @return Google_Service_Classroom_CourseAlias |
| 605 | 605 | */ |
@@ -678,7 +678,7 @@ discard block |
||
| 678 | 678 | * |
| 679 | 679 | * @param string $courseId Identifier of the course to create the student in. |
| 680 | 680 | * This may either be the Classroom-assigned identifier or an alias. |
| 681 | - * @param Google_Student $postBody |
|
| 681 | + * @param Google_Service_Classroom_Student $postBody |
|
| 682 | 682 | * @param array $optParams Optional parameters. |
| 683 | 683 | * |
| 684 | 684 | * @opt_param string enrollmentCode Enrollment code of the course to create the |
@@ -784,7 +784,7 @@ discard block |
||
| 784 | 784 | * |
| 785 | 785 | * @param string $courseId Unique identifier of the course. This may either be |
| 786 | 786 | * the Classroom-assigned identifier or an alias. |
| 787 | - * @param Google_Teacher $postBody |
|
| 787 | + * @param Google_Service_Classroom_Teacher $postBody |
|
| 788 | 788 | * @param array $optParams Optional parameters. |
| 789 | 789 | * @return Google_Service_Classroom_Teacher |
| 790 | 790 | */ |
@@ -905,7 +905,7 @@ discard block |
||
| 905 | 905 | * the course or the user does not exist. * `ALREADY_EXISTS` if an invitation |
| 906 | 906 | * for the specified user and course already exists. (invitations.create) |
| 907 | 907 | * |
| 908 | - * @param Google_Invitation $postBody |
|
| 908 | + * @param Google_Service_Classroom_Invitation $postBody |
|
| 909 | 909 | * @param array $optParams Optional parameters. |
| 910 | 910 | * @return Google_Service_Classroom_Invitation |
| 911 | 911 | */ |
@@ -32,22 +32,22 @@ discard block |
||
| 32 | 32 | { |
| 33 | 33 | /** Manage your Google Classroom classes. */ |
| 34 | 34 | const CLASSROOM_COURSES = |
| 35 | - "https://www.googleapis.com/auth/classroom.courses"; |
|
| 35 | + "https://www.googleapis.com/auth/classroom.courses"; |
|
| 36 | 36 | /** View your Google Classroom classes. */ |
| 37 | 37 | const CLASSROOM_COURSES_READONLY = |
| 38 | - "https://www.googleapis.com/auth/classroom.courses.readonly"; |
|
| 38 | + "https://www.googleapis.com/auth/classroom.courses.readonly"; |
|
| 39 | 39 | /** View the email addresses of people in your classes. */ |
| 40 | 40 | const CLASSROOM_PROFILE_EMAILS = |
| 41 | - "https://www.googleapis.com/auth/classroom.profile.emails"; |
|
| 41 | + "https://www.googleapis.com/auth/classroom.profile.emails"; |
|
| 42 | 42 | /** View the profile photos of people in your classes. */ |
| 43 | 43 | const CLASSROOM_PROFILE_PHOTOS = |
| 44 | - "https://www.googleapis.com/auth/classroom.profile.photos"; |
|
| 44 | + "https://www.googleapis.com/auth/classroom.profile.photos"; |
|
| 45 | 45 | /** Manage your Google Classroom class rosters. */ |
| 46 | 46 | const CLASSROOM_ROSTERS = |
| 47 | - "https://www.googleapis.com/auth/classroom.rosters"; |
|
| 47 | + "https://www.googleapis.com/auth/classroom.rosters"; |
|
| 48 | 48 | /** View your Google Classroom class rosters. */ |
| 49 | 49 | const CLASSROOM_ROSTERS_READONLY = |
| 50 | - "https://www.googleapis.com/auth/classroom.rosters.readonly"; |
|
| 50 | + "https://www.googleapis.com/auth/classroom.rosters.readonly"; |
|
| 51 | 51 | |
| 52 | 52 | public $courses; |
| 53 | 53 | public $courses_aliases; |
@@ -64,369 +64,369 @@ discard block |
||
| 64 | 64 | */ |
| 65 | 65 | public function __construct(Google_Client $client) |
| 66 | 66 | { |
| 67 | - parent::__construct($client); |
|
| 68 | - $this->rootUrl = 'https://classroom.googleapis.com/'; |
|
| 69 | - $this->servicePath = ''; |
|
| 70 | - $this->version = 'v1'; |
|
| 71 | - $this->serviceName = 'classroom'; |
|
| 72 | - |
|
| 73 | - $this->courses = new Google_Service_Classroom_Courses_Resource( |
|
| 74 | - $this, |
|
| 75 | - $this->serviceName, |
|
| 76 | - 'courses', |
|
| 77 | - array( |
|
| 78 | - 'methods' => array( |
|
| 79 | - 'create' => array( |
|
| 80 | - 'path' => 'v1/courses', |
|
| 81 | - 'httpMethod' => 'POST', |
|
| 82 | - 'parameters' => array(), |
|
| 83 | - ),'delete' => array( |
|
| 84 | - 'path' => 'v1/courses/{id}', |
|
| 85 | - 'httpMethod' => 'DELETE', |
|
| 86 | - 'parameters' => array( |
|
| 87 | - 'id' => array( |
|
| 88 | - 'location' => 'path', |
|
| 89 | - 'type' => 'string', |
|
| 90 | - 'required' => true, |
|
| 91 | - ), |
|
| 92 | - ), |
|
| 93 | - ),'get' => array( |
|
| 94 | - 'path' => 'v1/courses/{id}', |
|
| 95 | - 'httpMethod' => 'GET', |
|
| 96 | - 'parameters' => array( |
|
| 97 | - 'id' => array( |
|
| 98 | - 'location' => 'path', |
|
| 99 | - 'type' => 'string', |
|
| 100 | - 'required' => true, |
|
| 101 | - ), |
|
| 102 | - ), |
|
| 103 | - ),'list' => array( |
|
| 104 | - 'path' => 'v1/courses', |
|
| 105 | - 'httpMethod' => 'GET', |
|
| 106 | - 'parameters' => array( |
|
| 107 | - 'teacherId' => array( |
|
| 108 | - 'location' => 'query', |
|
| 109 | - 'type' => 'string', |
|
| 110 | - ), |
|
| 111 | - 'pageToken' => array( |
|
| 112 | - 'location' => 'query', |
|
| 113 | - 'type' => 'string', |
|
| 114 | - ), |
|
| 115 | - 'studentId' => array( |
|
| 116 | - 'location' => 'query', |
|
| 117 | - 'type' => 'string', |
|
| 118 | - ), |
|
| 119 | - 'pageSize' => array( |
|
| 120 | - 'location' => 'query', |
|
| 121 | - 'type' => 'integer', |
|
| 122 | - ), |
|
| 123 | - ), |
|
| 124 | - ),'patch' => array( |
|
| 125 | - 'path' => 'v1/courses/{id}', |
|
| 126 | - 'httpMethod' => 'PATCH', |
|
| 127 | - 'parameters' => array( |
|
| 128 | - 'id' => array( |
|
| 129 | - 'location' => 'path', |
|
| 130 | - 'type' => 'string', |
|
| 131 | - 'required' => true, |
|
| 132 | - ), |
|
| 133 | - 'updateMask' => array( |
|
| 134 | - 'location' => 'query', |
|
| 135 | - 'type' => 'string', |
|
| 136 | - ), |
|
| 137 | - ), |
|
| 138 | - ),'update' => array( |
|
| 139 | - 'path' => 'v1/courses/{id}', |
|
| 140 | - 'httpMethod' => 'PUT', |
|
| 141 | - 'parameters' => array( |
|
| 142 | - 'id' => array( |
|
| 143 | - 'location' => 'path', |
|
| 144 | - 'type' => 'string', |
|
| 145 | - 'required' => true, |
|
| 146 | - ), |
|
| 147 | - ), |
|
| 148 | - ), |
|
| 149 | - ) |
|
| 150 | - ) |
|
| 151 | - ); |
|
| 152 | - $this->courses_aliases = new Google_Service_Classroom_CoursesAliases_Resource( |
|
| 153 | - $this, |
|
| 154 | - $this->serviceName, |
|
| 155 | - 'aliases', |
|
| 156 | - array( |
|
| 157 | - 'methods' => array( |
|
| 158 | - 'create' => array( |
|
| 159 | - 'path' => 'v1/courses/{courseId}/aliases', |
|
| 160 | - 'httpMethod' => 'POST', |
|
| 161 | - 'parameters' => array( |
|
| 162 | - 'courseId' => array( |
|
| 163 | - 'location' => 'path', |
|
| 164 | - 'type' => 'string', |
|
| 165 | - 'required' => true, |
|
| 166 | - ), |
|
| 167 | - ), |
|
| 168 | - ),'delete' => array( |
|
| 169 | - 'path' => 'v1/courses/{courseId}/aliases/{alias}', |
|
| 170 | - 'httpMethod' => 'DELETE', |
|
| 171 | - 'parameters' => array( |
|
| 172 | - 'courseId' => array( |
|
| 173 | - 'location' => 'path', |
|
| 174 | - 'type' => 'string', |
|
| 175 | - 'required' => true, |
|
| 176 | - ), |
|
| 177 | - 'alias' => array( |
|
| 178 | - 'location' => 'path', |
|
| 179 | - 'type' => 'string', |
|
| 180 | - 'required' => true, |
|
| 181 | - ), |
|
| 182 | - ), |
|
| 183 | - ),'list' => array( |
|
| 184 | - 'path' => 'v1/courses/{courseId}/aliases', |
|
| 185 | - 'httpMethod' => 'GET', |
|
| 186 | - 'parameters' => array( |
|
| 187 | - 'courseId' => array( |
|
| 188 | - 'location' => 'path', |
|
| 189 | - 'type' => 'string', |
|
| 190 | - 'required' => true, |
|
| 191 | - ), |
|
| 192 | - 'pageToken' => array( |
|
| 193 | - 'location' => 'query', |
|
| 194 | - 'type' => 'string', |
|
| 195 | - ), |
|
| 196 | - 'pageSize' => array( |
|
| 197 | - 'location' => 'query', |
|
| 198 | - 'type' => 'integer', |
|
| 199 | - ), |
|
| 200 | - ), |
|
| 201 | - ), |
|
| 202 | - ) |
|
| 203 | - ) |
|
| 204 | - ); |
|
| 205 | - $this->courses_students = new Google_Service_Classroom_CoursesStudents_Resource( |
|
| 206 | - $this, |
|
| 207 | - $this->serviceName, |
|
| 208 | - 'students', |
|
| 209 | - array( |
|
| 210 | - 'methods' => array( |
|
| 211 | - 'create' => array( |
|
| 212 | - 'path' => 'v1/courses/{courseId}/students', |
|
| 213 | - 'httpMethod' => 'POST', |
|
| 214 | - 'parameters' => array( |
|
| 215 | - 'courseId' => array( |
|
| 216 | - 'location' => 'path', |
|
| 217 | - 'type' => 'string', |
|
| 218 | - 'required' => true, |
|
| 219 | - ), |
|
| 220 | - 'enrollmentCode' => array( |
|
| 221 | - 'location' => 'query', |
|
| 222 | - 'type' => 'string', |
|
| 223 | - ), |
|
| 224 | - ), |
|
| 225 | - ),'delete' => array( |
|
| 226 | - 'path' => 'v1/courses/{courseId}/students/{userId}', |
|
| 227 | - 'httpMethod' => 'DELETE', |
|
| 228 | - 'parameters' => array( |
|
| 229 | - 'courseId' => array( |
|
| 230 | - 'location' => 'path', |
|
| 231 | - 'type' => 'string', |
|
| 232 | - 'required' => true, |
|
| 233 | - ), |
|
| 234 | - 'userId' => array( |
|
| 235 | - 'location' => 'path', |
|
| 236 | - 'type' => 'string', |
|
| 237 | - 'required' => true, |
|
| 238 | - ), |
|
| 239 | - ), |
|
| 240 | - ),'get' => array( |
|
| 241 | - 'path' => 'v1/courses/{courseId}/students/{userId}', |
|
| 242 | - 'httpMethod' => 'GET', |
|
| 243 | - 'parameters' => array( |
|
| 244 | - 'courseId' => array( |
|
| 245 | - 'location' => 'path', |
|
| 246 | - 'type' => 'string', |
|
| 247 | - 'required' => true, |
|
| 248 | - ), |
|
| 249 | - 'userId' => array( |
|
| 250 | - 'location' => 'path', |
|
| 251 | - 'type' => 'string', |
|
| 252 | - 'required' => true, |
|
| 253 | - ), |
|
| 254 | - ), |
|
| 255 | - ),'list' => array( |
|
| 256 | - 'path' => 'v1/courses/{courseId}/students', |
|
| 257 | - 'httpMethod' => 'GET', |
|
| 258 | - 'parameters' => array( |
|
| 259 | - 'courseId' => array( |
|
| 260 | - 'location' => 'path', |
|
| 261 | - 'type' => 'string', |
|
| 262 | - 'required' => true, |
|
| 263 | - ), |
|
| 264 | - 'pageToken' => array( |
|
| 265 | - 'location' => 'query', |
|
| 266 | - 'type' => 'string', |
|
| 267 | - ), |
|
| 268 | - 'pageSize' => array( |
|
| 269 | - 'location' => 'query', |
|
| 270 | - 'type' => 'integer', |
|
| 271 | - ), |
|
| 272 | - ), |
|
| 273 | - ), |
|
| 274 | - ) |
|
| 275 | - ) |
|
| 276 | - ); |
|
| 277 | - $this->courses_teachers = new Google_Service_Classroom_CoursesTeachers_Resource( |
|
| 278 | - $this, |
|
| 279 | - $this->serviceName, |
|
| 280 | - 'teachers', |
|
| 281 | - array( |
|
| 282 | - 'methods' => array( |
|
| 283 | - 'create' => array( |
|
| 284 | - 'path' => 'v1/courses/{courseId}/teachers', |
|
| 285 | - 'httpMethod' => 'POST', |
|
| 286 | - 'parameters' => array( |
|
| 287 | - 'courseId' => array( |
|
| 288 | - 'location' => 'path', |
|
| 289 | - 'type' => 'string', |
|
| 290 | - 'required' => true, |
|
| 291 | - ), |
|
| 292 | - ), |
|
| 293 | - ),'delete' => array( |
|
| 294 | - 'path' => 'v1/courses/{courseId}/teachers/{userId}', |
|
| 295 | - 'httpMethod' => 'DELETE', |
|
| 296 | - 'parameters' => array( |
|
| 297 | - 'courseId' => array( |
|
| 298 | - 'location' => 'path', |
|
| 299 | - 'type' => 'string', |
|
| 300 | - 'required' => true, |
|
| 301 | - ), |
|
| 302 | - 'userId' => array( |
|
| 303 | - 'location' => 'path', |
|
| 304 | - 'type' => 'string', |
|
| 305 | - 'required' => true, |
|
| 306 | - ), |
|
| 307 | - ), |
|
| 308 | - ),'get' => array( |
|
| 309 | - 'path' => 'v1/courses/{courseId}/teachers/{userId}', |
|
| 310 | - 'httpMethod' => 'GET', |
|
| 311 | - 'parameters' => array( |
|
| 312 | - 'courseId' => array( |
|
| 313 | - 'location' => 'path', |
|
| 314 | - 'type' => 'string', |
|
| 315 | - 'required' => true, |
|
| 316 | - ), |
|
| 317 | - 'userId' => array( |
|
| 318 | - 'location' => 'path', |
|
| 319 | - 'type' => 'string', |
|
| 320 | - 'required' => true, |
|
| 321 | - ), |
|
| 322 | - ), |
|
| 323 | - ),'list' => array( |
|
| 324 | - 'path' => 'v1/courses/{courseId}/teachers', |
|
| 325 | - 'httpMethod' => 'GET', |
|
| 326 | - 'parameters' => array( |
|
| 327 | - 'courseId' => array( |
|
| 328 | - 'location' => 'path', |
|
| 329 | - 'type' => 'string', |
|
| 330 | - 'required' => true, |
|
| 331 | - ), |
|
| 332 | - 'pageToken' => array( |
|
| 333 | - 'location' => 'query', |
|
| 334 | - 'type' => 'string', |
|
| 335 | - ), |
|
| 336 | - 'pageSize' => array( |
|
| 337 | - 'location' => 'query', |
|
| 338 | - 'type' => 'integer', |
|
| 339 | - ), |
|
| 340 | - ), |
|
| 341 | - ), |
|
| 342 | - ) |
|
| 343 | - ) |
|
| 344 | - ); |
|
| 345 | - $this->invitations = new Google_Service_Classroom_Invitations_Resource( |
|
| 346 | - $this, |
|
| 347 | - $this->serviceName, |
|
| 348 | - 'invitations', |
|
| 349 | - array( |
|
| 350 | - 'methods' => array( |
|
| 351 | - 'accept' => array( |
|
| 352 | - 'path' => 'v1/invitations/{id}:accept', |
|
| 353 | - 'httpMethod' => 'POST', |
|
| 354 | - 'parameters' => array( |
|
| 355 | - 'id' => array( |
|
| 356 | - 'location' => 'path', |
|
| 357 | - 'type' => 'string', |
|
| 358 | - 'required' => true, |
|
| 359 | - ), |
|
| 360 | - ), |
|
| 361 | - ),'create' => array( |
|
| 362 | - 'path' => 'v1/invitations', |
|
| 363 | - 'httpMethod' => 'POST', |
|
| 364 | - 'parameters' => array(), |
|
| 365 | - ),'delete' => array( |
|
| 366 | - 'path' => 'v1/invitations/{id}', |
|
| 367 | - 'httpMethod' => 'DELETE', |
|
| 368 | - 'parameters' => array( |
|
| 369 | - 'id' => array( |
|
| 370 | - 'location' => 'path', |
|
| 371 | - 'type' => 'string', |
|
| 372 | - 'required' => true, |
|
| 373 | - ), |
|
| 374 | - ), |
|
| 375 | - ),'get' => array( |
|
| 376 | - 'path' => 'v1/invitations/{id}', |
|
| 377 | - 'httpMethod' => 'GET', |
|
| 378 | - 'parameters' => array( |
|
| 379 | - 'id' => array( |
|
| 380 | - 'location' => 'path', |
|
| 381 | - 'type' => 'string', |
|
| 382 | - 'required' => true, |
|
| 383 | - ), |
|
| 384 | - ), |
|
| 385 | - ),'list' => array( |
|
| 386 | - 'path' => 'v1/invitations', |
|
| 387 | - 'httpMethod' => 'GET', |
|
| 388 | - 'parameters' => array( |
|
| 389 | - 'courseId' => array( |
|
| 390 | - 'location' => 'query', |
|
| 391 | - 'type' => 'string', |
|
| 392 | - ), |
|
| 393 | - 'pageToken' => array( |
|
| 394 | - 'location' => 'query', |
|
| 395 | - 'type' => 'string', |
|
| 396 | - ), |
|
| 397 | - 'userId' => array( |
|
| 398 | - 'location' => 'query', |
|
| 399 | - 'type' => 'string', |
|
| 400 | - ), |
|
| 401 | - 'pageSize' => array( |
|
| 402 | - 'location' => 'query', |
|
| 403 | - 'type' => 'integer', |
|
| 404 | - ), |
|
| 405 | - ), |
|
| 406 | - ), |
|
| 407 | - ) |
|
| 408 | - ) |
|
| 409 | - ); |
|
| 410 | - $this->userProfiles = new Google_Service_Classroom_UserProfiles_Resource( |
|
| 411 | - $this, |
|
| 412 | - $this->serviceName, |
|
| 413 | - 'userProfiles', |
|
| 414 | - array( |
|
| 415 | - 'methods' => array( |
|
| 416 | - 'get' => array( |
|
| 417 | - 'path' => 'v1/userProfiles/{userId}', |
|
| 418 | - 'httpMethod' => 'GET', |
|
| 419 | - 'parameters' => array( |
|
| 420 | - 'userId' => array( |
|
| 421 | - 'location' => 'path', |
|
| 422 | - 'type' => 'string', |
|
| 423 | - 'required' => true, |
|
| 424 | - ), |
|
| 425 | - ), |
|
| 426 | - ), |
|
| 427 | - ) |
|
| 428 | - ) |
|
| 429 | - ); |
|
| 67 | + parent::__construct($client); |
|
| 68 | + $this->rootUrl = 'https://classroom.googleapis.com/'; |
|
| 69 | + $this->servicePath = ''; |
|
| 70 | + $this->version = 'v1'; |
|
| 71 | + $this->serviceName = 'classroom'; |
|
| 72 | + |
|
| 73 | + $this->courses = new Google_Service_Classroom_Courses_Resource( |
|
| 74 | + $this, |
|
| 75 | + $this->serviceName, |
|
| 76 | + 'courses', |
|
| 77 | + array( |
|
| 78 | + 'methods' => array( |
|
| 79 | + 'create' => array( |
|
| 80 | + 'path' => 'v1/courses', |
|
| 81 | + 'httpMethod' => 'POST', |
|
| 82 | + 'parameters' => array(), |
|
| 83 | + ),'delete' => array( |
|
| 84 | + 'path' => 'v1/courses/{id}', |
|
| 85 | + 'httpMethod' => 'DELETE', |
|
| 86 | + 'parameters' => array( |
|
| 87 | + 'id' => array( |
|
| 88 | + 'location' => 'path', |
|
| 89 | + 'type' => 'string', |
|
| 90 | + 'required' => true, |
|
| 91 | + ), |
|
| 92 | + ), |
|
| 93 | + ),'get' => array( |
|
| 94 | + 'path' => 'v1/courses/{id}', |
|
| 95 | + 'httpMethod' => 'GET', |
|
| 96 | + 'parameters' => array( |
|
| 97 | + 'id' => array( |
|
| 98 | + 'location' => 'path', |
|
| 99 | + 'type' => 'string', |
|
| 100 | + 'required' => true, |
|
| 101 | + ), |
|
| 102 | + ), |
|
| 103 | + ),'list' => array( |
|
| 104 | + 'path' => 'v1/courses', |
|
| 105 | + 'httpMethod' => 'GET', |
|
| 106 | + 'parameters' => array( |
|
| 107 | + 'teacherId' => array( |
|
| 108 | + 'location' => 'query', |
|
| 109 | + 'type' => 'string', |
|
| 110 | + ), |
|
| 111 | + 'pageToken' => array( |
|
| 112 | + 'location' => 'query', |
|
| 113 | + 'type' => 'string', |
|
| 114 | + ), |
|
| 115 | + 'studentId' => array( |
|
| 116 | + 'location' => 'query', |
|
| 117 | + 'type' => 'string', |
|
| 118 | + ), |
|
| 119 | + 'pageSize' => array( |
|
| 120 | + 'location' => 'query', |
|
| 121 | + 'type' => 'integer', |
|
| 122 | + ), |
|
| 123 | + ), |
|
| 124 | + ),'patch' => array( |
|
| 125 | + 'path' => 'v1/courses/{id}', |
|
| 126 | + 'httpMethod' => 'PATCH', |
|
| 127 | + 'parameters' => array( |
|
| 128 | + 'id' => array( |
|
| 129 | + 'location' => 'path', |
|
| 130 | + 'type' => 'string', |
|
| 131 | + 'required' => true, |
|
| 132 | + ), |
|
| 133 | + 'updateMask' => array( |
|
| 134 | + 'location' => 'query', |
|
| 135 | + 'type' => 'string', |
|
| 136 | + ), |
|
| 137 | + ), |
|
| 138 | + ),'update' => array( |
|
| 139 | + 'path' => 'v1/courses/{id}', |
|
| 140 | + 'httpMethod' => 'PUT', |
|
| 141 | + 'parameters' => array( |
|
| 142 | + 'id' => array( |
|
| 143 | + 'location' => 'path', |
|
| 144 | + 'type' => 'string', |
|
| 145 | + 'required' => true, |
|
| 146 | + ), |
|
| 147 | + ), |
|
| 148 | + ), |
|
| 149 | + ) |
|
| 150 | + ) |
|
| 151 | + ); |
|
| 152 | + $this->courses_aliases = new Google_Service_Classroom_CoursesAliases_Resource( |
|
| 153 | + $this, |
|
| 154 | + $this->serviceName, |
|
| 155 | + 'aliases', |
|
| 156 | + array( |
|
| 157 | + 'methods' => array( |
|
| 158 | + 'create' => array( |
|
| 159 | + 'path' => 'v1/courses/{courseId}/aliases', |
|
| 160 | + 'httpMethod' => 'POST', |
|
| 161 | + 'parameters' => array( |
|
| 162 | + 'courseId' => array( |
|
| 163 | + 'location' => 'path', |
|
| 164 | + 'type' => 'string', |
|
| 165 | + 'required' => true, |
|
| 166 | + ), |
|
| 167 | + ), |
|
| 168 | + ),'delete' => array( |
|
| 169 | + 'path' => 'v1/courses/{courseId}/aliases/{alias}', |
|
| 170 | + 'httpMethod' => 'DELETE', |
|
| 171 | + 'parameters' => array( |
|
| 172 | + 'courseId' => array( |
|
| 173 | + 'location' => 'path', |
|
| 174 | + 'type' => 'string', |
|
| 175 | + 'required' => true, |
|
| 176 | + ), |
|
| 177 | + 'alias' => array( |
|
| 178 | + 'location' => 'path', |
|
| 179 | + 'type' => 'string', |
|
| 180 | + 'required' => true, |
|
| 181 | + ), |
|
| 182 | + ), |
|
| 183 | + ),'list' => array( |
|
| 184 | + 'path' => 'v1/courses/{courseId}/aliases', |
|
| 185 | + 'httpMethod' => 'GET', |
|
| 186 | + 'parameters' => array( |
|
| 187 | + 'courseId' => array( |
|
| 188 | + 'location' => 'path', |
|
| 189 | + 'type' => 'string', |
|
| 190 | + 'required' => true, |
|
| 191 | + ), |
|
| 192 | + 'pageToken' => array( |
|
| 193 | + 'location' => 'query', |
|
| 194 | + 'type' => 'string', |
|
| 195 | + ), |
|
| 196 | + 'pageSize' => array( |
|
| 197 | + 'location' => 'query', |
|
| 198 | + 'type' => 'integer', |
|
| 199 | + ), |
|
| 200 | + ), |
|
| 201 | + ), |
|
| 202 | + ) |
|
| 203 | + ) |
|
| 204 | + ); |
|
| 205 | + $this->courses_students = new Google_Service_Classroom_CoursesStudents_Resource( |
|
| 206 | + $this, |
|
| 207 | + $this->serviceName, |
|
| 208 | + 'students', |
|
| 209 | + array( |
|
| 210 | + 'methods' => array( |
|
| 211 | + 'create' => array( |
|
| 212 | + 'path' => 'v1/courses/{courseId}/students', |
|
| 213 | + 'httpMethod' => 'POST', |
|
| 214 | + 'parameters' => array( |
|
| 215 | + 'courseId' => array( |
|
| 216 | + 'location' => 'path', |
|
| 217 | + 'type' => 'string', |
|
| 218 | + 'required' => true, |
|
| 219 | + ), |
|
| 220 | + 'enrollmentCode' => array( |
|
| 221 | + 'location' => 'query', |
|
| 222 | + 'type' => 'string', |
|
| 223 | + ), |
|
| 224 | + ), |
|
| 225 | + ),'delete' => array( |
|
| 226 | + 'path' => 'v1/courses/{courseId}/students/{userId}', |
|
| 227 | + 'httpMethod' => 'DELETE', |
|
| 228 | + 'parameters' => array( |
|
| 229 | + 'courseId' => array( |
|
| 230 | + 'location' => 'path', |
|
| 231 | + 'type' => 'string', |
|
| 232 | + 'required' => true, |
|
| 233 | + ), |
|
| 234 | + 'userId' => array( |
|
| 235 | + 'location' => 'path', |
|
| 236 | + 'type' => 'string', |
|
| 237 | + 'required' => true, |
|
| 238 | + ), |
|
| 239 | + ), |
|
| 240 | + ),'get' => array( |
|
| 241 | + 'path' => 'v1/courses/{courseId}/students/{userId}', |
|
| 242 | + 'httpMethod' => 'GET', |
|
| 243 | + 'parameters' => array( |
|
| 244 | + 'courseId' => array( |
|
| 245 | + 'location' => 'path', |
|
| 246 | + 'type' => 'string', |
|
| 247 | + 'required' => true, |
|
| 248 | + ), |
|
| 249 | + 'userId' => array( |
|
| 250 | + 'location' => 'path', |
|
| 251 | + 'type' => 'string', |
|
| 252 | + 'required' => true, |
|
| 253 | + ), |
|
| 254 | + ), |
|
| 255 | + ),'list' => array( |
|
| 256 | + 'path' => 'v1/courses/{courseId}/students', |
|
| 257 | + 'httpMethod' => 'GET', |
|
| 258 | + 'parameters' => array( |
|
| 259 | + 'courseId' => array( |
|
| 260 | + 'location' => 'path', |
|
| 261 | + 'type' => 'string', |
|
| 262 | + 'required' => true, |
|
| 263 | + ), |
|
| 264 | + 'pageToken' => array( |
|
| 265 | + 'location' => 'query', |
|
| 266 | + 'type' => 'string', |
|
| 267 | + ), |
|
| 268 | + 'pageSize' => array( |
|
| 269 | + 'location' => 'query', |
|
| 270 | + 'type' => 'integer', |
|
| 271 | + ), |
|
| 272 | + ), |
|
| 273 | + ), |
|
| 274 | + ) |
|
| 275 | + ) |
|
| 276 | + ); |
|
| 277 | + $this->courses_teachers = new Google_Service_Classroom_CoursesTeachers_Resource( |
|
| 278 | + $this, |
|
| 279 | + $this->serviceName, |
|
| 280 | + 'teachers', |
|
| 281 | + array( |
|
| 282 | + 'methods' => array( |
|
| 283 | + 'create' => array( |
|
| 284 | + 'path' => 'v1/courses/{courseId}/teachers', |
|
| 285 | + 'httpMethod' => 'POST', |
|
| 286 | + 'parameters' => array( |
|
| 287 | + 'courseId' => array( |
|
| 288 | + 'location' => 'path', |
|
| 289 | + 'type' => 'string', |
|
| 290 | + 'required' => true, |
|
| 291 | + ), |
|
| 292 | + ), |
|
| 293 | + ),'delete' => array( |
|
| 294 | + 'path' => 'v1/courses/{courseId}/teachers/{userId}', |
|
| 295 | + 'httpMethod' => 'DELETE', |
|
| 296 | + 'parameters' => array( |
|
| 297 | + 'courseId' => array( |
|
| 298 | + 'location' => 'path', |
|
| 299 | + 'type' => 'string', |
|
| 300 | + 'required' => true, |
|
| 301 | + ), |
|
| 302 | + 'userId' => array( |
|
| 303 | + 'location' => 'path', |
|
| 304 | + 'type' => 'string', |
|
| 305 | + 'required' => true, |
|
| 306 | + ), |
|
| 307 | + ), |
|
| 308 | + ),'get' => array( |
|
| 309 | + 'path' => 'v1/courses/{courseId}/teachers/{userId}', |
|
| 310 | + 'httpMethod' => 'GET', |
|
| 311 | + 'parameters' => array( |
|
| 312 | + 'courseId' => array( |
|
| 313 | + 'location' => 'path', |
|
| 314 | + 'type' => 'string', |
|
| 315 | + 'required' => true, |
|
| 316 | + ), |
|
| 317 | + 'userId' => array( |
|
| 318 | + 'location' => 'path', |
|
| 319 | + 'type' => 'string', |
|
| 320 | + 'required' => true, |
|
| 321 | + ), |
|
| 322 | + ), |
|
| 323 | + ),'list' => array( |
|
| 324 | + 'path' => 'v1/courses/{courseId}/teachers', |
|
| 325 | + 'httpMethod' => 'GET', |
|
| 326 | + 'parameters' => array( |
|
| 327 | + 'courseId' => array( |
|
| 328 | + 'location' => 'path', |
|
| 329 | + 'type' => 'string', |
|
| 330 | + 'required' => true, |
|
| 331 | + ), |
|
| 332 | + 'pageToken' => array( |
|
| 333 | + 'location' => 'query', |
|
| 334 | + 'type' => 'string', |
|
| 335 | + ), |
|
| 336 | + 'pageSize' => array( |
|
| 337 | + 'location' => 'query', |
|
| 338 | + 'type' => 'integer', |
|
| 339 | + ), |
|
| 340 | + ), |
|
| 341 | + ), |
|
| 342 | + ) |
|
| 343 | + ) |
|
| 344 | + ); |
|
| 345 | + $this->invitations = new Google_Service_Classroom_Invitations_Resource( |
|
| 346 | + $this, |
|
| 347 | + $this->serviceName, |
|
| 348 | + 'invitations', |
|
| 349 | + array( |
|
| 350 | + 'methods' => array( |
|
| 351 | + 'accept' => array( |
|
| 352 | + 'path' => 'v1/invitations/{id}:accept', |
|
| 353 | + 'httpMethod' => 'POST', |
|
| 354 | + 'parameters' => array( |
|
| 355 | + 'id' => array( |
|
| 356 | + 'location' => 'path', |
|
| 357 | + 'type' => 'string', |
|
| 358 | + 'required' => true, |
|
| 359 | + ), |
|
| 360 | + ), |
|
| 361 | + ),'create' => array( |
|
| 362 | + 'path' => 'v1/invitations', |
|
| 363 | + 'httpMethod' => 'POST', |
|
| 364 | + 'parameters' => array(), |
|
| 365 | + ),'delete' => array( |
|
| 366 | + 'path' => 'v1/invitations/{id}', |
|
| 367 | + 'httpMethod' => 'DELETE', |
|
| 368 | + 'parameters' => array( |
|
| 369 | + 'id' => array( |
|
| 370 | + 'location' => 'path', |
|
| 371 | + 'type' => 'string', |
|
| 372 | + 'required' => true, |
|
| 373 | + ), |
|
| 374 | + ), |
|
| 375 | + ),'get' => array( |
|
| 376 | + 'path' => 'v1/invitations/{id}', |
|
| 377 | + 'httpMethod' => 'GET', |
|
| 378 | + 'parameters' => array( |
|
| 379 | + 'id' => array( |
|
| 380 | + 'location' => 'path', |
|
| 381 | + 'type' => 'string', |
|
| 382 | + 'required' => true, |
|
| 383 | + ), |
|
| 384 | + ), |
|
| 385 | + ),'list' => array( |
|
| 386 | + 'path' => 'v1/invitations', |
|
| 387 | + 'httpMethod' => 'GET', |
|
| 388 | + 'parameters' => array( |
|
| 389 | + 'courseId' => array( |
|
| 390 | + 'location' => 'query', |
|
| 391 | + 'type' => 'string', |
|
| 392 | + ), |
|
| 393 | + 'pageToken' => array( |
|
| 394 | + 'location' => 'query', |
|
| 395 | + 'type' => 'string', |
|
| 396 | + ), |
|
| 397 | + 'userId' => array( |
|
| 398 | + 'location' => 'query', |
|
| 399 | + 'type' => 'string', |
|
| 400 | + ), |
|
| 401 | + 'pageSize' => array( |
|
| 402 | + 'location' => 'query', |
|
| 403 | + 'type' => 'integer', |
|
| 404 | + ), |
|
| 405 | + ), |
|
| 406 | + ), |
|
| 407 | + ) |
|
| 408 | + ) |
|
| 409 | + ); |
|
| 410 | + $this->userProfiles = new Google_Service_Classroom_UserProfiles_Resource( |
|
| 411 | + $this, |
|
| 412 | + $this->serviceName, |
|
| 413 | + 'userProfiles', |
|
| 414 | + array( |
|
| 415 | + 'methods' => array( |
|
| 416 | + 'get' => array( |
|
| 417 | + 'path' => 'v1/userProfiles/{userId}', |
|
| 418 | + 'httpMethod' => 'GET', |
|
| 419 | + 'parameters' => array( |
|
| 420 | + 'userId' => array( |
|
| 421 | + 'location' => 'path', |
|
| 422 | + 'type' => 'string', |
|
| 423 | + 'required' => true, |
|
| 424 | + ), |
|
| 425 | + ), |
|
| 426 | + ), |
|
| 427 | + ) |
|
| 428 | + ) |
|
| 429 | + ); |
|
| 430 | 430 | } |
| 431 | 431 | } |
| 432 | 432 | |
@@ -456,9 +456,9 @@ discard block |
||
| 456 | 456 | */ |
| 457 | 457 | public function create(Google_Service_Classroom_Course $postBody, $optParams = array()) |
| 458 | 458 | { |
| 459 | - $params = array('postBody' => $postBody); |
|
| 460 | - $params = array_merge($params, $optParams); |
|
| 461 | - return $this->call('create', array($params), "Google_Service_Classroom_Course"); |
|
| 459 | + $params = array('postBody' => $postBody); |
|
| 460 | + $params = array_merge($params, $optParams); |
|
| 461 | + return $this->call('create', array($params), "Google_Service_Classroom_Course"); |
|
| 462 | 462 | } |
| 463 | 463 | |
| 464 | 464 | /** |
@@ -474,9 +474,9 @@ discard block |
||
| 474 | 474 | */ |
| 475 | 475 | public function delete($id, $optParams = array()) |
| 476 | 476 | { |
| 477 | - $params = array('id' => $id); |
|
| 478 | - $params = array_merge($params, $optParams); |
|
| 479 | - return $this->call('delete', array($params), "Google_Service_Classroom_Empty"); |
|
| 477 | + $params = array('id' => $id); |
|
| 478 | + $params = array_merge($params, $optParams); |
|
| 479 | + return $this->call('delete', array($params), "Google_Service_Classroom_Empty"); |
|
| 480 | 480 | } |
| 481 | 481 | |
| 482 | 482 | /** |
@@ -492,9 +492,9 @@ discard block |
||
| 492 | 492 | */ |
| 493 | 493 | public function get($id, $optParams = array()) |
| 494 | 494 | { |
| 495 | - $params = array('id' => $id); |
|
| 496 | - $params = array_merge($params, $optParams); |
|
| 497 | - return $this->call('get', array($params), "Google_Service_Classroom_Course"); |
|
| 495 | + $params = array('id' => $id); |
|
| 496 | + $params = array_merge($params, $optParams); |
|
| 497 | + return $this->call('get', array($params), "Google_Service_Classroom_Course"); |
|
| 498 | 498 | } |
| 499 | 499 | |
| 500 | 500 | /** |
@@ -528,9 +528,9 @@ discard block |
||
| 528 | 528 | */ |
| 529 | 529 | public function listCourses($optParams = array()) |
| 530 | 530 | { |
| 531 | - $params = array(); |
|
| 532 | - $params = array_merge($params, $optParams); |
|
| 533 | - return $this->call('list', array($params), "Google_Service_Classroom_ListCoursesResponse"); |
|
| 531 | + $params = array(); |
|
| 532 | + $params = array_merge($params, $optParams); |
|
| 533 | + return $this->call('list', array($params), "Google_Service_Classroom_ListCoursesResponse"); |
|
| 534 | 534 | } |
| 535 | 535 | |
| 536 | 536 | /** |
@@ -554,9 +554,9 @@ discard block |
||
| 554 | 554 | */ |
| 555 | 555 | public function patch($id, Google_Service_Classroom_Course $postBody, $optParams = array()) |
| 556 | 556 | { |
| 557 | - $params = array('id' => $id, 'postBody' => $postBody); |
|
| 558 | - $params = array_merge($params, $optParams); |
|
| 559 | - return $this->call('patch', array($params), "Google_Service_Classroom_Course"); |
|
| 557 | + $params = array('id' => $id, 'postBody' => $postBody); |
|
| 558 | + $params = array_merge($params, $optParams); |
|
| 559 | + return $this->call('patch', array($params), "Google_Service_Classroom_Course"); |
|
| 560 | 560 | } |
| 561 | 561 | |
| 562 | 562 | /** |
@@ -573,9 +573,9 @@ discard block |
||
| 573 | 573 | */ |
| 574 | 574 | public function update($id, Google_Service_Classroom_Course $postBody, $optParams = array()) |
| 575 | 575 | { |
| 576 | - $params = array('id' => $id, 'postBody' => $postBody); |
|
| 577 | - $params = array_merge($params, $optParams); |
|
| 578 | - return $this->call('update', array($params), "Google_Service_Classroom_Course"); |
|
| 576 | + $params = array('id' => $id, 'postBody' => $postBody); |
|
| 577 | + $params = array_merge($params, $optParams); |
|
| 578 | + return $this->call('update', array($params), "Google_Service_Classroom_Course"); |
|
| 579 | 579 | } |
| 580 | 580 | } |
| 581 | 581 | |
@@ -605,9 +605,9 @@ discard block |
||
| 605 | 605 | */ |
| 606 | 606 | public function create($courseId, Google_Service_Classroom_CourseAlias $postBody, $optParams = array()) |
| 607 | 607 | { |
| 608 | - $params = array('courseId' => $courseId, 'postBody' => $postBody); |
|
| 609 | - $params = array_merge($params, $optParams); |
|
| 610 | - return $this->call('create', array($params), "Google_Service_Classroom_CourseAlias"); |
|
| 608 | + $params = array('courseId' => $courseId, 'postBody' => $postBody); |
|
| 609 | + $params = array_merge($params, $optParams); |
|
| 610 | + return $this->call('create', array($params), "Google_Service_Classroom_CourseAlias"); |
|
| 611 | 611 | } |
| 612 | 612 | |
| 613 | 613 | /** |
@@ -625,9 +625,9 @@ discard block |
||
| 625 | 625 | */ |
| 626 | 626 | public function delete($courseId, $alias, $optParams = array()) |
| 627 | 627 | { |
| 628 | - $params = array('courseId' => $courseId, 'alias' => $alias); |
|
| 629 | - $params = array_merge($params, $optParams); |
|
| 630 | - return $this->call('delete', array($params), "Google_Service_Classroom_Empty"); |
|
| 628 | + $params = array('courseId' => $courseId, 'alias' => $alias); |
|
| 629 | + $params = array_merge($params, $optParams); |
|
| 630 | + return $this->call('delete', array($params), "Google_Service_Classroom_Empty"); |
|
| 631 | 631 | } |
| 632 | 632 | |
| 633 | 633 | /** |
@@ -653,9 +653,9 @@ discard block |
||
| 653 | 653 | */ |
| 654 | 654 | public function listCoursesAliases($courseId, $optParams = array()) |
| 655 | 655 | { |
| 656 | - $params = array('courseId' => $courseId); |
|
| 657 | - $params = array_merge($params, $optParams); |
|
| 658 | - return $this->call('list', array($params), "Google_Service_Classroom_ListCourseAliasesResponse"); |
|
| 656 | + $params = array('courseId' => $courseId); |
|
| 657 | + $params = array_merge($params, $optParams); |
|
| 658 | + return $this->call('list', array($params), "Google_Service_Classroom_ListCourseAliasesResponse"); |
|
| 659 | 659 | } |
| 660 | 660 | } |
| 661 | 661 | /** |
@@ -689,9 +689,9 @@ discard block |
||
| 689 | 689 | */ |
| 690 | 690 | public function create($courseId, Google_Service_Classroom_Student $postBody, $optParams = array()) |
| 691 | 691 | { |
| 692 | - $params = array('courseId' => $courseId, 'postBody' => $postBody); |
|
| 693 | - $params = array_merge($params, $optParams); |
|
| 694 | - return $this->call('create', array($params), "Google_Service_Classroom_Student"); |
|
| 692 | + $params = array('courseId' => $courseId, 'postBody' => $postBody); |
|
| 693 | + $params = array_merge($params, $optParams); |
|
| 694 | + return $this->call('create', array($params), "Google_Service_Classroom_Student"); |
|
| 695 | 695 | } |
| 696 | 696 | |
| 697 | 697 | /** |
@@ -711,9 +711,9 @@ discard block |
||
| 711 | 711 | */ |
| 712 | 712 | public function delete($courseId, $userId, $optParams = array()) |
| 713 | 713 | { |
| 714 | - $params = array('courseId' => $courseId, 'userId' => $userId); |
|
| 715 | - $params = array_merge($params, $optParams); |
|
| 716 | - return $this->call('delete', array($params), "Google_Service_Classroom_Empty"); |
|
| 714 | + $params = array('courseId' => $courseId, 'userId' => $userId); |
|
| 715 | + $params = array_merge($params, $optParams); |
|
| 716 | + return $this->call('delete', array($params), "Google_Service_Classroom_Empty"); |
|
| 717 | 717 | } |
| 718 | 718 | |
| 719 | 719 | /** |
@@ -733,9 +733,9 @@ discard block |
||
| 733 | 733 | */ |
| 734 | 734 | public function get($courseId, $userId, $optParams = array()) |
| 735 | 735 | { |
| 736 | - $params = array('courseId' => $courseId, 'userId' => $userId); |
|
| 737 | - $params = array_merge($params, $optParams); |
|
| 738 | - return $this->call('get', array($params), "Google_Service_Classroom_Student"); |
|
| 736 | + $params = array('courseId' => $courseId, 'userId' => $userId); |
|
| 737 | + $params = array_merge($params, $optParams); |
|
| 738 | + return $this->call('get', array($params), "Google_Service_Classroom_Student"); |
|
| 739 | 739 | } |
| 740 | 740 | |
| 741 | 741 | /** |
@@ -759,9 +759,9 @@ discard block |
||
| 759 | 759 | */ |
| 760 | 760 | public function listCoursesStudents($courseId, $optParams = array()) |
| 761 | 761 | { |
| 762 | - $params = array('courseId' => $courseId); |
|
| 763 | - $params = array_merge($params, $optParams); |
|
| 764 | - return $this->call('list', array($params), "Google_Service_Classroom_ListStudentsResponse"); |
|
| 762 | + $params = array('courseId' => $courseId); |
|
| 763 | + $params = array_merge($params, $optParams); |
|
| 764 | + return $this->call('list', array($params), "Google_Service_Classroom_ListStudentsResponse"); |
|
| 765 | 765 | } |
| 766 | 766 | } |
| 767 | 767 | /** |
@@ -790,9 +790,9 @@ discard block |
||
| 790 | 790 | */ |
| 791 | 791 | public function create($courseId, Google_Service_Classroom_Teacher $postBody, $optParams = array()) |
| 792 | 792 | { |
| 793 | - $params = array('courseId' => $courseId, 'postBody' => $postBody); |
|
| 794 | - $params = array_merge($params, $optParams); |
|
| 795 | - return $this->call('create', array($params), "Google_Service_Classroom_Teacher"); |
|
| 793 | + $params = array('courseId' => $courseId, 'postBody' => $postBody); |
|
| 794 | + $params = array_merge($params, $optParams); |
|
| 795 | + return $this->call('create', array($params), "Google_Service_Classroom_Teacher"); |
|
| 796 | 796 | } |
| 797 | 797 | |
| 798 | 798 | /** |
@@ -813,9 +813,9 @@ discard block |
||
| 813 | 813 | */ |
| 814 | 814 | public function delete($courseId, $userId, $optParams = array()) |
| 815 | 815 | { |
| 816 | - $params = array('courseId' => $courseId, 'userId' => $userId); |
|
| 817 | - $params = array_merge($params, $optParams); |
|
| 818 | - return $this->call('delete', array($params), "Google_Service_Classroom_Empty"); |
|
| 816 | + $params = array('courseId' => $courseId, 'userId' => $userId); |
|
| 817 | + $params = array_merge($params, $optParams); |
|
| 818 | + return $this->call('delete', array($params), "Google_Service_Classroom_Empty"); |
|
| 819 | 819 | } |
| 820 | 820 | |
| 821 | 821 | /** |
@@ -835,9 +835,9 @@ discard block |
||
| 835 | 835 | */ |
| 836 | 836 | public function get($courseId, $userId, $optParams = array()) |
| 837 | 837 | { |
| 838 | - $params = array('courseId' => $courseId, 'userId' => $userId); |
|
| 839 | - $params = array_merge($params, $optParams); |
|
| 840 | - return $this->call('get', array($params), "Google_Service_Classroom_Teacher"); |
|
| 838 | + $params = array('courseId' => $courseId, 'userId' => $userId); |
|
| 839 | + $params = array_merge($params, $optParams); |
|
| 840 | + return $this->call('get', array($params), "Google_Service_Classroom_Teacher"); |
|
| 841 | 841 | } |
| 842 | 842 | |
| 843 | 843 | /** |
@@ -861,9 +861,9 @@ discard block |
||
| 861 | 861 | */ |
| 862 | 862 | public function listCoursesTeachers($courseId, $optParams = array()) |
| 863 | 863 | { |
| 864 | - $params = array('courseId' => $courseId); |
|
| 865 | - $params = array_merge($params, $optParams); |
|
| 866 | - return $this->call('list', array($params), "Google_Service_Classroom_ListTeachersResponse"); |
|
| 864 | + $params = array('courseId' => $courseId); |
|
| 865 | + $params = array_merge($params, $optParams); |
|
| 866 | + return $this->call('list', array($params), "Google_Service_Classroom_ListTeachersResponse"); |
|
| 867 | 867 | } |
| 868 | 868 | } |
| 869 | 869 | |
@@ -892,9 +892,9 @@ discard block |
||
| 892 | 892 | */ |
| 893 | 893 | public function accept($id, $optParams = array()) |
| 894 | 894 | { |
| 895 | - $params = array('id' => $id); |
|
| 896 | - $params = array_merge($params, $optParams); |
|
| 897 | - return $this->call('accept', array($params), "Google_Service_Classroom_Empty"); |
|
| 895 | + $params = array('id' => $id); |
|
| 896 | + $params = array_merge($params, $optParams); |
|
| 897 | + return $this->call('accept', array($params), "Google_Service_Classroom_Empty"); |
|
| 898 | 898 | } |
| 899 | 899 | |
| 900 | 900 | /** |
@@ -911,9 +911,9 @@ discard block |
||
| 911 | 911 | */ |
| 912 | 912 | public function create(Google_Service_Classroom_Invitation $postBody, $optParams = array()) |
| 913 | 913 | { |
| 914 | - $params = array('postBody' => $postBody); |
|
| 915 | - $params = array_merge($params, $optParams); |
|
| 916 | - return $this->call('create', array($params), "Google_Service_Classroom_Invitation"); |
|
| 914 | + $params = array('postBody' => $postBody); |
|
| 915 | + $params = array_merge($params, $optParams); |
|
| 916 | + return $this->call('create', array($params), "Google_Service_Classroom_Invitation"); |
|
| 917 | 917 | } |
| 918 | 918 | |
| 919 | 919 | /** |
@@ -928,9 +928,9 @@ discard block |
||
| 928 | 928 | */ |
| 929 | 929 | public function delete($id, $optParams = array()) |
| 930 | 930 | { |
| 931 | - $params = array('id' => $id); |
|
| 932 | - $params = array_merge($params, $optParams); |
|
| 933 | - return $this->call('delete', array($params), "Google_Service_Classroom_Empty"); |
|
| 931 | + $params = array('id' => $id); |
|
| 932 | + $params = array_merge($params, $optParams); |
|
| 933 | + return $this->call('delete', array($params), "Google_Service_Classroom_Empty"); |
|
| 934 | 934 | } |
| 935 | 935 | |
| 936 | 936 | /** |
@@ -945,9 +945,9 @@ discard block |
||
| 945 | 945 | */ |
| 946 | 946 | public function get($id, $optParams = array()) |
| 947 | 947 | { |
| 948 | - $params = array('id' => $id); |
|
| 949 | - $params = array_merge($params, $optParams); |
|
| 950 | - return $this->call('get', array($params), "Google_Service_Classroom_Invitation"); |
|
| 948 | + $params = array('id' => $id); |
|
| 949 | + $params = array_merge($params, $optParams); |
|
| 950 | + return $this->call('get', array($params), "Google_Service_Classroom_Invitation"); |
|
| 951 | 951 | } |
| 952 | 952 | |
| 953 | 953 | /** |
@@ -976,9 +976,9 @@ discard block |
||
| 976 | 976 | */ |
| 977 | 977 | public function listInvitations($optParams = array()) |
| 978 | 978 | { |
| 979 | - $params = array(); |
|
| 980 | - $params = array_merge($params, $optParams); |
|
| 981 | - return $this->call('list', array($params), "Google_Service_Classroom_ListInvitationsResponse"); |
|
| 979 | + $params = array(); |
|
| 980 | + $params = array_merge($params, $optParams); |
|
| 981 | + return $this->call('list', array($params), "Google_Service_Classroom_ListInvitationsResponse"); |
|
| 982 | 982 | } |
| 983 | 983 | } |
| 984 | 984 | |
@@ -1007,9 +1007,9 @@ discard block |
||
| 1007 | 1007 | */ |
| 1008 | 1008 | public function get($userId, $optParams = array()) |
| 1009 | 1009 | { |
| 1010 | - $params = array('userId' => $userId); |
|
| 1011 | - $params = array_merge($params, $optParams); |
|
| 1012 | - return $this->call('get', array($params), "Google_Service_Classroom_UserProfile"); |
|
| 1010 | + $params = array('userId' => $userId); |
|
| 1011 | + $params = array_merge($params, $optParams); |
|
| 1012 | + return $this->call('get', array($params), "Google_Service_Classroom_UserProfile"); |
|
| 1013 | 1013 | } |
| 1014 | 1014 | } |
| 1015 | 1015 | |
@@ -1036,99 +1036,99 @@ discard block |
||
| 1036 | 1036 | |
| 1037 | 1037 | public function setAlternateLink($alternateLink) |
| 1038 | 1038 | { |
| 1039 | - $this->alternateLink = $alternateLink; |
|
| 1039 | + $this->alternateLink = $alternateLink; |
|
| 1040 | 1040 | } |
| 1041 | 1041 | public function getAlternateLink() |
| 1042 | 1042 | { |
| 1043 | - return $this->alternateLink; |
|
| 1043 | + return $this->alternateLink; |
|
| 1044 | 1044 | } |
| 1045 | 1045 | public function setCourseState($courseState) |
| 1046 | 1046 | { |
| 1047 | - $this->courseState = $courseState; |
|
| 1047 | + $this->courseState = $courseState; |
|
| 1048 | 1048 | } |
| 1049 | 1049 | public function getCourseState() |
| 1050 | 1050 | { |
| 1051 | - return $this->courseState; |
|
| 1051 | + return $this->courseState; |
|
| 1052 | 1052 | } |
| 1053 | 1053 | public function setCreationTime($creationTime) |
| 1054 | 1054 | { |
| 1055 | - $this->creationTime = $creationTime; |
|
| 1055 | + $this->creationTime = $creationTime; |
|
| 1056 | 1056 | } |
| 1057 | 1057 | public function getCreationTime() |
| 1058 | 1058 | { |
| 1059 | - return $this->creationTime; |
|
| 1059 | + return $this->creationTime; |
|
| 1060 | 1060 | } |
| 1061 | 1061 | public function setDescription($description) |
| 1062 | 1062 | { |
| 1063 | - $this->description = $description; |
|
| 1063 | + $this->description = $description; |
|
| 1064 | 1064 | } |
| 1065 | 1065 | public function getDescription() |
| 1066 | 1066 | { |
| 1067 | - return $this->description; |
|
| 1067 | + return $this->description; |
|
| 1068 | 1068 | } |
| 1069 | 1069 | public function setDescriptionHeading($descriptionHeading) |
| 1070 | 1070 | { |
| 1071 | - $this->descriptionHeading = $descriptionHeading; |
|
| 1071 | + $this->descriptionHeading = $descriptionHeading; |
|
| 1072 | 1072 | } |
| 1073 | 1073 | public function getDescriptionHeading() |
| 1074 | 1074 | { |
| 1075 | - return $this->descriptionHeading; |
|
| 1075 | + return $this->descriptionHeading; |
|
| 1076 | 1076 | } |
| 1077 | 1077 | public function setEnrollmentCode($enrollmentCode) |
| 1078 | 1078 | { |
| 1079 | - $this->enrollmentCode = $enrollmentCode; |
|
| 1079 | + $this->enrollmentCode = $enrollmentCode; |
|
| 1080 | 1080 | } |
| 1081 | 1081 | public function getEnrollmentCode() |
| 1082 | 1082 | { |
| 1083 | - return $this->enrollmentCode; |
|
| 1083 | + return $this->enrollmentCode; |
|
| 1084 | 1084 | } |
| 1085 | 1085 | public function setId($id) |
| 1086 | 1086 | { |
| 1087 | - $this->id = $id; |
|
| 1087 | + $this->id = $id; |
|
| 1088 | 1088 | } |
| 1089 | 1089 | public function getId() |
| 1090 | 1090 | { |
| 1091 | - return $this->id; |
|
| 1091 | + return $this->id; |
|
| 1092 | 1092 | } |
| 1093 | 1093 | public function setName($name) |
| 1094 | 1094 | { |
| 1095 | - $this->name = $name; |
|
| 1095 | + $this->name = $name; |
|
| 1096 | 1096 | } |
| 1097 | 1097 | public function getName() |
| 1098 | 1098 | { |
| 1099 | - return $this->name; |
|
| 1099 | + return $this->name; |
|
| 1100 | 1100 | } |
| 1101 | 1101 | public function setOwnerId($ownerId) |
| 1102 | 1102 | { |
| 1103 | - $this->ownerId = $ownerId; |
|
| 1103 | + $this->ownerId = $ownerId; |
|
| 1104 | 1104 | } |
| 1105 | 1105 | public function getOwnerId() |
| 1106 | 1106 | { |
| 1107 | - return $this->ownerId; |
|
| 1107 | + return $this->ownerId; |
|
| 1108 | 1108 | } |
| 1109 | 1109 | public function setRoom($room) |
| 1110 | 1110 | { |
| 1111 | - $this->room = $room; |
|
| 1111 | + $this->room = $room; |
|
| 1112 | 1112 | } |
| 1113 | 1113 | public function getRoom() |
| 1114 | 1114 | { |
| 1115 | - return $this->room; |
|
| 1115 | + return $this->room; |
|
| 1116 | 1116 | } |
| 1117 | 1117 | public function setSection($section) |
| 1118 | 1118 | { |
| 1119 | - $this->section = $section; |
|
| 1119 | + $this->section = $section; |
|
| 1120 | 1120 | } |
| 1121 | 1121 | public function getSection() |
| 1122 | 1122 | { |
| 1123 | - return $this->section; |
|
| 1123 | + return $this->section; |
|
| 1124 | 1124 | } |
| 1125 | 1125 | public function setUpdateTime($updateTime) |
| 1126 | 1126 | { |
| 1127 | - $this->updateTime = $updateTime; |
|
| 1127 | + $this->updateTime = $updateTime; |
|
| 1128 | 1128 | } |
| 1129 | 1129 | public function getUpdateTime() |
| 1130 | 1130 | { |
| 1131 | - return $this->updateTime; |
|
| 1131 | + return $this->updateTime; |
|
| 1132 | 1132 | } |
| 1133 | 1133 | } |
| 1134 | 1134 | |
@@ -1141,11 +1141,11 @@ discard block |
||
| 1141 | 1141 | |
| 1142 | 1142 | public function setAlias($alias) |
| 1143 | 1143 | { |
| 1144 | - $this->alias = $alias; |
|
| 1144 | + $this->alias = $alias; |
|
| 1145 | 1145 | } |
| 1146 | 1146 | public function getAlias() |
| 1147 | 1147 | { |
| 1148 | - return $this->alias; |
|
| 1148 | + return $this->alias; |
|
| 1149 | 1149 | } |
| 1150 | 1150 | } |
| 1151 | 1151 | |
@@ -1162,11 +1162,11 @@ discard block |
||
| 1162 | 1162 | |
| 1163 | 1163 | public function setPermission($permission) |
| 1164 | 1164 | { |
| 1165 | - $this->permission = $permission; |
|
| 1165 | + $this->permission = $permission; |
|
| 1166 | 1166 | } |
| 1167 | 1167 | public function getPermission() |
| 1168 | 1168 | { |
| 1169 | - return $this->permission; |
|
| 1169 | + return $this->permission; |
|
| 1170 | 1170 | } |
| 1171 | 1171 | } |
| 1172 | 1172 | |
@@ -1182,35 +1182,35 @@ discard block |
||
| 1182 | 1182 | |
| 1183 | 1183 | public function setCourseId($courseId) |
| 1184 | 1184 | { |
| 1185 | - $this->courseId = $courseId; |
|
| 1185 | + $this->courseId = $courseId; |
|
| 1186 | 1186 | } |
| 1187 | 1187 | public function getCourseId() |
| 1188 | 1188 | { |
| 1189 | - return $this->courseId; |
|
| 1189 | + return $this->courseId; |
|
| 1190 | 1190 | } |
| 1191 | 1191 | public function setId($id) |
| 1192 | 1192 | { |
| 1193 | - $this->id = $id; |
|
| 1193 | + $this->id = $id; |
|
| 1194 | 1194 | } |
| 1195 | 1195 | public function getId() |
| 1196 | 1196 | { |
| 1197 | - return $this->id; |
|
| 1197 | + return $this->id; |
|
| 1198 | 1198 | } |
| 1199 | 1199 | public function setRole($role) |
| 1200 | 1200 | { |
| 1201 | - $this->role = $role; |
|
| 1201 | + $this->role = $role; |
|
| 1202 | 1202 | } |
| 1203 | 1203 | public function getRole() |
| 1204 | 1204 | { |
| 1205 | - return $this->role; |
|
| 1205 | + return $this->role; |
|
| 1206 | 1206 | } |
| 1207 | 1207 | public function setUserId($userId) |
| 1208 | 1208 | { |
| 1209 | - $this->userId = $userId; |
|
| 1209 | + $this->userId = $userId; |
|
| 1210 | 1210 | } |
| 1211 | 1211 | public function getUserId() |
| 1212 | 1212 | { |
| 1213 | - return $this->userId; |
|
| 1213 | + return $this->userId; |
|
| 1214 | 1214 | } |
| 1215 | 1215 | } |
| 1216 | 1216 | |
@@ -1226,19 +1226,19 @@ discard block |
||
| 1226 | 1226 | |
| 1227 | 1227 | public function setAliases($aliases) |
| 1228 | 1228 | { |
| 1229 | - $this->aliases = $aliases; |
|
| 1229 | + $this->aliases = $aliases; |
|
| 1230 | 1230 | } |
| 1231 | 1231 | public function getAliases() |
| 1232 | 1232 | { |
| 1233 | - return $this->aliases; |
|
| 1233 | + return $this->aliases; |
|
| 1234 | 1234 | } |
| 1235 | 1235 | public function setNextPageToken($nextPageToken) |
| 1236 | 1236 | { |
| 1237 | - $this->nextPageToken = $nextPageToken; |
|
| 1237 | + $this->nextPageToken = $nextPageToken; |
|
| 1238 | 1238 | } |
| 1239 | 1239 | public function getNextPageToken() |
| 1240 | 1240 | { |
| 1241 | - return $this->nextPageToken; |
|
| 1241 | + return $this->nextPageToken; |
|
| 1242 | 1242 | } |
| 1243 | 1243 | } |
| 1244 | 1244 | |
@@ -1254,19 +1254,19 @@ discard block |
||
| 1254 | 1254 | |
| 1255 | 1255 | public function setCourses($courses) |
| 1256 | 1256 | { |
| 1257 | - $this->courses = $courses; |
|
| 1257 | + $this->courses = $courses; |
|
| 1258 | 1258 | } |
| 1259 | 1259 | public function getCourses() |
| 1260 | 1260 | { |
| 1261 | - return $this->courses; |
|
| 1261 | + return $this->courses; |
|
| 1262 | 1262 | } |
| 1263 | 1263 | public function setNextPageToken($nextPageToken) |
| 1264 | 1264 | { |
| 1265 | - $this->nextPageToken = $nextPageToken; |
|
| 1265 | + $this->nextPageToken = $nextPageToken; |
|
| 1266 | 1266 | } |
| 1267 | 1267 | public function getNextPageToken() |
| 1268 | 1268 | { |
| 1269 | - return $this->nextPageToken; |
|
| 1269 | + return $this->nextPageToken; |
|
| 1270 | 1270 | } |
| 1271 | 1271 | } |
| 1272 | 1272 | |
@@ -1282,19 +1282,19 @@ discard block |
||
| 1282 | 1282 | |
| 1283 | 1283 | public function setInvitations($invitations) |
| 1284 | 1284 | { |
| 1285 | - $this->invitations = $invitations; |
|
| 1285 | + $this->invitations = $invitations; |
|
| 1286 | 1286 | } |
| 1287 | 1287 | public function getInvitations() |
| 1288 | 1288 | { |
| 1289 | - return $this->invitations; |
|
| 1289 | + return $this->invitations; |
|
| 1290 | 1290 | } |
| 1291 | 1291 | public function setNextPageToken($nextPageToken) |
| 1292 | 1292 | { |
| 1293 | - $this->nextPageToken = $nextPageToken; |
|
| 1293 | + $this->nextPageToken = $nextPageToken; |
|
| 1294 | 1294 | } |
| 1295 | 1295 | public function getNextPageToken() |
| 1296 | 1296 | { |
| 1297 | - return $this->nextPageToken; |
|
| 1297 | + return $this->nextPageToken; |
|
| 1298 | 1298 | } |
| 1299 | 1299 | } |
| 1300 | 1300 | |
@@ -1310,19 +1310,19 @@ discard block |
||
| 1310 | 1310 | |
| 1311 | 1311 | public function setNextPageToken($nextPageToken) |
| 1312 | 1312 | { |
| 1313 | - $this->nextPageToken = $nextPageToken; |
|
| 1313 | + $this->nextPageToken = $nextPageToken; |
|
| 1314 | 1314 | } |
| 1315 | 1315 | public function getNextPageToken() |
| 1316 | 1316 | { |
| 1317 | - return $this->nextPageToken; |
|
| 1317 | + return $this->nextPageToken; |
|
| 1318 | 1318 | } |
| 1319 | 1319 | public function setStudents($students) |
| 1320 | 1320 | { |
| 1321 | - $this->students = $students; |
|
| 1321 | + $this->students = $students; |
|
| 1322 | 1322 | } |
| 1323 | 1323 | public function getStudents() |
| 1324 | 1324 | { |
| 1325 | - return $this->students; |
|
| 1325 | + return $this->students; |
|
| 1326 | 1326 | } |
| 1327 | 1327 | } |
| 1328 | 1328 | |
@@ -1338,19 +1338,19 @@ discard block |
||
| 1338 | 1338 | |
| 1339 | 1339 | public function setNextPageToken($nextPageToken) |
| 1340 | 1340 | { |
| 1341 | - $this->nextPageToken = $nextPageToken; |
|
| 1341 | + $this->nextPageToken = $nextPageToken; |
|
| 1342 | 1342 | } |
| 1343 | 1343 | public function getNextPageToken() |
| 1344 | 1344 | { |
| 1345 | - return $this->nextPageToken; |
|
| 1345 | + return $this->nextPageToken; |
|
| 1346 | 1346 | } |
| 1347 | 1347 | public function setTeachers($teachers) |
| 1348 | 1348 | { |
| 1349 | - $this->teachers = $teachers; |
|
| 1349 | + $this->teachers = $teachers; |
|
| 1350 | 1350 | } |
| 1351 | 1351 | public function getTeachers() |
| 1352 | 1352 | { |
| 1353 | - return $this->teachers; |
|
| 1353 | + return $this->teachers; |
|
| 1354 | 1354 | } |
| 1355 | 1355 | } |
| 1356 | 1356 | |
@@ -1365,27 +1365,27 @@ discard block |
||
| 1365 | 1365 | |
| 1366 | 1366 | public function setFamilyName($familyName) |
| 1367 | 1367 | { |
| 1368 | - $this->familyName = $familyName; |
|
| 1368 | + $this->familyName = $familyName; |
|
| 1369 | 1369 | } |
| 1370 | 1370 | public function getFamilyName() |
| 1371 | 1371 | { |
| 1372 | - return $this->familyName; |
|
| 1372 | + return $this->familyName; |
|
| 1373 | 1373 | } |
| 1374 | 1374 | public function setFullName($fullName) |
| 1375 | 1375 | { |
| 1376 | - $this->fullName = $fullName; |
|
| 1376 | + $this->fullName = $fullName; |
|
| 1377 | 1377 | } |
| 1378 | 1378 | public function getFullName() |
| 1379 | 1379 | { |
| 1380 | - return $this->fullName; |
|
| 1380 | + return $this->fullName; |
|
| 1381 | 1381 | } |
| 1382 | 1382 | public function setGivenName($givenName) |
| 1383 | 1383 | { |
| 1384 | - $this->givenName = $givenName; |
|
| 1384 | + $this->givenName = $givenName; |
|
| 1385 | 1385 | } |
| 1386 | 1386 | public function getGivenName() |
| 1387 | 1387 | { |
| 1388 | - return $this->givenName; |
|
| 1388 | + return $this->givenName; |
|
| 1389 | 1389 | } |
| 1390 | 1390 | } |
| 1391 | 1391 | |
@@ -1401,27 +1401,27 @@ discard block |
||
| 1401 | 1401 | |
| 1402 | 1402 | public function setCourseId($courseId) |
| 1403 | 1403 | { |
| 1404 | - $this->courseId = $courseId; |
|
| 1404 | + $this->courseId = $courseId; |
|
| 1405 | 1405 | } |
| 1406 | 1406 | public function getCourseId() |
| 1407 | 1407 | { |
| 1408 | - return $this->courseId; |
|
| 1408 | + return $this->courseId; |
|
| 1409 | 1409 | } |
| 1410 | 1410 | public function setProfile(Google_Service_Classroom_UserProfile $profile) |
| 1411 | 1411 | { |
| 1412 | - $this->profile = $profile; |
|
| 1412 | + $this->profile = $profile; |
|
| 1413 | 1413 | } |
| 1414 | 1414 | public function getProfile() |
| 1415 | 1415 | { |
| 1416 | - return $this->profile; |
|
| 1416 | + return $this->profile; |
|
| 1417 | 1417 | } |
| 1418 | 1418 | public function setUserId($userId) |
| 1419 | 1419 | { |
| 1420 | - $this->userId = $userId; |
|
| 1420 | + $this->userId = $userId; |
|
| 1421 | 1421 | } |
| 1422 | 1422 | public function getUserId() |
| 1423 | 1423 | { |
| 1424 | - return $this->userId; |
|
| 1424 | + return $this->userId; |
|
| 1425 | 1425 | } |
| 1426 | 1426 | } |
| 1427 | 1427 | |
@@ -1437,27 +1437,27 @@ discard block |
||
| 1437 | 1437 | |
| 1438 | 1438 | public function setCourseId($courseId) |
| 1439 | 1439 | { |
| 1440 | - $this->courseId = $courseId; |
|
| 1440 | + $this->courseId = $courseId; |
|
| 1441 | 1441 | } |
| 1442 | 1442 | public function getCourseId() |
| 1443 | 1443 | { |
| 1444 | - return $this->courseId; |
|
| 1444 | + return $this->courseId; |
|
| 1445 | 1445 | } |
| 1446 | 1446 | public function setProfile(Google_Service_Classroom_UserProfile $profile) |
| 1447 | 1447 | { |
| 1448 | - $this->profile = $profile; |
|
| 1448 | + $this->profile = $profile; |
|
| 1449 | 1449 | } |
| 1450 | 1450 | public function getProfile() |
| 1451 | 1451 | { |
| 1452 | - return $this->profile; |
|
| 1452 | + return $this->profile; |
|
| 1453 | 1453 | } |
| 1454 | 1454 | public function setUserId($userId) |
| 1455 | 1455 | { |
| 1456 | - $this->userId = $userId; |
|
| 1456 | + $this->userId = $userId; |
|
| 1457 | 1457 | } |
| 1458 | 1458 | public function getUserId() |
| 1459 | 1459 | { |
| 1460 | - return $this->userId; |
|
| 1460 | + return $this->userId; |
|
| 1461 | 1461 | } |
| 1462 | 1462 | } |
| 1463 | 1463 | |
@@ -1477,42 +1477,42 @@ discard block |
||
| 1477 | 1477 | |
| 1478 | 1478 | public function setEmailAddress($emailAddress) |
| 1479 | 1479 | { |
| 1480 | - $this->emailAddress = $emailAddress; |
|
| 1480 | + $this->emailAddress = $emailAddress; |
|
| 1481 | 1481 | } |
| 1482 | 1482 | public function getEmailAddress() |
| 1483 | 1483 | { |
| 1484 | - return $this->emailAddress; |
|
| 1484 | + return $this->emailAddress; |
|
| 1485 | 1485 | } |
| 1486 | 1486 | public function setId($id) |
| 1487 | 1487 | { |
| 1488 | - $this->id = $id; |
|
| 1488 | + $this->id = $id; |
|
| 1489 | 1489 | } |
| 1490 | 1490 | public function getId() |
| 1491 | 1491 | { |
| 1492 | - return $this->id; |
|
| 1492 | + return $this->id; |
|
| 1493 | 1493 | } |
| 1494 | 1494 | public function setName(Google_Service_Classroom_Name $name) |
| 1495 | 1495 | { |
| 1496 | - $this->name = $name; |
|
| 1496 | + $this->name = $name; |
|
| 1497 | 1497 | } |
| 1498 | 1498 | public function getName() |
| 1499 | 1499 | { |
| 1500 | - return $this->name; |
|
| 1500 | + return $this->name; |
|
| 1501 | 1501 | } |
| 1502 | 1502 | public function setPermissions($permissions) |
| 1503 | 1503 | { |
| 1504 | - $this->permissions = $permissions; |
|
| 1504 | + $this->permissions = $permissions; |
|
| 1505 | 1505 | } |
| 1506 | 1506 | public function getPermissions() |
| 1507 | 1507 | { |
| 1508 | - return $this->permissions; |
|
| 1508 | + return $this->permissions; |
|
| 1509 | 1509 | } |
| 1510 | 1510 | public function setPhotoUrl($photoUrl) |
| 1511 | 1511 | { |
| 1512 | - $this->photoUrl = $photoUrl; |
|
| 1512 | + $this->photoUrl = $photoUrl; |
|
| 1513 | 1513 | } |
| 1514 | 1514 | public function getPhotoUrl() |
| 1515 | 1515 | { |
| 1516 | - return $this->photoUrl; |
|
| 1516 | + return $this->photoUrl; |
|
| 1517 | 1517 | } |
| 1518 | 1518 | } |
@@ -80,7 +80,7 @@ discard block |
||
| 80 | 80 | 'path' => 'v1/courses', |
| 81 | 81 | 'httpMethod' => 'POST', |
| 82 | 82 | 'parameters' => array(), |
| 83 | - ),'delete' => array( |
|
| 83 | + ), 'delete' => array( |
|
| 84 | 84 | 'path' => 'v1/courses/{id}', |
| 85 | 85 | 'httpMethod' => 'DELETE', |
| 86 | 86 | 'parameters' => array( |
@@ -90,7 +90,7 @@ discard block |
||
| 90 | 90 | 'required' => true, |
| 91 | 91 | ), |
| 92 | 92 | ), |
| 93 | - ),'get' => array( |
|
| 93 | + ), 'get' => array( |
|
| 94 | 94 | 'path' => 'v1/courses/{id}', |
| 95 | 95 | 'httpMethod' => 'GET', |
| 96 | 96 | 'parameters' => array( |
@@ -100,7 +100,7 @@ discard block |
||
| 100 | 100 | 'required' => true, |
| 101 | 101 | ), |
| 102 | 102 | ), |
| 103 | - ),'list' => array( |
|
| 103 | + ), 'list' => array( |
|
| 104 | 104 | 'path' => 'v1/courses', |
| 105 | 105 | 'httpMethod' => 'GET', |
| 106 | 106 | 'parameters' => array( |
@@ -121,7 +121,7 @@ discard block |
||
| 121 | 121 | 'type' => 'integer', |
| 122 | 122 | ), |
| 123 | 123 | ), |
| 124 | - ),'patch' => array( |
|
| 124 | + ), 'patch' => array( |
|
| 125 | 125 | 'path' => 'v1/courses/{id}', |
| 126 | 126 | 'httpMethod' => 'PATCH', |
| 127 | 127 | 'parameters' => array( |
@@ -135,7 +135,7 @@ discard block |
||
| 135 | 135 | 'type' => 'string', |
| 136 | 136 | ), |
| 137 | 137 | ), |
| 138 | - ),'update' => array( |
|
| 138 | + ), 'update' => array( |
|
| 139 | 139 | 'path' => 'v1/courses/{id}', |
| 140 | 140 | 'httpMethod' => 'PUT', |
| 141 | 141 | 'parameters' => array( |
@@ -165,7 +165,7 @@ discard block |
||
| 165 | 165 | 'required' => true, |
| 166 | 166 | ), |
| 167 | 167 | ), |
| 168 | - ),'delete' => array( |
|
| 168 | + ), 'delete' => array( |
|
| 169 | 169 | 'path' => 'v1/courses/{courseId}/aliases/{alias}', |
| 170 | 170 | 'httpMethod' => 'DELETE', |
| 171 | 171 | 'parameters' => array( |
@@ -180,7 +180,7 @@ discard block |
||
| 180 | 180 | 'required' => true, |
| 181 | 181 | ), |
| 182 | 182 | ), |
| 183 | - ),'list' => array( |
|
| 183 | + ), 'list' => array( |
|
| 184 | 184 | 'path' => 'v1/courses/{courseId}/aliases', |
| 185 | 185 | 'httpMethod' => 'GET', |
| 186 | 186 | 'parameters' => array( |
@@ -222,7 +222,7 @@ discard block |
||
| 222 | 222 | 'type' => 'string', |
| 223 | 223 | ), |
| 224 | 224 | ), |
| 225 | - ),'delete' => array( |
|
| 225 | + ), 'delete' => array( |
|
| 226 | 226 | 'path' => 'v1/courses/{courseId}/students/{userId}', |
| 227 | 227 | 'httpMethod' => 'DELETE', |
| 228 | 228 | 'parameters' => array( |
@@ -237,7 +237,7 @@ discard block |
||
| 237 | 237 | 'required' => true, |
| 238 | 238 | ), |
| 239 | 239 | ), |
| 240 | - ),'get' => array( |
|
| 240 | + ), 'get' => array( |
|
| 241 | 241 | 'path' => 'v1/courses/{courseId}/students/{userId}', |
| 242 | 242 | 'httpMethod' => 'GET', |
| 243 | 243 | 'parameters' => array( |
@@ -252,7 +252,7 @@ discard block |
||
| 252 | 252 | 'required' => true, |
| 253 | 253 | ), |
| 254 | 254 | ), |
| 255 | - ),'list' => array( |
|
| 255 | + ), 'list' => array( |
|
| 256 | 256 | 'path' => 'v1/courses/{courseId}/students', |
| 257 | 257 | 'httpMethod' => 'GET', |
| 258 | 258 | 'parameters' => array( |
@@ -290,7 +290,7 @@ discard block |
||
| 290 | 290 | 'required' => true, |
| 291 | 291 | ), |
| 292 | 292 | ), |
| 293 | - ),'delete' => array( |
|
| 293 | + ), 'delete' => array( |
|
| 294 | 294 | 'path' => 'v1/courses/{courseId}/teachers/{userId}', |
| 295 | 295 | 'httpMethod' => 'DELETE', |
| 296 | 296 | 'parameters' => array( |
@@ -305,7 +305,7 @@ discard block |
||
| 305 | 305 | 'required' => true, |
| 306 | 306 | ), |
| 307 | 307 | ), |
| 308 | - ),'get' => array( |
|
| 308 | + ), 'get' => array( |
|
| 309 | 309 | 'path' => 'v1/courses/{courseId}/teachers/{userId}', |
| 310 | 310 | 'httpMethod' => 'GET', |
| 311 | 311 | 'parameters' => array( |
@@ -320,7 +320,7 @@ discard block |
||
| 320 | 320 | 'required' => true, |
| 321 | 321 | ), |
| 322 | 322 | ), |
| 323 | - ),'list' => array( |
|
| 323 | + ), 'list' => array( |
|
| 324 | 324 | 'path' => 'v1/courses/{courseId}/teachers', |
| 325 | 325 | 'httpMethod' => 'GET', |
| 326 | 326 | 'parameters' => array( |
@@ -358,11 +358,11 @@ discard block |
||
| 358 | 358 | 'required' => true, |
| 359 | 359 | ), |
| 360 | 360 | ), |
| 361 | - ),'create' => array( |
|
| 361 | + ), 'create' => array( |
|
| 362 | 362 | 'path' => 'v1/invitations', |
| 363 | 363 | 'httpMethod' => 'POST', |
| 364 | 364 | 'parameters' => array(), |
| 365 | - ),'delete' => array( |
|
| 365 | + ), 'delete' => array( |
|
| 366 | 366 | 'path' => 'v1/invitations/{id}', |
| 367 | 367 | 'httpMethod' => 'DELETE', |
| 368 | 368 | 'parameters' => array( |
@@ -372,7 +372,7 @@ discard block |
||
| 372 | 372 | 'required' => true, |
| 373 | 373 | ), |
| 374 | 374 | ), |
| 375 | - ),'get' => array( |
|
| 375 | + ), 'get' => array( |
|
| 376 | 376 | 'path' => 'v1/invitations/{id}', |
| 377 | 377 | 'httpMethod' => 'GET', |
| 378 | 378 | 'parameters' => array( |
@@ -382,7 +382,7 @@ discard block |
||
| 382 | 382 | 'required' => true, |
| 383 | 383 | ), |
| 384 | 384 | ), |
| 385 | - ),'list' => array( |
|
| 385 | + ), 'list' => array( |
|
| 386 | 386 | 'path' => 'v1/invitations', |
| 387 | 387 | 'httpMethod' => 'GET', |
| 388 | 388 | 'parameters' => array( |
@@ -86,7 +86,7 @@ discard block |
||
| 86 | 86 | /** |
| 87 | 87 | * RPC to update the new TCP stats. (statscollection.updateaggregatedstats) |
| 88 | 88 | * |
| 89 | - * @param Google_AggregatedStats $postBody |
|
| 89 | + * @param Google_Service_Cloudlatencytest_AggregatedStats $postBody |
|
| 90 | 90 | * @param array $optParams Optional parameters. |
| 91 | 91 | * @return Google_Service_Cloudlatencytest_AggregatedStatsReply |
| 92 | 92 | */ |
@@ -100,7 +100,7 @@ discard block |
||
| 100 | 100 | /** |
| 101 | 101 | * RPC to update the new TCP stats. (statscollection.updatestats) |
| 102 | 102 | * |
| 103 | - * @param Google_Stats $postBody |
|
| 103 | + * @param Google_Service_Cloudlatencytest_Stats $postBody |
|
| 104 | 104 | * @param array $optParams Optional parameters. |
| 105 | 105 | * @return Google_Service_Cloudlatencytest_StatsReply |
| 106 | 106 | */ |
@@ -32,7 +32,7 @@ discard block |
||
| 32 | 32 | { |
| 33 | 33 | /** View monitoring data for all of your Google Cloud and API projects. */ |
| 34 | 34 | const MONITORING_READONLY = |
| 35 | - "https://www.googleapis.com/auth/monitoring.readonly"; |
|
| 35 | + "https://www.googleapis.com/auth/monitoring.readonly"; |
|
| 36 | 36 | |
| 37 | 37 | public $statscollection; |
| 38 | 38 | |
@@ -44,30 +44,30 @@ discard block |
||
| 44 | 44 | */ |
| 45 | 45 | public function __construct(Google_Client $client) |
| 46 | 46 | { |
| 47 | - parent::__construct($client); |
|
| 48 | - $this->rootUrl = 'https://cloudlatencytest-pa.googleapis.com/'; |
|
| 49 | - $this->servicePath = 'v2/statscollection/'; |
|
| 50 | - $this->version = 'v2'; |
|
| 51 | - $this->serviceName = 'cloudlatencytest'; |
|
| 52 | - |
|
| 53 | - $this->statscollection = new Google_Service_Cloudlatencytest_Statscollection_Resource( |
|
| 54 | - $this, |
|
| 55 | - $this->serviceName, |
|
| 56 | - 'statscollection', |
|
| 57 | - array( |
|
| 58 | - 'methods' => array( |
|
| 59 | - 'updateaggregatedstats' => array( |
|
| 60 | - 'path' => 'updateaggregatedstats', |
|
| 61 | - 'httpMethod' => 'POST', |
|
| 62 | - 'parameters' => array(), |
|
| 63 | - ),'updatestats' => array( |
|
| 64 | - 'path' => 'updatestats', |
|
| 65 | - 'httpMethod' => 'POST', |
|
| 66 | - 'parameters' => array(), |
|
| 67 | - ), |
|
| 68 | - ) |
|
| 69 | - ) |
|
| 70 | - ); |
|
| 47 | + parent::__construct($client); |
|
| 48 | + $this->rootUrl = 'https://cloudlatencytest-pa.googleapis.com/'; |
|
| 49 | + $this->servicePath = 'v2/statscollection/'; |
|
| 50 | + $this->version = 'v2'; |
|
| 51 | + $this->serviceName = 'cloudlatencytest'; |
|
| 52 | + |
|
| 53 | + $this->statscollection = new Google_Service_Cloudlatencytest_Statscollection_Resource( |
|
| 54 | + $this, |
|
| 55 | + $this->serviceName, |
|
| 56 | + 'statscollection', |
|
| 57 | + array( |
|
| 58 | + 'methods' => array( |
|
| 59 | + 'updateaggregatedstats' => array( |
|
| 60 | + 'path' => 'updateaggregatedstats', |
|
| 61 | + 'httpMethod' => 'POST', |
|
| 62 | + 'parameters' => array(), |
|
| 63 | + ),'updatestats' => array( |
|
| 64 | + 'path' => 'updatestats', |
|
| 65 | + 'httpMethod' => 'POST', |
|
| 66 | + 'parameters' => array(), |
|
| 67 | + ), |
|
| 68 | + ) |
|
| 69 | + ) |
|
| 70 | + ); |
|
| 71 | 71 | } |
| 72 | 72 | } |
| 73 | 73 | |
@@ -92,9 +92,9 @@ discard block |
||
| 92 | 92 | */ |
| 93 | 93 | public function updateaggregatedstats(Google_Service_Cloudlatencytest_AggregatedStats $postBody, $optParams = array()) |
| 94 | 94 | { |
| 95 | - $params = array('postBody' => $postBody); |
|
| 96 | - $params = array_merge($params, $optParams); |
|
| 97 | - return $this->call('updateaggregatedstats', array($params), "Google_Service_Cloudlatencytest_AggregatedStatsReply"); |
|
| 95 | + $params = array('postBody' => $postBody); |
|
| 96 | + $params = array_merge($params, $optParams); |
|
| 97 | + return $this->call('updateaggregatedstats', array($params), "Google_Service_Cloudlatencytest_AggregatedStatsReply"); |
|
| 98 | 98 | } |
| 99 | 99 | |
| 100 | 100 | /** |
@@ -106,9 +106,9 @@ discard block |
||
| 106 | 106 | */ |
| 107 | 107 | public function updatestats(Google_Service_Cloudlatencytest_Stats $postBody, $optParams = array()) |
| 108 | 108 | { |
| 109 | - $params = array('postBody' => $postBody); |
|
| 110 | - $params = array_merge($params, $optParams); |
|
| 111 | - return $this->call('updatestats', array($params), "Google_Service_Cloudlatencytest_StatsReply"); |
|
| 109 | + $params = array('postBody' => $postBody); |
|
| 110 | + $params = array_merge($params, $optParams); |
|
| 111 | + return $this->call('updatestats', array($params), "Google_Service_Cloudlatencytest_StatsReply"); |
|
| 112 | 112 | } |
| 113 | 113 | } |
| 114 | 114 | |
@@ -126,11 +126,11 @@ discard block |
||
| 126 | 126 | |
| 127 | 127 | public function setStats($stats) |
| 128 | 128 | { |
| 129 | - $this->stats = $stats; |
|
| 129 | + $this->stats = $stats; |
|
| 130 | 130 | } |
| 131 | 131 | public function getStats() |
| 132 | 132 | { |
| 133 | - return $this->stats; |
|
| 133 | + return $this->stats; |
|
| 134 | 134 | } |
| 135 | 135 | } |
| 136 | 136 | |
@@ -143,11 +143,11 @@ discard block |
||
| 143 | 143 | |
| 144 | 144 | public function setTestValue($testValue) |
| 145 | 145 | { |
| 146 | - $this->testValue = $testValue; |
|
| 146 | + $this->testValue = $testValue; |
|
| 147 | 147 | } |
| 148 | 148 | public function getTestValue() |
| 149 | 149 | { |
| 150 | - return $this->testValue; |
|
| 150 | + return $this->testValue; |
|
| 151 | 151 | } |
| 152 | 152 | } |
| 153 | 153 | |
@@ -161,19 +161,19 @@ discard block |
||
| 161 | 161 | |
| 162 | 162 | public function setLabel($label) |
| 163 | 163 | { |
| 164 | - $this->label = $label; |
|
| 164 | + $this->label = $label; |
|
| 165 | 165 | } |
| 166 | 166 | public function getLabel() |
| 167 | 167 | { |
| 168 | - return $this->label; |
|
| 168 | + return $this->label; |
|
| 169 | 169 | } |
| 170 | 170 | public function setValue($value) |
| 171 | 171 | { |
| 172 | - $this->value = $value; |
|
| 172 | + $this->value = $value; |
|
| 173 | 173 | } |
| 174 | 174 | public function getValue() |
| 175 | 175 | { |
| 176 | - return $this->value; |
|
| 176 | + return $this->value; |
|
| 177 | 177 | } |
| 178 | 178 | } |
| 179 | 179 | |
@@ -187,19 +187,19 @@ discard block |
||
| 187 | 187 | |
| 188 | 188 | public function setLabel($label) |
| 189 | 189 | { |
| 190 | - $this->label = $label; |
|
| 190 | + $this->label = $label; |
|
| 191 | 191 | } |
| 192 | 192 | public function getLabel() |
| 193 | 193 | { |
| 194 | - return $this->label; |
|
| 194 | + return $this->label; |
|
| 195 | 195 | } |
| 196 | 196 | public function setValue($value) |
| 197 | 197 | { |
| 198 | - $this->value = $value; |
|
| 198 | + $this->value = $value; |
|
| 199 | 199 | } |
| 200 | 200 | public function getValue() |
| 201 | 201 | { |
| 202 | - return $this->value; |
|
| 202 | + return $this->value; |
|
| 203 | 203 | } |
| 204 | 204 | } |
| 205 | 205 | |
@@ -219,35 +219,35 @@ discard block |
||
| 219 | 219 | |
| 220 | 220 | public function setDoubleValues($doubleValues) |
| 221 | 221 | { |
| 222 | - $this->doubleValues = $doubleValues; |
|
| 222 | + $this->doubleValues = $doubleValues; |
|
| 223 | 223 | } |
| 224 | 224 | public function getDoubleValues() |
| 225 | 225 | { |
| 226 | - return $this->doubleValues; |
|
| 226 | + return $this->doubleValues; |
|
| 227 | 227 | } |
| 228 | 228 | public function setIntValues($intValues) |
| 229 | 229 | { |
| 230 | - $this->intValues = $intValues; |
|
| 230 | + $this->intValues = $intValues; |
|
| 231 | 231 | } |
| 232 | 232 | public function getIntValues() |
| 233 | 233 | { |
| 234 | - return $this->intValues; |
|
| 234 | + return $this->intValues; |
|
| 235 | 235 | } |
| 236 | 236 | public function setStringValues($stringValues) |
| 237 | 237 | { |
| 238 | - $this->stringValues = $stringValues; |
|
| 238 | + $this->stringValues = $stringValues; |
|
| 239 | 239 | } |
| 240 | 240 | public function getStringValues() |
| 241 | 241 | { |
| 242 | - return $this->stringValues; |
|
| 242 | + return $this->stringValues; |
|
| 243 | 243 | } |
| 244 | 244 | public function setTime($time) |
| 245 | 245 | { |
| 246 | - $this->time = $time; |
|
| 246 | + $this->time = $time; |
|
| 247 | 247 | } |
| 248 | 248 | public function getTime() |
| 249 | 249 | { |
| 250 | - return $this->time; |
|
| 250 | + return $this->time; |
|
| 251 | 251 | } |
| 252 | 252 | } |
| 253 | 253 | |
@@ -260,11 +260,11 @@ discard block |
||
| 260 | 260 | |
| 261 | 261 | public function setTestValue($testValue) |
| 262 | 262 | { |
| 263 | - $this->testValue = $testValue; |
|
| 263 | + $this->testValue = $testValue; |
|
| 264 | 264 | } |
| 265 | 265 | public function getTestValue() |
| 266 | 266 | { |
| 267 | - return $this->testValue; |
|
| 267 | + return $this->testValue; |
|
| 268 | 268 | } |
| 269 | 269 | } |
| 270 | 270 | |
@@ -278,18 +278,18 @@ discard block |
||
| 278 | 278 | |
| 279 | 279 | public function setLabel($label) |
| 280 | 280 | { |
| 281 | - $this->label = $label; |
|
| 281 | + $this->label = $label; |
|
| 282 | 282 | } |
| 283 | 283 | public function getLabel() |
| 284 | 284 | { |
| 285 | - return $this->label; |
|
| 285 | + return $this->label; |
|
| 286 | 286 | } |
| 287 | 287 | public function setValue($value) |
| 288 | 288 | { |
| 289 | - $this->value = $value; |
|
| 289 | + $this->value = $value; |
|
| 290 | 290 | } |
| 291 | 291 | public function getValue() |
| 292 | 292 | { |
| 293 | - return $this->value; |
|
| 293 | + return $this->value; |
|
| 294 | 294 | } |
| 295 | 295 | } |
@@ -60,7 +60,7 @@ |
||
| 60 | 60 | 'path' => 'updateaggregatedstats', |
| 61 | 61 | 'httpMethod' => 'POST', |
| 62 | 62 | 'parameters' => array(), |
| 63 | - ),'updatestats' => array( |
|
| 63 | + ), 'updatestats' => array( |
|
| 64 | 64 | 'path' => 'updatestats', |
| 65 | 65 | 'httpMethod' => 'POST', |
| 66 | 66 | 'parameters' => array(), |
@@ -257,7 +257,7 @@ discard block |
||
| 257 | 257 | * |
| 258 | 258 | * @param string $project The project id. The value can be the numeric project |
| 259 | 259 | * ID or string-based project name. |
| 260 | - * @param Google_MetricDescriptor $postBody |
|
| 260 | + * @param Google_Service_CloudMonitoring_MetricDescriptor $postBody |
|
| 261 | 261 | * @param array $optParams Optional parameters. |
| 262 | 262 | * @return Google_Service_CloudMonitoring_MetricDescriptor |
| 263 | 263 | */ |
@@ -392,7 +392,7 @@ discard block |
||
| 392 | 392 | * |
| 393 | 393 | * @param string $project The project ID. The value can be the numeric project |
| 394 | 394 | * ID or string-based project name. |
| 395 | - * @param Google_WriteTimeseriesRequest $postBody |
|
| 395 | + * @param Google_Service_CloudMonitoring_WriteTimeseriesRequest $postBody |
|
| 396 | 396 | * @param array $optParams Optional parameters. |
| 397 | 397 | * @return Google_Service_CloudMonitoring_WriteTimeseriesResponse |
| 398 | 398 | */ |
@@ -32,7 +32,7 @@ discard block |
||
| 32 | 32 | { |
| 33 | 33 | /** View and write monitoring data for all of your Google and third-party Cloud and API projects. */ |
| 34 | 34 | const MONITORING = |
| 35 | - "https://www.googleapis.com/auth/monitoring"; |
|
| 35 | + "https://www.googleapis.com/auth/monitoring"; |
|
| 36 | 36 | |
| 37 | 37 | public $metricDescriptors; |
| 38 | 38 | public $timeseries; |
@@ -46,197 +46,197 @@ discard block |
||
| 46 | 46 | */ |
| 47 | 47 | public function __construct(Google_Client $client) |
| 48 | 48 | { |
| 49 | - parent::__construct($client); |
|
| 50 | - $this->rootUrl = 'https://www.googleapis.com/'; |
|
| 51 | - $this->servicePath = 'cloudmonitoring/v2beta2/projects/'; |
|
| 52 | - $this->version = 'v2beta2'; |
|
| 53 | - $this->serviceName = 'cloudmonitoring'; |
|
| 54 | - |
|
| 55 | - $this->metricDescriptors = new Google_Service_CloudMonitoring_MetricDescriptors_Resource( |
|
| 56 | - $this, |
|
| 57 | - $this->serviceName, |
|
| 58 | - 'metricDescriptors', |
|
| 59 | - array( |
|
| 60 | - 'methods' => array( |
|
| 61 | - 'create' => array( |
|
| 62 | - 'path' => '{project}/metricDescriptors', |
|
| 63 | - 'httpMethod' => 'POST', |
|
| 64 | - 'parameters' => array( |
|
| 65 | - 'project' => array( |
|
| 66 | - 'location' => 'path', |
|
| 67 | - 'type' => 'string', |
|
| 68 | - 'required' => true, |
|
| 69 | - ), |
|
| 70 | - ), |
|
| 71 | - ),'delete' => array( |
|
| 72 | - 'path' => '{project}/metricDescriptors/{metric}', |
|
| 73 | - 'httpMethod' => 'DELETE', |
|
| 74 | - 'parameters' => array( |
|
| 75 | - 'project' => array( |
|
| 76 | - 'location' => 'path', |
|
| 77 | - 'type' => 'string', |
|
| 78 | - 'required' => true, |
|
| 79 | - ), |
|
| 80 | - 'metric' => array( |
|
| 81 | - 'location' => 'path', |
|
| 82 | - 'type' => 'string', |
|
| 83 | - 'required' => true, |
|
| 84 | - ), |
|
| 85 | - ), |
|
| 86 | - ),'list' => array( |
|
| 87 | - 'path' => '{project}/metricDescriptors', |
|
| 88 | - 'httpMethod' => 'GET', |
|
| 89 | - 'parameters' => array( |
|
| 90 | - 'project' => array( |
|
| 91 | - 'location' => 'path', |
|
| 92 | - 'type' => 'string', |
|
| 93 | - 'required' => true, |
|
| 94 | - ), |
|
| 95 | - 'count' => array( |
|
| 96 | - 'location' => 'query', |
|
| 97 | - 'type' => 'integer', |
|
| 98 | - ), |
|
| 99 | - 'pageToken' => array( |
|
| 100 | - 'location' => 'query', |
|
| 101 | - 'type' => 'string', |
|
| 102 | - ), |
|
| 103 | - 'query' => array( |
|
| 104 | - 'location' => 'query', |
|
| 105 | - 'type' => 'string', |
|
| 106 | - ), |
|
| 107 | - ), |
|
| 108 | - ), |
|
| 109 | - ) |
|
| 110 | - ) |
|
| 111 | - ); |
|
| 112 | - $this->timeseries = new Google_Service_CloudMonitoring_Timeseries_Resource( |
|
| 113 | - $this, |
|
| 114 | - $this->serviceName, |
|
| 115 | - 'timeseries', |
|
| 116 | - array( |
|
| 117 | - 'methods' => array( |
|
| 118 | - 'list' => array( |
|
| 119 | - 'path' => '{project}/timeseries/{metric}', |
|
| 120 | - 'httpMethod' => 'GET', |
|
| 121 | - 'parameters' => array( |
|
| 122 | - 'project' => array( |
|
| 123 | - 'location' => 'path', |
|
| 124 | - 'type' => 'string', |
|
| 125 | - 'required' => true, |
|
| 126 | - ), |
|
| 127 | - 'metric' => array( |
|
| 128 | - 'location' => 'path', |
|
| 129 | - 'type' => 'string', |
|
| 130 | - 'required' => true, |
|
| 131 | - ), |
|
| 132 | - 'youngest' => array( |
|
| 133 | - 'location' => 'query', |
|
| 134 | - 'type' => 'string', |
|
| 135 | - 'required' => true, |
|
| 136 | - ), |
|
| 137 | - 'count' => array( |
|
| 138 | - 'location' => 'query', |
|
| 139 | - 'type' => 'integer', |
|
| 140 | - ), |
|
| 141 | - 'timespan' => array( |
|
| 142 | - 'location' => 'query', |
|
| 143 | - 'type' => 'string', |
|
| 144 | - ), |
|
| 145 | - 'aggregator' => array( |
|
| 146 | - 'location' => 'query', |
|
| 147 | - 'type' => 'string', |
|
| 148 | - ), |
|
| 149 | - 'labels' => array( |
|
| 150 | - 'location' => 'query', |
|
| 151 | - 'type' => 'string', |
|
| 152 | - 'repeated' => true, |
|
| 153 | - ), |
|
| 154 | - 'pageToken' => array( |
|
| 155 | - 'location' => 'query', |
|
| 156 | - 'type' => 'string', |
|
| 157 | - ), |
|
| 158 | - 'window' => array( |
|
| 159 | - 'location' => 'query', |
|
| 160 | - 'type' => 'string', |
|
| 161 | - ), |
|
| 162 | - 'oldest' => array( |
|
| 163 | - 'location' => 'query', |
|
| 164 | - 'type' => 'string', |
|
| 165 | - ), |
|
| 166 | - ), |
|
| 167 | - ),'write' => array( |
|
| 168 | - 'path' => '{project}/timeseries:write', |
|
| 169 | - 'httpMethod' => 'POST', |
|
| 170 | - 'parameters' => array( |
|
| 171 | - 'project' => array( |
|
| 172 | - 'location' => 'path', |
|
| 173 | - 'type' => 'string', |
|
| 174 | - 'required' => true, |
|
| 175 | - ), |
|
| 176 | - ), |
|
| 177 | - ), |
|
| 178 | - ) |
|
| 179 | - ) |
|
| 180 | - ); |
|
| 181 | - $this->timeseriesDescriptors = new Google_Service_CloudMonitoring_TimeseriesDescriptors_Resource( |
|
| 182 | - $this, |
|
| 183 | - $this->serviceName, |
|
| 184 | - 'timeseriesDescriptors', |
|
| 185 | - array( |
|
| 186 | - 'methods' => array( |
|
| 187 | - 'list' => array( |
|
| 188 | - 'path' => '{project}/timeseriesDescriptors/{metric}', |
|
| 189 | - 'httpMethod' => 'GET', |
|
| 190 | - 'parameters' => array( |
|
| 191 | - 'project' => array( |
|
| 192 | - 'location' => 'path', |
|
| 193 | - 'type' => 'string', |
|
| 194 | - 'required' => true, |
|
| 195 | - ), |
|
| 196 | - 'metric' => array( |
|
| 197 | - 'location' => 'path', |
|
| 198 | - 'type' => 'string', |
|
| 199 | - 'required' => true, |
|
| 200 | - ), |
|
| 201 | - 'youngest' => array( |
|
| 202 | - 'location' => 'query', |
|
| 203 | - 'type' => 'string', |
|
| 204 | - 'required' => true, |
|
| 205 | - ), |
|
| 206 | - 'count' => array( |
|
| 207 | - 'location' => 'query', |
|
| 208 | - 'type' => 'integer', |
|
| 209 | - ), |
|
| 210 | - 'timespan' => array( |
|
| 211 | - 'location' => 'query', |
|
| 212 | - 'type' => 'string', |
|
| 213 | - ), |
|
| 214 | - 'aggregator' => array( |
|
| 215 | - 'location' => 'query', |
|
| 216 | - 'type' => 'string', |
|
| 217 | - ), |
|
| 218 | - 'labels' => array( |
|
| 219 | - 'location' => 'query', |
|
| 220 | - 'type' => 'string', |
|
| 221 | - 'repeated' => true, |
|
| 222 | - ), |
|
| 223 | - 'pageToken' => array( |
|
| 224 | - 'location' => 'query', |
|
| 225 | - 'type' => 'string', |
|
| 226 | - ), |
|
| 227 | - 'window' => array( |
|
| 228 | - 'location' => 'query', |
|
| 229 | - 'type' => 'string', |
|
| 230 | - ), |
|
| 231 | - 'oldest' => array( |
|
| 232 | - 'location' => 'query', |
|
| 233 | - 'type' => 'string', |
|
| 234 | - ), |
|
| 235 | - ), |
|
| 236 | - ), |
|
| 237 | - ) |
|
| 238 | - ) |
|
| 239 | - ); |
|
| 49 | + parent::__construct($client); |
|
| 50 | + $this->rootUrl = 'https://www.googleapis.com/'; |
|
| 51 | + $this->servicePath = 'cloudmonitoring/v2beta2/projects/'; |
|
| 52 | + $this->version = 'v2beta2'; |
|
| 53 | + $this->serviceName = 'cloudmonitoring'; |
|
| 54 | + |
|
| 55 | + $this->metricDescriptors = new Google_Service_CloudMonitoring_MetricDescriptors_Resource( |
|
| 56 | + $this, |
|
| 57 | + $this->serviceName, |
|
| 58 | + 'metricDescriptors', |
|
| 59 | + array( |
|
| 60 | + 'methods' => array( |
|
| 61 | + 'create' => array( |
|
| 62 | + 'path' => '{project}/metricDescriptors', |
|
| 63 | + 'httpMethod' => 'POST', |
|
| 64 | + 'parameters' => array( |
|
| 65 | + 'project' => array( |
|
| 66 | + 'location' => 'path', |
|
| 67 | + 'type' => 'string', |
|
| 68 | + 'required' => true, |
|
| 69 | + ), |
|
| 70 | + ), |
|
| 71 | + ),'delete' => array( |
|
| 72 | + 'path' => '{project}/metricDescriptors/{metric}', |
|
| 73 | + 'httpMethod' => 'DELETE', |
|
| 74 | + 'parameters' => array( |
|
| 75 | + 'project' => array( |
|
| 76 | + 'location' => 'path', |
|
| 77 | + 'type' => 'string', |
|
| 78 | + 'required' => true, |
|
| 79 | + ), |
|
| 80 | + 'metric' => array( |
|
| 81 | + 'location' => 'path', |
|
| 82 | + 'type' => 'string', |
|
| 83 | + 'required' => true, |
|
| 84 | + ), |
|
| 85 | + ), |
|
| 86 | + ),'list' => array( |
|
| 87 | + 'path' => '{project}/metricDescriptors', |
|
| 88 | + 'httpMethod' => 'GET', |
|
| 89 | + 'parameters' => array( |
|
| 90 | + 'project' => array( |
|
| 91 | + 'location' => 'path', |
|
| 92 | + 'type' => 'string', |
|
| 93 | + 'required' => true, |
|
| 94 | + ), |
|
| 95 | + 'count' => array( |
|
| 96 | + 'location' => 'query', |
|
| 97 | + 'type' => 'integer', |
|
| 98 | + ), |
|
| 99 | + 'pageToken' => array( |
|
| 100 | + 'location' => 'query', |
|
| 101 | + 'type' => 'string', |
|
| 102 | + ), |
|
| 103 | + 'query' => array( |
|
| 104 | + 'location' => 'query', |
|
| 105 | + 'type' => 'string', |
|
| 106 | + ), |
|
| 107 | + ), |
|
| 108 | + ), |
|
| 109 | + ) |
|
| 110 | + ) |
|
| 111 | + ); |
|
| 112 | + $this->timeseries = new Google_Service_CloudMonitoring_Timeseries_Resource( |
|
| 113 | + $this, |
|
| 114 | + $this->serviceName, |
|
| 115 | + 'timeseries', |
|
| 116 | + array( |
|
| 117 | + 'methods' => array( |
|
| 118 | + 'list' => array( |
|
| 119 | + 'path' => '{project}/timeseries/{metric}', |
|
| 120 | + 'httpMethod' => 'GET', |
|
| 121 | + 'parameters' => array( |
|
| 122 | + 'project' => array( |
|
| 123 | + 'location' => 'path', |
|
| 124 | + 'type' => 'string', |
|
| 125 | + 'required' => true, |
|
| 126 | + ), |
|
| 127 | + 'metric' => array( |
|
| 128 | + 'location' => 'path', |
|
| 129 | + 'type' => 'string', |
|
| 130 | + 'required' => true, |
|
| 131 | + ), |
|
| 132 | + 'youngest' => array( |
|
| 133 | + 'location' => 'query', |
|
| 134 | + 'type' => 'string', |
|
| 135 | + 'required' => true, |
|
| 136 | + ), |
|
| 137 | + 'count' => array( |
|
| 138 | + 'location' => 'query', |
|
| 139 | + 'type' => 'integer', |
|
| 140 | + ), |
|
| 141 | + 'timespan' => array( |
|
| 142 | + 'location' => 'query', |
|
| 143 | + 'type' => 'string', |
|
| 144 | + ), |
|
| 145 | + 'aggregator' => array( |
|
| 146 | + 'location' => 'query', |
|
| 147 | + 'type' => 'string', |
|
| 148 | + ), |
|
| 149 | + 'labels' => array( |
|
| 150 | + 'location' => 'query', |
|
| 151 | + 'type' => 'string', |
|
| 152 | + 'repeated' => true, |
|
| 153 | + ), |
|
| 154 | + 'pageToken' => array( |
|
| 155 | + 'location' => 'query', |
|
| 156 | + 'type' => 'string', |
|
| 157 | + ), |
|
| 158 | + 'window' => array( |
|
| 159 | + 'location' => 'query', |
|
| 160 | + 'type' => 'string', |
|
| 161 | + ), |
|
| 162 | + 'oldest' => array( |
|
| 163 | + 'location' => 'query', |
|
| 164 | + 'type' => 'string', |
|
| 165 | + ), |
|
| 166 | + ), |
|
| 167 | + ),'write' => array( |
|
| 168 | + 'path' => '{project}/timeseries:write', |
|
| 169 | + 'httpMethod' => 'POST', |
|
| 170 | + 'parameters' => array( |
|
| 171 | + 'project' => array( |
|
| 172 | + 'location' => 'path', |
|
| 173 | + 'type' => 'string', |
|
| 174 | + 'required' => true, |
|
| 175 | + ), |
|
| 176 | + ), |
|
| 177 | + ), |
|
| 178 | + ) |
|
| 179 | + ) |
|
| 180 | + ); |
|
| 181 | + $this->timeseriesDescriptors = new Google_Service_CloudMonitoring_TimeseriesDescriptors_Resource( |
|
| 182 | + $this, |
|
| 183 | + $this->serviceName, |
|
| 184 | + 'timeseriesDescriptors', |
|
| 185 | + array( |
|
| 186 | + 'methods' => array( |
|
| 187 | + 'list' => array( |
|
| 188 | + 'path' => '{project}/timeseriesDescriptors/{metric}', |
|
| 189 | + 'httpMethod' => 'GET', |
|
| 190 | + 'parameters' => array( |
|
| 191 | + 'project' => array( |
|
| 192 | + 'location' => 'path', |
|
| 193 | + 'type' => 'string', |
|
| 194 | + 'required' => true, |
|
| 195 | + ), |
|
| 196 | + 'metric' => array( |
|
| 197 | + 'location' => 'path', |
|
| 198 | + 'type' => 'string', |
|
| 199 | + 'required' => true, |
|
| 200 | + ), |
|
| 201 | + 'youngest' => array( |
|
| 202 | + 'location' => 'query', |
|
| 203 | + 'type' => 'string', |
|
| 204 | + 'required' => true, |
|
| 205 | + ), |
|
| 206 | + 'count' => array( |
|
| 207 | + 'location' => 'query', |
|
| 208 | + 'type' => 'integer', |
|
| 209 | + ), |
|
| 210 | + 'timespan' => array( |
|
| 211 | + 'location' => 'query', |
|
| 212 | + 'type' => 'string', |
|
| 213 | + ), |
|
| 214 | + 'aggregator' => array( |
|
| 215 | + 'location' => 'query', |
|
| 216 | + 'type' => 'string', |
|
| 217 | + ), |
|
| 218 | + 'labels' => array( |
|
| 219 | + 'location' => 'query', |
|
| 220 | + 'type' => 'string', |
|
| 221 | + 'repeated' => true, |
|
| 222 | + ), |
|
| 223 | + 'pageToken' => array( |
|
| 224 | + 'location' => 'query', |
|
| 225 | + 'type' => 'string', |
|
| 226 | + ), |
|
| 227 | + 'window' => array( |
|
| 228 | + 'location' => 'query', |
|
| 229 | + 'type' => 'string', |
|
| 230 | + ), |
|
| 231 | + 'oldest' => array( |
|
| 232 | + 'location' => 'query', |
|
| 233 | + 'type' => 'string', |
|
| 234 | + ), |
|
| 235 | + ), |
|
| 236 | + ), |
|
| 237 | + ) |
|
| 238 | + ) |
|
| 239 | + ); |
|
| 240 | 240 | } |
| 241 | 241 | } |
| 242 | 242 | |
@@ -263,9 +263,9 @@ discard block |
||
| 263 | 263 | */ |
| 264 | 264 | public function create($project, Google_Service_CloudMonitoring_MetricDescriptor $postBody, $optParams = array()) |
| 265 | 265 | { |
| 266 | - $params = array('project' => $project, 'postBody' => $postBody); |
|
| 267 | - $params = array_merge($params, $optParams); |
|
| 268 | - return $this->call('create', array($params), "Google_Service_CloudMonitoring_MetricDescriptor"); |
|
| 266 | + $params = array('project' => $project, 'postBody' => $postBody); |
|
| 267 | + $params = array_merge($params, $optParams); |
|
| 268 | + return $this->call('create', array($params), "Google_Service_CloudMonitoring_MetricDescriptor"); |
|
| 269 | 269 | } |
| 270 | 270 | |
| 271 | 271 | /** |
@@ -278,9 +278,9 @@ discard block |
||
| 278 | 278 | */ |
| 279 | 279 | public function delete($project, $metric, $optParams = array()) |
| 280 | 280 | { |
| 281 | - $params = array('project' => $project, 'metric' => $metric); |
|
| 282 | - $params = array_merge($params, $optParams); |
|
| 283 | - return $this->call('delete', array($params), "Google_Service_CloudMonitoring_DeleteMetricDescriptorResponse"); |
|
| 281 | + $params = array('project' => $project, 'metric' => $metric); |
|
| 282 | + $params = array_merge($params, $optParams); |
|
| 283 | + return $this->call('delete', array($params), "Google_Service_CloudMonitoring_DeleteMetricDescriptorResponse"); |
|
| 284 | 284 | } |
| 285 | 285 | |
| 286 | 286 | /** |
@@ -308,9 +308,9 @@ discard block |
||
| 308 | 308 | */ |
| 309 | 309 | public function listMetricDescriptors($project, $optParams = array()) |
| 310 | 310 | { |
| 311 | - $params = array('project' => $project); |
|
| 312 | - $params = array_merge($params, $optParams); |
|
| 313 | - return $this->call('list', array($params), "Google_Service_CloudMonitoring_ListMetricDescriptorsResponse"); |
|
| 311 | + $params = array('project' => $project); |
|
| 312 | + $params = array_merge($params, $optParams); |
|
| 313 | + return $this->call('list', array($params), "Google_Service_CloudMonitoring_ListMetricDescriptorsResponse"); |
|
| 314 | 314 | } |
| 315 | 315 | } |
| 316 | 316 | |
@@ -376,9 +376,9 @@ discard block |
||
| 376 | 376 | */ |
| 377 | 377 | public function listTimeseries($project, $metric, $youngest, $optParams = array()) |
| 378 | 378 | { |
| 379 | - $params = array('project' => $project, 'metric' => $metric, 'youngest' => $youngest); |
|
| 380 | - $params = array_merge($params, $optParams); |
|
| 381 | - return $this->call('list', array($params), "Google_Service_CloudMonitoring_ListTimeseriesResponse"); |
|
| 379 | + $params = array('project' => $project, 'metric' => $metric, 'youngest' => $youngest); |
|
| 380 | + $params = array_merge($params, $optParams); |
|
| 381 | + return $this->call('list', array($params), "Google_Service_CloudMonitoring_ListTimeseriesResponse"); |
|
| 382 | 382 | } |
| 383 | 383 | |
| 384 | 384 | /** |
@@ -398,9 +398,9 @@ discard block |
||
| 398 | 398 | */ |
| 399 | 399 | public function write($project, Google_Service_CloudMonitoring_WriteTimeseriesRequest $postBody, $optParams = array()) |
| 400 | 400 | { |
| 401 | - $params = array('project' => $project, 'postBody' => $postBody); |
|
| 402 | - $params = array_merge($params, $optParams); |
|
| 403 | - return $this->call('write', array($params), "Google_Service_CloudMonitoring_WriteTimeseriesResponse"); |
|
| 401 | + $params = array('project' => $project, 'postBody' => $postBody); |
|
| 402 | + $params = array_merge($params, $optParams); |
|
| 403 | + return $this->call('write', array($params), "Google_Service_CloudMonitoring_WriteTimeseriesResponse"); |
|
| 404 | 404 | } |
| 405 | 405 | } |
| 406 | 406 | |
@@ -466,9 +466,9 @@ discard block |
||
| 466 | 466 | */ |
| 467 | 467 | public function listTimeseriesDescriptors($project, $metric, $youngest, $optParams = array()) |
| 468 | 468 | { |
| 469 | - $params = array('project' => $project, 'metric' => $metric, 'youngest' => $youngest); |
|
| 470 | - $params = array_merge($params, $optParams); |
|
| 471 | - return $this->call('list', array($params), "Google_Service_CloudMonitoring_ListTimeseriesDescriptorsResponse"); |
|
| 469 | + $params = array('project' => $project, 'metric' => $metric, 'youngest' => $youngest); |
|
| 470 | + $params = array_merge($params, $optParams); |
|
| 471 | + return $this->call('list', array($params), "Google_Service_CloudMonitoring_ListTimeseriesDescriptorsResponse"); |
|
| 472 | 472 | } |
| 473 | 473 | } |
| 474 | 474 | |
@@ -484,11 +484,11 @@ discard block |
||
| 484 | 484 | |
| 485 | 485 | public function setKind($kind) |
| 486 | 486 | { |
| 487 | - $this->kind = $kind; |
|
| 487 | + $this->kind = $kind; |
|
| 488 | 488 | } |
| 489 | 489 | public function getKind() |
| 490 | 490 | { |
| 491 | - return $this->kind; |
|
| 491 | + return $this->kind; |
|
| 492 | 492 | } |
| 493 | 493 | } |
| 494 | 494 | |
@@ -501,11 +501,11 @@ discard block |
||
| 501 | 501 | |
| 502 | 502 | public function setKind($kind) |
| 503 | 503 | { |
| 504 | - $this->kind = $kind; |
|
| 504 | + $this->kind = $kind; |
|
| 505 | 505 | } |
| 506 | 506 | public function getKind() |
| 507 | 507 | { |
| 508 | - return $this->kind; |
|
| 508 | + return $this->kind; |
|
| 509 | 509 | } |
| 510 | 510 | } |
| 511 | 511 | |
@@ -522,27 +522,27 @@ discard block |
||
| 522 | 522 | |
| 523 | 523 | public function setKind($kind) |
| 524 | 524 | { |
| 525 | - $this->kind = $kind; |
|
| 525 | + $this->kind = $kind; |
|
| 526 | 526 | } |
| 527 | 527 | public function getKind() |
| 528 | 528 | { |
| 529 | - return $this->kind; |
|
| 529 | + return $this->kind; |
|
| 530 | 530 | } |
| 531 | 531 | public function setMetrics($metrics) |
| 532 | 532 | { |
| 533 | - $this->metrics = $metrics; |
|
| 533 | + $this->metrics = $metrics; |
|
| 534 | 534 | } |
| 535 | 535 | public function getMetrics() |
| 536 | 536 | { |
| 537 | - return $this->metrics; |
|
| 537 | + return $this->metrics; |
|
| 538 | 538 | } |
| 539 | 539 | public function setNextPageToken($nextPageToken) |
| 540 | 540 | { |
| 541 | - $this->nextPageToken = $nextPageToken; |
|
| 541 | + $this->nextPageToken = $nextPageToken; |
|
| 542 | 542 | } |
| 543 | 543 | public function getNextPageToken() |
| 544 | 544 | { |
| 545 | - return $this->nextPageToken; |
|
| 545 | + return $this->nextPageToken; |
|
| 546 | 546 | } |
| 547 | 547 | } |
| 548 | 548 | |
@@ -555,11 +555,11 @@ discard block |
||
| 555 | 555 | |
| 556 | 556 | public function setKind($kind) |
| 557 | 557 | { |
| 558 | - $this->kind = $kind; |
|
| 558 | + $this->kind = $kind; |
|
| 559 | 559 | } |
| 560 | 560 | public function getKind() |
| 561 | 561 | { |
| 562 | - return $this->kind; |
|
| 562 | + return $this->kind; |
|
| 563 | 563 | } |
| 564 | 564 | } |
| 565 | 565 | |
@@ -578,43 +578,43 @@ discard block |
||
| 578 | 578 | |
| 579 | 579 | public function setKind($kind) |
| 580 | 580 | { |
| 581 | - $this->kind = $kind; |
|
| 581 | + $this->kind = $kind; |
|
| 582 | 582 | } |
| 583 | 583 | public function getKind() |
| 584 | 584 | { |
| 585 | - return $this->kind; |
|
| 585 | + return $this->kind; |
|
| 586 | 586 | } |
| 587 | 587 | public function setNextPageToken($nextPageToken) |
| 588 | 588 | { |
| 589 | - $this->nextPageToken = $nextPageToken; |
|
| 589 | + $this->nextPageToken = $nextPageToken; |
|
| 590 | 590 | } |
| 591 | 591 | public function getNextPageToken() |
| 592 | 592 | { |
| 593 | - return $this->nextPageToken; |
|
| 593 | + return $this->nextPageToken; |
|
| 594 | 594 | } |
| 595 | 595 | public function setOldest($oldest) |
| 596 | 596 | { |
| 597 | - $this->oldest = $oldest; |
|
| 597 | + $this->oldest = $oldest; |
|
| 598 | 598 | } |
| 599 | 599 | public function getOldest() |
| 600 | 600 | { |
| 601 | - return $this->oldest; |
|
| 601 | + return $this->oldest; |
|
| 602 | 602 | } |
| 603 | 603 | public function setTimeseries($timeseries) |
| 604 | 604 | { |
| 605 | - $this->timeseries = $timeseries; |
|
| 605 | + $this->timeseries = $timeseries; |
|
| 606 | 606 | } |
| 607 | 607 | public function getTimeseries() |
| 608 | 608 | { |
| 609 | - return $this->timeseries; |
|
| 609 | + return $this->timeseries; |
|
| 610 | 610 | } |
| 611 | 611 | public function setYoungest($youngest) |
| 612 | 612 | { |
| 613 | - $this->youngest = $youngest; |
|
| 613 | + $this->youngest = $youngest; |
|
| 614 | 614 | } |
| 615 | 615 | public function getYoungest() |
| 616 | 616 | { |
| 617 | - return $this->youngest; |
|
| 617 | + return $this->youngest; |
|
| 618 | 618 | } |
| 619 | 619 | } |
| 620 | 620 | |
@@ -627,11 +627,11 @@ discard block |
||
| 627 | 627 | |
| 628 | 628 | public function setKind($kind) |
| 629 | 629 | { |
| 630 | - $this->kind = $kind; |
|
| 630 | + $this->kind = $kind; |
|
| 631 | 631 | } |
| 632 | 632 | public function getKind() |
| 633 | 633 | { |
| 634 | - return $this->kind; |
|
| 634 | + return $this->kind; |
|
| 635 | 635 | } |
| 636 | 636 | } |
| 637 | 637 | |
@@ -650,43 +650,43 @@ discard block |
||
| 650 | 650 | |
| 651 | 651 | public function setKind($kind) |
| 652 | 652 | { |
| 653 | - $this->kind = $kind; |
|
| 653 | + $this->kind = $kind; |
|
| 654 | 654 | } |
| 655 | 655 | public function getKind() |
| 656 | 656 | { |
| 657 | - return $this->kind; |
|
| 657 | + return $this->kind; |
|
| 658 | 658 | } |
| 659 | 659 | public function setNextPageToken($nextPageToken) |
| 660 | 660 | { |
| 661 | - $this->nextPageToken = $nextPageToken; |
|
| 661 | + $this->nextPageToken = $nextPageToken; |
|
| 662 | 662 | } |
| 663 | 663 | public function getNextPageToken() |
| 664 | 664 | { |
| 665 | - return $this->nextPageToken; |
|
| 665 | + return $this->nextPageToken; |
|
| 666 | 666 | } |
| 667 | 667 | public function setOldest($oldest) |
| 668 | 668 | { |
| 669 | - $this->oldest = $oldest; |
|
| 669 | + $this->oldest = $oldest; |
|
| 670 | 670 | } |
| 671 | 671 | public function getOldest() |
| 672 | 672 | { |
| 673 | - return $this->oldest; |
|
| 673 | + return $this->oldest; |
|
| 674 | 674 | } |
| 675 | 675 | public function setTimeseries($timeseries) |
| 676 | 676 | { |
| 677 | - $this->timeseries = $timeseries; |
|
| 677 | + $this->timeseries = $timeseries; |
|
| 678 | 678 | } |
| 679 | 679 | public function getTimeseries() |
| 680 | 680 | { |
| 681 | - return $this->timeseries; |
|
| 681 | + return $this->timeseries; |
|
| 682 | 682 | } |
| 683 | 683 | public function setYoungest($youngest) |
| 684 | 684 | { |
| 685 | - $this->youngest = $youngest; |
|
| 685 | + $this->youngest = $youngest; |
|
| 686 | 686 | } |
| 687 | 687 | public function getYoungest() |
| 688 | 688 | { |
| 689 | - return $this->youngest; |
|
| 689 | + return $this->youngest; |
|
| 690 | 690 | } |
| 691 | 691 | } |
| 692 | 692 | |
@@ -706,43 +706,43 @@ discard block |
||
| 706 | 706 | |
| 707 | 707 | public function setDescription($description) |
| 708 | 708 | { |
| 709 | - $this->description = $description; |
|
| 709 | + $this->description = $description; |
|
| 710 | 710 | } |
| 711 | 711 | public function getDescription() |
| 712 | 712 | { |
| 713 | - return $this->description; |
|
| 713 | + return $this->description; |
|
| 714 | 714 | } |
| 715 | 715 | public function setLabels($labels) |
| 716 | 716 | { |
| 717 | - $this->labels = $labels; |
|
| 717 | + $this->labels = $labels; |
|
| 718 | 718 | } |
| 719 | 719 | public function getLabels() |
| 720 | 720 | { |
| 721 | - return $this->labels; |
|
| 721 | + return $this->labels; |
|
| 722 | 722 | } |
| 723 | 723 | public function setName($name) |
| 724 | 724 | { |
| 725 | - $this->name = $name; |
|
| 725 | + $this->name = $name; |
|
| 726 | 726 | } |
| 727 | 727 | public function getName() |
| 728 | 728 | { |
| 729 | - return $this->name; |
|
| 729 | + return $this->name; |
|
| 730 | 730 | } |
| 731 | 731 | public function setProject($project) |
| 732 | 732 | { |
| 733 | - $this->project = $project; |
|
| 733 | + $this->project = $project; |
|
| 734 | 734 | } |
| 735 | 735 | public function getProject() |
| 736 | 736 | { |
| 737 | - return $this->project; |
|
| 737 | + return $this->project; |
|
| 738 | 738 | } |
| 739 | 739 | public function setTypeDescriptor(Google_Service_CloudMonitoring_MetricDescriptorTypeDescriptor $typeDescriptor) |
| 740 | 740 | { |
| 741 | - $this->typeDescriptor = $typeDescriptor; |
|
| 741 | + $this->typeDescriptor = $typeDescriptor; |
|
| 742 | 742 | } |
| 743 | 743 | public function getTypeDescriptor() |
| 744 | 744 | { |
| 745 | - return $this->typeDescriptor; |
|
| 745 | + return $this->typeDescriptor; |
|
| 746 | 746 | } |
| 747 | 747 | } |
| 748 | 748 | |
@@ -756,19 +756,19 @@ discard block |
||
| 756 | 756 | |
| 757 | 757 | public function setDescription($description) |
| 758 | 758 | { |
| 759 | - $this->description = $description; |
|
| 759 | + $this->description = $description; |
|
| 760 | 760 | } |
| 761 | 761 | public function getDescription() |
| 762 | 762 | { |
| 763 | - return $this->description; |
|
| 763 | + return $this->description; |
|
| 764 | 764 | } |
| 765 | 765 | public function setKey($key) |
| 766 | 766 | { |
| 767 | - $this->key = $key; |
|
| 767 | + $this->key = $key; |
|
| 768 | 768 | } |
| 769 | 769 | public function getKey() |
| 770 | 770 | { |
| 771 | - return $this->key; |
|
| 771 | + return $this->key; |
|
| 772 | 772 | } |
| 773 | 773 | } |
| 774 | 774 | |
@@ -782,19 +782,19 @@ discard block |
||
| 782 | 782 | |
| 783 | 783 | public function setMetricType($metricType) |
| 784 | 784 | { |
| 785 | - $this->metricType = $metricType; |
|
| 785 | + $this->metricType = $metricType; |
|
| 786 | 786 | } |
| 787 | 787 | public function getMetricType() |
| 788 | 788 | { |
| 789 | - return $this->metricType; |
|
| 789 | + return $this->metricType; |
|
| 790 | 790 | } |
| 791 | 791 | public function setValueType($valueType) |
| 792 | 792 | { |
| 793 | - $this->valueType = $valueType; |
|
| 793 | + $this->valueType = $valueType; |
|
| 794 | 794 | } |
| 795 | 795 | public function getValueType() |
| 796 | 796 | { |
| 797 | - return $this->valueType; |
|
| 797 | + return $this->valueType; |
|
| 798 | 798 | } |
| 799 | 799 | } |
| 800 | 800 | |
@@ -814,59 +814,59 @@ discard block |
||
| 814 | 814 | |
| 815 | 815 | public function setBoolValue($boolValue) |
| 816 | 816 | { |
| 817 | - $this->boolValue = $boolValue; |
|
| 817 | + $this->boolValue = $boolValue; |
|
| 818 | 818 | } |
| 819 | 819 | public function getBoolValue() |
| 820 | 820 | { |
| 821 | - return $this->boolValue; |
|
| 821 | + return $this->boolValue; |
|
| 822 | 822 | } |
| 823 | 823 | public function setDistributionValue(Google_Service_CloudMonitoring_PointDistribution $distributionValue) |
| 824 | 824 | { |
| 825 | - $this->distributionValue = $distributionValue; |
|
| 825 | + $this->distributionValue = $distributionValue; |
|
| 826 | 826 | } |
| 827 | 827 | public function getDistributionValue() |
| 828 | 828 | { |
| 829 | - return $this->distributionValue; |
|
| 829 | + return $this->distributionValue; |
|
| 830 | 830 | } |
| 831 | 831 | public function setDoubleValue($doubleValue) |
| 832 | 832 | { |
| 833 | - $this->doubleValue = $doubleValue; |
|
| 833 | + $this->doubleValue = $doubleValue; |
|
| 834 | 834 | } |
| 835 | 835 | public function getDoubleValue() |
| 836 | 836 | { |
| 837 | - return $this->doubleValue; |
|
| 837 | + return $this->doubleValue; |
|
| 838 | 838 | } |
| 839 | 839 | public function setEnd($end) |
| 840 | 840 | { |
| 841 | - $this->end = $end; |
|
| 841 | + $this->end = $end; |
|
| 842 | 842 | } |
| 843 | 843 | public function getEnd() |
| 844 | 844 | { |
| 845 | - return $this->end; |
|
| 845 | + return $this->end; |
|
| 846 | 846 | } |
| 847 | 847 | public function setInt64Value($int64Value) |
| 848 | 848 | { |
| 849 | - $this->int64Value = $int64Value; |
|
| 849 | + $this->int64Value = $int64Value; |
|
| 850 | 850 | } |
| 851 | 851 | public function getInt64Value() |
| 852 | 852 | { |
| 853 | - return $this->int64Value; |
|
| 853 | + return $this->int64Value; |
|
| 854 | 854 | } |
| 855 | 855 | public function setStart($start) |
| 856 | 856 | { |
| 857 | - $this->start = $start; |
|
| 857 | + $this->start = $start; |
|
| 858 | 858 | } |
| 859 | 859 | public function getStart() |
| 860 | 860 | { |
| 861 | - return $this->start; |
|
| 861 | + return $this->start; |
|
| 862 | 862 | } |
| 863 | 863 | public function setStringValue($stringValue) |
| 864 | 864 | { |
| 865 | - $this->stringValue = $stringValue; |
|
| 865 | + $this->stringValue = $stringValue; |
|
| 866 | 866 | } |
| 867 | 867 | public function getStringValue() |
| 868 | 868 | { |
| 869 | - return $this->stringValue; |
|
| 869 | + return $this->stringValue; |
|
| 870 | 870 | } |
| 871 | 871 | } |
| 872 | 872 | |
@@ -885,27 +885,27 @@ discard block |
||
| 885 | 885 | |
| 886 | 886 | public function setBuckets($buckets) |
| 887 | 887 | { |
| 888 | - $this->buckets = $buckets; |
|
| 888 | + $this->buckets = $buckets; |
|
| 889 | 889 | } |
| 890 | 890 | public function getBuckets() |
| 891 | 891 | { |
| 892 | - return $this->buckets; |
|
| 892 | + return $this->buckets; |
|
| 893 | 893 | } |
| 894 | 894 | public function setOverflowBucket(Google_Service_CloudMonitoring_PointDistributionOverflowBucket $overflowBucket) |
| 895 | 895 | { |
| 896 | - $this->overflowBucket = $overflowBucket; |
|
| 896 | + $this->overflowBucket = $overflowBucket; |
|
| 897 | 897 | } |
| 898 | 898 | public function getOverflowBucket() |
| 899 | 899 | { |
| 900 | - return $this->overflowBucket; |
|
| 900 | + return $this->overflowBucket; |
|
| 901 | 901 | } |
| 902 | 902 | public function setUnderflowBucket(Google_Service_CloudMonitoring_PointDistributionUnderflowBucket $underflowBucket) |
| 903 | 903 | { |
| 904 | - $this->underflowBucket = $underflowBucket; |
|
| 904 | + $this->underflowBucket = $underflowBucket; |
|
| 905 | 905 | } |
| 906 | 906 | public function getUnderflowBucket() |
| 907 | 907 | { |
| 908 | - return $this->underflowBucket; |
|
| 908 | + return $this->underflowBucket; |
|
| 909 | 909 | } |
| 910 | 910 | } |
| 911 | 911 | |
@@ -920,27 +920,27 @@ discard block |
||
| 920 | 920 | |
| 921 | 921 | public function setCount($count) |
| 922 | 922 | { |
| 923 | - $this->count = $count; |
|
| 923 | + $this->count = $count; |
|
| 924 | 924 | } |
| 925 | 925 | public function getCount() |
| 926 | 926 | { |
| 927 | - return $this->count; |
|
| 927 | + return $this->count; |
|
| 928 | 928 | } |
| 929 | 929 | public function setLowerBound($lowerBound) |
| 930 | 930 | { |
| 931 | - $this->lowerBound = $lowerBound; |
|
| 931 | + $this->lowerBound = $lowerBound; |
|
| 932 | 932 | } |
| 933 | 933 | public function getLowerBound() |
| 934 | 934 | { |
| 935 | - return $this->lowerBound; |
|
| 935 | + return $this->lowerBound; |
|
| 936 | 936 | } |
| 937 | 937 | public function setUpperBound($upperBound) |
| 938 | 938 | { |
| 939 | - $this->upperBound = $upperBound; |
|
| 939 | + $this->upperBound = $upperBound; |
|
| 940 | 940 | } |
| 941 | 941 | public function getUpperBound() |
| 942 | 942 | { |
| 943 | - return $this->upperBound; |
|
| 943 | + return $this->upperBound; |
|
| 944 | 944 | } |
| 945 | 945 | } |
| 946 | 946 | |
@@ -954,19 +954,19 @@ discard block |
||
| 954 | 954 | |
| 955 | 955 | public function setCount($count) |
| 956 | 956 | { |
| 957 | - $this->count = $count; |
|
| 957 | + $this->count = $count; |
|
| 958 | 958 | } |
| 959 | 959 | public function getCount() |
| 960 | 960 | { |
| 961 | - return $this->count; |
|
| 961 | + return $this->count; |
|
| 962 | 962 | } |
| 963 | 963 | public function setLowerBound($lowerBound) |
| 964 | 964 | { |
| 965 | - $this->lowerBound = $lowerBound; |
|
| 965 | + $this->lowerBound = $lowerBound; |
|
| 966 | 966 | } |
| 967 | 967 | public function getLowerBound() |
| 968 | 968 | { |
| 969 | - return $this->lowerBound; |
|
| 969 | + return $this->lowerBound; |
|
| 970 | 970 | } |
| 971 | 971 | } |
| 972 | 972 | |
@@ -980,19 +980,19 @@ discard block |
||
| 980 | 980 | |
| 981 | 981 | public function setCount($count) |
| 982 | 982 | { |
| 983 | - $this->count = $count; |
|
| 983 | + $this->count = $count; |
|
| 984 | 984 | } |
| 985 | 985 | public function getCount() |
| 986 | 986 | { |
| 987 | - return $this->count; |
|
| 987 | + return $this->count; |
|
| 988 | 988 | } |
| 989 | 989 | public function setUpperBound($upperBound) |
| 990 | 990 | { |
| 991 | - $this->upperBound = $upperBound; |
|
| 991 | + $this->upperBound = $upperBound; |
|
| 992 | 992 | } |
| 993 | 993 | public function getUpperBound() |
| 994 | 994 | { |
| 995 | - return $this->upperBound; |
|
| 995 | + return $this->upperBound; |
|
| 996 | 996 | } |
| 997 | 997 | } |
| 998 | 998 | |
@@ -1009,19 +1009,19 @@ discard block |
||
| 1009 | 1009 | |
| 1010 | 1010 | public function setPoints($points) |
| 1011 | 1011 | { |
| 1012 | - $this->points = $points; |
|
| 1012 | + $this->points = $points; |
|
| 1013 | 1013 | } |
| 1014 | 1014 | public function getPoints() |
| 1015 | 1015 | { |
| 1016 | - return $this->points; |
|
| 1016 | + return $this->points; |
|
| 1017 | 1017 | } |
| 1018 | 1018 | public function setTimeseriesDesc(Google_Service_CloudMonitoring_TimeseriesDescriptor $timeseriesDesc) |
| 1019 | 1019 | { |
| 1020 | - $this->timeseriesDesc = $timeseriesDesc; |
|
| 1020 | + $this->timeseriesDesc = $timeseriesDesc; |
|
| 1021 | 1021 | } |
| 1022 | 1022 | public function getTimeseriesDesc() |
| 1023 | 1023 | { |
| 1024 | - return $this->timeseriesDesc; |
|
| 1024 | + return $this->timeseriesDesc; |
|
| 1025 | 1025 | } |
| 1026 | 1026 | } |
| 1027 | 1027 | |
@@ -1036,27 +1036,27 @@ discard block |
||
| 1036 | 1036 | |
| 1037 | 1037 | public function setLabels($labels) |
| 1038 | 1038 | { |
| 1039 | - $this->labels = $labels; |
|
| 1039 | + $this->labels = $labels; |
|
| 1040 | 1040 | } |
| 1041 | 1041 | public function getLabels() |
| 1042 | 1042 | { |
| 1043 | - return $this->labels; |
|
| 1043 | + return $this->labels; |
|
| 1044 | 1044 | } |
| 1045 | 1045 | public function setMetric($metric) |
| 1046 | 1046 | { |
| 1047 | - $this->metric = $metric; |
|
| 1047 | + $this->metric = $metric; |
|
| 1048 | 1048 | } |
| 1049 | 1049 | public function getMetric() |
| 1050 | 1050 | { |
| 1051 | - return $this->metric; |
|
| 1051 | + return $this->metric; |
|
| 1052 | 1052 | } |
| 1053 | 1053 | public function setProject($project) |
| 1054 | 1054 | { |
| 1055 | - $this->project = $project; |
|
| 1055 | + $this->project = $project; |
|
| 1056 | 1056 | } |
| 1057 | 1057 | public function getProject() |
| 1058 | 1058 | { |
| 1059 | - return $this->project; |
|
| 1059 | + return $this->project; |
|
| 1060 | 1060 | } |
| 1061 | 1061 | } |
| 1062 | 1062 | |
@@ -1070,19 +1070,19 @@ discard block |
||
| 1070 | 1070 | |
| 1071 | 1071 | public function setKey($key) |
| 1072 | 1072 | { |
| 1073 | - $this->key = $key; |
|
| 1073 | + $this->key = $key; |
|
| 1074 | 1074 | } |
| 1075 | 1075 | public function getKey() |
| 1076 | 1076 | { |
| 1077 | - return $this->key; |
|
| 1077 | + return $this->key; |
|
| 1078 | 1078 | } |
| 1079 | 1079 | public function setValue($value) |
| 1080 | 1080 | { |
| 1081 | - $this->value = $value; |
|
| 1081 | + $this->value = $value; |
|
| 1082 | 1082 | } |
| 1083 | 1083 | public function getValue() |
| 1084 | 1084 | { |
| 1085 | - return $this->value; |
|
| 1085 | + return $this->value; |
|
| 1086 | 1086 | } |
| 1087 | 1087 | } |
| 1088 | 1088 | |
@@ -1102,19 +1102,19 @@ discard block |
||
| 1102 | 1102 | |
| 1103 | 1103 | public function setPoint(Google_Service_CloudMonitoring_Point $point) |
| 1104 | 1104 | { |
| 1105 | - $this->point = $point; |
|
| 1105 | + $this->point = $point; |
|
| 1106 | 1106 | } |
| 1107 | 1107 | public function getPoint() |
| 1108 | 1108 | { |
| 1109 | - return $this->point; |
|
| 1109 | + return $this->point; |
|
| 1110 | 1110 | } |
| 1111 | 1111 | public function setTimeseriesDesc(Google_Service_CloudMonitoring_TimeseriesDescriptor $timeseriesDesc) |
| 1112 | 1112 | { |
| 1113 | - $this->timeseriesDesc = $timeseriesDesc; |
|
| 1113 | + $this->timeseriesDesc = $timeseriesDesc; |
|
| 1114 | 1114 | } |
| 1115 | 1115 | public function getTimeseriesDesc() |
| 1116 | 1116 | { |
| 1117 | - return $this->timeseriesDesc; |
|
| 1117 | + return $this->timeseriesDesc; |
|
| 1118 | 1118 | } |
| 1119 | 1119 | } |
| 1120 | 1120 | |
@@ -1130,19 +1130,19 @@ discard block |
||
| 1130 | 1130 | |
| 1131 | 1131 | public function setCommonLabels($commonLabels) |
| 1132 | 1132 | { |
| 1133 | - $this->commonLabels = $commonLabels; |
|
| 1133 | + $this->commonLabels = $commonLabels; |
|
| 1134 | 1134 | } |
| 1135 | 1135 | public function getCommonLabels() |
| 1136 | 1136 | { |
| 1137 | - return $this->commonLabels; |
|
| 1137 | + return $this->commonLabels; |
|
| 1138 | 1138 | } |
| 1139 | 1139 | public function setTimeseries($timeseries) |
| 1140 | 1140 | { |
| 1141 | - $this->timeseries = $timeseries; |
|
| 1141 | + $this->timeseries = $timeseries; |
|
| 1142 | 1142 | } |
| 1143 | 1143 | public function getTimeseries() |
| 1144 | 1144 | { |
| 1145 | - return $this->timeseries; |
|
| 1145 | + return $this->timeseries; |
|
| 1146 | 1146 | } |
| 1147 | 1147 | } |
| 1148 | 1148 | |
@@ -1159,10 +1159,10 @@ discard block |
||
| 1159 | 1159 | |
| 1160 | 1160 | public function setKind($kind) |
| 1161 | 1161 | { |
| 1162 | - $this->kind = $kind; |
|
| 1162 | + $this->kind = $kind; |
|
| 1163 | 1163 | } |
| 1164 | 1164 | public function getKind() |
| 1165 | 1165 | { |
| 1166 | - return $this->kind; |
|
| 1166 | + return $this->kind; |
|
| 1167 | 1167 | } |
| 1168 | 1168 | } |
@@ -68,7 +68,7 @@ discard block |
||
| 68 | 68 | 'required' => true, |
| 69 | 69 | ), |
| 70 | 70 | ), |
| 71 | - ),'delete' => array( |
|
| 71 | + ), 'delete' => array( |
|
| 72 | 72 | 'path' => '{project}/metricDescriptors/{metric}', |
| 73 | 73 | 'httpMethod' => 'DELETE', |
| 74 | 74 | 'parameters' => array( |
@@ -83,7 +83,7 @@ discard block |
||
| 83 | 83 | 'required' => true, |
| 84 | 84 | ), |
| 85 | 85 | ), |
| 86 | - ),'list' => array( |
|
| 86 | + ), 'list' => array( |
|
| 87 | 87 | 'path' => '{project}/metricDescriptors', |
| 88 | 88 | 'httpMethod' => 'GET', |
| 89 | 89 | 'parameters' => array( |
@@ -164,7 +164,7 @@ discard block |
||
| 164 | 164 | 'type' => 'string', |
| 165 | 165 | ), |
| 166 | 166 | ), |
| 167 | - ),'write' => array( |
|
| 167 | + ), 'write' => array( |
|
| 168 | 168 | 'path' => '{project}/timeseries:write', |
| 169 | 169 | 'httpMethod' => 'POST', |
| 170 | 170 | 'parameters' => array( |
@@ -146,7 +146,7 @@ discard block |
||
| 146 | 146 | * or update the project. Several APIs are activated automatically for the |
| 147 | 147 | * project, including Google Cloud Storage. (projects.create) |
| 148 | 148 | * |
| 149 | - * @param Google_Project $postBody |
|
| 149 | + * @param Google_Service_Cloudresourcemanager_Project $postBody |
|
| 150 | 150 | * @param array $optParams Optional parameters. |
| 151 | 151 | * @return Google_Service_Cloudresourcemanager_Project |
| 152 | 152 | */ |
@@ -274,7 +274,7 @@ discard block |
||
| 274 | 274 | * |
| 275 | 275 | * @param string $projectId The project ID (for example, `my-project-123`). |
| 276 | 276 | * Required. |
| 277 | - * @param Google_Project $postBody |
|
| 277 | + * @param Google_Service_Cloudresourcemanager_Project $postBody |
|
| 278 | 278 | * @param array $optParams Optional parameters. |
| 279 | 279 | * @return Google_Service_Cloudresourcemanager_Project |
| 280 | 280 | */ |
@@ -36,7 +36,7 @@ discard block |
||
| 36 | 36 | { |
| 37 | 37 | /** View and manage your data across Google Cloud Platform services. */ |
| 38 | 38 | const CLOUD_PLATFORM = |
| 39 | - "https://www.googleapis.com/auth/cloud-platform"; |
|
| 39 | + "https://www.googleapis.com/auth/cloud-platform"; |
|
| 40 | 40 | |
| 41 | 41 | public $projects; |
| 42 | 42 | |
@@ -48,83 +48,83 @@ discard block |
||
| 48 | 48 | */ |
| 49 | 49 | public function __construct(Google_Client $client) |
| 50 | 50 | { |
| 51 | - parent::__construct($client); |
|
| 52 | - $this->rootUrl = 'https://cloudresourcemanager.googleapis.com/'; |
|
| 53 | - $this->servicePath = ''; |
|
| 54 | - $this->version = 'v1beta1'; |
|
| 55 | - $this->serviceName = 'cloudresourcemanager'; |
|
| 51 | + parent::__construct($client); |
|
| 52 | + $this->rootUrl = 'https://cloudresourcemanager.googleapis.com/'; |
|
| 53 | + $this->servicePath = ''; |
|
| 54 | + $this->version = 'v1beta1'; |
|
| 55 | + $this->serviceName = 'cloudresourcemanager'; |
|
| 56 | 56 | |
| 57 | - $this->projects = new Google_Service_Cloudresourcemanager_Projects_Resource( |
|
| 58 | - $this, |
|
| 59 | - $this->serviceName, |
|
| 60 | - 'projects', |
|
| 61 | - array( |
|
| 62 | - 'methods' => array( |
|
| 63 | - 'create' => array( |
|
| 64 | - 'path' => 'v1beta1/projects', |
|
| 65 | - 'httpMethod' => 'POST', |
|
| 66 | - 'parameters' => array(), |
|
| 67 | - ),'delete' => array( |
|
| 68 | - 'path' => 'v1beta1/projects/{projectId}', |
|
| 69 | - 'httpMethod' => 'DELETE', |
|
| 70 | - 'parameters' => array( |
|
| 71 | - 'projectId' => array( |
|
| 72 | - 'location' => 'path', |
|
| 73 | - 'type' => 'string', |
|
| 74 | - 'required' => true, |
|
| 75 | - ), |
|
| 76 | - ), |
|
| 77 | - ),'get' => array( |
|
| 78 | - 'path' => 'v1beta1/projects/{projectId}', |
|
| 79 | - 'httpMethod' => 'GET', |
|
| 80 | - 'parameters' => array( |
|
| 81 | - 'projectId' => array( |
|
| 82 | - 'location' => 'path', |
|
| 83 | - 'type' => 'string', |
|
| 84 | - 'required' => true, |
|
| 85 | - ), |
|
| 86 | - ), |
|
| 87 | - ),'list' => array( |
|
| 88 | - 'path' => 'v1beta1/projects', |
|
| 89 | - 'httpMethod' => 'GET', |
|
| 90 | - 'parameters' => array( |
|
| 91 | - 'filter' => array( |
|
| 92 | - 'location' => 'query', |
|
| 93 | - 'type' => 'string', |
|
| 94 | - ), |
|
| 95 | - 'pageToken' => array( |
|
| 96 | - 'location' => 'query', |
|
| 97 | - 'type' => 'string', |
|
| 98 | - ), |
|
| 99 | - 'pageSize' => array( |
|
| 100 | - 'location' => 'query', |
|
| 101 | - 'type' => 'integer', |
|
| 102 | - ), |
|
| 103 | - ), |
|
| 104 | - ),'undelete' => array( |
|
| 105 | - 'path' => 'v1beta1/projects/{projectId}:undelete', |
|
| 106 | - 'httpMethod' => 'POST', |
|
| 107 | - 'parameters' => array( |
|
| 108 | - 'projectId' => array( |
|
| 109 | - 'location' => 'path', |
|
| 110 | - 'type' => 'string', |
|
| 111 | - 'required' => true, |
|
| 112 | - ), |
|
| 113 | - ), |
|
| 114 | - ),'update' => array( |
|
| 115 | - 'path' => 'v1beta1/projects/{projectId}', |
|
| 116 | - 'httpMethod' => 'PUT', |
|
| 117 | - 'parameters' => array( |
|
| 118 | - 'projectId' => array( |
|
| 119 | - 'location' => 'path', |
|
| 120 | - 'type' => 'string', |
|
| 121 | - 'required' => true, |
|
| 122 | - ), |
|
| 123 | - ), |
|
| 124 | - ), |
|
| 125 | - ) |
|
| 126 | - ) |
|
| 127 | - ); |
|
| 57 | + $this->projects = new Google_Service_Cloudresourcemanager_Projects_Resource( |
|
| 58 | + $this, |
|
| 59 | + $this->serviceName, |
|
| 60 | + 'projects', |
|
| 61 | + array( |
|
| 62 | + 'methods' => array( |
|
| 63 | + 'create' => array( |
|
| 64 | + 'path' => 'v1beta1/projects', |
|
| 65 | + 'httpMethod' => 'POST', |
|
| 66 | + 'parameters' => array(), |
|
| 67 | + ),'delete' => array( |
|
| 68 | + 'path' => 'v1beta1/projects/{projectId}', |
|
| 69 | + 'httpMethod' => 'DELETE', |
|
| 70 | + 'parameters' => array( |
|
| 71 | + 'projectId' => array( |
|
| 72 | + 'location' => 'path', |
|
| 73 | + 'type' => 'string', |
|
| 74 | + 'required' => true, |
|
| 75 | + ), |
|
| 76 | + ), |
|
| 77 | + ),'get' => array( |
|
| 78 | + 'path' => 'v1beta1/projects/{projectId}', |
|
| 79 | + 'httpMethod' => 'GET', |
|
| 80 | + 'parameters' => array( |
|
| 81 | + 'projectId' => array( |
|
| 82 | + 'location' => 'path', |
|
| 83 | + 'type' => 'string', |
|
| 84 | + 'required' => true, |
|
| 85 | + ), |
|
| 86 | + ), |
|
| 87 | + ),'list' => array( |
|
| 88 | + 'path' => 'v1beta1/projects', |
|
| 89 | + 'httpMethod' => 'GET', |
|
| 90 | + 'parameters' => array( |
|
| 91 | + 'filter' => array( |
|
| 92 | + 'location' => 'query', |
|
| 93 | + 'type' => 'string', |
|
| 94 | + ), |
|
| 95 | + 'pageToken' => array( |
|
| 96 | + 'location' => 'query', |
|
| 97 | + 'type' => 'string', |
|
| 98 | + ), |
|
| 99 | + 'pageSize' => array( |
|
| 100 | + 'location' => 'query', |
|
| 101 | + 'type' => 'integer', |
|
| 102 | + ), |
|
| 103 | + ), |
|
| 104 | + ),'undelete' => array( |
|
| 105 | + 'path' => 'v1beta1/projects/{projectId}:undelete', |
|
| 106 | + 'httpMethod' => 'POST', |
|
| 107 | + 'parameters' => array( |
|
| 108 | + 'projectId' => array( |
|
| 109 | + 'location' => 'path', |
|
| 110 | + 'type' => 'string', |
|
| 111 | + 'required' => true, |
|
| 112 | + ), |
|
| 113 | + ), |
|
| 114 | + ),'update' => array( |
|
| 115 | + 'path' => 'v1beta1/projects/{projectId}', |
|
| 116 | + 'httpMethod' => 'PUT', |
|
| 117 | + 'parameters' => array( |
|
| 118 | + 'projectId' => array( |
|
| 119 | + 'location' => 'path', |
|
| 120 | + 'type' => 'string', |
|
| 121 | + 'required' => true, |
|
| 122 | + ), |
|
| 123 | + ), |
|
| 124 | + ), |
|
| 125 | + ) |
|
| 126 | + ) |
|
| 127 | + ); |
|
| 128 | 128 | } |
| 129 | 129 | } |
| 130 | 130 | |
@@ -152,9 +152,9 @@ discard block |
||
| 152 | 152 | */ |
| 153 | 153 | public function create(Google_Service_Cloudresourcemanager_Project $postBody, $optParams = array()) |
| 154 | 154 | { |
| 155 | - $params = array('postBody' => $postBody); |
|
| 156 | - $params = array_merge($params, $optParams); |
|
| 157 | - return $this->call('create', array($params), "Google_Service_Cloudresourcemanager_Project"); |
|
| 155 | + $params = array('postBody' => $postBody); |
|
| 156 | + $params = array_merge($params, $optParams); |
|
| 157 | + return $this->call('create', array($params), "Google_Service_Cloudresourcemanager_Project"); |
|
| 158 | 158 | } |
| 159 | 159 | |
| 160 | 160 | /** |
@@ -190,9 +190,9 @@ discard block |
||
| 190 | 190 | */ |
| 191 | 191 | public function delete($projectId, $optParams = array()) |
| 192 | 192 | { |
| 193 | - $params = array('projectId' => $projectId); |
|
| 194 | - $params = array_merge($params, $optParams); |
|
| 195 | - return $this->call('delete', array($params), "Google_Service_Cloudresourcemanager_Empty"); |
|
| 193 | + $params = array('projectId' => $projectId); |
|
| 194 | + $params = array_merge($params, $optParams); |
|
| 195 | + return $this->call('delete', array($params), "Google_Service_Cloudresourcemanager_Empty"); |
|
| 196 | 196 | } |
| 197 | 197 | |
| 198 | 198 | /** |
@@ -207,9 +207,9 @@ discard block |
||
| 207 | 207 | */ |
| 208 | 208 | public function get($projectId, $optParams = array()) |
| 209 | 209 | { |
| 210 | - $params = array('projectId' => $projectId); |
|
| 211 | - $params = array_merge($params, $optParams); |
|
| 212 | - return $this->call('get', array($params), "Google_Service_Cloudresourcemanager_Project"); |
|
| 210 | + $params = array('projectId' => $projectId); |
|
| 211 | + $params = array_merge($params, $optParams); |
|
| 212 | + return $this->call('get', array($params), "Google_Service_Cloudresourcemanager_Project"); |
|
| 213 | 213 | } |
| 214 | 214 | |
| 215 | 215 | /** |
@@ -239,9 +239,9 @@ discard block |
||
| 239 | 239 | */ |
| 240 | 240 | public function listProjects($optParams = array()) |
| 241 | 241 | { |
| 242 | - $params = array(); |
|
| 243 | - $params = array_merge($params, $optParams); |
|
| 244 | - return $this->call('list', array($params), "Google_Service_Cloudresourcemanager_ListProjectsResponse"); |
|
| 242 | + $params = array(); |
|
| 243 | + $params = array_merge($params, $optParams); |
|
| 244 | + return $this->call('list', array($params), "Google_Service_Cloudresourcemanager_ListProjectsResponse"); |
|
| 245 | 245 | } |
| 246 | 246 | |
| 247 | 247 | /** |
@@ -262,9 +262,9 @@ discard block |
||
| 262 | 262 | */ |
| 263 | 263 | public function undelete($projectId, $optParams = array()) |
| 264 | 264 | { |
| 265 | - $params = array('projectId' => $projectId); |
|
| 266 | - $params = array_merge($params, $optParams); |
|
| 267 | - return $this->call('undelete', array($params), "Google_Service_Cloudresourcemanager_Empty"); |
|
| 265 | + $params = array('projectId' => $projectId); |
|
| 266 | + $params = array_merge($params, $optParams); |
|
| 267 | + return $this->call('undelete', array($params), "Google_Service_Cloudresourcemanager_Empty"); |
|
| 268 | 268 | } |
| 269 | 269 | |
| 270 | 270 | /** |
@@ -280,9 +280,9 @@ discard block |
||
| 280 | 280 | */ |
| 281 | 281 | public function update($projectId, Google_Service_Cloudresourcemanager_Project $postBody, $optParams = array()) |
| 282 | 282 | { |
| 283 | - $params = array('projectId' => $projectId, 'postBody' => $postBody); |
|
| 284 | - $params = array_merge($params, $optParams); |
|
| 285 | - return $this->call('update', array($params), "Google_Service_Cloudresourcemanager_Project"); |
|
| 283 | + $params = array('projectId' => $projectId, 'postBody' => $postBody); |
|
| 284 | + $params = array_merge($params, $optParams); |
|
| 285 | + return $this->call('update', array($params), "Google_Service_Cloudresourcemanager_Project"); |
|
| 286 | 286 | } |
| 287 | 287 | } |
| 288 | 288 | |
@@ -305,19 +305,19 @@ discard block |
||
| 305 | 305 | |
| 306 | 306 | public function setNextPageToken($nextPageToken) |
| 307 | 307 | { |
| 308 | - $this->nextPageToken = $nextPageToken; |
|
| 308 | + $this->nextPageToken = $nextPageToken; |
|
| 309 | 309 | } |
| 310 | 310 | public function getNextPageToken() |
| 311 | 311 | { |
| 312 | - return $this->nextPageToken; |
|
| 312 | + return $this->nextPageToken; |
|
| 313 | 313 | } |
| 314 | 314 | public function setProjects($projects) |
| 315 | 315 | { |
| 316 | - $this->projects = $projects; |
|
| 316 | + $this->projects = $projects; |
|
| 317 | 317 | } |
| 318 | 318 | public function getProjects() |
| 319 | 319 | { |
| 320 | - return $this->projects; |
|
| 320 | + return $this->projects; |
|
| 321 | 321 | } |
| 322 | 322 | } |
| 323 | 323 | |
@@ -335,51 +335,51 @@ discard block |
||
| 335 | 335 | |
| 336 | 336 | public function setCreateTime($createTime) |
| 337 | 337 | { |
| 338 | - $this->createTime = $createTime; |
|
| 338 | + $this->createTime = $createTime; |
|
| 339 | 339 | } |
| 340 | 340 | public function getCreateTime() |
| 341 | 341 | { |
| 342 | - return $this->createTime; |
|
| 342 | + return $this->createTime; |
|
| 343 | 343 | } |
| 344 | 344 | public function setLabels($labels) |
| 345 | 345 | { |
| 346 | - $this->labels = $labels; |
|
| 346 | + $this->labels = $labels; |
|
| 347 | 347 | } |
| 348 | 348 | public function getLabels() |
| 349 | 349 | { |
| 350 | - return $this->labels; |
|
| 350 | + return $this->labels; |
|
| 351 | 351 | } |
| 352 | 352 | public function setLifecycleState($lifecycleState) |
| 353 | 353 | { |
| 354 | - $this->lifecycleState = $lifecycleState; |
|
| 354 | + $this->lifecycleState = $lifecycleState; |
|
| 355 | 355 | } |
| 356 | 356 | public function getLifecycleState() |
| 357 | 357 | { |
| 358 | - return $this->lifecycleState; |
|
| 358 | + return $this->lifecycleState; |
|
| 359 | 359 | } |
| 360 | 360 | public function setName($name) |
| 361 | 361 | { |
| 362 | - $this->name = $name; |
|
| 362 | + $this->name = $name; |
|
| 363 | 363 | } |
| 364 | 364 | public function getName() |
| 365 | 365 | { |
| 366 | - return $this->name; |
|
| 366 | + return $this->name; |
|
| 367 | 367 | } |
| 368 | 368 | public function setProjectId($projectId) |
| 369 | 369 | { |
| 370 | - $this->projectId = $projectId; |
|
| 370 | + $this->projectId = $projectId; |
|
| 371 | 371 | } |
| 372 | 372 | public function getProjectId() |
| 373 | 373 | { |
| 374 | - return $this->projectId; |
|
| 374 | + return $this->projectId; |
|
| 375 | 375 | } |
| 376 | 376 | public function setProjectNumber($projectNumber) |
| 377 | 377 | { |
| 378 | - $this->projectNumber = $projectNumber; |
|
| 378 | + $this->projectNumber = $projectNumber; |
|
| 379 | 379 | } |
| 380 | 380 | public function getProjectNumber() |
| 381 | 381 | { |
| 382 | - return $this->projectNumber; |
|
| 382 | + return $this->projectNumber; |
|
| 383 | 383 | } |
| 384 | 384 | } |
| 385 | 385 | |
@@ -64,7 +64,7 @@ discard block |
||
| 64 | 64 | 'path' => 'v1beta1/projects', |
| 65 | 65 | 'httpMethod' => 'POST', |
| 66 | 66 | 'parameters' => array(), |
| 67 | - ),'delete' => array( |
|
| 67 | + ), 'delete' => array( |
|
| 68 | 68 | 'path' => 'v1beta1/projects/{projectId}', |
| 69 | 69 | 'httpMethod' => 'DELETE', |
| 70 | 70 | 'parameters' => array( |
@@ -74,7 +74,7 @@ discard block |
||
| 74 | 74 | 'required' => true, |
| 75 | 75 | ), |
| 76 | 76 | ), |
| 77 | - ),'get' => array( |
|
| 77 | + ), 'get' => array( |
|
| 78 | 78 | 'path' => 'v1beta1/projects/{projectId}', |
| 79 | 79 | 'httpMethod' => 'GET', |
| 80 | 80 | 'parameters' => array( |
@@ -84,7 +84,7 @@ discard block |
||
| 84 | 84 | 'required' => true, |
| 85 | 85 | ), |
| 86 | 86 | ), |
| 87 | - ),'list' => array( |
|
| 87 | + ), 'list' => array( |
|
| 88 | 88 | 'path' => 'v1beta1/projects', |
| 89 | 89 | 'httpMethod' => 'GET', |
| 90 | 90 | 'parameters' => array( |
@@ -101,7 +101,7 @@ discard block |
||
| 101 | 101 | 'type' => 'integer', |
| 102 | 102 | ), |
| 103 | 103 | ), |
| 104 | - ),'undelete' => array( |
|
| 104 | + ), 'undelete' => array( |
|
| 105 | 105 | 'path' => 'v1beta1/projects/{projectId}:undelete', |
| 106 | 106 | 'httpMethod' => 'POST', |
| 107 | 107 | 'parameters' => array( |
@@ -111,7 +111,7 @@ discard block |
||
| 111 | 111 | 'required' => true, |
| 112 | 112 | ), |
| 113 | 113 | ), |
| 114 | - ),'update' => array( |
|
| 114 | + ), 'update' => array( |
|
| 115 | 115 | 'path' => 'v1beta1/projects/{projectId}', |
| 116 | 116 | 'httpMethod' => 'PUT', |
| 117 | 117 | 'parameters' => array( |
@@ -529,7 +529,7 @@ discard block |
||
| 529 | 529 | * |
| 530 | 530 | * @param string $project Project ID for this request. |
| 531 | 531 | * @param string $groupName Name of the group for this request. |
| 532 | - * @param Google_GroupsAddMemberRequest $postBody |
|
| 532 | + * @param Google_Service_CloudUserAccounts_GroupsAddMemberRequest $postBody |
|
| 533 | 533 | * @param array $optParams Optional parameters. |
| 534 | 534 | * @return Google_Service_CloudUserAccounts_Operation |
| 535 | 535 | */ |
@@ -575,7 +575,7 @@ discard block |
||
| 575 | 575 | * the request. (groups.insert) |
| 576 | 576 | * |
| 577 | 577 | * @param string $project Project ID for this request. |
| 578 | - * @param Google_Group $postBody |
|
| 578 | + * @param Google_Service_CloudUserAccounts_Group $postBody |
|
| 579 | 579 | * @param array $optParams Optional parameters. |
| 580 | 580 | * @return Google_Service_CloudUserAccounts_Operation |
| 581 | 581 | */ |
@@ -636,7 +636,7 @@ discard block |
||
| 636 | 636 | * |
| 637 | 637 | * @param string $project Project ID for this request. |
| 638 | 638 | * @param string $groupName Name of the group for this request. |
| 639 | - * @param Google_GroupsRemoveMemberRequest $postBody |
|
| 639 | + * @param Google_Service_CloudUserAccounts_GroupsRemoveMemberRequest $postBody |
|
| 640 | 640 | * @param array $optParams Optional parameters. |
| 641 | 641 | * @return Google_Service_CloudUserAccounts_Operation |
| 642 | 642 | */ |
@@ -747,7 +747,7 @@ discard block |
||
| 747 | 747 | * |
| 748 | 748 | * @param string $project Project ID for this request. |
| 749 | 749 | * @param string $user Name of the user for this request. |
| 750 | - * @param Google_PublicKey $postBody |
|
| 750 | + * @param Google_Service_CloudUserAccounts_PublicKey $postBody |
|
| 751 | 751 | * @param array $optParams Optional parameters. |
| 752 | 752 | * @return Google_Service_CloudUserAccounts_Operation |
| 753 | 753 | */ |
@@ -793,7 +793,7 @@ discard block |
||
| 793 | 793 | * the request. (users.insert) |
| 794 | 794 | * |
| 795 | 795 | * @param string $project Project ID for this request. |
| 796 | - * @param Google_User $postBody |
|
| 796 | + * @param Google_Service_CloudUserAccounts_User $postBody |
|
| 797 | 797 | * @param array $optParams Optional parameters. |
| 798 | 798 | * @return Google_Service_CloudUserAccounts_Operation |
| 799 | 799 | */ |
@@ -32,19 +32,19 @@ discard block |
||
| 32 | 32 | { |
| 33 | 33 | /** View and manage your data across Google Cloud Platform services. */ |
| 34 | 34 | const CLOUD_PLATFORM = |
| 35 | - "https://www.googleapis.com/auth/cloud-platform"; |
|
| 35 | + "https://www.googleapis.com/auth/cloud-platform"; |
|
| 36 | 36 | /** Manage your Google Cloud User Accounts. */ |
| 37 | 37 | const CLOUD_USERACCOUNTS = |
| 38 | - "https://www.googleapis.com/auth/cloud.useraccounts"; |
|
| 38 | + "https://www.googleapis.com/auth/cloud.useraccounts"; |
|
| 39 | 39 | /** View your Google Cloud User Accounts. */ |
| 40 | 40 | const CLOUD_USERACCOUNTS_READONLY = |
| 41 | - "https://www.googleapis.com/auth/cloud.useraccounts.readonly"; |
|
| 41 | + "https://www.googleapis.com/auth/cloud.useraccounts.readonly"; |
|
| 42 | 42 | /** Manage your Google Compute Accounts. */ |
| 43 | 43 | const COMPUTEACCOUNTS = |
| 44 | - "https://www.googleapis.com/auth/computeaccounts"; |
|
| 44 | + "https://www.googleapis.com/auth/computeaccounts"; |
|
| 45 | 45 | /** View your Google Compute Accounts. */ |
| 46 | 46 | const COMPUTEACCOUNTS_READONLY = |
| 47 | - "https://www.googleapis.com/auth/computeaccounts.readonly"; |
|
| 47 | + "https://www.googleapis.com/auth/computeaccounts.readonly"; |
|
| 48 | 48 | |
| 49 | 49 | public $globalAccountsOperations; |
| 50 | 50 | public $groups; |
@@ -59,370 +59,370 @@ discard block |
||
| 59 | 59 | */ |
| 60 | 60 | public function __construct(Google_Client $client) |
| 61 | 61 | { |
| 62 | - parent::__construct($client); |
|
| 63 | - $this->rootUrl = 'https://www.googleapis.com/'; |
|
| 64 | - $this->servicePath = 'clouduseraccounts/vm_alpha/projects/'; |
|
| 65 | - $this->version = 'vm_alpha'; |
|
| 66 | - $this->serviceName = 'clouduseraccounts'; |
|
| 67 | - |
|
| 68 | - $this->globalAccountsOperations = new Google_Service_CloudUserAccounts_GlobalAccountsOperations_Resource( |
|
| 69 | - $this, |
|
| 70 | - $this->serviceName, |
|
| 71 | - 'globalAccountsOperations', |
|
| 72 | - array( |
|
| 73 | - 'methods' => array( |
|
| 74 | - 'delete' => array( |
|
| 75 | - 'path' => '{project}/global/operations/{operation}', |
|
| 76 | - 'httpMethod' => 'DELETE', |
|
| 77 | - 'parameters' => array( |
|
| 78 | - 'project' => array( |
|
| 79 | - 'location' => 'path', |
|
| 80 | - 'type' => 'string', |
|
| 81 | - 'required' => true, |
|
| 82 | - ), |
|
| 83 | - 'operation' => array( |
|
| 84 | - 'location' => 'path', |
|
| 85 | - 'type' => 'string', |
|
| 86 | - 'required' => true, |
|
| 87 | - ), |
|
| 88 | - ), |
|
| 89 | - ),'get' => array( |
|
| 90 | - 'path' => '{project}/global/operations/{operation}', |
|
| 91 | - 'httpMethod' => 'GET', |
|
| 92 | - 'parameters' => array( |
|
| 93 | - 'project' => array( |
|
| 94 | - 'location' => 'path', |
|
| 95 | - 'type' => 'string', |
|
| 96 | - 'required' => true, |
|
| 97 | - ), |
|
| 98 | - 'operation' => array( |
|
| 99 | - 'location' => 'path', |
|
| 100 | - 'type' => 'string', |
|
| 101 | - 'required' => true, |
|
| 102 | - ), |
|
| 103 | - ), |
|
| 104 | - ),'list' => array( |
|
| 105 | - 'path' => '{project}/global/operations', |
|
| 106 | - 'httpMethod' => 'GET', |
|
| 107 | - 'parameters' => array( |
|
| 108 | - 'project' => array( |
|
| 109 | - 'location' => 'path', |
|
| 110 | - 'type' => 'string', |
|
| 111 | - 'required' => true, |
|
| 112 | - ), |
|
| 113 | - 'filter' => array( |
|
| 114 | - 'location' => 'query', |
|
| 115 | - 'type' => 'string', |
|
| 116 | - ), |
|
| 117 | - 'orderBy' => array( |
|
| 118 | - 'location' => 'query', |
|
| 119 | - 'type' => 'string', |
|
| 120 | - ), |
|
| 121 | - 'maxResults' => array( |
|
| 122 | - 'location' => 'query', |
|
| 123 | - 'type' => 'integer', |
|
| 124 | - ), |
|
| 125 | - 'pageToken' => array( |
|
| 126 | - 'location' => 'query', |
|
| 127 | - 'type' => 'string', |
|
| 128 | - ), |
|
| 129 | - ), |
|
| 130 | - ), |
|
| 131 | - ) |
|
| 132 | - ) |
|
| 133 | - ); |
|
| 134 | - $this->groups = new Google_Service_CloudUserAccounts_Groups_Resource( |
|
| 135 | - $this, |
|
| 136 | - $this->serviceName, |
|
| 137 | - 'groups', |
|
| 138 | - array( |
|
| 139 | - 'methods' => array( |
|
| 140 | - 'addMember' => array( |
|
| 141 | - 'path' => '{project}/global/groups/{groupName}/addMember', |
|
| 142 | - 'httpMethod' => 'POST', |
|
| 143 | - 'parameters' => array( |
|
| 144 | - 'project' => array( |
|
| 145 | - 'location' => 'path', |
|
| 146 | - 'type' => 'string', |
|
| 147 | - 'required' => true, |
|
| 148 | - ), |
|
| 149 | - 'groupName' => array( |
|
| 150 | - 'location' => 'path', |
|
| 151 | - 'type' => 'string', |
|
| 152 | - 'required' => true, |
|
| 153 | - ), |
|
| 154 | - ), |
|
| 155 | - ),'delete' => array( |
|
| 156 | - 'path' => '{project}/global/groups/{groupName}', |
|
| 157 | - 'httpMethod' => 'DELETE', |
|
| 158 | - 'parameters' => array( |
|
| 159 | - 'project' => array( |
|
| 160 | - 'location' => 'path', |
|
| 161 | - 'type' => 'string', |
|
| 162 | - 'required' => true, |
|
| 163 | - ), |
|
| 164 | - 'groupName' => array( |
|
| 165 | - 'location' => 'path', |
|
| 166 | - 'type' => 'string', |
|
| 167 | - 'required' => true, |
|
| 168 | - ), |
|
| 169 | - ), |
|
| 170 | - ),'get' => array( |
|
| 171 | - 'path' => '{project}/global/groups/{groupName}', |
|
| 172 | - 'httpMethod' => 'GET', |
|
| 173 | - 'parameters' => array( |
|
| 174 | - 'project' => array( |
|
| 175 | - 'location' => 'path', |
|
| 176 | - 'type' => 'string', |
|
| 177 | - 'required' => true, |
|
| 178 | - ), |
|
| 179 | - 'groupName' => array( |
|
| 180 | - 'location' => 'path', |
|
| 181 | - 'type' => 'string', |
|
| 182 | - 'required' => true, |
|
| 183 | - ), |
|
| 184 | - ), |
|
| 185 | - ),'insert' => array( |
|
| 186 | - 'path' => '{project}/global/groups', |
|
| 187 | - 'httpMethod' => 'POST', |
|
| 188 | - 'parameters' => array( |
|
| 189 | - 'project' => array( |
|
| 190 | - 'location' => 'path', |
|
| 191 | - 'type' => 'string', |
|
| 192 | - 'required' => true, |
|
| 193 | - ), |
|
| 194 | - ), |
|
| 195 | - ),'list' => array( |
|
| 196 | - 'path' => '{project}/global/groups', |
|
| 197 | - 'httpMethod' => 'GET', |
|
| 198 | - 'parameters' => array( |
|
| 199 | - 'project' => array( |
|
| 200 | - 'location' => 'path', |
|
| 201 | - 'type' => 'string', |
|
| 202 | - 'required' => true, |
|
| 203 | - ), |
|
| 204 | - 'filter' => array( |
|
| 205 | - 'location' => 'query', |
|
| 206 | - 'type' => 'string', |
|
| 207 | - ), |
|
| 208 | - 'orderBy' => array( |
|
| 209 | - 'location' => 'query', |
|
| 210 | - 'type' => 'string', |
|
| 211 | - ), |
|
| 212 | - 'maxResults' => array( |
|
| 213 | - 'location' => 'query', |
|
| 214 | - 'type' => 'integer', |
|
| 215 | - ), |
|
| 216 | - 'pageToken' => array( |
|
| 217 | - 'location' => 'query', |
|
| 218 | - 'type' => 'string', |
|
| 219 | - ), |
|
| 220 | - ), |
|
| 221 | - ),'removeMember' => array( |
|
| 222 | - 'path' => '{project}/global/groups/{groupName}/removeMember', |
|
| 223 | - 'httpMethod' => 'POST', |
|
| 224 | - 'parameters' => array( |
|
| 225 | - 'project' => array( |
|
| 226 | - 'location' => 'path', |
|
| 227 | - 'type' => 'string', |
|
| 228 | - 'required' => true, |
|
| 229 | - ), |
|
| 230 | - 'groupName' => array( |
|
| 231 | - 'location' => 'path', |
|
| 232 | - 'type' => 'string', |
|
| 233 | - 'required' => true, |
|
| 234 | - ), |
|
| 235 | - ), |
|
| 236 | - ), |
|
| 237 | - ) |
|
| 238 | - ) |
|
| 239 | - ); |
|
| 240 | - $this->linux = new Google_Service_CloudUserAccounts_Linux_Resource( |
|
| 241 | - $this, |
|
| 242 | - $this->serviceName, |
|
| 243 | - 'linux', |
|
| 244 | - array( |
|
| 245 | - 'methods' => array( |
|
| 246 | - 'getAuthorizedKeysView' => array( |
|
| 247 | - 'path' => '{project}/zones/{zone}/authorizedKeysView/{user}', |
|
| 248 | - 'httpMethod' => 'POST', |
|
| 249 | - 'parameters' => array( |
|
| 250 | - 'project' => array( |
|
| 251 | - 'location' => 'path', |
|
| 252 | - 'type' => 'string', |
|
| 253 | - 'required' => true, |
|
| 254 | - ), |
|
| 255 | - 'zone' => array( |
|
| 256 | - 'location' => 'path', |
|
| 257 | - 'type' => 'string', |
|
| 258 | - 'required' => true, |
|
| 259 | - ), |
|
| 260 | - 'user' => array( |
|
| 261 | - 'location' => 'path', |
|
| 262 | - 'type' => 'string', |
|
| 263 | - 'required' => true, |
|
| 264 | - ), |
|
| 265 | - 'instance' => array( |
|
| 266 | - 'location' => 'query', |
|
| 267 | - 'type' => 'string', |
|
| 268 | - 'required' => true, |
|
| 269 | - ), |
|
| 270 | - ), |
|
| 271 | - ),'getLinuxAccountViews' => array( |
|
| 272 | - 'path' => '{project}/zones/{zone}/linuxAccountViews', |
|
| 273 | - 'httpMethod' => 'POST', |
|
| 274 | - 'parameters' => array( |
|
| 275 | - 'project' => array( |
|
| 276 | - 'location' => 'path', |
|
| 277 | - 'type' => 'string', |
|
| 278 | - 'required' => true, |
|
| 279 | - ), |
|
| 280 | - 'zone' => array( |
|
| 281 | - 'location' => 'path', |
|
| 282 | - 'type' => 'string', |
|
| 283 | - 'required' => true, |
|
| 284 | - ), |
|
| 285 | - 'instance' => array( |
|
| 286 | - 'location' => 'query', |
|
| 287 | - 'type' => 'string', |
|
| 288 | - 'required' => true, |
|
| 289 | - ), |
|
| 290 | - 'orderBy' => array( |
|
| 291 | - 'location' => 'query', |
|
| 292 | - 'type' => 'string', |
|
| 293 | - ), |
|
| 294 | - 'pageToken' => array( |
|
| 295 | - 'location' => 'query', |
|
| 296 | - 'type' => 'string', |
|
| 297 | - ), |
|
| 298 | - 'maxResults' => array( |
|
| 299 | - 'location' => 'query', |
|
| 300 | - 'type' => 'integer', |
|
| 301 | - ), |
|
| 302 | - 'filter' => array( |
|
| 303 | - 'location' => 'query', |
|
| 304 | - 'type' => 'string', |
|
| 305 | - ), |
|
| 306 | - 'user' => array( |
|
| 307 | - 'location' => 'query', |
|
| 308 | - 'type' => 'string', |
|
| 309 | - ), |
|
| 310 | - ), |
|
| 311 | - ), |
|
| 312 | - ) |
|
| 313 | - ) |
|
| 314 | - ); |
|
| 315 | - $this->users = new Google_Service_CloudUserAccounts_Users_Resource( |
|
| 316 | - $this, |
|
| 317 | - $this->serviceName, |
|
| 318 | - 'users', |
|
| 319 | - array( |
|
| 320 | - 'methods' => array( |
|
| 321 | - 'addPublicKey' => array( |
|
| 322 | - 'path' => '{project}/global/users/{user}/addPublicKey', |
|
| 323 | - 'httpMethod' => 'POST', |
|
| 324 | - 'parameters' => array( |
|
| 325 | - 'project' => array( |
|
| 326 | - 'location' => 'path', |
|
| 327 | - 'type' => 'string', |
|
| 328 | - 'required' => true, |
|
| 329 | - ), |
|
| 330 | - 'user' => array( |
|
| 331 | - 'location' => 'path', |
|
| 332 | - 'type' => 'string', |
|
| 333 | - 'required' => true, |
|
| 334 | - ), |
|
| 335 | - ), |
|
| 336 | - ),'delete' => array( |
|
| 337 | - 'path' => '{project}/global/users/{user}', |
|
| 338 | - 'httpMethod' => 'DELETE', |
|
| 339 | - 'parameters' => array( |
|
| 340 | - 'project' => array( |
|
| 341 | - 'location' => 'path', |
|
| 342 | - 'type' => 'string', |
|
| 343 | - 'required' => true, |
|
| 344 | - ), |
|
| 345 | - 'user' => array( |
|
| 346 | - 'location' => 'path', |
|
| 347 | - 'type' => 'string', |
|
| 348 | - 'required' => true, |
|
| 349 | - ), |
|
| 350 | - ), |
|
| 351 | - ),'get' => array( |
|
| 352 | - 'path' => '{project}/global/users/{user}', |
|
| 353 | - 'httpMethod' => 'GET', |
|
| 354 | - 'parameters' => array( |
|
| 355 | - 'project' => array( |
|
| 356 | - 'location' => 'path', |
|
| 357 | - 'type' => 'string', |
|
| 358 | - 'required' => true, |
|
| 359 | - ), |
|
| 360 | - 'user' => array( |
|
| 361 | - 'location' => 'path', |
|
| 362 | - 'type' => 'string', |
|
| 363 | - 'required' => true, |
|
| 364 | - ), |
|
| 365 | - ), |
|
| 366 | - ),'insert' => array( |
|
| 367 | - 'path' => '{project}/global/users', |
|
| 368 | - 'httpMethod' => 'POST', |
|
| 369 | - 'parameters' => array( |
|
| 370 | - 'project' => array( |
|
| 371 | - 'location' => 'path', |
|
| 372 | - 'type' => 'string', |
|
| 373 | - 'required' => true, |
|
| 374 | - ), |
|
| 375 | - ), |
|
| 376 | - ),'list' => array( |
|
| 377 | - 'path' => '{project}/global/users', |
|
| 378 | - 'httpMethod' => 'GET', |
|
| 379 | - 'parameters' => array( |
|
| 380 | - 'project' => array( |
|
| 381 | - 'location' => 'path', |
|
| 382 | - 'type' => 'string', |
|
| 383 | - 'required' => true, |
|
| 384 | - ), |
|
| 385 | - 'filter' => array( |
|
| 386 | - 'location' => 'query', |
|
| 387 | - 'type' => 'string', |
|
| 388 | - ), |
|
| 389 | - 'orderBy' => array( |
|
| 390 | - 'location' => 'query', |
|
| 391 | - 'type' => 'string', |
|
| 392 | - ), |
|
| 393 | - 'maxResults' => array( |
|
| 394 | - 'location' => 'query', |
|
| 395 | - 'type' => 'integer', |
|
| 396 | - ), |
|
| 397 | - 'pageToken' => array( |
|
| 398 | - 'location' => 'query', |
|
| 399 | - 'type' => 'string', |
|
| 400 | - ), |
|
| 401 | - ), |
|
| 402 | - ),'removePublicKey' => array( |
|
| 403 | - 'path' => '{project}/global/users/{user}/removePublicKey', |
|
| 404 | - 'httpMethod' => 'POST', |
|
| 405 | - 'parameters' => array( |
|
| 406 | - 'project' => array( |
|
| 407 | - 'location' => 'path', |
|
| 408 | - 'type' => 'string', |
|
| 409 | - 'required' => true, |
|
| 410 | - ), |
|
| 411 | - 'user' => array( |
|
| 412 | - 'location' => 'path', |
|
| 413 | - 'type' => 'string', |
|
| 414 | - 'required' => true, |
|
| 415 | - ), |
|
| 416 | - 'fingerprint' => array( |
|
| 417 | - 'location' => 'query', |
|
| 418 | - 'type' => 'string', |
|
| 419 | - 'required' => true, |
|
| 420 | - ), |
|
| 421 | - ), |
|
| 422 | - ), |
|
| 423 | - ) |
|
| 424 | - ) |
|
| 425 | - ); |
|
| 62 | + parent::__construct($client); |
|
| 63 | + $this->rootUrl = 'https://www.googleapis.com/'; |
|
| 64 | + $this->servicePath = 'clouduseraccounts/vm_alpha/projects/'; |
|
| 65 | + $this->version = 'vm_alpha'; |
|
| 66 | + $this->serviceName = 'clouduseraccounts'; |
|
| 67 | + |
|
| 68 | + $this->globalAccountsOperations = new Google_Service_CloudUserAccounts_GlobalAccountsOperations_Resource( |
|
| 69 | + $this, |
|
| 70 | + $this->serviceName, |
|
| 71 | + 'globalAccountsOperations', |
|
| 72 | + array( |
|
| 73 | + 'methods' => array( |
|
| 74 | + 'delete' => array( |
|
| 75 | + 'path' => '{project}/global/operations/{operation}', |
|
| 76 | + 'httpMethod' => 'DELETE', |
|
| 77 | + 'parameters' => array( |
|
| 78 | + 'project' => array( |
|
| 79 | + 'location' => 'path', |
|
| 80 | + 'type' => 'string', |
|
| 81 | + 'required' => true, |
|
| 82 | + ), |
|
| 83 | + 'operation' => array( |
|
| 84 | + 'location' => 'path', |
|
| 85 | + 'type' => 'string', |
|
| 86 | + 'required' => true, |
|
| 87 | + ), |
|
| 88 | + ), |
|
| 89 | + ),'get' => array( |
|
| 90 | + 'path' => '{project}/global/operations/{operation}', |
|
| 91 | + 'httpMethod' => 'GET', |
|
| 92 | + 'parameters' => array( |
|
| 93 | + 'project' => array( |
|
| 94 | + 'location' => 'path', |
|
| 95 | + 'type' => 'string', |
|
| 96 | + 'required' => true, |
|
| 97 | + ), |
|
| 98 | + 'operation' => array( |
|
| 99 | + 'location' => 'path', |
|
| 100 | + 'type' => 'string', |
|
| 101 | + 'required' => true, |
|
| 102 | + ), |
|
| 103 | + ), |
|
| 104 | + ),'list' => array( |
|
| 105 | + 'path' => '{project}/global/operations', |
|
| 106 | + 'httpMethod' => 'GET', |
|
| 107 | + 'parameters' => array( |
|
| 108 | + 'project' => array( |
|
| 109 | + 'location' => 'path', |
|
| 110 | + 'type' => 'string', |
|
| 111 | + 'required' => true, |
|
| 112 | + ), |
|
| 113 | + 'filter' => array( |
|
| 114 | + 'location' => 'query', |
|
| 115 | + 'type' => 'string', |
|
| 116 | + ), |
|
| 117 | + 'orderBy' => array( |
|
| 118 | + 'location' => 'query', |
|
| 119 | + 'type' => 'string', |
|
| 120 | + ), |
|
| 121 | + 'maxResults' => array( |
|
| 122 | + 'location' => 'query', |
|
| 123 | + 'type' => 'integer', |
|
| 124 | + ), |
|
| 125 | + 'pageToken' => array( |
|
| 126 | + 'location' => 'query', |
|
| 127 | + 'type' => 'string', |
|
| 128 | + ), |
|
| 129 | + ), |
|
| 130 | + ), |
|
| 131 | + ) |
|
| 132 | + ) |
|
| 133 | + ); |
|
| 134 | + $this->groups = new Google_Service_CloudUserAccounts_Groups_Resource( |
|
| 135 | + $this, |
|
| 136 | + $this->serviceName, |
|
| 137 | + 'groups', |
|
| 138 | + array( |
|
| 139 | + 'methods' => array( |
|
| 140 | + 'addMember' => array( |
|
| 141 | + 'path' => '{project}/global/groups/{groupName}/addMember', |
|
| 142 | + 'httpMethod' => 'POST', |
|
| 143 | + 'parameters' => array( |
|
| 144 | + 'project' => array( |
|
| 145 | + 'location' => 'path', |
|
| 146 | + 'type' => 'string', |
|
| 147 | + 'required' => true, |
|
| 148 | + ), |
|
| 149 | + 'groupName' => array( |
|
| 150 | + 'location' => 'path', |
|
| 151 | + 'type' => 'string', |
|
| 152 | + 'required' => true, |
|
| 153 | + ), |
|
| 154 | + ), |
|
| 155 | + ),'delete' => array( |
|
| 156 | + 'path' => '{project}/global/groups/{groupName}', |
|
| 157 | + 'httpMethod' => 'DELETE', |
|
| 158 | + 'parameters' => array( |
|
| 159 | + 'project' => array( |
|
| 160 | + 'location' => 'path', |
|
| 161 | + 'type' => 'string', |
|
| 162 | + 'required' => true, |
|
| 163 | + ), |
|
| 164 | + 'groupName' => array( |
|
| 165 | + 'location' => 'path', |
|
| 166 | + 'type' => 'string', |
|
| 167 | + 'required' => true, |
|
| 168 | + ), |
|
| 169 | + ), |
|
| 170 | + ),'get' => array( |
|
| 171 | + 'path' => '{project}/global/groups/{groupName}', |
|
| 172 | + 'httpMethod' => 'GET', |
|
| 173 | + 'parameters' => array( |
|
| 174 | + 'project' => array( |
|
| 175 | + 'location' => 'path', |
|
| 176 | + 'type' => 'string', |
|
| 177 | + 'required' => true, |
|
| 178 | + ), |
|
| 179 | + 'groupName' => array( |
|
| 180 | + 'location' => 'path', |
|
| 181 | + 'type' => 'string', |
|
| 182 | + 'required' => true, |
|
| 183 | + ), |
|
| 184 | + ), |
|
| 185 | + ),'insert' => array( |
|
| 186 | + 'path' => '{project}/global/groups', |
|
| 187 | + 'httpMethod' => 'POST', |
|
| 188 | + 'parameters' => array( |
|
| 189 | + 'project' => array( |
|
| 190 | + 'location' => 'path', |
|
| 191 | + 'type' => 'string', |
|
| 192 | + 'required' => true, |
|
| 193 | + ), |
|
| 194 | + ), |
|
| 195 | + ),'list' => array( |
|
| 196 | + 'path' => '{project}/global/groups', |
|
| 197 | + 'httpMethod' => 'GET', |
|
| 198 | + 'parameters' => array( |
|
| 199 | + 'project' => array( |
|
| 200 | + 'location' => 'path', |
|
| 201 | + 'type' => 'string', |
|
| 202 | + 'required' => true, |
|
| 203 | + ), |
|
| 204 | + 'filter' => array( |
|
| 205 | + 'location' => 'query', |
|
| 206 | + 'type' => 'string', |
|
| 207 | + ), |
|
| 208 | + 'orderBy' => array( |
|
| 209 | + 'location' => 'query', |
|
| 210 | + 'type' => 'string', |
|
| 211 | + ), |
|
| 212 | + 'maxResults' => array( |
|
| 213 | + 'location' => 'query', |
|
| 214 | + 'type' => 'integer', |
|
| 215 | + ), |
|
| 216 | + 'pageToken' => array( |
|
| 217 | + 'location' => 'query', |
|
| 218 | + 'type' => 'string', |
|
| 219 | + ), |
|
| 220 | + ), |
|
| 221 | + ),'removeMember' => array( |
|
| 222 | + 'path' => '{project}/global/groups/{groupName}/removeMember', |
|
| 223 | + 'httpMethod' => 'POST', |
|
| 224 | + 'parameters' => array( |
|
| 225 | + 'project' => array( |
|
| 226 | + 'location' => 'path', |
|
| 227 | + 'type' => 'string', |
|
| 228 | + 'required' => true, |
|
| 229 | + ), |
|
| 230 | + 'groupName' => array( |
|
| 231 | + 'location' => 'path', |
|
| 232 | + 'type' => 'string', |
|
| 233 | + 'required' => true, |
|
| 234 | + ), |
|
| 235 | + ), |
|
| 236 | + ), |
|
| 237 | + ) |
|
| 238 | + ) |
|
| 239 | + ); |
|
| 240 | + $this->linux = new Google_Service_CloudUserAccounts_Linux_Resource( |
|
| 241 | + $this, |
|
| 242 | + $this->serviceName, |
|
| 243 | + 'linux', |
|
| 244 | + array( |
|
| 245 | + 'methods' => array( |
|
| 246 | + 'getAuthorizedKeysView' => array( |
|
| 247 | + 'path' => '{project}/zones/{zone}/authorizedKeysView/{user}', |
|
| 248 | + 'httpMethod' => 'POST', |
|
| 249 | + 'parameters' => array( |
|
| 250 | + 'project' => array( |
|
| 251 | + 'location' => 'path', |
|
| 252 | + 'type' => 'string', |
|
| 253 | + 'required' => true, |
|
| 254 | + ), |
|
| 255 | + 'zone' => array( |
|
| 256 | + 'location' => 'path', |
|
| 257 | + 'type' => 'string', |
|
| 258 | + 'required' => true, |
|
| 259 | + ), |
|
| 260 | + 'user' => array( |
|
| 261 | + 'location' => 'path', |
|
| 262 | + 'type' => 'string', |
|
| 263 | + 'required' => true, |
|
| 264 | + ), |
|
| 265 | + 'instance' => array( |
|
| 266 | + 'location' => 'query', |
|
| 267 | + 'type' => 'string', |
|
| 268 | + 'required' => true, |
|
| 269 | + ), |
|
| 270 | + ), |
|
| 271 | + ),'getLinuxAccountViews' => array( |
|
| 272 | + 'path' => '{project}/zones/{zone}/linuxAccountViews', |
|
| 273 | + 'httpMethod' => 'POST', |
|
| 274 | + 'parameters' => array( |
|
| 275 | + 'project' => array( |
|
| 276 | + 'location' => 'path', |
|
| 277 | + 'type' => 'string', |
|
| 278 | + 'required' => true, |
|
| 279 | + ), |
|
| 280 | + 'zone' => array( |
|
| 281 | + 'location' => 'path', |
|
| 282 | + 'type' => 'string', |
|
| 283 | + 'required' => true, |
|
| 284 | + ), |
|
| 285 | + 'instance' => array( |
|
| 286 | + 'location' => 'query', |
|
| 287 | + 'type' => 'string', |
|
| 288 | + 'required' => true, |
|
| 289 | + ), |
|
| 290 | + 'orderBy' => array( |
|
| 291 | + 'location' => 'query', |
|
| 292 | + 'type' => 'string', |
|
| 293 | + ), |
|
| 294 | + 'pageToken' => array( |
|
| 295 | + 'location' => 'query', |
|
| 296 | + 'type' => 'string', |
|
| 297 | + ), |
|
| 298 | + 'maxResults' => array( |
|
| 299 | + 'location' => 'query', |
|
| 300 | + 'type' => 'integer', |
|
| 301 | + ), |
|
| 302 | + 'filter' => array( |
|
| 303 | + 'location' => 'query', |
|
| 304 | + 'type' => 'string', |
|
| 305 | + ), |
|
| 306 | + 'user' => array( |
|
| 307 | + 'location' => 'query', |
|
| 308 | + 'type' => 'string', |
|
| 309 | + ), |
|
| 310 | + ), |
|
| 311 | + ), |
|
| 312 | + ) |
|
| 313 | + ) |
|
| 314 | + ); |
|
| 315 | + $this->users = new Google_Service_CloudUserAccounts_Users_Resource( |
|
| 316 | + $this, |
|
| 317 | + $this->serviceName, |
|
| 318 | + 'users', |
|
| 319 | + array( |
|
| 320 | + 'methods' => array( |
|
| 321 | + 'addPublicKey' => array( |
|
| 322 | + 'path' => '{project}/global/users/{user}/addPublicKey', |
|
| 323 | + 'httpMethod' => 'POST', |
|
| 324 | + 'parameters' => array( |
|
| 325 | + 'project' => array( |
|
| 326 | + 'location' => 'path', |
|
| 327 | + 'type' => 'string', |
|
| 328 | + 'required' => true, |
|
| 329 | + ), |
|
| 330 | + 'user' => array( |
|
| 331 | + 'location' => 'path', |
|
| 332 | + 'type' => 'string', |
|
| 333 | + 'required' => true, |
|
| 334 | + ), |
|
| 335 | + ), |
|
| 336 | + ),'delete' => array( |
|
| 337 | + 'path' => '{project}/global/users/{user}', |
|
| 338 | + 'httpMethod' => 'DELETE', |
|
| 339 | + 'parameters' => array( |
|
| 340 | + 'project' => array( |
|
| 341 | + 'location' => 'path', |
|
| 342 | + 'type' => 'string', |
|
| 343 | + 'required' => true, |
|
| 344 | + ), |
|
| 345 | + 'user' => array( |
|
| 346 | + 'location' => 'path', |
|
| 347 | + 'type' => 'string', |
|
| 348 | + 'required' => true, |
|
| 349 | + ), |
|
| 350 | + ), |
|
| 351 | + ),'get' => array( |
|
| 352 | + 'path' => '{project}/global/users/{user}', |
|
| 353 | + 'httpMethod' => 'GET', |
|
| 354 | + 'parameters' => array( |
|
| 355 | + 'project' => array( |
|
| 356 | + 'location' => 'path', |
|
| 357 | + 'type' => 'string', |
|
| 358 | + 'required' => true, |
|
| 359 | + ), |
|
| 360 | + 'user' => array( |
|
| 361 | + 'location' => 'path', |
|
| 362 | + 'type' => 'string', |
|
| 363 | + 'required' => true, |
|
| 364 | + ), |
|
| 365 | + ), |
|
| 366 | + ),'insert' => array( |
|
| 367 | + 'path' => '{project}/global/users', |
|
| 368 | + 'httpMethod' => 'POST', |
|
| 369 | + 'parameters' => array( |
|
| 370 | + 'project' => array( |
|
| 371 | + 'location' => 'path', |
|
| 372 | + 'type' => 'string', |
|
| 373 | + 'required' => true, |
|
| 374 | + ), |
|
| 375 | + ), |
|
| 376 | + ),'list' => array( |
|
| 377 | + 'path' => '{project}/global/users', |
|
| 378 | + 'httpMethod' => 'GET', |
|
| 379 | + 'parameters' => array( |
|
| 380 | + 'project' => array( |
|
| 381 | + 'location' => 'path', |
|
| 382 | + 'type' => 'string', |
|
| 383 | + 'required' => true, |
|
| 384 | + ), |
|
| 385 | + 'filter' => array( |
|
| 386 | + 'location' => 'query', |
|
| 387 | + 'type' => 'string', |
|
| 388 | + ), |
|
| 389 | + 'orderBy' => array( |
|
| 390 | + 'location' => 'query', |
|
| 391 | + 'type' => 'string', |
|
| 392 | + ), |
|
| 393 | + 'maxResults' => array( |
|
| 394 | + 'location' => 'query', |
|
| 395 | + 'type' => 'integer', |
|
| 396 | + ), |
|
| 397 | + 'pageToken' => array( |
|
| 398 | + 'location' => 'query', |
|
| 399 | + 'type' => 'string', |
|
| 400 | + ), |
|
| 401 | + ), |
|
| 402 | + ),'removePublicKey' => array( |
|
| 403 | + 'path' => '{project}/global/users/{user}/removePublicKey', |
|
| 404 | + 'httpMethod' => 'POST', |
|
| 405 | + 'parameters' => array( |
|
| 406 | + 'project' => array( |
|
| 407 | + 'location' => 'path', |
|
| 408 | + 'type' => 'string', |
|
| 409 | + 'required' => true, |
|
| 410 | + ), |
|
| 411 | + 'user' => array( |
|
| 412 | + 'location' => 'path', |
|
| 413 | + 'type' => 'string', |
|
| 414 | + 'required' => true, |
|
| 415 | + ), |
|
| 416 | + 'fingerprint' => array( |
|
| 417 | + 'location' => 'query', |
|
| 418 | + 'type' => 'string', |
|
| 419 | + 'required' => true, |
|
| 420 | + ), |
|
| 421 | + ), |
|
| 422 | + ), |
|
| 423 | + ) |
|
| 424 | + ) |
|
| 425 | + ); |
|
| 426 | 426 | } |
| 427 | 427 | } |
| 428 | 428 | |
@@ -447,9 +447,9 @@ discard block |
||
| 447 | 447 | */ |
| 448 | 448 | public function delete($project, $operation, $optParams = array()) |
| 449 | 449 | { |
| 450 | - $params = array('project' => $project, 'operation' => $operation); |
|
| 451 | - $params = array_merge($params, $optParams); |
|
| 452 | - return $this->call('delete', array($params)); |
|
| 450 | + $params = array('project' => $project, 'operation' => $operation); |
|
| 451 | + $params = array_merge($params, $optParams); |
|
| 452 | + return $this->call('delete', array($params)); |
|
| 453 | 453 | } |
| 454 | 454 | |
| 455 | 455 | /** |
@@ -462,9 +462,9 @@ discard block |
||
| 462 | 462 | */ |
| 463 | 463 | public function get($project, $operation, $optParams = array()) |
| 464 | 464 | { |
| 465 | - $params = array('project' => $project, 'operation' => $operation); |
|
| 466 | - $params = array_merge($params, $optParams); |
|
| 467 | - return $this->call('get', array($params), "Google_Service_CloudUserAccounts_Operation"); |
|
| 465 | + $params = array('project' => $project, 'operation' => $operation); |
|
| 466 | + $params = array_merge($params, $optParams); |
|
| 467 | + return $this->call('get', array($params), "Google_Service_CloudUserAccounts_Operation"); |
|
| 468 | 468 | } |
| 469 | 469 | |
| 470 | 470 | /** |
@@ -507,9 +507,9 @@ discard block |
||
| 507 | 507 | */ |
| 508 | 508 | public function listGlobalAccountsOperations($project, $optParams = array()) |
| 509 | 509 | { |
| 510 | - $params = array('project' => $project); |
|
| 511 | - $params = array_merge($params, $optParams); |
|
| 512 | - return $this->call('list', array($params), "Google_Service_CloudUserAccounts_OperationList"); |
|
| 510 | + $params = array('project' => $project); |
|
| 511 | + $params = array_merge($params, $optParams); |
|
| 512 | + return $this->call('list', array($params), "Google_Service_CloudUserAccounts_OperationList"); |
|
| 513 | 513 | } |
| 514 | 514 | } |
| 515 | 515 | |
@@ -535,9 +535,9 @@ discard block |
||
| 535 | 535 | */ |
| 536 | 536 | public function addMember($project, $groupName, Google_Service_CloudUserAccounts_GroupsAddMemberRequest $postBody, $optParams = array()) |
| 537 | 537 | { |
| 538 | - $params = array('project' => $project, 'groupName' => $groupName, 'postBody' => $postBody); |
|
| 539 | - $params = array_merge($params, $optParams); |
|
| 540 | - return $this->call('addMember', array($params), "Google_Service_CloudUserAccounts_Operation"); |
|
| 538 | + $params = array('project' => $project, 'groupName' => $groupName, 'postBody' => $postBody); |
|
| 539 | + $params = array_merge($params, $optParams); |
|
| 540 | + return $this->call('addMember', array($params), "Google_Service_CloudUserAccounts_Operation"); |
|
| 541 | 541 | } |
| 542 | 542 | |
| 543 | 543 | /** |
@@ -550,9 +550,9 @@ discard block |
||
| 550 | 550 | */ |
| 551 | 551 | public function delete($project, $groupName, $optParams = array()) |
| 552 | 552 | { |
| 553 | - $params = array('project' => $project, 'groupName' => $groupName); |
|
| 554 | - $params = array_merge($params, $optParams); |
|
| 555 | - return $this->call('delete', array($params), "Google_Service_CloudUserAccounts_Operation"); |
|
| 553 | + $params = array('project' => $project, 'groupName' => $groupName); |
|
| 554 | + $params = array_merge($params, $optParams); |
|
| 555 | + return $this->call('delete', array($params), "Google_Service_CloudUserAccounts_Operation"); |
|
| 556 | 556 | } |
| 557 | 557 | |
| 558 | 558 | /** |
@@ -565,9 +565,9 @@ discard block |
||
| 565 | 565 | */ |
| 566 | 566 | public function get($project, $groupName, $optParams = array()) |
| 567 | 567 | { |
| 568 | - $params = array('project' => $project, 'groupName' => $groupName); |
|
| 569 | - $params = array_merge($params, $optParams); |
|
| 570 | - return $this->call('get', array($params), "Google_Service_CloudUserAccounts_Group"); |
|
| 568 | + $params = array('project' => $project, 'groupName' => $groupName); |
|
| 569 | + $params = array_merge($params, $optParams); |
|
| 570 | + return $this->call('get', array($params), "Google_Service_CloudUserAccounts_Group"); |
|
| 571 | 571 | } |
| 572 | 572 | |
| 573 | 573 | /** |
@@ -581,9 +581,9 @@ discard block |
||
| 581 | 581 | */ |
| 582 | 582 | public function insert($project, Google_Service_CloudUserAccounts_Group $postBody, $optParams = array()) |
| 583 | 583 | { |
| 584 | - $params = array('project' => $project, 'postBody' => $postBody); |
|
| 585 | - $params = array_merge($params, $optParams); |
|
| 586 | - return $this->call('insert', array($params), "Google_Service_CloudUserAccounts_Operation"); |
|
| 584 | + $params = array('project' => $project, 'postBody' => $postBody); |
|
| 585 | + $params = array_merge($params, $optParams); |
|
| 586 | + return $this->call('insert', array($params), "Google_Service_CloudUserAccounts_Operation"); |
|
| 587 | 587 | } |
| 588 | 588 | |
| 589 | 589 | /** |
@@ -626,9 +626,9 @@ discard block |
||
| 626 | 626 | */ |
| 627 | 627 | public function listGroups($project, $optParams = array()) |
| 628 | 628 | { |
| 629 | - $params = array('project' => $project); |
|
| 630 | - $params = array_merge($params, $optParams); |
|
| 631 | - return $this->call('list', array($params), "Google_Service_CloudUserAccounts_GroupList"); |
|
| 629 | + $params = array('project' => $project); |
|
| 630 | + $params = array_merge($params, $optParams); |
|
| 631 | + return $this->call('list', array($params), "Google_Service_CloudUserAccounts_GroupList"); |
|
| 632 | 632 | } |
| 633 | 633 | |
| 634 | 634 | /** |
@@ -642,9 +642,9 @@ discard block |
||
| 642 | 642 | */ |
| 643 | 643 | public function removeMember($project, $groupName, Google_Service_CloudUserAccounts_GroupsRemoveMemberRequest $postBody, $optParams = array()) |
| 644 | 644 | { |
| 645 | - $params = array('project' => $project, 'groupName' => $groupName, 'postBody' => $postBody); |
|
| 646 | - $params = array_merge($params, $optParams); |
|
| 647 | - return $this->call('removeMember', array($params), "Google_Service_CloudUserAccounts_Operation"); |
|
| 645 | + $params = array('project' => $project, 'groupName' => $groupName, 'postBody' => $postBody); |
|
| 646 | + $params = array_merge($params, $optParams); |
|
| 647 | + return $this->call('removeMember', array($params), "Google_Service_CloudUserAccounts_Operation"); |
|
| 648 | 648 | } |
| 649 | 649 | } |
| 650 | 650 | |
@@ -674,9 +674,9 @@ discard block |
||
| 674 | 674 | */ |
| 675 | 675 | public function getAuthorizedKeysView($project, $zone, $user, $instance, $optParams = array()) |
| 676 | 676 | { |
| 677 | - $params = array('project' => $project, 'zone' => $zone, 'user' => $user, 'instance' => $instance); |
|
| 678 | - $params = array_merge($params, $optParams); |
|
| 679 | - return $this->call('getAuthorizedKeysView', array($params), "Google_Service_CloudUserAccounts_LinuxGetAuthorizedKeysViewResponse"); |
|
| 677 | + $params = array('project' => $project, 'zone' => $zone, 'user' => $user, 'instance' => $instance); |
|
| 678 | + $params = array_merge($params, $optParams); |
|
| 679 | + return $this->call('getAuthorizedKeysView', array($params), "Google_Service_CloudUserAccounts_LinuxGetAuthorizedKeysViewResponse"); |
|
| 680 | 680 | } |
| 681 | 681 | |
| 682 | 682 | /** |
@@ -724,9 +724,9 @@ discard block |
||
| 724 | 724 | */ |
| 725 | 725 | public function getLinuxAccountViews($project, $zone, $instance, $optParams = array()) |
| 726 | 726 | { |
| 727 | - $params = array('project' => $project, 'zone' => $zone, 'instance' => $instance); |
|
| 728 | - $params = array_merge($params, $optParams); |
|
| 729 | - return $this->call('getLinuxAccountViews', array($params), "Google_Service_CloudUserAccounts_LinuxGetLinuxAccountViewsResponse"); |
|
| 727 | + $params = array('project' => $project, 'zone' => $zone, 'instance' => $instance); |
|
| 728 | + $params = array_merge($params, $optParams); |
|
| 729 | + return $this->call('getLinuxAccountViews', array($params), "Google_Service_CloudUserAccounts_LinuxGetLinuxAccountViewsResponse"); |
|
| 730 | 730 | } |
| 731 | 731 | } |
| 732 | 732 | |
@@ -753,9 +753,9 @@ discard block |
||
| 753 | 753 | */ |
| 754 | 754 | public function addPublicKey($project, $user, Google_Service_CloudUserAccounts_PublicKey $postBody, $optParams = array()) |
| 755 | 755 | { |
| 756 | - $params = array('project' => $project, 'user' => $user, 'postBody' => $postBody); |
|
| 757 | - $params = array_merge($params, $optParams); |
|
| 758 | - return $this->call('addPublicKey', array($params), "Google_Service_CloudUserAccounts_Operation"); |
|
| 756 | + $params = array('project' => $project, 'user' => $user, 'postBody' => $postBody); |
|
| 757 | + $params = array_merge($params, $optParams); |
|
| 758 | + return $this->call('addPublicKey', array($params), "Google_Service_CloudUserAccounts_Operation"); |
|
| 759 | 759 | } |
| 760 | 760 | |
| 761 | 761 | /** |
@@ -768,9 +768,9 @@ discard block |
||
| 768 | 768 | */ |
| 769 | 769 | public function delete($project, $user, $optParams = array()) |
| 770 | 770 | { |
| 771 | - $params = array('project' => $project, 'user' => $user); |
|
| 772 | - $params = array_merge($params, $optParams); |
|
| 773 | - return $this->call('delete', array($params), "Google_Service_CloudUserAccounts_Operation"); |
|
| 771 | + $params = array('project' => $project, 'user' => $user); |
|
| 772 | + $params = array_merge($params, $optParams); |
|
| 773 | + return $this->call('delete', array($params), "Google_Service_CloudUserAccounts_Operation"); |
|
| 774 | 774 | } |
| 775 | 775 | |
| 776 | 776 | /** |
@@ -783,9 +783,9 @@ discard block |
||
| 783 | 783 | */ |
| 784 | 784 | public function get($project, $user, $optParams = array()) |
| 785 | 785 | { |
| 786 | - $params = array('project' => $project, 'user' => $user); |
|
| 787 | - $params = array_merge($params, $optParams); |
|
| 788 | - return $this->call('get', array($params), "Google_Service_CloudUserAccounts_User"); |
|
| 786 | + $params = array('project' => $project, 'user' => $user); |
|
| 787 | + $params = array_merge($params, $optParams); |
|
| 788 | + return $this->call('get', array($params), "Google_Service_CloudUserAccounts_User"); |
|
| 789 | 789 | } |
| 790 | 790 | |
| 791 | 791 | /** |
@@ -799,9 +799,9 @@ discard block |
||
| 799 | 799 | */ |
| 800 | 800 | public function insert($project, Google_Service_CloudUserAccounts_User $postBody, $optParams = array()) |
| 801 | 801 | { |
| 802 | - $params = array('project' => $project, 'postBody' => $postBody); |
|
| 803 | - $params = array_merge($params, $optParams); |
|
| 804 | - return $this->call('insert', array($params), "Google_Service_CloudUserAccounts_Operation"); |
|
| 802 | + $params = array('project' => $project, 'postBody' => $postBody); |
|
| 803 | + $params = array_merge($params, $optParams); |
|
| 804 | + return $this->call('insert', array($params), "Google_Service_CloudUserAccounts_Operation"); |
|
| 805 | 805 | } |
| 806 | 806 | |
| 807 | 807 | /** |
@@ -844,9 +844,9 @@ discard block |
||
| 844 | 844 | */ |
| 845 | 845 | public function listUsers($project, $optParams = array()) |
| 846 | 846 | { |
| 847 | - $params = array('project' => $project); |
|
| 848 | - $params = array_merge($params, $optParams); |
|
| 849 | - return $this->call('list', array($params), "Google_Service_CloudUserAccounts_UserList"); |
|
| 847 | + $params = array('project' => $project); |
|
| 848 | + $params = array_merge($params, $optParams); |
|
| 849 | + return $this->call('list', array($params), "Google_Service_CloudUserAccounts_UserList"); |
|
| 850 | 850 | } |
| 851 | 851 | |
| 852 | 852 | /** |
@@ -862,9 +862,9 @@ discard block |
||
| 862 | 862 | */ |
| 863 | 863 | public function removePublicKey($project, $user, $fingerprint, $optParams = array()) |
| 864 | 864 | { |
| 865 | - $params = array('project' => $project, 'user' => $user, 'fingerprint' => $fingerprint); |
|
| 866 | - $params = array_merge($params, $optParams); |
|
| 867 | - return $this->call('removePublicKey', array($params), "Google_Service_CloudUserAccounts_Operation"); |
|
| 865 | + $params = array('project' => $project, 'user' => $user, 'fingerprint' => $fingerprint); |
|
| 866 | + $params = array_merge($params, $optParams); |
|
| 867 | + return $this->call('removePublicKey', array($params), "Google_Service_CloudUserAccounts_Operation"); |
|
| 868 | 868 | } |
| 869 | 869 | } |
| 870 | 870 | |
@@ -881,11 +881,11 @@ discard block |
||
| 881 | 881 | |
| 882 | 882 | public function setKeys($keys) |
| 883 | 883 | { |
| 884 | - $this->keys = $keys; |
|
| 884 | + $this->keys = $keys; |
|
| 885 | 885 | } |
| 886 | 886 | public function getKeys() |
| 887 | 887 | { |
| 888 | - return $this->keys; |
|
| 888 | + return $this->keys; |
|
| 889 | 889 | } |
| 890 | 890 | } |
| 891 | 891 | |
@@ -905,59 +905,59 @@ discard block |
||
| 905 | 905 | |
| 906 | 906 | public function setCreationTimestamp($creationTimestamp) |
| 907 | 907 | { |
| 908 | - $this->creationTimestamp = $creationTimestamp; |
|
| 908 | + $this->creationTimestamp = $creationTimestamp; |
|
| 909 | 909 | } |
| 910 | 910 | public function getCreationTimestamp() |
| 911 | 911 | { |
| 912 | - return $this->creationTimestamp; |
|
| 912 | + return $this->creationTimestamp; |
|
| 913 | 913 | } |
| 914 | 914 | public function setDescription($description) |
| 915 | 915 | { |
| 916 | - $this->description = $description; |
|
| 916 | + $this->description = $description; |
|
| 917 | 917 | } |
| 918 | 918 | public function getDescription() |
| 919 | 919 | { |
| 920 | - return $this->description; |
|
| 920 | + return $this->description; |
|
| 921 | 921 | } |
| 922 | 922 | public function setId($id) |
| 923 | 923 | { |
| 924 | - $this->id = $id; |
|
| 924 | + $this->id = $id; |
|
| 925 | 925 | } |
| 926 | 926 | public function getId() |
| 927 | 927 | { |
| 928 | - return $this->id; |
|
| 928 | + return $this->id; |
|
| 929 | 929 | } |
| 930 | 930 | public function setKind($kind) |
| 931 | 931 | { |
| 932 | - $this->kind = $kind; |
|
| 932 | + $this->kind = $kind; |
|
| 933 | 933 | } |
| 934 | 934 | public function getKind() |
| 935 | 935 | { |
| 936 | - return $this->kind; |
|
| 936 | + return $this->kind; |
|
| 937 | 937 | } |
| 938 | 938 | public function setMembers($members) |
| 939 | 939 | { |
| 940 | - $this->members = $members; |
|
| 940 | + $this->members = $members; |
|
| 941 | 941 | } |
| 942 | 942 | public function getMembers() |
| 943 | 943 | { |
| 944 | - return $this->members; |
|
| 944 | + return $this->members; |
|
| 945 | 945 | } |
| 946 | 946 | public function setName($name) |
| 947 | 947 | { |
| 948 | - $this->name = $name; |
|
| 948 | + $this->name = $name; |
|
| 949 | 949 | } |
| 950 | 950 | public function getName() |
| 951 | 951 | { |
| 952 | - return $this->name; |
|
| 952 | + return $this->name; |
|
| 953 | 953 | } |
| 954 | 954 | public function setSelfLink($selfLink) |
| 955 | 955 | { |
| 956 | - $this->selfLink = $selfLink; |
|
| 956 | + $this->selfLink = $selfLink; |
|
| 957 | 957 | } |
| 958 | 958 | public function getSelfLink() |
| 959 | 959 | { |
| 960 | - return $this->selfLink; |
|
| 960 | + return $this->selfLink; |
|
| 961 | 961 | } |
| 962 | 962 | } |
| 963 | 963 | |
@@ -976,43 +976,43 @@ discard block |
||
| 976 | 976 | |
| 977 | 977 | public function setId($id) |
| 978 | 978 | { |
| 979 | - $this->id = $id; |
|
| 979 | + $this->id = $id; |
|
| 980 | 980 | } |
| 981 | 981 | public function getId() |
| 982 | 982 | { |
| 983 | - return $this->id; |
|
| 983 | + return $this->id; |
|
| 984 | 984 | } |
| 985 | 985 | public function setItems($items) |
| 986 | 986 | { |
| 987 | - $this->items = $items; |
|
| 987 | + $this->items = $items; |
|
| 988 | 988 | } |
| 989 | 989 | public function getItems() |
| 990 | 990 | { |
| 991 | - return $this->items; |
|
| 991 | + return $this->items; |
|
| 992 | 992 | } |
| 993 | 993 | public function setKind($kind) |
| 994 | 994 | { |
| 995 | - $this->kind = $kind; |
|
| 995 | + $this->kind = $kind; |
|
| 996 | 996 | } |
| 997 | 997 | public function getKind() |
| 998 | 998 | { |
| 999 | - return $this->kind; |
|
| 999 | + return $this->kind; |
|
| 1000 | 1000 | } |
| 1001 | 1001 | public function setNextPageToken($nextPageToken) |
| 1002 | 1002 | { |
| 1003 | - $this->nextPageToken = $nextPageToken; |
|
| 1003 | + $this->nextPageToken = $nextPageToken; |
|
| 1004 | 1004 | } |
| 1005 | 1005 | public function getNextPageToken() |
| 1006 | 1006 | { |
| 1007 | - return $this->nextPageToken; |
|
| 1007 | + return $this->nextPageToken; |
|
| 1008 | 1008 | } |
| 1009 | 1009 | public function setSelfLink($selfLink) |
| 1010 | 1010 | { |
| 1011 | - $this->selfLink = $selfLink; |
|
| 1011 | + $this->selfLink = $selfLink; |
|
| 1012 | 1012 | } |
| 1013 | 1013 | public function getSelfLink() |
| 1014 | 1014 | { |
| 1015 | - return $this->selfLink; |
|
| 1015 | + return $this->selfLink; |
|
| 1016 | 1016 | } |
| 1017 | 1017 | } |
| 1018 | 1018 | |
@@ -1026,11 +1026,11 @@ discard block |
||
| 1026 | 1026 | |
| 1027 | 1027 | public function setUsers($users) |
| 1028 | 1028 | { |
| 1029 | - $this->users = $users; |
|
| 1029 | + $this->users = $users; |
|
| 1030 | 1030 | } |
| 1031 | 1031 | public function getUsers() |
| 1032 | 1032 | { |
| 1033 | - return $this->users; |
|
| 1033 | + return $this->users; |
|
| 1034 | 1034 | } |
| 1035 | 1035 | } |
| 1036 | 1036 | |
@@ -1044,11 +1044,11 @@ discard block |
||
| 1044 | 1044 | |
| 1045 | 1045 | public function setUsers($users) |
| 1046 | 1046 | { |
| 1047 | - $this->users = $users; |
|
| 1047 | + $this->users = $users; |
|
| 1048 | 1048 | } |
| 1049 | 1049 | public function getUsers() |
| 1050 | 1050 | { |
| 1051 | - return $this->users; |
|
| 1051 | + return $this->users; |
|
| 1052 | 1052 | } |
| 1053 | 1053 | } |
| 1054 | 1054 | |
@@ -1066,27 +1066,27 @@ discard block |
||
| 1066 | 1066 | |
| 1067 | 1067 | public function setGroupViews($groupViews) |
| 1068 | 1068 | { |
| 1069 | - $this->groupViews = $groupViews; |
|
| 1069 | + $this->groupViews = $groupViews; |
|
| 1070 | 1070 | } |
| 1071 | 1071 | public function getGroupViews() |
| 1072 | 1072 | { |
| 1073 | - return $this->groupViews; |
|
| 1073 | + return $this->groupViews; |
|
| 1074 | 1074 | } |
| 1075 | 1075 | public function setKind($kind) |
| 1076 | 1076 | { |
| 1077 | - $this->kind = $kind; |
|
| 1077 | + $this->kind = $kind; |
|
| 1078 | 1078 | } |
| 1079 | 1079 | public function getKind() |
| 1080 | 1080 | { |
| 1081 | - return $this->kind; |
|
| 1081 | + return $this->kind; |
|
| 1082 | 1082 | } |
| 1083 | 1083 | public function setUserViews($userViews) |
| 1084 | 1084 | { |
| 1085 | - $this->userViews = $userViews; |
|
| 1085 | + $this->userViews = $userViews; |
|
| 1086 | 1086 | } |
| 1087 | 1087 | public function getUserViews() |
| 1088 | 1088 | { |
| 1089 | - return $this->userViews; |
|
| 1089 | + return $this->userViews; |
|
| 1090 | 1090 | } |
| 1091 | 1091 | } |
| 1092 | 1092 | |
@@ -1100,11 +1100,11 @@ discard block |
||
| 1100 | 1100 | |
| 1101 | 1101 | public function setResource(Google_Service_CloudUserAccounts_AuthorizedKeysView $resource) |
| 1102 | 1102 | { |
| 1103 | - $this->resource = $resource; |
|
| 1103 | + $this->resource = $resource; |
|
| 1104 | 1104 | } |
| 1105 | 1105 | public function getResource() |
| 1106 | 1106 | { |
| 1107 | - return $this->resource; |
|
| 1107 | + return $this->resource; |
|
| 1108 | 1108 | } |
| 1109 | 1109 | } |
| 1110 | 1110 | |
@@ -1118,11 +1118,11 @@ discard block |
||
| 1118 | 1118 | |
| 1119 | 1119 | public function setResource(Google_Service_CloudUserAccounts_LinuxAccountViews $resource) |
| 1120 | 1120 | { |
| 1121 | - $this->resource = $resource; |
|
| 1121 | + $this->resource = $resource; |
|
| 1122 | 1122 | } |
| 1123 | 1123 | public function getResource() |
| 1124 | 1124 | { |
| 1125 | - return $this->resource; |
|
| 1125 | + return $this->resource; |
|
| 1126 | 1126 | } |
| 1127 | 1127 | } |
| 1128 | 1128 | |
@@ -1138,27 +1138,27 @@ discard block |
||
| 1138 | 1138 | |
| 1139 | 1139 | public function setGid($gid) |
| 1140 | 1140 | { |
| 1141 | - $this->gid = $gid; |
|
| 1141 | + $this->gid = $gid; |
|
| 1142 | 1142 | } |
| 1143 | 1143 | public function getGid() |
| 1144 | 1144 | { |
| 1145 | - return $this->gid; |
|
| 1145 | + return $this->gid; |
|
| 1146 | 1146 | } |
| 1147 | 1147 | public function setGroupName($groupName) |
| 1148 | 1148 | { |
| 1149 | - $this->groupName = $groupName; |
|
| 1149 | + $this->groupName = $groupName; |
|
| 1150 | 1150 | } |
| 1151 | 1151 | public function getGroupName() |
| 1152 | 1152 | { |
| 1153 | - return $this->groupName; |
|
| 1153 | + return $this->groupName; |
|
| 1154 | 1154 | } |
| 1155 | 1155 | public function setMembers($members) |
| 1156 | 1156 | { |
| 1157 | - $this->members = $members; |
|
| 1157 | + $this->members = $members; |
|
| 1158 | 1158 | } |
| 1159 | 1159 | public function getMembers() |
| 1160 | 1160 | { |
| 1161 | - return $this->members; |
|
| 1161 | + return $this->members; |
|
| 1162 | 1162 | } |
| 1163 | 1163 | } |
| 1164 | 1164 | |
@@ -1176,51 +1176,51 @@ discard block |
||
| 1176 | 1176 | |
| 1177 | 1177 | public function setGecos($gecos) |
| 1178 | 1178 | { |
| 1179 | - $this->gecos = $gecos; |
|
| 1179 | + $this->gecos = $gecos; |
|
| 1180 | 1180 | } |
| 1181 | 1181 | public function getGecos() |
| 1182 | 1182 | { |
| 1183 | - return $this->gecos; |
|
| 1183 | + return $this->gecos; |
|
| 1184 | 1184 | } |
| 1185 | 1185 | public function setGid($gid) |
| 1186 | 1186 | { |
| 1187 | - $this->gid = $gid; |
|
| 1187 | + $this->gid = $gid; |
|
| 1188 | 1188 | } |
| 1189 | 1189 | public function getGid() |
| 1190 | 1190 | { |
| 1191 | - return $this->gid; |
|
| 1191 | + return $this->gid; |
|
| 1192 | 1192 | } |
| 1193 | 1193 | public function setHomeDirectory($homeDirectory) |
| 1194 | 1194 | { |
| 1195 | - $this->homeDirectory = $homeDirectory; |
|
| 1195 | + $this->homeDirectory = $homeDirectory; |
|
| 1196 | 1196 | } |
| 1197 | 1197 | public function getHomeDirectory() |
| 1198 | 1198 | { |
| 1199 | - return $this->homeDirectory; |
|
| 1199 | + return $this->homeDirectory; |
|
| 1200 | 1200 | } |
| 1201 | 1201 | public function setShell($shell) |
| 1202 | 1202 | { |
| 1203 | - $this->shell = $shell; |
|
| 1203 | + $this->shell = $shell; |
|
| 1204 | 1204 | } |
| 1205 | 1205 | public function getShell() |
| 1206 | 1206 | { |
| 1207 | - return $this->shell; |
|
| 1207 | + return $this->shell; |
|
| 1208 | 1208 | } |
| 1209 | 1209 | public function setUid($uid) |
| 1210 | 1210 | { |
| 1211 | - $this->uid = $uid; |
|
| 1211 | + $this->uid = $uid; |
|
| 1212 | 1212 | } |
| 1213 | 1213 | public function getUid() |
| 1214 | 1214 | { |
| 1215 | - return $this->uid; |
|
| 1215 | + return $this->uid; |
|
| 1216 | 1216 | } |
| 1217 | 1217 | public function setUsername($username) |
| 1218 | 1218 | { |
| 1219 | - $this->username = $username; |
|
| 1219 | + $this->username = $username; |
|
| 1220 | 1220 | } |
| 1221 | 1221 | public function getUsername() |
| 1222 | 1222 | { |
| 1223 | - return $this->username; |
|
| 1223 | + return $this->username; |
|
| 1224 | 1224 | } |
| 1225 | 1225 | } |
| 1226 | 1226 | |
@@ -1257,179 +1257,179 @@ discard block |
||
| 1257 | 1257 | |
| 1258 | 1258 | public function setClientOperationId($clientOperationId) |
| 1259 | 1259 | { |
| 1260 | - $this->clientOperationId = $clientOperationId; |
|
| 1260 | + $this->clientOperationId = $clientOperationId; |
|
| 1261 | 1261 | } |
| 1262 | 1262 | public function getClientOperationId() |
| 1263 | 1263 | { |
| 1264 | - return $this->clientOperationId; |
|
| 1264 | + return $this->clientOperationId; |
|
| 1265 | 1265 | } |
| 1266 | 1266 | public function setCreationTimestamp($creationTimestamp) |
| 1267 | 1267 | { |
| 1268 | - $this->creationTimestamp = $creationTimestamp; |
|
| 1268 | + $this->creationTimestamp = $creationTimestamp; |
|
| 1269 | 1269 | } |
| 1270 | 1270 | public function getCreationTimestamp() |
| 1271 | 1271 | { |
| 1272 | - return $this->creationTimestamp; |
|
| 1272 | + return $this->creationTimestamp; |
|
| 1273 | 1273 | } |
| 1274 | 1274 | public function setEndTime($endTime) |
| 1275 | 1275 | { |
| 1276 | - $this->endTime = $endTime; |
|
| 1276 | + $this->endTime = $endTime; |
|
| 1277 | 1277 | } |
| 1278 | 1278 | public function getEndTime() |
| 1279 | 1279 | { |
| 1280 | - return $this->endTime; |
|
| 1280 | + return $this->endTime; |
|
| 1281 | 1281 | } |
| 1282 | 1282 | public function setError(Google_Service_CloudUserAccounts_OperationError $error) |
| 1283 | 1283 | { |
| 1284 | - $this->error = $error; |
|
| 1284 | + $this->error = $error; |
|
| 1285 | 1285 | } |
| 1286 | 1286 | public function getError() |
| 1287 | 1287 | { |
| 1288 | - return $this->error; |
|
| 1288 | + return $this->error; |
|
| 1289 | 1289 | } |
| 1290 | 1290 | public function setHttpErrorMessage($httpErrorMessage) |
| 1291 | 1291 | { |
| 1292 | - $this->httpErrorMessage = $httpErrorMessage; |
|
| 1292 | + $this->httpErrorMessage = $httpErrorMessage; |
|
| 1293 | 1293 | } |
| 1294 | 1294 | public function getHttpErrorMessage() |
| 1295 | 1295 | { |
| 1296 | - return $this->httpErrorMessage; |
|
| 1296 | + return $this->httpErrorMessage; |
|
| 1297 | 1297 | } |
| 1298 | 1298 | public function setHttpErrorStatusCode($httpErrorStatusCode) |
| 1299 | 1299 | { |
| 1300 | - $this->httpErrorStatusCode = $httpErrorStatusCode; |
|
| 1300 | + $this->httpErrorStatusCode = $httpErrorStatusCode; |
|
| 1301 | 1301 | } |
| 1302 | 1302 | public function getHttpErrorStatusCode() |
| 1303 | 1303 | { |
| 1304 | - return $this->httpErrorStatusCode; |
|
| 1304 | + return $this->httpErrorStatusCode; |
|
| 1305 | 1305 | } |
| 1306 | 1306 | public function setId($id) |
| 1307 | 1307 | { |
| 1308 | - $this->id = $id; |
|
| 1308 | + $this->id = $id; |
|
| 1309 | 1309 | } |
| 1310 | 1310 | public function getId() |
| 1311 | 1311 | { |
| 1312 | - return $this->id; |
|
| 1312 | + return $this->id; |
|
| 1313 | 1313 | } |
| 1314 | 1314 | public function setInsertTime($insertTime) |
| 1315 | 1315 | { |
| 1316 | - $this->insertTime = $insertTime; |
|
| 1316 | + $this->insertTime = $insertTime; |
|
| 1317 | 1317 | } |
| 1318 | 1318 | public function getInsertTime() |
| 1319 | 1319 | { |
| 1320 | - return $this->insertTime; |
|
| 1320 | + return $this->insertTime; |
|
| 1321 | 1321 | } |
| 1322 | 1322 | public function setKind($kind) |
| 1323 | 1323 | { |
| 1324 | - $this->kind = $kind; |
|
| 1324 | + $this->kind = $kind; |
|
| 1325 | 1325 | } |
| 1326 | 1326 | public function getKind() |
| 1327 | 1327 | { |
| 1328 | - return $this->kind; |
|
| 1328 | + return $this->kind; |
|
| 1329 | 1329 | } |
| 1330 | 1330 | public function setName($name) |
| 1331 | 1331 | { |
| 1332 | - $this->name = $name; |
|
| 1332 | + $this->name = $name; |
|
| 1333 | 1333 | } |
| 1334 | 1334 | public function getName() |
| 1335 | 1335 | { |
| 1336 | - return $this->name; |
|
| 1336 | + return $this->name; |
|
| 1337 | 1337 | } |
| 1338 | 1338 | public function setOperationType($operationType) |
| 1339 | 1339 | { |
| 1340 | - $this->operationType = $operationType; |
|
| 1340 | + $this->operationType = $operationType; |
|
| 1341 | 1341 | } |
| 1342 | 1342 | public function getOperationType() |
| 1343 | 1343 | { |
| 1344 | - return $this->operationType; |
|
| 1344 | + return $this->operationType; |
|
| 1345 | 1345 | } |
| 1346 | 1346 | public function setProgress($progress) |
| 1347 | 1347 | { |
| 1348 | - $this->progress = $progress; |
|
| 1348 | + $this->progress = $progress; |
|
| 1349 | 1349 | } |
| 1350 | 1350 | public function getProgress() |
| 1351 | 1351 | { |
| 1352 | - return $this->progress; |
|
| 1352 | + return $this->progress; |
|
| 1353 | 1353 | } |
| 1354 | 1354 | public function setRegion($region) |
| 1355 | 1355 | { |
| 1356 | - $this->region = $region; |
|
| 1356 | + $this->region = $region; |
|
| 1357 | 1357 | } |
| 1358 | 1358 | public function getRegion() |
| 1359 | 1359 | { |
| 1360 | - return $this->region; |
|
| 1360 | + return $this->region; |
|
| 1361 | 1361 | } |
| 1362 | 1362 | public function setSelfLink($selfLink) |
| 1363 | 1363 | { |
| 1364 | - $this->selfLink = $selfLink; |
|
| 1364 | + $this->selfLink = $selfLink; |
|
| 1365 | 1365 | } |
| 1366 | 1366 | public function getSelfLink() |
| 1367 | 1367 | { |
| 1368 | - return $this->selfLink; |
|
| 1368 | + return $this->selfLink; |
|
| 1369 | 1369 | } |
| 1370 | 1370 | public function setStartTime($startTime) |
| 1371 | 1371 | { |
| 1372 | - $this->startTime = $startTime; |
|
| 1372 | + $this->startTime = $startTime; |
|
| 1373 | 1373 | } |
| 1374 | 1374 | public function getStartTime() |
| 1375 | 1375 | { |
| 1376 | - return $this->startTime; |
|
| 1376 | + return $this->startTime; |
|
| 1377 | 1377 | } |
| 1378 | 1378 | public function setStatus($status) |
| 1379 | 1379 | { |
| 1380 | - $this->status = $status; |
|
| 1380 | + $this->status = $status; |
|
| 1381 | 1381 | } |
| 1382 | 1382 | public function getStatus() |
| 1383 | 1383 | { |
| 1384 | - return $this->status; |
|
| 1384 | + return $this->status; |
|
| 1385 | 1385 | } |
| 1386 | 1386 | public function setStatusMessage($statusMessage) |
| 1387 | 1387 | { |
| 1388 | - $this->statusMessage = $statusMessage; |
|
| 1388 | + $this->statusMessage = $statusMessage; |
|
| 1389 | 1389 | } |
| 1390 | 1390 | public function getStatusMessage() |
| 1391 | 1391 | { |
| 1392 | - return $this->statusMessage; |
|
| 1392 | + return $this->statusMessage; |
|
| 1393 | 1393 | } |
| 1394 | 1394 | public function setTargetId($targetId) |
| 1395 | 1395 | { |
| 1396 | - $this->targetId = $targetId; |
|
| 1396 | + $this->targetId = $targetId; |
|
| 1397 | 1397 | } |
| 1398 | 1398 | public function getTargetId() |
| 1399 | 1399 | { |
| 1400 | - return $this->targetId; |
|
| 1400 | + return $this->targetId; |
|
| 1401 | 1401 | } |
| 1402 | 1402 | public function setTargetLink($targetLink) |
| 1403 | 1403 | { |
| 1404 | - $this->targetLink = $targetLink; |
|
| 1404 | + $this->targetLink = $targetLink; |
|
| 1405 | 1405 | } |
| 1406 | 1406 | public function getTargetLink() |
| 1407 | 1407 | { |
| 1408 | - return $this->targetLink; |
|
| 1408 | + return $this->targetLink; |
|
| 1409 | 1409 | } |
| 1410 | 1410 | public function setUser($user) |
| 1411 | 1411 | { |
| 1412 | - $this->user = $user; |
|
| 1412 | + $this->user = $user; |
|
| 1413 | 1413 | } |
| 1414 | 1414 | public function getUser() |
| 1415 | 1415 | { |
| 1416 | - return $this->user; |
|
| 1416 | + return $this->user; |
|
| 1417 | 1417 | } |
| 1418 | 1418 | public function setWarnings($warnings) |
| 1419 | 1419 | { |
| 1420 | - $this->warnings = $warnings; |
|
| 1420 | + $this->warnings = $warnings; |
|
| 1421 | 1421 | } |
| 1422 | 1422 | public function getWarnings() |
| 1423 | 1423 | { |
| 1424 | - return $this->warnings; |
|
| 1424 | + return $this->warnings; |
|
| 1425 | 1425 | } |
| 1426 | 1426 | public function setZone($zone) |
| 1427 | 1427 | { |
| 1428 | - $this->zone = $zone; |
|
| 1428 | + $this->zone = $zone; |
|
| 1429 | 1429 | } |
| 1430 | 1430 | public function getZone() |
| 1431 | 1431 | { |
| 1432 | - return $this->zone; |
|
| 1432 | + return $this->zone; |
|
| 1433 | 1433 | } |
| 1434 | 1434 | } |
| 1435 | 1435 | |
@@ -1444,11 +1444,11 @@ discard block |
||
| 1444 | 1444 | |
| 1445 | 1445 | public function setErrors($errors) |
| 1446 | 1446 | { |
| 1447 | - $this->errors = $errors; |
|
| 1447 | + $this->errors = $errors; |
|
| 1448 | 1448 | } |
| 1449 | 1449 | public function getErrors() |
| 1450 | 1450 | { |
| 1451 | - return $this->errors; |
|
| 1451 | + return $this->errors; |
|
| 1452 | 1452 | } |
| 1453 | 1453 | } |
| 1454 | 1454 | |
@@ -1463,27 +1463,27 @@ discard block |
||
| 1463 | 1463 | |
| 1464 | 1464 | public function setCode($code) |
| 1465 | 1465 | { |
| 1466 | - $this->code = $code; |
|
| 1466 | + $this->code = $code; |
|
| 1467 | 1467 | } |
| 1468 | 1468 | public function getCode() |
| 1469 | 1469 | { |
| 1470 | - return $this->code; |
|
| 1470 | + return $this->code; |
|
| 1471 | 1471 | } |
| 1472 | 1472 | public function setLocation($location) |
| 1473 | 1473 | { |
| 1474 | - $this->location = $location; |
|
| 1474 | + $this->location = $location; |
|
| 1475 | 1475 | } |
| 1476 | 1476 | public function getLocation() |
| 1477 | 1477 | { |
| 1478 | - return $this->location; |
|
| 1478 | + return $this->location; |
|
| 1479 | 1479 | } |
| 1480 | 1480 | public function setMessage($message) |
| 1481 | 1481 | { |
| 1482 | - $this->message = $message; |
|
| 1482 | + $this->message = $message; |
|
| 1483 | 1483 | } |
| 1484 | 1484 | public function getMessage() |
| 1485 | 1485 | { |
| 1486 | - return $this->message; |
|
| 1486 | + return $this->message; |
|
| 1487 | 1487 | } |
| 1488 | 1488 | } |
| 1489 | 1489 | |
@@ -1502,43 +1502,43 @@ discard block |
||
| 1502 | 1502 | |
| 1503 | 1503 | public function setId($id) |
| 1504 | 1504 | { |
| 1505 | - $this->id = $id; |
|
| 1505 | + $this->id = $id; |
|
| 1506 | 1506 | } |
| 1507 | 1507 | public function getId() |
| 1508 | 1508 | { |
| 1509 | - return $this->id; |
|
| 1509 | + return $this->id; |
|
| 1510 | 1510 | } |
| 1511 | 1511 | public function setItems($items) |
| 1512 | 1512 | { |
| 1513 | - $this->items = $items; |
|
| 1513 | + $this->items = $items; |
|
| 1514 | 1514 | } |
| 1515 | 1515 | public function getItems() |
| 1516 | 1516 | { |
| 1517 | - return $this->items; |
|
| 1517 | + return $this->items; |
|
| 1518 | 1518 | } |
| 1519 | 1519 | public function setKind($kind) |
| 1520 | 1520 | { |
| 1521 | - $this->kind = $kind; |
|
| 1521 | + $this->kind = $kind; |
|
| 1522 | 1522 | } |
| 1523 | 1523 | public function getKind() |
| 1524 | 1524 | { |
| 1525 | - return $this->kind; |
|
| 1525 | + return $this->kind; |
|
| 1526 | 1526 | } |
| 1527 | 1527 | public function setNextPageToken($nextPageToken) |
| 1528 | 1528 | { |
| 1529 | - $this->nextPageToken = $nextPageToken; |
|
| 1529 | + $this->nextPageToken = $nextPageToken; |
|
| 1530 | 1530 | } |
| 1531 | 1531 | public function getNextPageToken() |
| 1532 | 1532 | { |
| 1533 | - return $this->nextPageToken; |
|
| 1533 | + return $this->nextPageToken; |
|
| 1534 | 1534 | } |
| 1535 | 1535 | public function setSelfLink($selfLink) |
| 1536 | 1536 | { |
| 1537 | - $this->selfLink = $selfLink; |
|
| 1537 | + $this->selfLink = $selfLink; |
|
| 1538 | 1538 | } |
| 1539 | 1539 | public function getSelfLink() |
| 1540 | 1540 | { |
| 1541 | - return $this->selfLink; |
|
| 1541 | + return $this->selfLink; |
|
| 1542 | 1542 | } |
| 1543 | 1543 | } |
| 1544 | 1544 | |
@@ -1555,27 +1555,27 @@ discard block |
||
| 1555 | 1555 | |
| 1556 | 1556 | public function setCode($code) |
| 1557 | 1557 | { |
| 1558 | - $this->code = $code; |
|
| 1558 | + $this->code = $code; |
|
| 1559 | 1559 | } |
| 1560 | 1560 | public function getCode() |
| 1561 | 1561 | { |
| 1562 | - return $this->code; |
|
| 1562 | + return $this->code; |
|
| 1563 | 1563 | } |
| 1564 | 1564 | public function setData($data) |
| 1565 | 1565 | { |
| 1566 | - $this->data = $data; |
|
| 1566 | + $this->data = $data; |
|
| 1567 | 1567 | } |
| 1568 | 1568 | public function getData() |
| 1569 | 1569 | { |
| 1570 | - return $this->data; |
|
| 1570 | + return $this->data; |
|
| 1571 | 1571 | } |
| 1572 | 1572 | public function setMessage($message) |
| 1573 | 1573 | { |
| 1574 | - $this->message = $message; |
|
| 1574 | + $this->message = $message; |
|
| 1575 | 1575 | } |
| 1576 | 1576 | public function getMessage() |
| 1577 | 1577 | { |
| 1578 | - return $this->message; |
|
| 1578 | + return $this->message; |
|
| 1579 | 1579 | } |
| 1580 | 1580 | } |
| 1581 | 1581 | |
@@ -1589,19 +1589,19 @@ discard block |
||
| 1589 | 1589 | |
| 1590 | 1590 | public function setKey($key) |
| 1591 | 1591 | { |
| 1592 | - $this->key = $key; |
|
| 1592 | + $this->key = $key; |
|
| 1593 | 1593 | } |
| 1594 | 1594 | public function getKey() |
| 1595 | 1595 | { |
| 1596 | - return $this->key; |
|
| 1596 | + return $this->key; |
|
| 1597 | 1597 | } |
| 1598 | 1598 | public function setValue($value) |
| 1599 | 1599 | { |
| 1600 | - $this->value = $value; |
|
| 1600 | + $this->value = $value; |
|
| 1601 | 1601 | } |
| 1602 | 1602 | public function getValue() |
| 1603 | 1603 | { |
| 1604 | - return $this->value; |
|
| 1604 | + return $this->value; |
|
| 1605 | 1605 | } |
| 1606 | 1606 | } |
| 1607 | 1607 | |
@@ -1618,43 +1618,43 @@ discard block |
||
| 1618 | 1618 | |
| 1619 | 1619 | public function setCreationTimestamp($creationTimestamp) |
| 1620 | 1620 | { |
| 1621 | - $this->creationTimestamp = $creationTimestamp; |
|
| 1621 | + $this->creationTimestamp = $creationTimestamp; |
|
| 1622 | 1622 | } |
| 1623 | 1623 | public function getCreationTimestamp() |
| 1624 | 1624 | { |
| 1625 | - return $this->creationTimestamp; |
|
| 1625 | + return $this->creationTimestamp; |
|
| 1626 | 1626 | } |
| 1627 | 1627 | public function setDescription($description) |
| 1628 | 1628 | { |
| 1629 | - $this->description = $description; |
|
| 1629 | + $this->description = $description; |
|
| 1630 | 1630 | } |
| 1631 | 1631 | public function getDescription() |
| 1632 | 1632 | { |
| 1633 | - return $this->description; |
|
| 1633 | + return $this->description; |
|
| 1634 | 1634 | } |
| 1635 | 1635 | public function setExpirationTimestamp($expirationTimestamp) |
| 1636 | 1636 | { |
| 1637 | - $this->expirationTimestamp = $expirationTimestamp; |
|
| 1637 | + $this->expirationTimestamp = $expirationTimestamp; |
|
| 1638 | 1638 | } |
| 1639 | 1639 | public function getExpirationTimestamp() |
| 1640 | 1640 | { |
| 1641 | - return $this->expirationTimestamp; |
|
| 1641 | + return $this->expirationTimestamp; |
|
| 1642 | 1642 | } |
| 1643 | 1643 | public function setFingerprint($fingerprint) |
| 1644 | 1644 | { |
| 1645 | - $this->fingerprint = $fingerprint; |
|
| 1645 | + $this->fingerprint = $fingerprint; |
|
| 1646 | 1646 | } |
| 1647 | 1647 | public function getFingerprint() |
| 1648 | 1648 | { |
| 1649 | - return $this->fingerprint; |
|
| 1649 | + return $this->fingerprint; |
|
| 1650 | 1650 | } |
| 1651 | 1651 | public function setKey($key) |
| 1652 | 1652 | { |
| 1653 | - $this->key = $key; |
|
| 1653 | + $this->key = $key; |
|
| 1654 | 1654 | } |
| 1655 | 1655 | public function getKey() |
| 1656 | 1656 | { |
| 1657 | - return $this->key; |
|
| 1657 | + return $this->key; |
|
| 1658 | 1658 | } |
| 1659 | 1659 | } |
| 1660 | 1660 | |
@@ -1677,75 +1677,75 @@ discard block |
||
| 1677 | 1677 | |
| 1678 | 1678 | public function setCreationTimestamp($creationTimestamp) |
| 1679 | 1679 | { |
| 1680 | - $this->creationTimestamp = $creationTimestamp; |
|
| 1680 | + $this->creationTimestamp = $creationTimestamp; |
|
| 1681 | 1681 | } |
| 1682 | 1682 | public function getCreationTimestamp() |
| 1683 | 1683 | { |
| 1684 | - return $this->creationTimestamp; |
|
| 1684 | + return $this->creationTimestamp; |
|
| 1685 | 1685 | } |
| 1686 | 1686 | public function setDescription($description) |
| 1687 | 1687 | { |
| 1688 | - $this->description = $description; |
|
| 1688 | + $this->description = $description; |
|
| 1689 | 1689 | } |
| 1690 | 1690 | public function getDescription() |
| 1691 | 1691 | { |
| 1692 | - return $this->description; |
|
| 1692 | + return $this->description; |
|
| 1693 | 1693 | } |
| 1694 | 1694 | public function setGroups($groups) |
| 1695 | 1695 | { |
| 1696 | - $this->groups = $groups; |
|
| 1696 | + $this->groups = $groups; |
|
| 1697 | 1697 | } |
| 1698 | 1698 | public function getGroups() |
| 1699 | 1699 | { |
| 1700 | - return $this->groups; |
|
| 1700 | + return $this->groups; |
|
| 1701 | 1701 | } |
| 1702 | 1702 | public function setId($id) |
| 1703 | 1703 | { |
| 1704 | - $this->id = $id; |
|
| 1704 | + $this->id = $id; |
|
| 1705 | 1705 | } |
| 1706 | 1706 | public function getId() |
| 1707 | 1707 | { |
| 1708 | - return $this->id; |
|
| 1708 | + return $this->id; |
|
| 1709 | 1709 | } |
| 1710 | 1710 | public function setKind($kind) |
| 1711 | 1711 | { |
| 1712 | - $this->kind = $kind; |
|
| 1712 | + $this->kind = $kind; |
|
| 1713 | 1713 | } |
| 1714 | 1714 | public function getKind() |
| 1715 | 1715 | { |
| 1716 | - return $this->kind; |
|
| 1716 | + return $this->kind; |
|
| 1717 | 1717 | } |
| 1718 | 1718 | public function setName($name) |
| 1719 | 1719 | { |
| 1720 | - $this->name = $name; |
|
| 1720 | + $this->name = $name; |
|
| 1721 | 1721 | } |
| 1722 | 1722 | public function getName() |
| 1723 | 1723 | { |
| 1724 | - return $this->name; |
|
| 1724 | + return $this->name; |
|
| 1725 | 1725 | } |
| 1726 | 1726 | public function setOwner($owner) |
| 1727 | 1727 | { |
| 1728 | - $this->owner = $owner; |
|
| 1728 | + $this->owner = $owner; |
|
| 1729 | 1729 | } |
| 1730 | 1730 | public function getOwner() |
| 1731 | 1731 | { |
| 1732 | - return $this->owner; |
|
| 1732 | + return $this->owner; |
|
| 1733 | 1733 | } |
| 1734 | 1734 | public function setPublicKeys($publicKeys) |
| 1735 | 1735 | { |
| 1736 | - $this->publicKeys = $publicKeys; |
|
| 1736 | + $this->publicKeys = $publicKeys; |
|
| 1737 | 1737 | } |
| 1738 | 1738 | public function getPublicKeys() |
| 1739 | 1739 | { |
| 1740 | - return $this->publicKeys; |
|
| 1740 | + return $this->publicKeys; |
|
| 1741 | 1741 | } |
| 1742 | 1742 | public function setSelfLink($selfLink) |
| 1743 | 1743 | { |
| 1744 | - $this->selfLink = $selfLink; |
|
| 1744 | + $this->selfLink = $selfLink; |
|
| 1745 | 1745 | } |
| 1746 | 1746 | public function getSelfLink() |
| 1747 | 1747 | { |
| 1748 | - return $this->selfLink; |
|
| 1748 | + return $this->selfLink; |
|
| 1749 | 1749 | } |
| 1750 | 1750 | } |
| 1751 | 1751 | |
@@ -1764,42 +1764,42 @@ discard block |
||
| 1764 | 1764 | |
| 1765 | 1765 | public function setId($id) |
| 1766 | 1766 | { |
| 1767 | - $this->id = $id; |
|
| 1767 | + $this->id = $id; |
|
| 1768 | 1768 | } |
| 1769 | 1769 | public function getId() |
| 1770 | 1770 | { |
| 1771 | - return $this->id; |
|
| 1771 | + return $this->id; |
|
| 1772 | 1772 | } |
| 1773 | 1773 | public function setItems($items) |
| 1774 | 1774 | { |
| 1775 | - $this->items = $items; |
|
| 1775 | + $this->items = $items; |
|
| 1776 | 1776 | } |
| 1777 | 1777 | public function getItems() |
| 1778 | 1778 | { |
| 1779 | - return $this->items; |
|
| 1779 | + return $this->items; |
|
| 1780 | 1780 | } |
| 1781 | 1781 | public function setKind($kind) |
| 1782 | 1782 | { |
| 1783 | - $this->kind = $kind; |
|
| 1783 | + $this->kind = $kind; |
|
| 1784 | 1784 | } |
| 1785 | 1785 | public function getKind() |
| 1786 | 1786 | { |
| 1787 | - return $this->kind; |
|
| 1787 | + return $this->kind; |
|
| 1788 | 1788 | } |
| 1789 | 1789 | public function setNextPageToken($nextPageToken) |
| 1790 | 1790 | { |
| 1791 | - $this->nextPageToken = $nextPageToken; |
|
| 1791 | + $this->nextPageToken = $nextPageToken; |
|
| 1792 | 1792 | } |
| 1793 | 1793 | public function getNextPageToken() |
| 1794 | 1794 | { |
| 1795 | - return $this->nextPageToken; |
|
| 1795 | + return $this->nextPageToken; |
|
| 1796 | 1796 | } |
| 1797 | 1797 | public function setSelfLink($selfLink) |
| 1798 | 1798 | { |
| 1799 | - $this->selfLink = $selfLink; |
|
| 1799 | + $this->selfLink = $selfLink; |
|
| 1800 | 1800 | } |
| 1801 | 1801 | public function getSelfLink() |
| 1802 | 1802 | { |
| 1803 | - return $this->selfLink; |
|
| 1803 | + return $this->selfLink; |
|
| 1804 | 1804 | } |
| 1805 | 1805 | } |
@@ -86,7 +86,7 @@ discard block |
||
| 86 | 86 | 'required' => true, |
| 87 | 87 | ), |
| 88 | 88 | ), |
| 89 | - ),'get' => array( |
|
| 89 | + ), 'get' => array( |
|
| 90 | 90 | 'path' => '{project}/global/operations/{operation}', |
| 91 | 91 | 'httpMethod' => 'GET', |
| 92 | 92 | 'parameters' => array( |
@@ -101,7 +101,7 @@ discard block |
||
| 101 | 101 | 'required' => true, |
| 102 | 102 | ), |
| 103 | 103 | ), |
| 104 | - ),'list' => array( |
|
| 104 | + ), 'list' => array( |
|
| 105 | 105 | 'path' => '{project}/global/operations', |
| 106 | 106 | 'httpMethod' => 'GET', |
| 107 | 107 | 'parameters' => array( |
@@ -152,7 +152,7 @@ discard block |
||
| 152 | 152 | 'required' => true, |
| 153 | 153 | ), |
| 154 | 154 | ), |
| 155 | - ),'delete' => array( |
|
| 155 | + ), 'delete' => array( |
|
| 156 | 156 | 'path' => '{project}/global/groups/{groupName}', |
| 157 | 157 | 'httpMethod' => 'DELETE', |
| 158 | 158 | 'parameters' => array( |
@@ -167,7 +167,7 @@ discard block |
||
| 167 | 167 | 'required' => true, |
| 168 | 168 | ), |
| 169 | 169 | ), |
| 170 | - ),'get' => array( |
|
| 170 | + ), 'get' => array( |
|
| 171 | 171 | 'path' => '{project}/global/groups/{groupName}', |
| 172 | 172 | 'httpMethod' => 'GET', |
| 173 | 173 | 'parameters' => array( |
@@ -182,7 +182,7 @@ discard block |
||
| 182 | 182 | 'required' => true, |
| 183 | 183 | ), |
| 184 | 184 | ), |
| 185 | - ),'insert' => array( |
|
| 185 | + ), 'insert' => array( |
|
| 186 | 186 | 'path' => '{project}/global/groups', |
| 187 | 187 | 'httpMethod' => 'POST', |
| 188 | 188 | 'parameters' => array( |
@@ -192,7 +192,7 @@ discard block |
||
| 192 | 192 | 'required' => true, |
| 193 | 193 | ), |
| 194 | 194 | ), |
| 195 | - ),'list' => array( |
|
| 195 | + ), 'list' => array( |
|
| 196 | 196 | 'path' => '{project}/global/groups', |
| 197 | 197 | 'httpMethod' => 'GET', |
| 198 | 198 | 'parameters' => array( |
@@ -218,7 +218,7 @@ discard block |
||
| 218 | 218 | 'type' => 'string', |
| 219 | 219 | ), |
| 220 | 220 | ), |
| 221 | - ),'removeMember' => array( |
|
| 221 | + ), 'removeMember' => array( |
|
| 222 | 222 | 'path' => '{project}/global/groups/{groupName}/removeMember', |
| 223 | 223 | 'httpMethod' => 'POST', |
| 224 | 224 | 'parameters' => array( |
@@ -268,7 +268,7 @@ discard block |
||
| 268 | 268 | 'required' => true, |
| 269 | 269 | ), |
| 270 | 270 | ), |
| 271 | - ),'getLinuxAccountViews' => array( |
|
| 271 | + ), 'getLinuxAccountViews' => array( |
|
| 272 | 272 | 'path' => '{project}/zones/{zone}/linuxAccountViews', |
| 273 | 273 | 'httpMethod' => 'POST', |
| 274 | 274 | 'parameters' => array( |
@@ -333,7 +333,7 @@ discard block |
||
| 333 | 333 | 'required' => true, |
| 334 | 334 | ), |
| 335 | 335 | ), |
| 336 | - ),'delete' => array( |
|
| 336 | + ), 'delete' => array( |
|
| 337 | 337 | 'path' => '{project}/global/users/{user}', |
| 338 | 338 | 'httpMethod' => 'DELETE', |
| 339 | 339 | 'parameters' => array( |
@@ -348,7 +348,7 @@ discard block |
||
| 348 | 348 | 'required' => true, |
| 349 | 349 | ), |
| 350 | 350 | ), |
| 351 | - ),'get' => array( |
|
| 351 | + ), 'get' => array( |
|
| 352 | 352 | 'path' => '{project}/global/users/{user}', |
| 353 | 353 | 'httpMethod' => 'GET', |
| 354 | 354 | 'parameters' => array( |
@@ -363,7 +363,7 @@ discard block |
||
| 363 | 363 | 'required' => true, |
| 364 | 364 | ), |
| 365 | 365 | ), |
| 366 | - ),'insert' => array( |
|
| 366 | + ), 'insert' => array( |
|
| 367 | 367 | 'path' => '{project}/global/users', |
| 368 | 368 | 'httpMethod' => 'POST', |
| 369 | 369 | 'parameters' => array( |
@@ -373,7 +373,7 @@ discard block |
||
| 373 | 373 | 'required' => true, |
| 374 | 374 | ), |
| 375 | 375 | ), |
| 376 | - ),'list' => array( |
|
| 376 | + ), 'list' => array( |
|
| 377 | 377 | 'path' => '{project}/global/users', |
| 378 | 378 | 'httpMethod' => 'GET', |
| 379 | 379 | 'parameters' => array( |
@@ -399,7 +399,7 @@ discard block |
||
| 399 | 399 | 'type' => 'string', |
| 400 | 400 | ), |
| 401 | 401 | ), |
| 402 | - ),'removePublicKey' => array( |
|
| 402 | + ), 'removePublicKey' => array( |
|
| 403 | 403 | 'path' => '{project}/global/users/{user}/removePublicKey', |
| 404 | 404 | 'httpMethod' => 'POST', |
| 405 | 405 | 'parameters' => array( |
@@ -3143,7 +3143,7 @@ discard block |
||
| 3143 | 3143 | * |
| 3144 | 3144 | * @param string $project Project ID for this request. |
| 3145 | 3145 | * @param string $region The name of the region for this request. |
| 3146 | - * @param Google_Address $postBody |
|
| 3146 | + * @param Google_Service_Compute_Address $postBody |
|
| 3147 | 3147 | * @param array $optParams Optional parameters. |
| 3148 | 3148 | * @return Google_Service_Compute_Operation |
| 3149 | 3149 | */ |
@@ -3224,7 +3224,7 @@ discard block |
||
| 3224 | 3224 | * @param string $project |
| 3225 | 3225 | * @param string $backendService Name of the BackendService resource to which |
| 3226 | 3226 | * the queried instance belongs. |
| 3227 | - * @param Google_ResourceGroupReference $postBody |
|
| 3227 | + * @param Google_Service_Compute_ResourceGroupReference $postBody |
|
| 3228 | 3228 | * @param array $optParams Optional parameters. |
| 3229 | 3229 | * @return Google_Service_Compute_BackendServiceGroupHealth |
| 3230 | 3230 | */ |
@@ -3240,7 +3240,7 @@ discard block |
||
| 3240 | 3240 | * included in the request. (backendServices.insert) |
| 3241 | 3241 | * |
| 3242 | 3242 | * @param string $project Name of the project scoping this request. |
| 3243 | - * @param Google_BackendService $postBody |
|
| 3243 | + * @param Google_Service_Compute_BackendService $postBody |
|
| 3244 | 3244 | * @param array $optParams Optional parameters. |
| 3245 | 3245 | * @return Google_Service_Compute_Operation |
| 3246 | 3246 | */ |
@@ -3277,7 +3277,7 @@ discard block |
||
| 3277 | 3277 | * |
| 3278 | 3278 | * @param string $project Name of the project scoping this request. |
| 3279 | 3279 | * @param string $backendService Name of the BackendService resource to update. |
| 3280 | - * @param Google_BackendService $postBody |
|
| 3280 | + * @param Google_Service_Compute_BackendService $postBody |
|
| 3281 | 3281 | * @param array $optParams Optional parameters. |
| 3282 | 3282 | * @return Google_Service_Compute_Operation |
| 3283 | 3283 | */ |
@@ -3294,7 +3294,7 @@ discard block |
||
| 3294 | 3294 | * |
| 3295 | 3295 | * @param string $project Name of the project scoping this request. |
| 3296 | 3296 | * @param string $backendService Name of the BackendService resource to update. |
| 3297 | - * @param Google_BackendService $postBody |
|
| 3297 | + * @param Google_Service_Compute_BackendService $postBody |
|
| 3298 | 3298 | * @param array $optParams Optional parameters. |
| 3299 | 3299 | * @return Google_Service_Compute_Operation |
| 3300 | 3300 | */ |
@@ -3411,7 +3411,7 @@ discard block |
||
| 3411 | 3411 | * @param string $project Project ID for this request. |
| 3412 | 3412 | * @param string $zone The name of the zone for this request. |
| 3413 | 3413 | * @param string $disk Name of the persistent disk to snapshot. |
| 3414 | - * @param Google_Snapshot $postBody |
|
| 3414 | + * @param Google_Service_Compute_Snapshot $postBody |
|
| 3415 | 3415 | * @param array $optParams Optional parameters. |
| 3416 | 3416 | * @return Google_Service_Compute_Operation |
| 3417 | 3417 | */ |
@@ -3460,7 +3460,7 @@ discard block |
||
| 3460 | 3460 | * |
| 3461 | 3461 | * @param string $project Project ID for this request. |
| 3462 | 3462 | * @param string $zone The name of the zone for this request. |
| 3463 | - * @param Google_Disk $postBody |
|
| 3463 | + * @param Google_Service_Compute_Disk $postBody |
|
| 3464 | 3464 | * @param array $optParams Optional parameters. |
| 3465 | 3465 | * |
| 3466 | 3466 | * @opt_param string sourceImage Optional. Source image to restore onto a disk. |
@@ -3541,7 +3541,7 @@ discard block |
||
| 3541 | 3541 | * in the request. (firewalls.insert) |
| 3542 | 3542 | * |
| 3543 | 3543 | * @param string $project Project ID for this request. |
| 3544 | - * @param Google_Firewall $postBody |
|
| 3544 | + * @param Google_Service_Compute_Firewall $postBody |
|
| 3545 | 3545 | * @param array $optParams Optional parameters. |
| 3546 | 3546 | * @return Google_Service_Compute_Operation |
| 3547 | 3547 | */ |
@@ -3578,7 +3578,7 @@ discard block |
||
| 3578 | 3578 | * |
| 3579 | 3579 | * @param string $project Project ID for this request. |
| 3580 | 3580 | * @param string $firewall Name of the firewall resource to update. |
| 3581 | - * @param Google_Firewall $postBody |
|
| 3581 | + * @param Google_Service_Compute_Firewall $postBody |
|
| 3582 | 3582 | * @param array $optParams Optional parameters. |
| 3583 | 3583 | * @return Google_Service_Compute_Operation |
| 3584 | 3584 | */ |
@@ -3595,7 +3595,7 @@ discard block |
||
| 3595 | 3595 | * |
| 3596 | 3596 | * @param string $project Project ID for this request. |
| 3597 | 3597 | * @param string $firewall Name of the firewall resource to update. |
| 3598 | - * @param Google_Firewall $postBody |
|
| 3598 | + * @param Google_Service_Compute_Firewall $postBody |
|
| 3599 | 3599 | * @param array $optParams Optional parameters. |
| 3600 | 3600 | * @return Google_Service_Compute_Operation |
| 3601 | 3601 | */ |
@@ -3676,7 +3676,7 @@ discard block |
||
| 3676 | 3676 | * |
| 3677 | 3677 | * @param string $project Name of the project scoping this request. |
| 3678 | 3678 | * @param string $region Name of the region scoping this request. |
| 3679 | - * @param Google_ForwardingRule $postBody |
|
| 3679 | + * @param Google_Service_Compute_ForwardingRule $postBody |
|
| 3680 | 3680 | * @param array $optParams Optional parameters. |
| 3681 | 3681 | * @return Google_Service_Compute_Operation |
| 3682 | 3682 | */ |
@@ -3715,7 +3715,7 @@ discard block |
||
| 3715 | 3715 | * @param string $region Name of the region scoping this request. |
| 3716 | 3716 | * @param string $forwardingRule Name of the ForwardingRule resource in which |
| 3717 | 3717 | * target is to be set. |
| 3718 | - * @param Google_TargetReference $postBody |
|
| 3718 | + * @param Google_Service_Compute_TargetReference $postBody |
|
| 3719 | 3719 | * @param array $optParams Optional parameters. |
| 3720 | 3720 | * @return Google_Service_Compute_Operation |
| 3721 | 3721 | */ |
@@ -3773,7 +3773,7 @@ discard block |
||
| 3773 | 3773 | * in the request. (globalAddresses.insert) |
| 3774 | 3774 | * |
| 3775 | 3775 | * @param string $project Project ID for this request. |
| 3776 | - * @param Google_Address $postBody |
|
| 3776 | + * @param Google_Service_Compute_Address $postBody |
|
| 3777 | 3777 | * @param array $optParams Optional parameters. |
| 3778 | 3778 | * @return Google_Service_Compute_Operation |
| 3779 | 3779 | */ |
@@ -3851,7 +3851,7 @@ discard block |
||
| 3851 | 3851 | * the data included in the request. (globalForwardingRules.insert) |
| 3852 | 3852 | * |
| 3853 | 3853 | * @param string $project Name of the project scoping this request. |
| 3854 | - * @param Google_ForwardingRule $postBody |
|
| 3854 | + * @param Google_Service_Compute_ForwardingRule $postBody |
|
| 3855 | 3855 | * @param array $optParams Optional parameters. |
| 3856 | 3856 | * @return Google_Service_Compute_Operation |
| 3857 | 3857 | */ |
@@ -3888,7 +3888,7 @@ discard block |
||
| 3888 | 3888 | * @param string $project Name of the project scoping this request. |
| 3889 | 3889 | * @param string $forwardingRule Name of the ForwardingRule resource in which |
| 3890 | 3890 | * target is to be set. |
| 3891 | - * @param Google_TargetReference $postBody |
|
| 3891 | + * @param Google_Service_Compute_TargetReference $postBody |
|
| 3892 | 3892 | * @param array $optParams Optional parameters. |
| 3893 | 3893 | * @return Google_Service_Compute_Operation |
| 3894 | 3894 | */ |
@@ -4029,7 +4029,7 @@ discard block |
||
| 4029 | 4029 | * included in the request. (httpHealthChecks.insert) |
| 4030 | 4030 | * |
| 4031 | 4031 | * @param string $project Name of the project scoping this request. |
| 4032 | - * @param Google_HttpHealthCheck $postBody |
|
| 4032 | + * @param Google_Service_Compute_HttpHealthCheck $postBody |
|
| 4033 | 4033 | * @param array $optParams Optional parameters. |
| 4034 | 4034 | * @return Google_Service_Compute_Operation |
| 4035 | 4035 | */ |
@@ -4068,7 +4068,7 @@ discard block |
||
| 4068 | 4068 | * @param string $project Name of the project scoping this request. |
| 4069 | 4069 | * @param string $httpHealthCheck Name of the HttpHealthCheck resource to |
| 4070 | 4070 | * update. |
| 4071 | - * @param Google_HttpHealthCheck $postBody |
|
| 4071 | + * @param Google_Service_Compute_HttpHealthCheck $postBody |
|
| 4072 | 4072 | * @param array $optParams Optional parameters. |
| 4073 | 4073 | * @return Google_Service_Compute_Operation |
| 4074 | 4074 | */ |
@@ -4086,7 +4086,7 @@ discard block |
||
| 4086 | 4086 | * @param string $project Name of the project scoping this request. |
| 4087 | 4087 | * @param string $httpHealthCheck Name of the HttpHealthCheck resource to |
| 4088 | 4088 | * update. |
| 4089 | - * @param Google_HttpHealthCheck $postBody |
|
| 4089 | + * @param Google_Service_Compute_HttpHealthCheck $postBody |
|
| 4090 | 4090 | * @param array $optParams Optional parameters. |
| 4091 | 4091 | * @return Google_Service_Compute_Operation |
| 4092 | 4092 | */ |
@@ -4132,7 +4132,7 @@ discard block |
||
| 4132 | 4132 | * |
| 4133 | 4133 | * @param string $project Project ID for this request. |
| 4134 | 4134 | * @param string $image Image name. |
| 4135 | - * @param Google_DeprecationStatus $postBody |
|
| 4135 | + * @param Google_Service_Compute_DeprecationStatus $postBody |
|
| 4136 | 4136 | * @param array $optParams Optional parameters. |
| 4137 | 4137 | * @return Google_Service_Compute_Operation |
| 4138 | 4138 | */ |
@@ -4163,7 +4163,7 @@ discard block |
||
| 4163 | 4163 | * the request. (images.insert) |
| 4164 | 4164 | * |
| 4165 | 4165 | * @param string $project Project ID for this request. |
| 4166 | - * @param Google_Image $postBody |
|
| 4166 | + * @param Google_Service_Compute_Image $postBody |
|
| 4167 | 4167 | * @param array $optParams Optional parameters. |
| 4168 | 4168 | * @return Google_Service_Compute_Operation |
| 4169 | 4169 | */ |
@@ -4241,7 +4241,7 @@ discard block |
||
| 4241 | 4241 | * included in the request. (instanceTemplates.insert) |
| 4242 | 4242 | * |
| 4243 | 4243 | * @param string $project The project ID for this request. |
| 4244 | - * @param Google_InstanceTemplate $postBody |
|
| 4244 | + * @param Google_Service_Compute_InstanceTemplate $postBody |
|
| 4245 | 4245 | * @param array $optParams Optional parameters. |
| 4246 | 4246 | * @return Google_Service_Compute_Operation |
| 4247 | 4247 | */ |
@@ -4293,7 +4293,7 @@ discard block |
||
| 4293 | 4293 | * @param string $instance The instance name for this request. |
| 4294 | 4294 | * @param string $networkInterface The name of the network interface to add to |
| 4295 | 4295 | * this instance. |
| 4296 | - * @param Google_AccessConfig $postBody |
|
| 4296 | + * @param Google_Service_Compute_AccessConfig $postBody |
|
| 4297 | 4297 | * @param array $optParams Optional parameters. |
| 4298 | 4298 | * @return Google_Service_Compute_Operation |
| 4299 | 4299 | */ |
@@ -4329,7 +4329,7 @@ discard block |
||
| 4329 | 4329 | * @param string $project Project ID for this request. |
| 4330 | 4330 | * @param string $zone The name of the zone for this request. |
| 4331 | 4331 | * @param string $instance Instance name. |
| 4332 | - * @param Google_AttachedDisk $postBody |
|
| 4332 | + * @param Google_Service_Compute_AttachedDisk $postBody |
|
| 4333 | 4333 | * @param array $optParams Optional parameters. |
| 4334 | 4334 | * @return Google_Service_Compute_Operation |
| 4335 | 4335 | */ |
@@ -4434,7 +4434,7 @@ discard block |
||
| 4434 | 4434 | * |
| 4435 | 4435 | * @param string $project Project ID for this request. |
| 4436 | 4436 | * @param string $zone The name of the zone for this request. |
| 4437 | - * @param Google_Instance $postBody |
|
| 4437 | + * @param Google_Service_Compute_Instance $postBody |
|
| 4438 | 4438 | * @param array $optParams Optional parameters. |
| 4439 | 4439 | * @return Google_Service_Compute_Operation |
| 4440 | 4440 | */ |
@@ -4509,7 +4509,7 @@ discard block |
||
| 4509 | 4509 | * @param string $project Project ID for this request. |
| 4510 | 4510 | * @param string $zone The name of the zone for this request. |
| 4511 | 4511 | * @param string $instance Name of the instance scoping this request. |
| 4512 | - * @param Google_Metadata $postBody |
|
| 4512 | + * @param Google_Service_Compute_Metadata $postBody |
|
| 4513 | 4513 | * @param array $optParams Optional parameters. |
| 4514 | 4514 | * @return Google_Service_Compute_Operation |
| 4515 | 4515 | */ |
@@ -4526,7 +4526,7 @@ discard block |
||
| 4526 | 4526 | * @param string $project Project ID for this request. |
| 4527 | 4527 | * @param string $zone The name of the zone for this request. |
| 4528 | 4528 | * @param string $instance Instance name. |
| 4529 | - * @param Google_Scheduling $postBody |
|
| 4529 | + * @param Google_Service_Compute_Scheduling $postBody |
|
| 4530 | 4530 | * @param array $optParams Optional parameters. |
| 4531 | 4531 | * @return Google_Service_Compute_Operation |
| 4532 | 4532 | */ |
@@ -4544,7 +4544,7 @@ discard block |
||
| 4544 | 4544 | * @param string $project Project ID for this request. |
| 4545 | 4545 | * @param string $zone The name of the zone for this request. |
| 4546 | 4546 | * @param string $instance Name of the instance scoping this request. |
| 4547 | - * @param Google_Tags $postBody |
|
| 4547 | + * @param Google_Service_Compute_Tags $postBody |
|
| 4548 | 4548 | * @param array $optParams Optional parameters. |
| 4549 | 4549 | * @return Google_Service_Compute_Operation |
| 4550 | 4550 | */ |
@@ -4737,7 +4737,7 @@ discard block |
||
| 4737 | 4737 | * in the request. (networks.insert) |
| 4738 | 4738 | * |
| 4739 | 4739 | * @param string $project Project ID for this request. |
| 4740 | - * @param Google_Network $postBody |
|
| 4740 | + * @param Google_Service_Compute_Network $postBody |
|
| 4741 | 4741 | * @param array $optParams Optional parameters. |
| 4742 | 4742 | * @return Google_Service_Compute_Operation |
| 4743 | 4743 | */ |
@@ -4798,7 +4798,7 @@ discard block |
||
| 4798 | 4798 | * Moves a persistent disk from one zone to another. (projects.moveDisk) |
| 4799 | 4799 | * |
| 4800 | 4800 | * @param string $project Project ID for this request. |
| 4801 | - * @param Google_DiskMoveRequest $postBody |
|
| 4801 | + * @param Google_Service_Compute_DiskMoveRequest $postBody |
|
| 4802 | 4802 | * @param array $optParams Optional parameters. |
| 4803 | 4803 | * @return Google_Service_Compute_Operation |
| 4804 | 4804 | */ |
@@ -4814,7 +4814,7 @@ discard block |
||
| 4814 | 4814 | * (projects.moveInstance) |
| 4815 | 4815 | * |
| 4816 | 4816 | * @param string $project Project ID for this request. |
| 4817 | - * @param Google_InstanceMoveRequest $postBody |
|
| 4817 | + * @param Google_Service_Compute_InstanceMoveRequest $postBody |
|
| 4818 | 4818 | * @param array $optParams Optional parameters. |
| 4819 | 4819 | * @return Google_Service_Compute_Operation |
| 4820 | 4820 | */ |
@@ -4830,7 +4830,7 @@ discard block |
||
| 4830 | 4830 | * data included in the request. (projects.setCommonInstanceMetadata) |
| 4831 | 4831 | * |
| 4832 | 4832 | * @param string $project Project ID for this request. |
| 4833 | - * @param Google_Metadata $postBody |
|
| 4833 | + * @param Google_Service_Compute_Metadata $postBody |
|
| 4834 | 4834 | * @param array $optParams Optional parameters. |
| 4835 | 4835 | * @return Google_Service_Compute_Operation |
| 4836 | 4836 | */ |
@@ -4847,7 +4847,7 @@ discard block |
||
| 4847 | 4847 | * the usage export feature will be disabled. (projects.setUsageExportBucket) |
| 4848 | 4848 | * |
| 4849 | 4849 | * @param string $project Project ID for this request. |
| 4850 | - * @param Google_UsageExportLocation $postBody |
|
| 4850 | + * @param Google_Service_Compute_UsageExportLocation $postBody |
|
| 4851 | 4851 | * @param array $optParams Optional parameters. |
| 4852 | 4852 | * @return Google_Service_Compute_Operation |
| 4853 | 4853 | */ |
@@ -5018,7 +5018,7 @@ discard block |
||
| 5018 | 5018 | * the request. (routes.insert) |
| 5019 | 5019 | * |
| 5020 | 5020 | * @param string $project Name of the project scoping this request. |
| 5021 | - * @param Google_Route $postBody |
|
| 5021 | + * @param Google_Service_Compute_Route $postBody |
|
| 5022 | 5022 | * @param array $optParams Optional parameters. |
| 5023 | 5023 | * @return Google_Service_Compute_Operation |
| 5024 | 5024 | */ |
@@ -5162,7 +5162,7 @@ discard block |
||
| 5162 | 5162 | * included in the request. (targetHttpProxies.insert) |
| 5163 | 5163 | * |
| 5164 | 5164 | * @param string $project Name of the project scoping this request. |
| 5165 | - * @param Google_TargetHttpProxy $postBody |
|
| 5165 | + * @param Google_Service_Compute_TargetHttpProxy $postBody |
|
| 5166 | 5166 | * @param array $optParams Optional parameters. |
| 5167 | 5167 | * @return Google_Service_Compute_Operation |
| 5168 | 5168 | */ |
@@ -5199,7 +5199,7 @@ discard block |
||
| 5199 | 5199 | * @param string $project Name of the project scoping this request. |
| 5200 | 5200 | * @param string $targetHttpProxy Name of the TargetHttpProxy resource whose URL |
| 5201 | 5201 | * map is to be set. |
| 5202 | - * @param Google_UrlMapReference $postBody |
|
| 5202 | + * @param Google_Service_Compute_UrlMapReference $postBody |
|
| 5203 | 5203 | * @param array $optParams Optional parameters. |
| 5204 | 5204 | * @return Google_Service_Compute_Operation |
| 5205 | 5205 | */ |
@@ -5280,7 +5280,7 @@ discard block |
||
| 5280 | 5280 | * |
| 5281 | 5281 | * @param string $project Name of the project scoping this request. |
| 5282 | 5282 | * @param string $zone Name of the zone scoping this request. |
| 5283 | - * @param Google_TargetInstance $postBody |
|
| 5283 | + * @param Google_Service_Compute_TargetInstance $postBody |
|
| 5284 | 5284 | * @param array $optParams Optional parameters. |
| 5285 | 5285 | * @return Google_Service_Compute_Operation |
| 5286 | 5286 | */ |
@@ -5331,7 +5331,7 @@ discard block |
||
| 5331 | 5331 | * @param string $region Name of the region scoping this request. |
| 5332 | 5332 | * @param string $targetPool Name of the TargetPool resource to which |
| 5333 | 5333 | * health_check_url is to be added. |
| 5334 | - * @param Google_TargetPoolsAddHealthCheckRequest $postBody |
|
| 5334 | + * @param Google_Service_Compute_TargetPoolsAddHealthCheckRequest $postBody |
|
| 5335 | 5335 | * @param array $optParams Optional parameters. |
| 5336 | 5336 | * @return Google_Service_Compute_Operation |
| 5337 | 5337 | */ |
@@ -5349,7 +5349,7 @@ discard block |
||
| 5349 | 5349 | * @param string $region Name of the region scoping this request. |
| 5350 | 5350 | * @param string $targetPool Name of the TargetPool resource to which |
| 5351 | 5351 | * instance_url is to be added. |
| 5352 | - * @param Google_TargetPoolsAddInstanceRequest $postBody |
|
| 5352 | + * @param Google_Service_Compute_TargetPoolsAddInstanceRequest $postBody |
|
| 5353 | 5353 | * @param array $optParams Optional parameters. |
| 5354 | 5354 | * @return Google_Service_Compute_Operation |
| 5355 | 5355 | */ |
@@ -5420,7 +5420,7 @@ discard block |
||
| 5420 | 5420 | * @param string $region Name of the region scoping this request. |
| 5421 | 5421 | * @param string $targetPool Name of the TargetPool resource to which the |
| 5422 | 5422 | * queried instance belongs. |
| 5423 | - * @param Google_InstanceReference $postBody |
|
| 5423 | + * @param Google_Service_Compute_InstanceReference $postBody |
|
| 5424 | 5424 | * @param array $optParams Optional parameters. |
| 5425 | 5425 | * @return Google_Service_Compute_TargetPoolInstanceHealth |
| 5426 | 5426 | */ |
@@ -5437,7 +5437,7 @@ discard block |
||
| 5437 | 5437 | * |
| 5438 | 5438 | * @param string $project Name of the project scoping this request. |
| 5439 | 5439 | * @param string $region Name of the region scoping this request. |
| 5440 | - * @param Google_TargetPool $postBody |
|
| 5440 | + * @param Google_Service_Compute_TargetPool $postBody |
|
| 5441 | 5441 | * @param array $optParams Optional parameters. |
| 5442 | 5442 | * @return Google_Service_Compute_Operation |
| 5443 | 5443 | */ |
@@ -5476,7 +5476,7 @@ discard block |
||
| 5476 | 5476 | * @param string $region Name of the region scoping this request. |
| 5477 | 5477 | * @param string $targetPool Name of the TargetPool resource to which |
| 5478 | 5478 | * health_check_url is to be removed. |
| 5479 | - * @param Google_TargetPoolsRemoveHealthCheckRequest $postBody |
|
| 5479 | + * @param Google_Service_Compute_TargetPoolsRemoveHealthCheckRequest $postBody |
|
| 5480 | 5480 | * @param array $optParams Optional parameters. |
| 5481 | 5481 | * @return Google_Service_Compute_Operation |
| 5482 | 5482 | */ |
@@ -5494,7 +5494,7 @@ discard block |
||
| 5494 | 5494 | * @param string $region Name of the region scoping this request. |
| 5495 | 5495 | * @param string $targetPool Name of the TargetPool resource to which |
| 5496 | 5496 | * instance_url is to be removed. |
| 5497 | - * @param Google_TargetPoolsRemoveInstanceRequest $postBody |
|
| 5497 | + * @param Google_Service_Compute_TargetPoolsRemoveInstanceRequest $postBody |
|
| 5498 | 5498 | * @param array $optParams Optional parameters. |
| 5499 | 5499 | * @return Google_Service_Compute_Operation |
| 5500 | 5500 | */ |
@@ -5512,7 +5512,7 @@ discard block |
||
| 5512 | 5512 | * @param string $region Name of the region scoping this request. |
| 5513 | 5513 | * @param string $targetPool Name of the TargetPool resource for which the |
| 5514 | 5514 | * backup is to be set. |
| 5515 | - * @param Google_TargetReference $postBody |
|
| 5515 | + * @param Google_Service_Compute_TargetReference $postBody |
|
| 5516 | 5516 | * @param array $optParams Optional parameters. |
| 5517 | 5517 | * |
| 5518 | 5518 | * @opt_param float failoverRatio New failoverRatio value for the containing |
@@ -5598,7 +5598,7 @@ discard block |
||
| 5598 | 5598 | * |
| 5599 | 5599 | * @param string $project Project ID for this request. |
| 5600 | 5600 | * @param string $region The name of the region for this request. |
| 5601 | - * @param Google_TargetVpnGateway $postBody |
|
| 5601 | + * @param Google_Service_Compute_TargetVpnGateway $postBody |
|
| 5602 | 5602 | * @param array $optParams Optional parameters. |
| 5603 | 5603 | * @return Google_Service_Compute_Operation |
| 5604 | 5604 | */ |
@@ -5677,7 +5677,7 @@ discard block |
||
| 5677 | 5677 | * the request. (urlMaps.insert) |
| 5678 | 5678 | * |
| 5679 | 5679 | * @param string $project Name of the project scoping this request. |
| 5680 | - * @param Google_UrlMap $postBody |
|
| 5680 | + * @param Google_Service_Compute_UrlMap $postBody |
|
| 5681 | 5681 | * @param array $optParams Optional parameters. |
| 5682 | 5682 | * @return Google_Service_Compute_Operation |
| 5683 | 5683 | */ |
@@ -5714,7 +5714,7 @@ discard block |
||
| 5714 | 5714 | * |
| 5715 | 5715 | * @param string $project Name of the project scoping this request. |
| 5716 | 5716 | * @param string $urlMap Name of the UrlMap resource to update. |
| 5717 | - * @param Google_UrlMap $postBody |
|
| 5717 | + * @param Google_Service_Compute_UrlMap $postBody |
|
| 5718 | 5718 | * @param array $optParams Optional parameters. |
| 5719 | 5719 | * @return Google_Service_Compute_Operation |
| 5720 | 5720 | */ |
@@ -5730,7 +5730,7 @@ discard block |
||
| 5730 | 5730 | * |
| 5731 | 5731 | * @param string $project Name of the project scoping this request. |
| 5732 | 5732 | * @param string $urlMap Name of the UrlMap resource to update. |
| 5733 | - * @param Google_UrlMap $postBody |
|
| 5733 | + * @param Google_Service_Compute_UrlMap $postBody |
|
| 5734 | 5734 | * @param array $optParams Optional parameters. |
| 5735 | 5735 | * @return Google_Service_Compute_Operation |
| 5736 | 5736 | */ |
@@ -5748,7 +5748,7 @@ discard block |
||
| 5748 | 5748 | * |
| 5749 | 5749 | * @param string $project Name of the project scoping this request. |
| 5750 | 5750 | * @param string $urlMap Name of the UrlMap resource to be validated as. |
| 5751 | - * @param Google_UrlMapsValidateRequest $postBody |
|
| 5751 | + * @param Google_Service_Compute_UrlMapsValidateRequest $postBody |
|
| 5752 | 5752 | * @param array $optParams Optional parameters. |
| 5753 | 5753 | * @return Google_Service_Compute_UrlMapsValidateResponse |
| 5754 | 5754 | */ |
@@ -5829,7 +5829,7 @@ discard block |
||
| 5829 | 5829 | * |
| 5830 | 5830 | * @param string $project Project ID for this request. |
| 5831 | 5831 | * @param string $region The name of the region for this request. |
| 5832 | - * @param Google_VpnTunnel $postBody |
|
| 5832 | + * @param Google_Service_Compute_VpnTunnel $postBody |
|
| 5833 | 5833 | * @param array $optParams Optional parameters. |
| 5834 | 5834 | * @return Google_Service_Compute_Operation |
| 5835 | 5835 | */ |
@@ -32,22 +32,22 @@ discard block |
||
| 32 | 32 | { |
| 33 | 33 | /** View and manage your data across Google Cloud Platform services. */ |
| 34 | 34 | const CLOUD_PLATFORM = |
| 35 | - "https://www.googleapis.com/auth/cloud-platform"; |
|
| 35 | + "https://www.googleapis.com/auth/cloud-platform"; |
|
| 36 | 36 | /** View and manage your Google Compute Engine resources. */ |
| 37 | 37 | const COMPUTE = |
| 38 | - "https://www.googleapis.com/auth/compute"; |
|
| 38 | + "https://www.googleapis.com/auth/compute"; |
|
| 39 | 39 | /** View your Google Compute Engine resources. */ |
| 40 | 40 | const COMPUTE_READONLY = |
| 41 | - "https://www.googleapis.com/auth/compute.readonly"; |
|
| 41 | + "https://www.googleapis.com/auth/compute.readonly"; |
|
| 42 | 42 | /** Manage your data and permissions in Google Cloud Storage. */ |
| 43 | 43 | const DEVSTORAGE_FULL_CONTROL = |
| 44 | - "https://www.googleapis.com/auth/devstorage.full_control"; |
|
| 44 | + "https://www.googleapis.com/auth/devstorage.full_control"; |
|
| 45 | 45 | /** View your data in Google Cloud Storage. */ |
| 46 | 46 | const DEVSTORAGE_READ_ONLY = |
| 47 | - "https://www.googleapis.com/auth/devstorage.read_only"; |
|
| 47 | + "https://www.googleapis.com/auth/devstorage.read_only"; |
|
| 48 | 48 | /** Manage your data in Google Cloud Storage. */ |
| 49 | 49 | const DEVSTORAGE_READ_WRITE = |
| 50 | - "https://www.googleapis.com/auth/devstorage.read_write"; |
|
| 50 | + "https://www.googleapis.com/auth/devstorage.read_write"; |
|
| 51 | 51 | |
| 52 | 52 | public $addresses; |
| 53 | 53 | public $backendServices; |
@@ -87,2990 +87,2990 @@ discard block |
||
| 87 | 87 | */ |
| 88 | 88 | public function __construct(Google_Client $client) |
| 89 | 89 | { |
| 90 | - parent::__construct($client); |
|
| 91 | - $this->rootUrl = 'https://www.googleapis.com/'; |
|
| 92 | - $this->servicePath = 'compute/v1/projects/'; |
|
| 93 | - $this->version = 'v1'; |
|
| 94 | - $this->serviceName = 'compute'; |
|
| 95 | - |
|
| 96 | - $this->addresses = new Google_Service_Compute_Addresses_Resource( |
|
| 97 | - $this, |
|
| 98 | - $this->serviceName, |
|
| 99 | - 'addresses', |
|
| 100 | - array( |
|
| 101 | - 'methods' => array( |
|
| 102 | - 'aggregatedList' => array( |
|
| 103 | - 'path' => '{project}/aggregated/addresses', |
|
| 104 | - 'httpMethod' => 'GET', |
|
| 105 | - 'parameters' => array( |
|
| 106 | - 'project' => array( |
|
| 107 | - 'location' => 'path', |
|
| 108 | - 'type' => 'string', |
|
| 109 | - 'required' => true, |
|
| 110 | - ), |
|
| 111 | - 'filter' => array( |
|
| 112 | - 'location' => 'query', |
|
| 113 | - 'type' => 'string', |
|
| 114 | - ), |
|
| 115 | - 'pageToken' => array( |
|
| 116 | - 'location' => 'query', |
|
| 117 | - 'type' => 'string', |
|
| 118 | - ), |
|
| 119 | - 'maxResults' => array( |
|
| 120 | - 'location' => 'query', |
|
| 121 | - 'type' => 'integer', |
|
| 122 | - ), |
|
| 123 | - ), |
|
| 124 | - ),'delete' => array( |
|
| 125 | - 'path' => '{project}/regions/{region}/addresses/{address}', |
|
| 126 | - 'httpMethod' => 'DELETE', |
|
| 127 | - 'parameters' => array( |
|
| 128 | - 'project' => array( |
|
| 129 | - 'location' => 'path', |
|
| 130 | - 'type' => 'string', |
|
| 131 | - 'required' => true, |
|
| 132 | - ), |
|
| 133 | - 'region' => array( |
|
| 134 | - 'location' => 'path', |
|
| 135 | - 'type' => 'string', |
|
| 136 | - 'required' => true, |
|
| 137 | - ), |
|
| 138 | - 'address' => array( |
|
| 139 | - 'location' => 'path', |
|
| 140 | - 'type' => 'string', |
|
| 141 | - 'required' => true, |
|
| 142 | - ), |
|
| 143 | - ), |
|
| 144 | - ),'get' => array( |
|
| 145 | - 'path' => '{project}/regions/{region}/addresses/{address}', |
|
| 146 | - 'httpMethod' => 'GET', |
|
| 147 | - 'parameters' => array( |
|
| 148 | - 'project' => array( |
|
| 149 | - 'location' => 'path', |
|
| 150 | - 'type' => 'string', |
|
| 151 | - 'required' => true, |
|
| 152 | - ), |
|
| 153 | - 'region' => array( |
|
| 154 | - 'location' => 'path', |
|
| 155 | - 'type' => 'string', |
|
| 156 | - 'required' => true, |
|
| 157 | - ), |
|
| 158 | - 'address' => array( |
|
| 159 | - 'location' => 'path', |
|
| 160 | - 'type' => 'string', |
|
| 161 | - 'required' => true, |
|
| 162 | - ), |
|
| 163 | - ), |
|
| 164 | - ),'insert' => array( |
|
| 165 | - 'path' => '{project}/regions/{region}/addresses', |
|
| 166 | - 'httpMethod' => 'POST', |
|
| 167 | - 'parameters' => array( |
|
| 168 | - 'project' => array( |
|
| 169 | - 'location' => 'path', |
|
| 170 | - 'type' => 'string', |
|
| 171 | - 'required' => true, |
|
| 172 | - ), |
|
| 173 | - 'region' => array( |
|
| 174 | - 'location' => 'path', |
|
| 175 | - 'type' => 'string', |
|
| 176 | - 'required' => true, |
|
| 177 | - ), |
|
| 178 | - ), |
|
| 179 | - ),'list' => array( |
|
| 180 | - 'path' => '{project}/regions/{region}/addresses', |
|
| 181 | - 'httpMethod' => 'GET', |
|
| 182 | - 'parameters' => array( |
|
| 183 | - 'project' => array( |
|
| 184 | - 'location' => 'path', |
|
| 185 | - 'type' => 'string', |
|
| 186 | - 'required' => true, |
|
| 187 | - ), |
|
| 188 | - 'region' => array( |
|
| 189 | - 'location' => 'path', |
|
| 190 | - 'type' => 'string', |
|
| 191 | - 'required' => true, |
|
| 192 | - ), |
|
| 193 | - 'filter' => array( |
|
| 194 | - 'location' => 'query', |
|
| 195 | - 'type' => 'string', |
|
| 196 | - ), |
|
| 197 | - 'pageToken' => array( |
|
| 198 | - 'location' => 'query', |
|
| 199 | - 'type' => 'string', |
|
| 200 | - ), |
|
| 201 | - 'maxResults' => array( |
|
| 202 | - 'location' => 'query', |
|
| 203 | - 'type' => 'integer', |
|
| 204 | - ), |
|
| 205 | - ), |
|
| 206 | - ), |
|
| 207 | - ) |
|
| 208 | - ) |
|
| 209 | - ); |
|
| 210 | - $this->backendServices = new Google_Service_Compute_BackendServices_Resource( |
|
| 211 | - $this, |
|
| 212 | - $this->serviceName, |
|
| 213 | - 'backendServices', |
|
| 214 | - array( |
|
| 215 | - 'methods' => array( |
|
| 216 | - 'delete' => array( |
|
| 217 | - 'path' => '{project}/global/backendServices/{backendService}', |
|
| 218 | - 'httpMethod' => 'DELETE', |
|
| 219 | - 'parameters' => array( |
|
| 220 | - 'project' => array( |
|
| 221 | - 'location' => 'path', |
|
| 222 | - 'type' => 'string', |
|
| 223 | - 'required' => true, |
|
| 224 | - ), |
|
| 225 | - 'backendService' => array( |
|
| 226 | - 'location' => 'path', |
|
| 227 | - 'type' => 'string', |
|
| 228 | - 'required' => true, |
|
| 229 | - ), |
|
| 230 | - ), |
|
| 231 | - ),'get' => array( |
|
| 232 | - 'path' => '{project}/global/backendServices/{backendService}', |
|
| 233 | - 'httpMethod' => 'GET', |
|
| 234 | - 'parameters' => array( |
|
| 235 | - 'project' => array( |
|
| 236 | - 'location' => 'path', |
|
| 237 | - 'type' => 'string', |
|
| 238 | - 'required' => true, |
|
| 239 | - ), |
|
| 240 | - 'backendService' => array( |
|
| 241 | - 'location' => 'path', |
|
| 242 | - 'type' => 'string', |
|
| 243 | - 'required' => true, |
|
| 244 | - ), |
|
| 245 | - ), |
|
| 246 | - ),'getHealth' => array( |
|
| 247 | - 'path' => '{project}/global/backendServices/{backendService}/getHealth', |
|
| 248 | - 'httpMethod' => 'POST', |
|
| 249 | - 'parameters' => array( |
|
| 250 | - 'project' => array( |
|
| 251 | - 'location' => 'path', |
|
| 252 | - 'type' => 'string', |
|
| 253 | - 'required' => true, |
|
| 254 | - ), |
|
| 255 | - 'backendService' => array( |
|
| 256 | - 'location' => 'path', |
|
| 257 | - 'type' => 'string', |
|
| 258 | - 'required' => true, |
|
| 259 | - ), |
|
| 260 | - ), |
|
| 261 | - ),'insert' => array( |
|
| 262 | - 'path' => '{project}/global/backendServices', |
|
| 263 | - 'httpMethod' => 'POST', |
|
| 264 | - 'parameters' => array( |
|
| 265 | - 'project' => array( |
|
| 266 | - 'location' => 'path', |
|
| 267 | - 'type' => 'string', |
|
| 268 | - 'required' => true, |
|
| 269 | - ), |
|
| 270 | - ), |
|
| 271 | - ),'list' => array( |
|
| 272 | - 'path' => '{project}/global/backendServices', |
|
| 273 | - 'httpMethod' => 'GET', |
|
| 274 | - 'parameters' => array( |
|
| 275 | - 'project' => array( |
|
| 276 | - 'location' => 'path', |
|
| 277 | - 'type' => 'string', |
|
| 278 | - 'required' => true, |
|
| 279 | - ), |
|
| 280 | - 'filter' => array( |
|
| 281 | - 'location' => 'query', |
|
| 282 | - 'type' => 'string', |
|
| 283 | - ), |
|
| 284 | - 'pageToken' => array( |
|
| 285 | - 'location' => 'query', |
|
| 286 | - 'type' => 'string', |
|
| 287 | - ), |
|
| 288 | - 'maxResults' => array( |
|
| 289 | - 'location' => 'query', |
|
| 290 | - 'type' => 'integer', |
|
| 291 | - ), |
|
| 292 | - ), |
|
| 293 | - ),'patch' => array( |
|
| 294 | - 'path' => '{project}/global/backendServices/{backendService}', |
|
| 295 | - 'httpMethod' => 'PATCH', |
|
| 296 | - 'parameters' => array( |
|
| 297 | - 'project' => array( |
|
| 298 | - 'location' => 'path', |
|
| 299 | - 'type' => 'string', |
|
| 300 | - 'required' => true, |
|
| 301 | - ), |
|
| 302 | - 'backendService' => array( |
|
| 303 | - 'location' => 'path', |
|
| 304 | - 'type' => 'string', |
|
| 305 | - 'required' => true, |
|
| 306 | - ), |
|
| 307 | - ), |
|
| 308 | - ),'update' => array( |
|
| 309 | - 'path' => '{project}/global/backendServices/{backendService}', |
|
| 310 | - 'httpMethod' => 'PUT', |
|
| 311 | - 'parameters' => array( |
|
| 312 | - 'project' => array( |
|
| 313 | - 'location' => 'path', |
|
| 314 | - 'type' => 'string', |
|
| 315 | - 'required' => true, |
|
| 316 | - ), |
|
| 317 | - 'backendService' => array( |
|
| 318 | - 'location' => 'path', |
|
| 319 | - 'type' => 'string', |
|
| 320 | - 'required' => true, |
|
| 321 | - ), |
|
| 322 | - ), |
|
| 323 | - ), |
|
| 324 | - ) |
|
| 325 | - ) |
|
| 326 | - ); |
|
| 327 | - $this->diskTypes = new Google_Service_Compute_DiskTypes_Resource( |
|
| 328 | - $this, |
|
| 329 | - $this->serviceName, |
|
| 330 | - 'diskTypes', |
|
| 331 | - array( |
|
| 332 | - 'methods' => array( |
|
| 333 | - 'aggregatedList' => array( |
|
| 334 | - 'path' => '{project}/aggregated/diskTypes', |
|
| 335 | - 'httpMethod' => 'GET', |
|
| 336 | - 'parameters' => array( |
|
| 337 | - 'project' => array( |
|
| 338 | - 'location' => 'path', |
|
| 339 | - 'type' => 'string', |
|
| 340 | - 'required' => true, |
|
| 341 | - ), |
|
| 342 | - 'filter' => array( |
|
| 343 | - 'location' => 'query', |
|
| 344 | - 'type' => 'string', |
|
| 345 | - ), |
|
| 346 | - 'pageToken' => array( |
|
| 347 | - 'location' => 'query', |
|
| 348 | - 'type' => 'string', |
|
| 349 | - ), |
|
| 350 | - 'maxResults' => array( |
|
| 351 | - 'location' => 'query', |
|
| 352 | - 'type' => 'integer', |
|
| 353 | - ), |
|
| 354 | - ), |
|
| 355 | - ),'get' => array( |
|
| 356 | - 'path' => '{project}/zones/{zone}/diskTypes/{diskType}', |
|
| 357 | - 'httpMethod' => 'GET', |
|
| 358 | - 'parameters' => array( |
|
| 359 | - 'project' => array( |
|
| 360 | - 'location' => 'path', |
|
| 361 | - 'type' => 'string', |
|
| 362 | - 'required' => true, |
|
| 363 | - ), |
|
| 364 | - 'zone' => array( |
|
| 365 | - 'location' => 'path', |
|
| 366 | - 'type' => 'string', |
|
| 367 | - 'required' => true, |
|
| 368 | - ), |
|
| 369 | - 'diskType' => array( |
|
| 370 | - 'location' => 'path', |
|
| 371 | - 'type' => 'string', |
|
| 372 | - 'required' => true, |
|
| 373 | - ), |
|
| 374 | - ), |
|
| 375 | - ),'list' => array( |
|
| 376 | - 'path' => '{project}/zones/{zone}/diskTypes', |
|
| 377 | - 'httpMethod' => 'GET', |
|
| 378 | - 'parameters' => array( |
|
| 379 | - 'project' => array( |
|
| 380 | - 'location' => 'path', |
|
| 381 | - 'type' => 'string', |
|
| 382 | - 'required' => true, |
|
| 383 | - ), |
|
| 384 | - 'zone' => array( |
|
| 385 | - 'location' => 'path', |
|
| 386 | - 'type' => 'string', |
|
| 387 | - 'required' => true, |
|
| 388 | - ), |
|
| 389 | - 'filter' => array( |
|
| 390 | - 'location' => 'query', |
|
| 391 | - 'type' => 'string', |
|
| 392 | - ), |
|
| 393 | - 'pageToken' => array( |
|
| 394 | - 'location' => 'query', |
|
| 395 | - 'type' => 'string', |
|
| 396 | - ), |
|
| 397 | - 'maxResults' => array( |
|
| 398 | - 'location' => 'query', |
|
| 399 | - 'type' => 'integer', |
|
| 400 | - ), |
|
| 401 | - ), |
|
| 402 | - ), |
|
| 403 | - ) |
|
| 404 | - ) |
|
| 405 | - ); |
|
| 406 | - $this->disks = new Google_Service_Compute_Disks_Resource( |
|
| 407 | - $this, |
|
| 408 | - $this->serviceName, |
|
| 409 | - 'disks', |
|
| 410 | - array( |
|
| 411 | - 'methods' => array( |
|
| 412 | - 'aggregatedList' => array( |
|
| 413 | - 'path' => '{project}/aggregated/disks', |
|
| 414 | - 'httpMethod' => 'GET', |
|
| 415 | - 'parameters' => array( |
|
| 416 | - 'project' => array( |
|
| 417 | - 'location' => 'path', |
|
| 418 | - 'type' => 'string', |
|
| 419 | - 'required' => true, |
|
| 420 | - ), |
|
| 421 | - 'filter' => array( |
|
| 422 | - 'location' => 'query', |
|
| 423 | - 'type' => 'string', |
|
| 424 | - ), |
|
| 425 | - 'pageToken' => array( |
|
| 426 | - 'location' => 'query', |
|
| 427 | - 'type' => 'string', |
|
| 428 | - ), |
|
| 429 | - 'maxResults' => array( |
|
| 430 | - 'location' => 'query', |
|
| 431 | - 'type' => 'integer', |
|
| 432 | - ), |
|
| 433 | - ), |
|
| 434 | - ),'createSnapshot' => array( |
|
| 435 | - 'path' => '{project}/zones/{zone}/disks/{disk}/createSnapshot', |
|
| 436 | - 'httpMethod' => 'POST', |
|
| 437 | - 'parameters' => array( |
|
| 438 | - 'project' => array( |
|
| 439 | - 'location' => 'path', |
|
| 440 | - 'type' => 'string', |
|
| 441 | - 'required' => true, |
|
| 442 | - ), |
|
| 443 | - 'zone' => array( |
|
| 444 | - 'location' => 'path', |
|
| 445 | - 'type' => 'string', |
|
| 446 | - 'required' => true, |
|
| 447 | - ), |
|
| 448 | - 'disk' => array( |
|
| 449 | - 'location' => 'path', |
|
| 450 | - 'type' => 'string', |
|
| 451 | - 'required' => true, |
|
| 452 | - ), |
|
| 453 | - ), |
|
| 454 | - ),'delete' => array( |
|
| 455 | - 'path' => '{project}/zones/{zone}/disks/{disk}', |
|
| 456 | - 'httpMethod' => 'DELETE', |
|
| 457 | - 'parameters' => array( |
|
| 458 | - 'project' => array( |
|
| 459 | - 'location' => 'path', |
|
| 460 | - 'type' => 'string', |
|
| 461 | - 'required' => true, |
|
| 462 | - ), |
|
| 463 | - 'zone' => array( |
|
| 464 | - 'location' => 'path', |
|
| 465 | - 'type' => 'string', |
|
| 466 | - 'required' => true, |
|
| 467 | - ), |
|
| 468 | - 'disk' => array( |
|
| 469 | - 'location' => 'path', |
|
| 470 | - 'type' => 'string', |
|
| 471 | - 'required' => true, |
|
| 472 | - ), |
|
| 473 | - ), |
|
| 474 | - ),'get' => array( |
|
| 475 | - 'path' => '{project}/zones/{zone}/disks/{disk}', |
|
| 476 | - 'httpMethod' => 'GET', |
|
| 477 | - 'parameters' => array( |
|
| 478 | - 'project' => array( |
|
| 479 | - 'location' => 'path', |
|
| 480 | - 'type' => 'string', |
|
| 481 | - 'required' => true, |
|
| 482 | - ), |
|
| 483 | - 'zone' => array( |
|
| 484 | - 'location' => 'path', |
|
| 485 | - 'type' => 'string', |
|
| 486 | - 'required' => true, |
|
| 487 | - ), |
|
| 488 | - 'disk' => array( |
|
| 489 | - 'location' => 'path', |
|
| 490 | - 'type' => 'string', |
|
| 491 | - 'required' => true, |
|
| 492 | - ), |
|
| 493 | - ), |
|
| 494 | - ),'insert' => array( |
|
| 495 | - 'path' => '{project}/zones/{zone}/disks', |
|
| 496 | - 'httpMethod' => 'POST', |
|
| 497 | - 'parameters' => array( |
|
| 498 | - 'project' => array( |
|
| 499 | - 'location' => 'path', |
|
| 500 | - 'type' => 'string', |
|
| 501 | - 'required' => true, |
|
| 502 | - ), |
|
| 503 | - 'zone' => array( |
|
| 504 | - 'location' => 'path', |
|
| 505 | - 'type' => 'string', |
|
| 506 | - 'required' => true, |
|
| 507 | - ), |
|
| 508 | - 'sourceImage' => array( |
|
| 509 | - 'location' => 'query', |
|
| 510 | - 'type' => 'string', |
|
| 511 | - ), |
|
| 512 | - ), |
|
| 513 | - ),'list' => array( |
|
| 514 | - 'path' => '{project}/zones/{zone}/disks', |
|
| 515 | - 'httpMethod' => 'GET', |
|
| 516 | - 'parameters' => array( |
|
| 517 | - 'project' => array( |
|
| 518 | - 'location' => 'path', |
|
| 519 | - 'type' => 'string', |
|
| 520 | - 'required' => true, |
|
| 521 | - ), |
|
| 522 | - 'zone' => array( |
|
| 523 | - 'location' => 'path', |
|
| 524 | - 'type' => 'string', |
|
| 525 | - 'required' => true, |
|
| 526 | - ), |
|
| 527 | - 'filter' => array( |
|
| 528 | - 'location' => 'query', |
|
| 529 | - 'type' => 'string', |
|
| 530 | - ), |
|
| 531 | - 'pageToken' => array( |
|
| 532 | - 'location' => 'query', |
|
| 533 | - 'type' => 'string', |
|
| 534 | - ), |
|
| 535 | - 'maxResults' => array( |
|
| 536 | - 'location' => 'query', |
|
| 537 | - 'type' => 'integer', |
|
| 538 | - ), |
|
| 539 | - ), |
|
| 540 | - ), |
|
| 541 | - ) |
|
| 542 | - ) |
|
| 543 | - ); |
|
| 544 | - $this->firewalls = new Google_Service_Compute_Firewalls_Resource( |
|
| 545 | - $this, |
|
| 546 | - $this->serviceName, |
|
| 547 | - 'firewalls', |
|
| 548 | - array( |
|
| 549 | - 'methods' => array( |
|
| 550 | - 'delete' => array( |
|
| 551 | - 'path' => '{project}/global/firewalls/{firewall}', |
|
| 552 | - 'httpMethod' => 'DELETE', |
|
| 553 | - 'parameters' => array( |
|
| 554 | - 'project' => array( |
|
| 555 | - 'location' => 'path', |
|
| 556 | - 'type' => 'string', |
|
| 557 | - 'required' => true, |
|
| 558 | - ), |
|
| 559 | - 'firewall' => array( |
|
| 560 | - 'location' => 'path', |
|
| 561 | - 'type' => 'string', |
|
| 562 | - 'required' => true, |
|
| 563 | - ), |
|
| 564 | - ), |
|
| 565 | - ),'get' => array( |
|
| 566 | - 'path' => '{project}/global/firewalls/{firewall}', |
|
| 567 | - 'httpMethod' => 'GET', |
|
| 568 | - 'parameters' => array( |
|
| 569 | - 'project' => array( |
|
| 570 | - 'location' => 'path', |
|
| 571 | - 'type' => 'string', |
|
| 572 | - 'required' => true, |
|
| 573 | - ), |
|
| 574 | - 'firewall' => array( |
|
| 575 | - 'location' => 'path', |
|
| 576 | - 'type' => 'string', |
|
| 577 | - 'required' => true, |
|
| 578 | - ), |
|
| 579 | - ), |
|
| 580 | - ),'insert' => array( |
|
| 581 | - 'path' => '{project}/global/firewalls', |
|
| 582 | - 'httpMethod' => 'POST', |
|
| 583 | - 'parameters' => array( |
|
| 584 | - 'project' => array( |
|
| 585 | - 'location' => 'path', |
|
| 586 | - 'type' => 'string', |
|
| 587 | - 'required' => true, |
|
| 588 | - ), |
|
| 589 | - ), |
|
| 590 | - ),'list' => array( |
|
| 591 | - 'path' => '{project}/global/firewalls', |
|
| 592 | - 'httpMethod' => 'GET', |
|
| 593 | - 'parameters' => array( |
|
| 594 | - 'project' => array( |
|
| 595 | - 'location' => 'path', |
|
| 596 | - 'type' => 'string', |
|
| 597 | - 'required' => true, |
|
| 598 | - ), |
|
| 599 | - 'filter' => array( |
|
| 600 | - 'location' => 'query', |
|
| 601 | - 'type' => 'string', |
|
| 602 | - ), |
|
| 603 | - 'pageToken' => array( |
|
| 604 | - 'location' => 'query', |
|
| 605 | - 'type' => 'string', |
|
| 606 | - ), |
|
| 607 | - 'maxResults' => array( |
|
| 608 | - 'location' => 'query', |
|
| 609 | - 'type' => 'integer', |
|
| 610 | - ), |
|
| 611 | - ), |
|
| 612 | - ),'patch' => array( |
|
| 613 | - 'path' => '{project}/global/firewalls/{firewall}', |
|
| 614 | - 'httpMethod' => 'PATCH', |
|
| 615 | - 'parameters' => array( |
|
| 616 | - 'project' => array( |
|
| 617 | - 'location' => 'path', |
|
| 618 | - 'type' => 'string', |
|
| 619 | - 'required' => true, |
|
| 620 | - ), |
|
| 621 | - 'firewall' => array( |
|
| 622 | - 'location' => 'path', |
|
| 623 | - 'type' => 'string', |
|
| 624 | - 'required' => true, |
|
| 625 | - ), |
|
| 626 | - ), |
|
| 627 | - ),'update' => array( |
|
| 628 | - 'path' => '{project}/global/firewalls/{firewall}', |
|
| 629 | - 'httpMethod' => 'PUT', |
|
| 630 | - 'parameters' => array( |
|
| 631 | - 'project' => array( |
|
| 632 | - 'location' => 'path', |
|
| 633 | - 'type' => 'string', |
|
| 634 | - 'required' => true, |
|
| 635 | - ), |
|
| 636 | - 'firewall' => array( |
|
| 637 | - 'location' => 'path', |
|
| 638 | - 'type' => 'string', |
|
| 639 | - 'required' => true, |
|
| 640 | - ), |
|
| 641 | - ), |
|
| 642 | - ), |
|
| 643 | - ) |
|
| 644 | - ) |
|
| 645 | - ); |
|
| 646 | - $this->forwardingRules = new Google_Service_Compute_ForwardingRules_Resource( |
|
| 647 | - $this, |
|
| 648 | - $this->serviceName, |
|
| 649 | - 'forwardingRules', |
|
| 650 | - array( |
|
| 651 | - 'methods' => array( |
|
| 652 | - 'aggregatedList' => array( |
|
| 653 | - 'path' => '{project}/aggregated/forwardingRules', |
|
| 654 | - 'httpMethod' => 'GET', |
|
| 655 | - 'parameters' => array( |
|
| 656 | - 'project' => array( |
|
| 657 | - 'location' => 'path', |
|
| 658 | - 'type' => 'string', |
|
| 659 | - 'required' => true, |
|
| 660 | - ), |
|
| 661 | - 'filter' => array( |
|
| 662 | - 'location' => 'query', |
|
| 663 | - 'type' => 'string', |
|
| 664 | - ), |
|
| 665 | - 'pageToken' => array( |
|
| 666 | - 'location' => 'query', |
|
| 667 | - 'type' => 'string', |
|
| 668 | - ), |
|
| 669 | - 'maxResults' => array( |
|
| 670 | - 'location' => 'query', |
|
| 671 | - 'type' => 'integer', |
|
| 672 | - ), |
|
| 673 | - ), |
|
| 674 | - ),'delete' => array( |
|
| 675 | - 'path' => '{project}/regions/{region}/forwardingRules/{forwardingRule}', |
|
| 676 | - 'httpMethod' => 'DELETE', |
|
| 677 | - 'parameters' => array( |
|
| 678 | - 'project' => array( |
|
| 679 | - 'location' => 'path', |
|
| 680 | - 'type' => 'string', |
|
| 681 | - 'required' => true, |
|
| 682 | - ), |
|
| 683 | - 'region' => array( |
|
| 684 | - 'location' => 'path', |
|
| 685 | - 'type' => 'string', |
|
| 686 | - 'required' => true, |
|
| 687 | - ), |
|
| 688 | - 'forwardingRule' => array( |
|
| 689 | - 'location' => 'path', |
|
| 690 | - 'type' => 'string', |
|
| 691 | - 'required' => true, |
|
| 692 | - ), |
|
| 693 | - ), |
|
| 694 | - ),'get' => array( |
|
| 695 | - 'path' => '{project}/regions/{region}/forwardingRules/{forwardingRule}', |
|
| 696 | - 'httpMethod' => 'GET', |
|
| 697 | - 'parameters' => array( |
|
| 698 | - 'project' => array( |
|
| 699 | - 'location' => 'path', |
|
| 700 | - 'type' => 'string', |
|
| 701 | - 'required' => true, |
|
| 702 | - ), |
|
| 703 | - 'region' => array( |
|
| 704 | - 'location' => 'path', |
|
| 705 | - 'type' => 'string', |
|
| 706 | - 'required' => true, |
|
| 707 | - ), |
|
| 708 | - 'forwardingRule' => array( |
|
| 709 | - 'location' => 'path', |
|
| 710 | - 'type' => 'string', |
|
| 711 | - 'required' => true, |
|
| 712 | - ), |
|
| 713 | - ), |
|
| 714 | - ),'insert' => array( |
|
| 715 | - 'path' => '{project}/regions/{region}/forwardingRules', |
|
| 716 | - 'httpMethod' => 'POST', |
|
| 717 | - 'parameters' => array( |
|
| 718 | - 'project' => array( |
|
| 719 | - 'location' => 'path', |
|
| 720 | - 'type' => 'string', |
|
| 721 | - 'required' => true, |
|
| 722 | - ), |
|
| 723 | - 'region' => array( |
|
| 724 | - 'location' => 'path', |
|
| 725 | - 'type' => 'string', |
|
| 726 | - 'required' => true, |
|
| 727 | - ), |
|
| 728 | - ), |
|
| 729 | - ),'list' => array( |
|
| 730 | - 'path' => '{project}/regions/{region}/forwardingRules', |
|
| 731 | - 'httpMethod' => 'GET', |
|
| 732 | - 'parameters' => array( |
|
| 733 | - 'project' => array( |
|
| 734 | - 'location' => 'path', |
|
| 735 | - 'type' => 'string', |
|
| 736 | - 'required' => true, |
|
| 737 | - ), |
|
| 738 | - 'region' => array( |
|
| 739 | - 'location' => 'path', |
|
| 740 | - 'type' => 'string', |
|
| 741 | - 'required' => true, |
|
| 742 | - ), |
|
| 743 | - 'filter' => array( |
|
| 744 | - 'location' => 'query', |
|
| 745 | - 'type' => 'string', |
|
| 746 | - ), |
|
| 747 | - 'pageToken' => array( |
|
| 748 | - 'location' => 'query', |
|
| 749 | - 'type' => 'string', |
|
| 750 | - ), |
|
| 751 | - 'maxResults' => array( |
|
| 752 | - 'location' => 'query', |
|
| 753 | - 'type' => 'integer', |
|
| 754 | - ), |
|
| 755 | - ), |
|
| 756 | - ),'setTarget' => array( |
|
| 757 | - 'path' => '{project}/regions/{region}/forwardingRules/{forwardingRule}/setTarget', |
|
| 758 | - 'httpMethod' => 'POST', |
|
| 759 | - 'parameters' => array( |
|
| 760 | - 'project' => array( |
|
| 761 | - 'location' => 'path', |
|
| 762 | - 'type' => 'string', |
|
| 763 | - 'required' => true, |
|
| 764 | - ), |
|
| 765 | - 'region' => array( |
|
| 766 | - 'location' => 'path', |
|
| 767 | - 'type' => 'string', |
|
| 768 | - 'required' => true, |
|
| 769 | - ), |
|
| 770 | - 'forwardingRule' => array( |
|
| 771 | - 'location' => 'path', |
|
| 772 | - 'type' => 'string', |
|
| 773 | - 'required' => true, |
|
| 774 | - ), |
|
| 775 | - ), |
|
| 776 | - ), |
|
| 777 | - ) |
|
| 778 | - ) |
|
| 779 | - ); |
|
| 780 | - $this->globalAddresses = new Google_Service_Compute_GlobalAddresses_Resource( |
|
| 781 | - $this, |
|
| 782 | - $this->serviceName, |
|
| 783 | - 'globalAddresses', |
|
| 784 | - array( |
|
| 785 | - 'methods' => array( |
|
| 786 | - 'delete' => array( |
|
| 787 | - 'path' => '{project}/global/addresses/{address}', |
|
| 788 | - 'httpMethod' => 'DELETE', |
|
| 789 | - 'parameters' => array( |
|
| 790 | - 'project' => array( |
|
| 791 | - 'location' => 'path', |
|
| 792 | - 'type' => 'string', |
|
| 793 | - 'required' => true, |
|
| 794 | - ), |
|
| 795 | - 'address' => array( |
|
| 796 | - 'location' => 'path', |
|
| 797 | - 'type' => 'string', |
|
| 798 | - 'required' => true, |
|
| 799 | - ), |
|
| 800 | - ), |
|
| 801 | - ),'get' => array( |
|
| 802 | - 'path' => '{project}/global/addresses/{address}', |
|
| 803 | - 'httpMethod' => 'GET', |
|
| 804 | - 'parameters' => array( |
|
| 805 | - 'project' => array( |
|
| 806 | - 'location' => 'path', |
|
| 807 | - 'type' => 'string', |
|
| 808 | - 'required' => true, |
|
| 809 | - ), |
|
| 810 | - 'address' => array( |
|
| 811 | - 'location' => 'path', |
|
| 812 | - 'type' => 'string', |
|
| 813 | - 'required' => true, |
|
| 814 | - ), |
|
| 815 | - ), |
|
| 816 | - ),'insert' => array( |
|
| 817 | - 'path' => '{project}/global/addresses', |
|
| 818 | - 'httpMethod' => 'POST', |
|
| 819 | - 'parameters' => array( |
|
| 820 | - 'project' => array( |
|
| 821 | - 'location' => 'path', |
|
| 822 | - 'type' => 'string', |
|
| 823 | - 'required' => true, |
|
| 824 | - ), |
|
| 825 | - ), |
|
| 826 | - ),'list' => array( |
|
| 827 | - 'path' => '{project}/global/addresses', |
|
| 828 | - 'httpMethod' => 'GET', |
|
| 829 | - 'parameters' => array( |
|
| 830 | - 'project' => array( |
|
| 831 | - 'location' => 'path', |
|
| 832 | - 'type' => 'string', |
|
| 833 | - 'required' => true, |
|
| 834 | - ), |
|
| 835 | - 'filter' => array( |
|
| 836 | - 'location' => 'query', |
|
| 837 | - 'type' => 'string', |
|
| 838 | - ), |
|
| 839 | - 'pageToken' => array( |
|
| 840 | - 'location' => 'query', |
|
| 841 | - 'type' => 'string', |
|
| 842 | - ), |
|
| 843 | - 'maxResults' => array( |
|
| 844 | - 'location' => 'query', |
|
| 845 | - 'type' => 'integer', |
|
| 846 | - ), |
|
| 847 | - ), |
|
| 848 | - ), |
|
| 849 | - ) |
|
| 850 | - ) |
|
| 851 | - ); |
|
| 852 | - $this->globalForwardingRules = new Google_Service_Compute_GlobalForwardingRules_Resource( |
|
| 853 | - $this, |
|
| 854 | - $this->serviceName, |
|
| 855 | - 'globalForwardingRules', |
|
| 856 | - array( |
|
| 857 | - 'methods' => array( |
|
| 858 | - 'delete' => array( |
|
| 859 | - 'path' => '{project}/global/forwardingRules/{forwardingRule}', |
|
| 860 | - 'httpMethod' => 'DELETE', |
|
| 861 | - 'parameters' => array( |
|
| 862 | - 'project' => array( |
|
| 863 | - 'location' => 'path', |
|
| 864 | - 'type' => 'string', |
|
| 865 | - 'required' => true, |
|
| 866 | - ), |
|
| 867 | - 'forwardingRule' => array( |
|
| 868 | - 'location' => 'path', |
|
| 869 | - 'type' => 'string', |
|
| 870 | - 'required' => true, |
|
| 871 | - ), |
|
| 872 | - ), |
|
| 873 | - ),'get' => array( |
|
| 874 | - 'path' => '{project}/global/forwardingRules/{forwardingRule}', |
|
| 875 | - 'httpMethod' => 'GET', |
|
| 876 | - 'parameters' => array( |
|
| 877 | - 'project' => array( |
|
| 878 | - 'location' => 'path', |
|
| 879 | - 'type' => 'string', |
|
| 880 | - 'required' => true, |
|
| 881 | - ), |
|
| 882 | - 'forwardingRule' => array( |
|
| 883 | - 'location' => 'path', |
|
| 884 | - 'type' => 'string', |
|
| 885 | - 'required' => true, |
|
| 886 | - ), |
|
| 887 | - ), |
|
| 888 | - ),'insert' => array( |
|
| 889 | - 'path' => '{project}/global/forwardingRules', |
|
| 890 | - 'httpMethod' => 'POST', |
|
| 891 | - 'parameters' => array( |
|
| 892 | - 'project' => array( |
|
| 893 | - 'location' => 'path', |
|
| 894 | - 'type' => 'string', |
|
| 895 | - 'required' => true, |
|
| 896 | - ), |
|
| 897 | - ), |
|
| 898 | - ),'list' => array( |
|
| 899 | - 'path' => '{project}/global/forwardingRules', |
|
| 900 | - 'httpMethod' => 'GET', |
|
| 901 | - 'parameters' => array( |
|
| 902 | - 'project' => array( |
|
| 903 | - 'location' => 'path', |
|
| 904 | - 'type' => 'string', |
|
| 905 | - 'required' => true, |
|
| 906 | - ), |
|
| 907 | - 'filter' => array( |
|
| 908 | - 'location' => 'query', |
|
| 909 | - 'type' => 'string', |
|
| 910 | - ), |
|
| 911 | - 'pageToken' => array( |
|
| 912 | - 'location' => 'query', |
|
| 913 | - 'type' => 'string', |
|
| 914 | - ), |
|
| 915 | - 'maxResults' => array( |
|
| 916 | - 'location' => 'query', |
|
| 917 | - 'type' => 'integer', |
|
| 918 | - ), |
|
| 919 | - ), |
|
| 920 | - ),'setTarget' => array( |
|
| 921 | - 'path' => '{project}/global/forwardingRules/{forwardingRule}/setTarget', |
|
| 922 | - 'httpMethod' => 'POST', |
|
| 923 | - 'parameters' => array( |
|
| 924 | - 'project' => array( |
|
| 925 | - 'location' => 'path', |
|
| 926 | - 'type' => 'string', |
|
| 927 | - 'required' => true, |
|
| 928 | - ), |
|
| 929 | - 'forwardingRule' => array( |
|
| 930 | - 'location' => 'path', |
|
| 931 | - 'type' => 'string', |
|
| 932 | - 'required' => true, |
|
| 933 | - ), |
|
| 934 | - ), |
|
| 935 | - ), |
|
| 936 | - ) |
|
| 937 | - ) |
|
| 938 | - ); |
|
| 939 | - $this->globalOperations = new Google_Service_Compute_GlobalOperations_Resource( |
|
| 940 | - $this, |
|
| 941 | - $this->serviceName, |
|
| 942 | - 'globalOperations', |
|
| 943 | - array( |
|
| 944 | - 'methods' => array( |
|
| 945 | - 'aggregatedList' => array( |
|
| 946 | - 'path' => '{project}/aggregated/operations', |
|
| 947 | - 'httpMethod' => 'GET', |
|
| 948 | - 'parameters' => array( |
|
| 949 | - 'project' => array( |
|
| 950 | - 'location' => 'path', |
|
| 951 | - 'type' => 'string', |
|
| 952 | - 'required' => true, |
|
| 953 | - ), |
|
| 954 | - 'filter' => array( |
|
| 955 | - 'location' => 'query', |
|
| 956 | - 'type' => 'string', |
|
| 957 | - ), |
|
| 958 | - 'pageToken' => array( |
|
| 959 | - 'location' => 'query', |
|
| 960 | - 'type' => 'string', |
|
| 961 | - ), |
|
| 962 | - 'maxResults' => array( |
|
| 963 | - 'location' => 'query', |
|
| 964 | - 'type' => 'integer', |
|
| 965 | - ), |
|
| 966 | - ), |
|
| 967 | - ),'delete' => array( |
|
| 968 | - 'path' => '{project}/global/operations/{operation}', |
|
| 969 | - 'httpMethod' => 'DELETE', |
|
| 970 | - 'parameters' => array( |
|
| 971 | - 'project' => array( |
|
| 972 | - 'location' => 'path', |
|
| 973 | - 'type' => 'string', |
|
| 974 | - 'required' => true, |
|
| 975 | - ), |
|
| 976 | - 'operation' => array( |
|
| 977 | - 'location' => 'path', |
|
| 978 | - 'type' => 'string', |
|
| 979 | - 'required' => true, |
|
| 980 | - ), |
|
| 981 | - ), |
|
| 982 | - ),'get' => array( |
|
| 983 | - 'path' => '{project}/global/operations/{operation}', |
|
| 984 | - 'httpMethod' => 'GET', |
|
| 985 | - 'parameters' => array( |
|
| 986 | - 'project' => array( |
|
| 987 | - 'location' => 'path', |
|
| 988 | - 'type' => 'string', |
|
| 989 | - 'required' => true, |
|
| 990 | - ), |
|
| 991 | - 'operation' => array( |
|
| 992 | - 'location' => 'path', |
|
| 993 | - 'type' => 'string', |
|
| 994 | - 'required' => true, |
|
| 995 | - ), |
|
| 996 | - ), |
|
| 997 | - ),'list' => array( |
|
| 998 | - 'path' => '{project}/global/operations', |
|
| 999 | - 'httpMethod' => 'GET', |
|
| 1000 | - 'parameters' => array( |
|
| 1001 | - 'project' => array( |
|
| 1002 | - 'location' => 'path', |
|
| 1003 | - 'type' => 'string', |
|
| 1004 | - 'required' => true, |
|
| 1005 | - ), |
|
| 1006 | - 'filter' => array( |
|
| 1007 | - 'location' => 'query', |
|
| 1008 | - 'type' => 'string', |
|
| 1009 | - ), |
|
| 1010 | - 'pageToken' => array( |
|
| 1011 | - 'location' => 'query', |
|
| 1012 | - 'type' => 'string', |
|
| 1013 | - ), |
|
| 1014 | - 'maxResults' => array( |
|
| 1015 | - 'location' => 'query', |
|
| 1016 | - 'type' => 'integer', |
|
| 1017 | - ), |
|
| 1018 | - ), |
|
| 1019 | - ), |
|
| 1020 | - ) |
|
| 1021 | - ) |
|
| 1022 | - ); |
|
| 1023 | - $this->httpHealthChecks = new Google_Service_Compute_HttpHealthChecks_Resource( |
|
| 1024 | - $this, |
|
| 1025 | - $this->serviceName, |
|
| 1026 | - 'httpHealthChecks', |
|
| 1027 | - array( |
|
| 1028 | - 'methods' => array( |
|
| 1029 | - 'delete' => array( |
|
| 1030 | - 'path' => '{project}/global/httpHealthChecks/{httpHealthCheck}', |
|
| 1031 | - 'httpMethod' => 'DELETE', |
|
| 1032 | - 'parameters' => array( |
|
| 1033 | - 'project' => array( |
|
| 1034 | - 'location' => 'path', |
|
| 1035 | - 'type' => 'string', |
|
| 1036 | - 'required' => true, |
|
| 1037 | - ), |
|
| 1038 | - 'httpHealthCheck' => array( |
|
| 1039 | - 'location' => 'path', |
|
| 1040 | - 'type' => 'string', |
|
| 1041 | - 'required' => true, |
|
| 1042 | - ), |
|
| 1043 | - ), |
|
| 1044 | - ),'get' => array( |
|
| 1045 | - 'path' => '{project}/global/httpHealthChecks/{httpHealthCheck}', |
|
| 1046 | - 'httpMethod' => 'GET', |
|
| 1047 | - 'parameters' => array( |
|
| 1048 | - 'project' => array( |
|
| 1049 | - 'location' => 'path', |
|
| 1050 | - 'type' => 'string', |
|
| 1051 | - 'required' => true, |
|
| 1052 | - ), |
|
| 1053 | - 'httpHealthCheck' => array( |
|
| 1054 | - 'location' => 'path', |
|
| 1055 | - 'type' => 'string', |
|
| 1056 | - 'required' => true, |
|
| 1057 | - ), |
|
| 1058 | - ), |
|
| 1059 | - ),'insert' => array( |
|
| 1060 | - 'path' => '{project}/global/httpHealthChecks', |
|
| 1061 | - 'httpMethod' => 'POST', |
|
| 1062 | - 'parameters' => array( |
|
| 1063 | - 'project' => array( |
|
| 1064 | - 'location' => 'path', |
|
| 1065 | - 'type' => 'string', |
|
| 1066 | - 'required' => true, |
|
| 1067 | - ), |
|
| 1068 | - ), |
|
| 1069 | - ),'list' => array( |
|
| 1070 | - 'path' => '{project}/global/httpHealthChecks', |
|
| 1071 | - 'httpMethod' => 'GET', |
|
| 1072 | - 'parameters' => array( |
|
| 1073 | - 'project' => array( |
|
| 1074 | - 'location' => 'path', |
|
| 1075 | - 'type' => 'string', |
|
| 1076 | - 'required' => true, |
|
| 1077 | - ), |
|
| 1078 | - 'filter' => array( |
|
| 1079 | - 'location' => 'query', |
|
| 1080 | - 'type' => 'string', |
|
| 1081 | - ), |
|
| 1082 | - 'pageToken' => array( |
|
| 1083 | - 'location' => 'query', |
|
| 1084 | - 'type' => 'string', |
|
| 1085 | - ), |
|
| 1086 | - 'maxResults' => array( |
|
| 1087 | - 'location' => 'query', |
|
| 1088 | - 'type' => 'integer', |
|
| 1089 | - ), |
|
| 1090 | - ), |
|
| 1091 | - ),'patch' => array( |
|
| 1092 | - 'path' => '{project}/global/httpHealthChecks/{httpHealthCheck}', |
|
| 1093 | - 'httpMethod' => 'PATCH', |
|
| 1094 | - 'parameters' => array( |
|
| 1095 | - 'project' => array( |
|
| 1096 | - 'location' => 'path', |
|
| 1097 | - 'type' => 'string', |
|
| 1098 | - 'required' => true, |
|
| 1099 | - ), |
|
| 1100 | - 'httpHealthCheck' => array( |
|
| 1101 | - 'location' => 'path', |
|
| 1102 | - 'type' => 'string', |
|
| 1103 | - 'required' => true, |
|
| 1104 | - ), |
|
| 1105 | - ), |
|
| 1106 | - ),'update' => array( |
|
| 1107 | - 'path' => '{project}/global/httpHealthChecks/{httpHealthCheck}', |
|
| 1108 | - 'httpMethod' => 'PUT', |
|
| 1109 | - 'parameters' => array( |
|
| 1110 | - 'project' => array( |
|
| 1111 | - 'location' => 'path', |
|
| 1112 | - 'type' => 'string', |
|
| 1113 | - 'required' => true, |
|
| 1114 | - ), |
|
| 1115 | - 'httpHealthCheck' => array( |
|
| 1116 | - 'location' => 'path', |
|
| 1117 | - 'type' => 'string', |
|
| 1118 | - 'required' => true, |
|
| 1119 | - ), |
|
| 1120 | - ), |
|
| 1121 | - ), |
|
| 1122 | - ) |
|
| 1123 | - ) |
|
| 1124 | - ); |
|
| 1125 | - $this->images = new Google_Service_Compute_Images_Resource( |
|
| 1126 | - $this, |
|
| 1127 | - $this->serviceName, |
|
| 1128 | - 'images', |
|
| 1129 | - array( |
|
| 1130 | - 'methods' => array( |
|
| 1131 | - 'delete' => array( |
|
| 1132 | - 'path' => '{project}/global/images/{image}', |
|
| 1133 | - 'httpMethod' => 'DELETE', |
|
| 1134 | - 'parameters' => array( |
|
| 1135 | - 'project' => array( |
|
| 1136 | - 'location' => 'path', |
|
| 1137 | - 'type' => 'string', |
|
| 1138 | - 'required' => true, |
|
| 1139 | - ), |
|
| 1140 | - 'image' => array( |
|
| 1141 | - 'location' => 'path', |
|
| 1142 | - 'type' => 'string', |
|
| 1143 | - 'required' => true, |
|
| 1144 | - ), |
|
| 1145 | - ), |
|
| 1146 | - ),'deprecate' => array( |
|
| 1147 | - 'path' => '{project}/global/images/{image}/deprecate', |
|
| 1148 | - 'httpMethod' => 'POST', |
|
| 1149 | - 'parameters' => array( |
|
| 1150 | - 'project' => array( |
|
| 1151 | - 'location' => 'path', |
|
| 1152 | - 'type' => 'string', |
|
| 1153 | - 'required' => true, |
|
| 1154 | - ), |
|
| 1155 | - 'image' => array( |
|
| 1156 | - 'location' => 'path', |
|
| 1157 | - 'type' => 'string', |
|
| 1158 | - 'required' => true, |
|
| 1159 | - ), |
|
| 1160 | - ), |
|
| 1161 | - ),'get' => array( |
|
| 1162 | - 'path' => '{project}/global/images/{image}', |
|
| 1163 | - 'httpMethod' => 'GET', |
|
| 1164 | - 'parameters' => array( |
|
| 1165 | - 'project' => array( |
|
| 1166 | - 'location' => 'path', |
|
| 1167 | - 'type' => 'string', |
|
| 1168 | - 'required' => true, |
|
| 1169 | - ), |
|
| 1170 | - 'image' => array( |
|
| 1171 | - 'location' => 'path', |
|
| 1172 | - 'type' => 'string', |
|
| 1173 | - 'required' => true, |
|
| 1174 | - ), |
|
| 1175 | - ), |
|
| 1176 | - ),'insert' => array( |
|
| 1177 | - 'path' => '{project}/global/images', |
|
| 1178 | - 'httpMethod' => 'POST', |
|
| 1179 | - 'parameters' => array( |
|
| 1180 | - 'project' => array( |
|
| 1181 | - 'location' => 'path', |
|
| 1182 | - 'type' => 'string', |
|
| 1183 | - 'required' => true, |
|
| 1184 | - ), |
|
| 1185 | - ), |
|
| 1186 | - ),'list' => array( |
|
| 1187 | - 'path' => '{project}/global/images', |
|
| 1188 | - 'httpMethod' => 'GET', |
|
| 1189 | - 'parameters' => array( |
|
| 1190 | - 'project' => array( |
|
| 1191 | - 'location' => 'path', |
|
| 1192 | - 'type' => 'string', |
|
| 1193 | - 'required' => true, |
|
| 1194 | - ), |
|
| 1195 | - 'filter' => array( |
|
| 1196 | - 'location' => 'query', |
|
| 1197 | - 'type' => 'string', |
|
| 1198 | - ), |
|
| 1199 | - 'pageToken' => array( |
|
| 1200 | - 'location' => 'query', |
|
| 1201 | - 'type' => 'string', |
|
| 1202 | - ), |
|
| 1203 | - 'maxResults' => array( |
|
| 1204 | - 'location' => 'query', |
|
| 1205 | - 'type' => 'integer', |
|
| 1206 | - ), |
|
| 1207 | - ), |
|
| 1208 | - ), |
|
| 1209 | - ) |
|
| 1210 | - ) |
|
| 1211 | - ); |
|
| 1212 | - $this->instanceTemplates = new Google_Service_Compute_InstanceTemplates_Resource( |
|
| 1213 | - $this, |
|
| 1214 | - $this->serviceName, |
|
| 1215 | - 'instanceTemplates', |
|
| 1216 | - array( |
|
| 1217 | - 'methods' => array( |
|
| 1218 | - 'delete' => array( |
|
| 1219 | - 'path' => '{project}/global/instanceTemplates/{instanceTemplate}', |
|
| 1220 | - 'httpMethod' => 'DELETE', |
|
| 1221 | - 'parameters' => array( |
|
| 1222 | - 'project' => array( |
|
| 1223 | - 'location' => 'path', |
|
| 1224 | - 'type' => 'string', |
|
| 1225 | - 'required' => true, |
|
| 1226 | - ), |
|
| 1227 | - 'instanceTemplate' => array( |
|
| 1228 | - 'location' => 'path', |
|
| 1229 | - 'type' => 'string', |
|
| 1230 | - 'required' => true, |
|
| 1231 | - ), |
|
| 1232 | - ), |
|
| 1233 | - ),'get' => array( |
|
| 1234 | - 'path' => '{project}/global/instanceTemplates/{instanceTemplate}', |
|
| 1235 | - 'httpMethod' => 'GET', |
|
| 1236 | - 'parameters' => array( |
|
| 1237 | - 'project' => array( |
|
| 1238 | - 'location' => 'path', |
|
| 1239 | - 'type' => 'string', |
|
| 1240 | - 'required' => true, |
|
| 1241 | - ), |
|
| 1242 | - 'instanceTemplate' => array( |
|
| 1243 | - 'location' => 'path', |
|
| 1244 | - 'type' => 'string', |
|
| 1245 | - 'required' => true, |
|
| 1246 | - ), |
|
| 1247 | - ), |
|
| 1248 | - ),'insert' => array( |
|
| 1249 | - 'path' => '{project}/global/instanceTemplates', |
|
| 1250 | - 'httpMethod' => 'POST', |
|
| 1251 | - 'parameters' => array( |
|
| 1252 | - 'project' => array( |
|
| 1253 | - 'location' => 'path', |
|
| 1254 | - 'type' => 'string', |
|
| 1255 | - 'required' => true, |
|
| 1256 | - ), |
|
| 1257 | - ), |
|
| 1258 | - ),'list' => array( |
|
| 1259 | - 'path' => '{project}/global/instanceTemplates', |
|
| 1260 | - 'httpMethod' => 'GET', |
|
| 1261 | - 'parameters' => array( |
|
| 1262 | - 'project' => array( |
|
| 1263 | - 'location' => 'path', |
|
| 1264 | - 'type' => 'string', |
|
| 1265 | - 'required' => true, |
|
| 1266 | - ), |
|
| 1267 | - 'filter' => array( |
|
| 1268 | - 'location' => 'query', |
|
| 1269 | - 'type' => 'string', |
|
| 1270 | - ), |
|
| 1271 | - 'pageToken' => array( |
|
| 1272 | - 'location' => 'query', |
|
| 1273 | - 'type' => 'string', |
|
| 1274 | - ), |
|
| 1275 | - 'maxResults' => array( |
|
| 1276 | - 'location' => 'query', |
|
| 1277 | - 'type' => 'integer', |
|
| 1278 | - ), |
|
| 1279 | - ), |
|
| 1280 | - ), |
|
| 1281 | - ) |
|
| 1282 | - ) |
|
| 1283 | - ); |
|
| 1284 | - $this->instances = new Google_Service_Compute_Instances_Resource( |
|
| 1285 | - $this, |
|
| 1286 | - $this->serviceName, |
|
| 1287 | - 'instances', |
|
| 1288 | - array( |
|
| 1289 | - 'methods' => array( |
|
| 1290 | - 'addAccessConfig' => array( |
|
| 1291 | - 'path' => '{project}/zones/{zone}/instances/{instance}/addAccessConfig', |
|
| 1292 | - 'httpMethod' => 'POST', |
|
| 1293 | - 'parameters' => array( |
|
| 1294 | - 'project' => array( |
|
| 1295 | - 'location' => 'path', |
|
| 1296 | - 'type' => 'string', |
|
| 1297 | - 'required' => true, |
|
| 1298 | - ), |
|
| 1299 | - 'zone' => array( |
|
| 1300 | - 'location' => 'path', |
|
| 1301 | - 'type' => 'string', |
|
| 1302 | - 'required' => true, |
|
| 1303 | - ), |
|
| 1304 | - 'instance' => array( |
|
| 1305 | - 'location' => 'path', |
|
| 1306 | - 'type' => 'string', |
|
| 1307 | - 'required' => true, |
|
| 1308 | - ), |
|
| 1309 | - 'networkInterface' => array( |
|
| 1310 | - 'location' => 'query', |
|
| 1311 | - 'type' => 'string', |
|
| 1312 | - 'required' => true, |
|
| 1313 | - ), |
|
| 1314 | - ), |
|
| 1315 | - ),'aggregatedList' => array( |
|
| 1316 | - 'path' => '{project}/aggregated/instances', |
|
| 1317 | - 'httpMethod' => 'GET', |
|
| 1318 | - 'parameters' => array( |
|
| 1319 | - 'project' => array( |
|
| 1320 | - 'location' => 'path', |
|
| 1321 | - 'type' => 'string', |
|
| 1322 | - 'required' => true, |
|
| 1323 | - ), |
|
| 1324 | - 'filter' => array( |
|
| 1325 | - 'location' => 'query', |
|
| 1326 | - 'type' => 'string', |
|
| 1327 | - ), |
|
| 1328 | - 'pageToken' => array( |
|
| 1329 | - 'location' => 'query', |
|
| 1330 | - 'type' => 'string', |
|
| 1331 | - ), |
|
| 1332 | - 'maxResults' => array( |
|
| 1333 | - 'location' => 'query', |
|
| 1334 | - 'type' => 'integer', |
|
| 1335 | - ), |
|
| 1336 | - ), |
|
| 1337 | - ),'attachDisk' => array( |
|
| 1338 | - 'path' => '{project}/zones/{zone}/instances/{instance}/attachDisk', |
|
| 1339 | - 'httpMethod' => 'POST', |
|
| 1340 | - 'parameters' => array( |
|
| 1341 | - 'project' => array( |
|
| 1342 | - 'location' => 'path', |
|
| 1343 | - 'type' => 'string', |
|
| 1344 | - 'required' => true, |
|
| 1345 | - ), |
|
| 1346 | - 'zone' => array( |
|
| 1347 | - 'location' => 'path', |
|
| 1348 | - 'type' => 'string', |
|
| 1349 | - 'required' => true, |
|
| 1350 | - ), |
|
| 1351 | - 'instance' => array( |
|
| 1352 | - 'location' => 'path', |
|
| 1353 | - 'type' => 'string', |
|
| 1354 | - 'required' => true, |
|
| 1355 | - ), |
|
| 1356 | - ), |
|
| 1357 | - ),'delete' => array( |
|
| 1358 | - 'path' => '{project}/zones/{zone}/instances/{instance}', |
|
| 1359 | - 'httpMethod' => 'DELETE', |
|
| 1360 | - 'parameters' => array( |
|
| 1361 | - 'project' => array( |
|
| 1362 | - 'location' => 'path', |
|
| 1363 | - 'type' => 'string', |
|
| 1364 | - 'required' => true, |
|
| 1365 | - ), |
|
| 1366 | - 'zone' => array( |
|
| 1367 | - 'location' => 'path', |
|
| 1368 | - 'type' => 'string', |
|
| 1369 | - 'required' => true, |
|
| 1370 | - ), |
|
| 1371 | - 'instance' => array( |
|
| 1372 | - 'location' => 'path', |
|
| 1373 | - 'type' => 'string', |
|
| 1374 | - 'required' => true, |
|
| 1375 | - ), |
|
| 1376 | - ), |
|
| 1377 | - ),'deleteAccessConfig' => array( |
|
| 1378 | - 'path' => '{project}/zones/{zone}/instances/{instance}/deleteAccessConfig', |
|
| 1379 | - 'httpMethod' => 'POST', |
|
| 1380 | - 'parameters' => array( |
|
| 1381 | - 'project' => array( |
|
| 1382 | - 'location' => 'path', |
|
| 1383 | - 'type' => 'string', |
|
| 1384 | - 'required' => true, |
|
| 1385 | - ), |
|
| 1386 | - 'zone' => array( |
|
| 1387 | - 'location' => 'path', |
|
| 1388 | - 'type' => 'string', |
|
| 1389 | - 'required' => true, |
|
| 1390 | - ), |
|
| 1391 | - 'instance' => array( |
|
| 1392 | - 'location' => 'path', |
|
| 1393 | - 'type' => 'string', |
|
| 1394 | - 'required' => true, |
|
| 1395 | - ), |
|
| 1396 | - 'accessConfig' => array( |
|
| 1397 | - 'location' => 'query', |
|
| 1398 | - 'type' => 'string', |
|
| 1399 | - 'required' => true, |
|
| 1400 | - ), |
|
| 1401 | - 'networkInterface' => array( |
|
| 1402 | - 'location' => 'query', |
|
| 1403 | - 'type' => 'string', |
|
| 1404 | - 'required' => true, |
|
| 1405 | - ), |
|
| 1406 | - ), |
|
| 1407 | - ),'detachDisk' => array( |
|
| 1408 | - 'path' => '{project}/zones/{zone}/instances/{instance}/detachDisk', |
|
| 1409 | - 'httpMethod' => 'POST', |
|
| 1410 | - 'parameters' => array( |
|
| 1411 | - 'project' => array( |
|
| 1412 | - 'location' => 'path', |
|
| 1413 | - 'type' => 'string', |
|
| 1414 | - 'required' => true, |
|
| 1415 | - ), |
|
| 1416 | - 'zone' => array( |
|
| 1417 | - 'location' => 'path', |
|
| 1418 | - 'type' => 'string', |
|
| 1419 | - 'required' => true, |
|
| 1420 | - ), |
|
| 1421 | - 'instance' => array( |
|
| 1422 | - 'location' => 'path', |
|
| 1423 | - 'type' => 'string', |
|
| 1424 | - 'required' => true, |
|
| 1425 | - ), |
|
| 1426 | - 'deviceName' => array( |
|
| 1427 | - 'location' => 'query', |
|
| 1428 | - 'type' => 'string', |
|
| 1429 | - 'required' => true, |
|
| 1430 | - ), |
|
| 1431 | - ), |
|
| 1432 | - ),'get' => array( |
|
| 1433 | - 'path' => '{project}/zones/{zone}/instances/{instance}', |
|
| 1434 | - 'httpMethod' => 'GET', |
|
| 1435 | - 'parameters' => array( |
|
| 1436 | - 'project' => array( |
|
| 1437 | - 'location' => 'path', |
|
| 1438 | - 'type' => 'string', |
|
| 1439 | - 'required' => true, |
|
| 1440 | - ), |
|
| 1441 | - 'zone' => array( |
|
| 1442 | - 'location' => 'path', |
|
| 1443 | - 'type' => 'string', |
|
| 1444 | - 'required' => true, |
|
| 1445 | - ), |
|
| 1446 | - 'instance' => array( |
|
| 1447 | - 'location' => 'path', |
|
| 1448 | - 'type' => 'string', |
|
| 1449 | - 'required' => true, |
|
| 1450 | - ), |
|
| 1451 | - ), |
|
| 1452 | - ),'getSerialPortOutput' => array( |
|
| 1453 | - 'path' => '{project}/zones/{zone}/instances/{instance}/serialPort', |
|
| 1454 | - 'httpMethod' => 'GET', |
|
| 1455 | - 'parameters' => array( |
|
| 1456 | - 'project' => array( |
|
| 1457 | - 'location' => 'path', |
|
| 1458 | - 'type' => 'string', |
|
| 1459 | - 'required' => true, |
|
| 1460 | - ), |
|
| 1461 | - 'zone' => array( |
|
| 1462 | - 'location' => 'path', |
|
| 1463 | - 'type' => 'string', |
|
| 1464 | - 'required' => true, |
|
| 1465 | - ), |
|
| 1466 | - 'instance' => array( |
|
| 1467 | - 'location' => 'path', |
|
| 1468 | - 'type' => 'string', |
|
| 1469 | - 'required' => true, |
|
| 1470 | - ), |
|
| 1471 | - 'port' => array( |
|
| 1472 | - 'location' => 'query', |
|
| 1473 | - 'type' => 'integer', |
|
| 1474 | - ), |
|
| 1475 | - ), |
|
| 1476 | - ),'insert' => array( |
|
| 1477 | - 'path' => '{project}/zones/{zone}/instances', |
|
| 1478 | - 'httpMethod' => 'POST', |
|
| 1479 | - 'parameters' => array( |
|
| 1480 | - 'project' => array( |
|
| 1481 | - 'location' => 'path', |
|
| 1482 | - 'type' => 'string', |
|
| 1483 | - 'required' => true, |
|
| 1484 | - ), |
|
| 1485 | - 'zone' => array( |
|
| 1486 | - 'location' => 'path', |
|
| 1487 | - 'type' => 'string', |
|
| 1488 | - 'required' => true, |
|
| 1489 | - ), |
|
| 1490 | - ), |
|
| 1491 | - ),'list' => array( |
|
| 1492 | - 'path' => '{project}/zones/{zone}/instances', |
|
| 1493 | - 'httpMethod' => 'GET', |
|
| 1494 | - 'parameters' => array( |
|
| 1495 | - 'project' => array( |
|
| 1496 | - 'location' => 'path', |
|
| 1497 | - 'type' => 'string', |
|
| 1498 | - 'required' => true, |
|
| 1499 | - ), |
|
| 1500 | - 'zone' => array( |
|
| 1501 | - 'location' => 'path', |
|
| 1502 | - 'type' => 'string', |
|
| 1503 | - 'required' => true, |
|
| 1504 | - ), |
|
| 1505 | - 'filter' => array( |
|
| 1506 | - 'location' => 'query', |
|
| 1507 | - 'type' => 'string', |
|
| 1508 | - ), |
|
| 1509 | - 'pageToken' => array( |
|
| 1510 | - 'location' => 'query', |
|
| 1511 | - 'type' => 'string', |
|
| 1512 | - ), |
|
| 1513 | - 'maxResults' => array( |
|
| 1514 | - 'location' => 'query', |
|
| 1515 | - 'type' => 'integer', |
|
| 1516 | - ), |
|
| 1517 | - ), |
|
| 1518 | - ),'reset' => array( |
|
| 1519 | - 'path' => '{project}/zones/{zone}/instances/{instance}/reset', |
|
| 1520 | - 'httpMethod' => 'POST', |
|
| 1521 | - 'parameters' => array( |
|
| 1522 | - 'project' => array( |
|
| 1523 | - 'location' => 'path', |
|
| 1524 | - 'type' => 'string', |
|
| 1525 | - 'required' => true, |
|
| 1526 | - ), |
|
| 1527 | - 'zone' => array( |
|
| 1528 | - 'location' => 'path', |
|
| 1529 | - 'type' => 'string', |
|
| 1530 | - 'required' => true, |
|
| 1531 | - ), |
|
| 1532 | - 'instance' => array( |
|
| 1533 | - 'location' => 'path', |
|
| 1534 | - 'type' => 'string', |
|
| 1535 | - 'required' => true, |
|
| 1536 | - ), |
|
| 1537 | - ), |
|
| 1538 | - ),'setDiskAutoDelete' => array( |
|
| 1539 | - 'path' => '{project}/zones/{zone}/instances/{instance}/setDiskAutoDelete', |
|
| 1540 | - 'httpMethod' => 'POST', |
|
| 1541 | - 'parameters' => array( |
|
| 1542 | - 'project' => array( |
|
| 1543 | - 'location' => 'path', |
|
| 1544 | - 'type' => 'string', |
|
| 1545 | - 'required' => true, |
|
| 1546 | - ), |
|
| 1547 | - 'zone' => array( |
|
| 1548 | - 'location' => 'path', |
|
| 1549 | - 'type' => 'string', |
|
| 1550 | - 'required' => true, |
|
| 1551 | - ), |
|
| 1552 | - 'instance' => array( |
|
| 1553 | - 'location' => 'path', |
|
| 1554 | - 'type' => 'string', |
|
| 1555 | - 'required' => true, |
|
| 1556 | - ), |
|
| 1557 | - 'autoDelete' => array( |
|
| 1558 | - 'location' => 'query', |
|
| 1559 | - 'type' => 'boolean', |
|
| 1560 | - 'required' => true, |
|
| 1561 | - ), |
|
| 1562 | - 'deviceName' => array( |
|
| 1563 | - 'location' => 'query', |
|
| 1564 | - 'type' => 'string', |
|
| 1565 | - 'required' => true, |
|
| 1566 | - ), |
|
| 1567 | - ), |
|
| 1568 | - ),'setMetadata' => array( |
|
| 1569 | - 'path' => '{project}/zones/{zone}/instances/{instance}/setMetadata', |
|
| 1570 | - 'httpMethod' => 'POST', |
|
| 1571 | - 'parameters' => array( |
|
| 1572 | - 'project' => array( |
|
| 1573 | - 'location' => 'path', |
|
| 1574 | - 'type' => 'string', |
|
| 1575 | - 'required' => true, |
|
| 1576 | - ), |
|
| 1577 | - 'zone' => array( |
|
| 1578 | - 'location' => 'path', |
|
| 1579 | - 'type' => 'string', |
|
| 1580 | - 'required' => true, |
|
| 1581 | - ), |
|
| 1582 | - 'instance' => array( |
|
| 1583 | - 'location' => 'path', |
|
| 1584 | - 'type' => 'string', |
|
| 1585 | - 'required' => true, |
|
| 1586 | - ), |
|
| 1587 | - ), |
|
| 1588 | - ),'setScheduling' => array( |
|
| 1589 | - 'path' => '{project}/zones/{zone}/instances/{instance}/setScheduling', |
|
| 1590 | - 'httpMethod' => 'POST', |
|
| 1591 | - 'parameters' => array( |
|
| 1592 | - 'project' => array( |
|
| 1593 | - 'location' => 'path', |
|
| 1594 | - 'type' => 'string', |
|
| 1595 | - 'required' => true, |
|
| 1596 | - ), |
|
| 1597 | - 'zone' => array( |
|
| 1598 | - 'location' => 'path', |
|
| 1599 | - 'type' => 'string', |
|
| 1600 | - 'required' => true, |
|
| 1601 | - ), |
|
| 1602 | - 'instance' => array( |
|
| 1603 | - 'location' => 'path', |
|
| 1604 | - 'type' => 'string', |
|
| 1605 | - 'required' => true, |
|
| 1606 | - ), |
|
| 1607 | - ), |
|
| 1608 | - ),'setTags' => array( |
|
| 1609 | - 'path' => '{project}/zones/{zone}/instances/{instance}/setTags', |
|
| 1610 | - 'httpMethod' => 'POST', |
|
| 1611 | - 'parameters' => array( |
|
| 1612 | - 'project' => array( |
|
| 1613 | - 'location' => 'path', |
|
| 1614 | - 'type' => 'string', |
|
| 1615 | - 'required' => true, |
|
| 1616 | - ), |
|
| 1617 | - 'zone' => array( |
|
| 1618 | - 'location' => 'path', |
|
| 1619 | - 'type' => 'string', |
|
| 1620 | - 'required' => true, |
|
| 1621 | - ), |
|
| 1622 | - 'instance' => array( |
|
| 1623 | - 'location' => 'path', |
|
| 1624 | - 'type' => 'string', |
|
| 1625 | - 'required' => true, |
|
| 1626 | - ), |
|
| 1627 | - ), |
|
| 1628 | - ),'start' => array( |
|
| 1629 | - 'path' => '{project}/zones/{zone}/instances/{instance}/start', |
|
| 1630 | - 'httpMethod' => 'POST', |
|
| 1631 | - 'parameters' => array( |
|
| 1632 | - 'project' => array( |
|
| 1633 | - 'location' => 'path', |
|
| 1634 | - 'type' => 'string', |
|
| 1635 | - 'required' => true, |
|
| 1636 | - ), |
|
| 1637 | - 'zone' => array( |
|
| 1638 | - 'location' => 'path', |
|
| 1639 | - 'type' => 'string', |
|
| 1640 | - 'required' => true, |
|
| 1641 | - ), |
|
| 1642 | - 'instance' => array( |
|
| 1643 | - 'location' => 'path', |
|
| 1644 | - 'type' => 'string', |
|
| 1645 | - 'required' => true, |
|
| 1646 | - ), |
|
| 1647 | - ), |
|
| 1648 | - ),'stop' => array( |
|
| 1649 | - 'path' => '{project}/zones/{zone}/instances/{instance}/stop', |
|
| 1650 | - 'httpMethod' => 'POST', |
|
| 1651 | - 'parameters' => array( |
|
| 1652 | - 'project' => array( |
|
| 1653 | - 'location' => 'path', |
|
| 1654 | - 'type' => 'string', |
|
| 1655 | - 'required' => true, |
|
| 1656 | - ), |
|
| 1657 | - 'zone' => array( |
|
| 1658 | - 'location' => 'path', |
|
| 1659 | - 'type' => 'string', |
|
| 1660 | - 'required' => true, |
|
| 1661 | - ), |
|
| 1662 | - 'instance' => array( |
|
| 1663 | - 'location' => 'path', |
|
| 1664 | - 'type' => 'string', |
|
| 1665 | - 'required' => true, |
|
| 1666 | - ), |
|
| 1667 | - ), |
|
| 1668 | - ), |
|
| 1669 | - ) |
|
| 1670 | - ) |
|
| 1671 | - ); |
|
| 1672 | - $this->licenses = new Google_Service_Compute_Licenses_Resource( |
|
| 1673 | - $this, |
|
| 1674 | - $this->serviceName, |
|
| 1675 | - 'licenses', |
|
| 1676 | - array( |
|
| 1677 | - 'methods' => array( |
|
| 1678 | - 'get' => array( |
|
| 1679 | - 'path' => '{project}/global/licenses/{license}', |
|
| 1680 | - 'httpMethod' => 'GET', |
|
| 1681 | - 'parameters' => array( |
|
| 1682 | - 'project' => array( |
|
| 1683 | - 'location' => 'path', |
|
| 1684 | - 'type' => 'string', |
|
| 1685 | - 'required' => true, |
|
| 1686 | - ), |
|
| 1687 | - 'license' => array( |
|
| 1688 | - 'location' => 'path', |
|
| 1689 | - 'type' => 'string', |
|
| 1690 | - 'required' => true, |
|
| 1691 | - ), |
|
| 1692 | - ), |
|
| 1693 | - ), |
|
| 1694 | - ) |
|
| 1695 | - ) |
|
| 1696 | - ); |
|
| 1697 | - $this->machineTypes = new Google_Service_Compute_MachineTypes_Resource( |
|
| 1698 | - $this, |
|
| 1699 | - $this->serviceName, |
|
| 1700 | - 'machineTypes', |
|
| 1701 | - array( |
|
| 1702 | - 'methods' => array( |
|
| 1703 | - 'aggregatedList' => array( |
|
| 1704 | - 'path' => '{project}/aggregated/machineTypes', |
|
| 1705 | - 'httpMethod' => 'GET', |
|
| 1706 | - 'parameters' => array( |
|
| 1707 | - 'project' => array( |
|
| 1708 | - 'location' => 'path', |
|
| 1709 | - 'type' => 'string', |
|
| 1710 | - 'required' => true, |
|
| 1711 | - ), |
|
| 1712 | - 'filter' => array( |
|
| 1713 | - 'location' => 'query', |
|
| 1714 | - 'type' => 'string', |
|
| 1715 | - ), |
|
| 1716 | - 'pageToken' => array( |
|
| 1717 | - 'location' => 'query', |
|
| 1718 | - 'type' => 'string', |
|
| 1719 | - ), |
|
| 1720 | - 'maxResults' => array( |
|
| 1721 | - 'location' => 'query', |
|
| 1722 | - 'type' => 'integer', |
|
| 1723 | - ), |
|
| 1724 | - ), |
|
| 1725 | - ),'get' => array( |
|
| 1726 | - 'path' => '{project}/zones/{zone}/machineTypes/{machineType}', |
|
| 1727 | - 'httpMethod' => 'GET', |
|
| 1728 | - 'parameters' => array( |
|
| 1729 | - 'project' => array( |
|
| 1730 | - 'location' => 'path', |
|
| 1731 | - 'type' => 'string', |
|
| 1732 | - 'required' => true, |
|
| 1733 | - ), |
|
| 1734 | - 'zone' => array( |
|
| 1735 | - 'location' => 'path', |
|
| 1736 | - 'type' => 'string', |
|
| 1737 | - 'required' => true, |
|
| 1738 | - ), |
|
| 1739 | - 'machineType' => array( |
|
| 1740 | - 'location' => 'path', |
|
| 1741 | - 'type' => 'string', |
|
| 1742 | - 'required' => true, |
|
| 1743 | - ), |
|
| 1744 | - ), |
|
| 1745 | - ),'list' => array( |
|
| 1746 | - 'path' => '{project}/zones/{zone}/machineTypes', |
|
| 1747 | - 'httpMethod' => 'GET', |
|
| 1748 | - 'parameters' => array( |
|
| 1749 | - 'project' => array( |
|
| 1750 | - 'location' => 'path', |
|
| 1751 | - 'type' => 'string', |
|
| 1752 | - 'required' => true, |
|
| 1753 | - ), |
|
| 1754 | - 'zone' => array( |
|
| 1755 | - 'location' => 'path', |
|
| 1756 | - 'type' => 'string', |
|
| 1757 | - 'required' => true, |
|
| 1758 | - ), |
|
| 1759 | - 'filter' => array( |
|
| 1760 | - 'location' => 'query', |
|
| 1761 | - 'type' => 'string', |
|
| 1762 | - ), |
|
| 1763 | - 'pageToken' => array( |
|
| 1764 | - 'location' => 'query', |
|
| 1765 | - 'type' => 'string', |
|
| 1766 | - ), |
|
| 1767 | - 'maxResults' => array( |
|
| 1768 | - 'location' => 'query', |
|
| 1769 | - 'type' => 'integer', |
|
| 1770 | - ), |
|
| 1771 | - ), |
|
| 1772 | - ), |
|
| 1773 | - ) |
|
| 1774 | - ) |
|
| 1775 | - ); |
|
| 1776 | - $this->networks = new Google_Service_Compute_Networks_Resource( |
|
| 1777 | - $this, |
|
| 1778 | - $this->serviceName, |
|
| 1779 | - 'networks', |
|
| 1780 | - array( |
|
| 1781 | - 'methods' => array( |
|
| 1782 | - 'delete' => array( |
|
| 1783 | - 'path' => '{project}/global/networks/{network}', |
|
| 1784 | - 'httpMethod' => 'DELETE', |
|
| 1785 | - 'parameters' => array( |
|
| 1786 | - 'project' => array( |
|
| 1787 | - 'location' => 'path', |
|
| 1788 | - 'type' => 'string', |
|
| 1789 | - 'required' => true, |
|
| 1790 | - ), |
|
| 1791 | - 'network' => array( |
|
| 1792 | - 'location' => 'path', |
|
| 1793 | - 'type' => 'string', |
|
| 1794 | - 'required' => true, |
|
| 1795 | - ), |
|
| 1796 | - ), |
|
| 1797 | - ),'get' => array( |
|
| 1798 | - 'path' => '{project}/global/networks/{network}', |
|
| 1799 | - 'httpMethod' => 'GET', |
|
| 1800 | - 'parameters' => array( |
|
| 1801 | - 'project' => array( |
|
| 1802 | - 'location' => 'path', |
|
| 1803 | - 'type' => 'string', |
|
| 1804 | - 'required' => true, |
|
| 1805 | - ), |
|
| 1806 | - 'network' => array( |
|
| 1807 | - 'location' => 'path', |
|
| 1808 | - 'type' => 'string', |
|
| 1809 | - 'required' => true, |
|
| 1810 | - ), |
|
| 1811 | - ), |
|
| 1812 | - ),'insert' => array( |
|
| 1813 | - 'path' => '{project}/global/networks', |
|
| 1814 | - 'httpMethod' => 'POST', |
|
| 1815 | - 'parameters' => array( |
|
| 1816 | - 'project' => array( |
|
| 1817 | - 'location' => 'path', |
|
| 1818 | - 'type' => 'string', |
|
| 1819 | - 'required' => true, |
|
| 1820 | - ), |
|
| 1821 | - ), |
|
| 1822 | - ),'list' => array( |
|
| 1823 | - 'path' => '{project}/global/networks', |
|
| 1824 | - 'httpMethod' => 'GET', |
|
| 1825 | - 'parameters' => array( |
|
| 1826 | - 'project' => array( |
|
| 1827 | - 'location' => 'path', |
|
| 1828 | - 'type' => 'string', |
|
| 1829 | - 'required' => true, |
|
| 1830 | - ), |
|
| 1831 | - 'filter' => array( |
|
| 1832 | - 'location' => 'query', |
|
| 1833 | - 'type' => 'string', |
|
| 1834 | - ), |
|
| 1835 | - 'pageToken' => array( |
|
| 1836 | - 'location' => 'query', |
|
| 1837 | - 'type' => 'string', |
|
| 1838 | - ), |
|
| 1839 | - 'maxResults' => array( |
|
| 1840 | - 'location' => 'query', |
|
| 1841 | - 'type' => 'integer', |
|
| 1842 | - ), |
|
| 1843 | - ), |
|
| 1844 | - ), |
|
| 1845 | - ) |
|
| 1846 | - ) |
|
| 1847 | - ); |
|
| 1848 | - $this->projects = new Google_Service_Compute_Projects_Resource( |
|
| 1849 | - $this, |
|
| 1850 | - $this->serviceName, |
|
| 1851 | - 'projects', |
|
| 1852 | - array( |
|
| 1853 | - 'methods' => array( |
|
| 1854 | - 'get' => array( |
|
| 1855 | - 'path' => '{project}', |
|
| 1856 | - 'httpMethod' => 'GET', |
|
| 1857 | - 'parameters' => array( |
|
| 1858 | - 'project' => array( |
|
| 1859 | - 'location' => 'path', |
|
| 1860 | - 'type' => 'string', |
|
| 1861 | - 'required' => true, |
|
| 1862 | - ), |
|
| 1863 | - ), |
|
| 1864 | - ),'moveDisk' => array( |
|
| 1865 | - 'path' => '{project}/moveDisk', |
|
| 1866 | - 'httpMethod' => 'POST', |
|
| 1867 | - 'parameters' => array( |
|
| 1868 | - 'project' => array( |
|
| 1869 | - 'location' => 'path', |
|
| 1870 | - 'type' => 'string', |
|
| 1871 | - 'required' => true, |
|
| 1872 | - ), |
|
| 1873 | - ), |
|
| 1874 | - ),'moveInstance' => array( |
|
| 1875 | - 'path' => '{project}/moveInstance', |
|
| 1876 | - 'httpMethod' => 'POST', |
|
| 1877 | - 'parameters' => array( |
|
| 1878 | - 'project' => array( |
|
| 1879 | - 'location' => 'path', |
|
| 1880 | - 'type' => 'string', |
|
| 1881 | - 'required' => true, |
|
| 1882 | - ), |
|
| 1883 | - ), |
|
| 1884 | - ),'setCommonInstanceMetadata' => array( |
|
| 1885 | - 'path' => '{project}/setCommonInstanceMetadata', |
|
| 1886 | - 'httpMethod' => 'POST', |
|
| 1887 | - 'parameters' => array( |
|
| 1888 | - 'project' => array( |
|
| 1889 | - 'location' => 'path', |
|
| 1890 | - 'type' => 'string', |
|
| 1891 | - 'required' => true, |
|
| 1892 | - ), |
|
| 1893 | - ), |
|
| 1894 | - ),'setUsageExportBucket' => array( |
|
| 1895 | - 'path' => '{project}/setUsageExportBucket', |
|
| 1896 | - 'httpMethod' => 'POST', |
|
| 1897 | - 'parameters' => array( |
|
| 1898 | - 'project' => array( |
|
| 1899 | - 'location' => 'path', |
|
| 1900 | - 'type' => 'string', |
|
| 1901 | - 'required' => true, |
|
| 1902 | - ), |
|
| 1903 | - ), |
|
| 1904 | - ), |
|
| 1905 | - ) |
|
| 1906 | - ) |
|
| 1907 | - ); |
|
| 1908 | - $this->regionOperations = new Google_Service_Compute_RegionOperations_Resource( |
|
| 1909 | - $this, |
|
| 1910 | - $this->serviceName, |
|
| 1911 | - 'regionOperations', |
|
| 1912 | - array( |
|
| 1913 | - 'methods' => array( |
|
| 1914 | - 'delete' => array( |
|
| 1915 | - 'path' => '{project}/regions/{region}/operations/{operation}', |
|
| 1916 | - 'httpMethod' => 'DELETE', |
|
| 1917 | - 'parameters' => array( |
|
| 1918 | - 'project' => array( |
|
| 1919 | - 'location' => 'path', |
|
| 1920 | - 'type' => 'string', |
|
| 1921 | - 'required' => true, |
|
| 1922 | - ), |
|
| 1923 | - 'region' => array( |
|
| 1924 | - 'location' => 'path', |
|
| 1925 | - 'type' => 'string', |
|
| 1926 | - 'required' => true, |
|
| 1927 | - ), |
|
| 1928 | - 'operation' => array( |
|
| 1929 | - 'location' => 'path', |
|
| 1930 | - 'type' => 'string', |
|
| 1931 | - 'required' => true, |
|
| 1932 | - ), |
|
| 1933 | - ), |
|
| 1934 | - ),'get' => array( |
|
| 1935 | - 'path' => '{project}/regions/{region}/operations/{operation}', |
|
| 1936 | - 'httpMethod' => 'GET', |
|
| 1937 | - 'parameters' => array( |
|
| 1938 | - 'project' => array( |
|
| 1939 | - 'location' => 'path', |
|
| 1940 | - 'type' => 'string', |
|
| 1941 | - 'required' => true, |
|
| 1942 | - ), |
|
| 1943 | - 'region' => array( |
|
| 1944 | - 'location' => 'path', |
|
| 1945 | - 'type' => 'string', |
|
| 1946 | - 'required' => true, |
|
| 1947 | - ), |
|
| 1948 | - 'operation' => array( |
|
| 1949 | - 'location' => 'path', |
|
| 1950 | - 'type' => 'string', |
|
| 1951 | - 'required' => true, |
|
| 1952 | - ), |
|
| 1953 | - ), |
|
| 1954 | - ),'list' => array( |
|
| 1955 | - 'path' => '{project}/regions/{region}/operations', |
|
| 1956 | - 'httpMethod' => 'GET', |
|
| 1957 | - 'parameters' => array( |
|
| 1958 | - 'project' => array( |
|
| 1959 | - 'location' => 'path', |
|
| 1960 | - 'type' => 'string', |
|
| 1961 | - 'required' => true, |
|
| 1962 | - ), |
|
| 1963 | - 'region' => array( |
|
| 1964 | - 'location' => 'path', |
|
| 1965 | - 'type' => 'string', |
|
| 1966 | - 'required' => true, |
|
| 1967 | - ), |
|
| 1968 | - 'filter' => array( |
|
| 1969 | - 'location' => 'query', |
|
| 1970 | - 'type' => 'string', |
|
| 1971 | - ), |
|
| 1972 | - 'pageToken' => array( |
|
| 1973 | - 'location' => 'query', |
|
| 1974 | - 'type' => 'string', |
|
| 1975 | - ), |
|
| 1976 | - 'maxResults' => array( |
|
| 1977 | - 'location' => 'query', |
|
| 1978 | - 'type' => 'integer', |
|
| 1979 | - ), |
|
| 1980 | - ), |
|
| 1981 | - ), |
|
| 1982 | - ) |
|
| 1983 | - ) |
|
| 1984 | - ); |
|
| 1985 | - $this->regions = new Google_Service_Compute_Regions_Resource( |
|
| 1986 | - $this, |
|
| 1987 | - $this->serviceName, |
|
| 1988 | - 'regions', |
|
| 1989 | - array( |
|
| 1990 | - 'methods' => array( |
|
| 1991 | - 'get' => array( |
|
| 1992 | - 'path' => '{project}/regions/{region}', |
|
| 1993 | - 'httpMethod' => 'GET', |
|
| 1994 | - 'parameters' => array( |
|
| 1995 | - 'project' => array( |
|
| 1996 | - 'location' => 'path', |
|
| 1997 | - 'type' => 'string', |
|
| 1998 | - 'required' => true, |
|
| 1999 | - ), |
|
| 2000 | - 'region' => array( |
|
| 2001 | - 'location' => 'path', |
|
| 2002 | - 'type' => 'string', |
|
| 2003 | - 'required' => true, |
|
| 2004 | - ), |
|
| 2005 | - ), |
|
| 2006 | - ),'list' => array( |
|
| 2007 | - 'path' => '{project}/regions', |
|
| 2008 | - 'httpMethod' => 'GET', |
|
| 2009 | - 'parameters' => array( |
|
| 2010 | - 'project' => array( |
|
| 2011 | - 'location' => 'path', |
|
| 2012 | - 'type' => 'string', |
|
| 2013 | - 'required' => true, |
|
| 2014 | - ), |
|
| 2015 | - 'filter' => array( |
|
| 2016 | - 'location' => 'query', |
|
| 2017 | - 'type' => 'string', |
|
| 2018 | - ), |
|
| 2019 | - 'pageToken' => array( |
|
| 2020 | - 'location' => 'query', |
|
| 2021 | - 'type' => 'string', |
|
| 2022 | - ), |
|
| 2023 | - 'maxResults' => array( |
|
| 2024 | - 'location' => 'query', |
|
| 2025 | - 'type' => 'integer', |
|
| 2026 | - ), |
|
| 2027 | - ), |
|
| 2028 | - ), |
|
| 2029 | - ) |
|
| 2030 | - ) |
|
| 2031 | - ); |
|
| 2032 | - $this->routes = new Google_Service_Compute_Routes_Resource( |
|
| 2033 | - $this, |
|
| 2034 | - $this->serviceName, |
|
| 2035 | - 'routes', |
|
| 2036 | - array( |
|
| 2037 | - 'methods' => array( |
|
| 2038 | - 'delete' => array( |
|
| 2039 | - 'path' => '{project}/global/routes/{route}', |
|
| 2040 | - 'httpMethod' => 'DELETE', |
|
| 2041 | - 'parameters' => array( |
|
| 2042 | - 'project' => array( |
|
| 2043 | - 'location' => 'path', |
|
| 2044 | - 'type' => 'string', |
|
| 2045 | - 'required' => true, |
|
| 2046 | - ), |
|
| 2047 | - 'route' => array( |
|
| 2048 | - 'location' => 'path', |
|
| 2049 | - 'type' => 'string', |
|
| 2050 | - 'required' => true, |
|
| 2051 | - ), |
|
| 2052 | - ), |
|
| 2053 | - ),'get' => array( |
|
| 2054 | - 'path' => '{project}/global/routes/{route}', |
|
| 2055 | - 'httpMethod' => 'GET', |
|
| 2056 | - 'parameters' => array( |
|
| 2057 | - 'project' => array( |
|
| 2058 | - 'location' => 'path', |
|
| 2059 | - 'type' => 'string', |
|
| 2060 | - 'required' => true, |
|
| 2061 | - ), |
|
| 2062 | - 'route' => array( |
|
| 2063 | - 'location' => 'path', |
|
| 2064 | - 'type' => 'string', |
|
| 2065 | - 'required' => true, |
|
| 2066 | - ), |
|
| 2067 | - ), |
|
| 2068 | - ),'insert' => array( |
|
| 2069 | - 'path' => '{project}/global/routes', |
|
| 2070 | - 'httpMethod' => 'POST', |
|
| 2071 | - 'parameters' => array( |
|
| 2072 | - 'project' => array( |
|
| 2073 | - 'location' => 'path', |
|
| 2074 | - 'type' => 'string', |
|
| 2075 | - 'required' => true, |
|
| 2076 | - ), |
|
| 2077 | - ), |
|
| 2078 | - ),'list' => array( |
|
| 2079 | - 'path' => '{project}/global/routes', |
|
| 2080 | - 'httpMethod' => 'GET', |
|
| 2081 | - 'parameters' => array( |
|
| 2082 | - 'project' => array( |
|
| 2083 | - 'location' => 'path', |
|
| 2084 | - 'type' => 'string', |
|
| 2085 | - 'required' => true, |
|
| 2086 | - ), |
|
| 2087 | - 'filter' => array( |
|
| 2088 | - 'location' => 'query', |
|
| 2089 | - 'type' => 'string', |
|
| 2090 | - ), |
|
| 2091 | - 'pageToken' => array( |
|
| 2092 | - 'location' => 'query', |
|
| 2093 | - 'type' => 'string', |
|
| 2094 | - ), |
|
| 2095 | - 'maxResults' => array( |
|
| 2096 | - 'location' => 'query', |
|
| 2097 | - 'type' => 'integer', |
|
| 2098 | - ), |
|
| 2099 | - ), |
|
| 2100 | - ), |
|
| 2101 | - ) |
|
| 2102 | - ) |
|
| 2103 | - ); |
|
| 2104 | - $this->snapshots = new Google_Service_Compute_Snapshots_Resource( |
|
| 2105 | - $this, |
|
| 2106 | - $this->serviceName, |
|
| 2107 | - 'snapshots', |
|
| 2108 | - array( |
|
| 2109 | - 'methods' => array( |
|
| 2110 | - 'delete' => array( |
|
| 2111 | - 'path' => '{project}/global/snapshots/{snapshot}', |
|
| 2112 | - 'httpMethod' => 'DELETE', |
|
| 2113 | - 'parameters' => array( |
|
| 2114 | - 'project' => array( |
|
| 2115 | - 'location' => 'path', |
|
| 2116 | - 'type' => 'string', |
|
| 2117 | - 'required' => true, |
|
| 2118 | - ), |
|
| 2119 | - 'snapshot' => array( |
|
| 2120 | - 'location' => 'path', |
|
| 2121 | - 'type' => 'string', |
|
| 2122 | - 'required' => true, |
|
| 2123 | - ), |
|
| 2124 | - ), |
|
| 2125 | - ),'get' => array( |
|
| 2126 | - 'path' => '{project}/global/snapshots/{snapshot}', |
|
| 2127 | - 'httpMethod' => 'GET', |
|
| 2128 | - 'parameters' => array( |
|
| 2129 | - 'project' => array( |
|
| 2130 | - 'location' => 'path', |
|
| 2131 | - 'type' => 'string', |
|
| 2132 | - 'required' => true, |
|
| 2133 | - ), |
|
| 2134 | - 'snapshot' => array( |
|
| 2135 | - 'location' => 'path', |
|
| 2136 | - 'type' => 'string', |
|
| 2137 | - 'required' => true, |
|
| 2138 | - ), |
|
| 2139 | - ), |
|
| 2140 | - ),'list' => array( |
|
| 2141 | - 'path' => '{project}/global/snapshots', |
|
| 2142 | - 'httpMethod' => 'GET', |
|
| 2143 | - 'parameters' => array( |
|
| 2144 | - 'project' => array( |
|
| 2145 | - 'location' => 'path', |
|
| 2146 | - 'type' => 'string', |
|
| 2147 | - 'required' => true, |
|
| 2148 | - ), |
|
| 2149 | - 'filter' => array( |
|
| 2150 | - 'location' => 'query', |
|
| 2151 | - 'type' => 'string', |
|
| 2152 | - ), |
|
| 2153 | - 'pageToken' => array( |
|
| 2154 | - 'location' => 'query', |
|
| 2155 | - 'type' => 'string', |
|
| 2156 | - ), |
|
| 2157 | - 'maxResults' => array( |
|
| 2158 | - 'location' => 'query', |
|
| 2159 | - 'type' => 'integer', |
|
| 2160 | - ), |
|
| 2161 | - ), |
|
| 2162 | - ), |
|
| 2163 | - ) |
|
| 2164 | - ) |
|
| 2165 | - ); |
|
| 2166 | - $this->targetHttpProxies = new Google_Service_Compute_TargetHttpProxies_Resource( |
|
| 2167 | - $this, |
|
| 2168 | - $this->serviceName, |
|
| 2169 | - 'targetHttpProxies', |
|
| 2170 | - array( |
|
| 2171 | - 'methods' => array( |
|
| 2172 | - 'delete' => array( |
|
| 2173 | - 'path' => '{project}/global/targetHttpProxies/{targetHttpProxy}', |
|
| 2174 | - 'httpMethod' => 'DELETE', |
|
| 2175 | - 'parameters' => array( |
|
| 2176 | - 'project' => array( |
|
| 2177 | - 'location' => 'path', |
|
| 2178 | - 'type' => 'string', |
|
| 2179 | - 'required' => true, |
|
| 2180 | - ), |
|
| 2181 | - 'targetHttpProxy' => array( |
|
| 2182 | - 'location' => 'path', |
|
| 2183 | - 'type' => 'string', |
|
| 2184 | - 'required' => true, |
|
| 2185 | - ), |
|
| 2186 | - ), |
|
| 2187 | - ),'get' => array( |
|
| 2188 | - 'path' => '{project}/global/targetHttpProxies/{targetHttpProxy}', |
|
| 2189 | - 'httpMethod' => 'GET', |
|
| 2190 | - 'parameters' => array( |
|
| 2191 | - 'project' => array( |
|
| 2192 | - 'location' => 'path', |
|
| 2193 | - 'type' => 'string', |
|
| 2194 | - 'required' => true, |
|
| 2195 | - ), |
|
| 2196 | - 'targetHttpProxy' => array( |
|
| 2197 | - 'location' => 'path', |
|
| 2198 | - 'type' => 'string', |
|
| 2199 | - 'required' => true, |
|
| 2200 | - ), |
|
| 2201 | - ), |
|
| 2202 | - ),'insert' => array( |
|
| 2203 | - 'path' => '{project}/global/targetHttpProxies', |
|
| 2204 | - 'httpMethod' => 'POST', |
|
| 2205 | - 'parameters' => array( |
|
| 2206 | - 'project' => array( |
|
| 2207 | - 'location' => 'path', |
|
| 2208 | - 'type' => 'string', |
|
| 2209 | - 'required' => true, |
|
| 2210 | - ), |
|
| 2211 | - ), |
|
| 2212 | - ),'list' => array( |
|
| 2213 | - 'path' => '{project}/global/targetHttpProxies', |
|
| 2214 | - 'httpMethod' => 'GET', |
|
| 2215 | - 'parameters' => array( |
|
| 2216 | - 'project' => array( |
|
| 2217 | - 'location' => 'path', |
|
| 2218 | - 'type' => 'string', |
|
| 2219 | - 'required' => true, |
|
| 2220 | - ), |
|
| 2221 | - 'filter' => array( |
|
| 2222 | - 'location' => 'query', |
|
| 2223 | - 'type' => 'string', |
|
| 2224 | - ), |
|
| 2225 | - 'pageToken' => array( |
|
| 2226 | - 'location' => 'query', |
|
| 2227 | - 'type' => 'string', |
|
| 2228 | - ), |
|
| 2229 | - 'maxResults' => array( |
|
| 2230 | - 'location' => 'query', |
|
| 2231 | - 'type' => 'integer', |
|
| 2232 | - ), |
|
| 2233 | - ), |
|
| 2234 | - ),'setUrlMap' => array( |
|
| 2235 | - 'path' => '{project}/targetHttpProxies/{targetHttpProxy}/setUrlMap', |
|
| 2236 | - 'httpMethod' => 'POST', |
|
| 2237 | - 'parameters' => array( |
|
| 2238 | - 'project' => array( |
|
| 2239 | - 'location' => 'path', |
|
| 2240 | - 'type' => 'string', |
|
| 2241 | - 'required' => true, |
|
| 2242 | - ), |
|
| 2243 | - 'targetHttpProxy' => array( |
|
| 2244 | - 'location' => 'path', |
|
| 2245 | - 'type' => 'string', |
|
| 2246 | - 'required' => true, |
|
| 2247 | - ), |
|
| 2248 | - ), |
|
| 2249 | - ), |
|
| 2250 | - ) |
|
| 2251 | - ) |
|
| 2252 | - ); |
|
| 2253 | - $this->targetInstances = new Google_Service_Compute_TargetInstances_Resource( |
|
| 2254 | - $this, |
|
| 2255 | - $this->serviceName, |
|
| 2256 | - 'targetInstances', |
|
| 2257 | - array( |
|
| 2258 | - 'methods' => array( |
|
| 2259 | - 'aggregatedList' => array( |
|
| 2260 | - 'path' => '{project}/aggregated/targetInstances', |
|
| 2261 | - 'httpMethod' => 'GET', |
|
| 2262 | - 'parameters' => array( |
|
| 2263 | - 'project' => array( |
|
| 2264 | - 'location' => 'path', |
|
| 2265 | - 'type' => 'string', |
|
| 2266 | - 'required' => true, |
|
| 2267 | - ), |
|
| 2268 | - 'filter' => array( |
|
| 2269 | - 'location' => 'query', |
|
| 2270 | - 'type' => 'string', |
|
| 2271 | - ), |
|
| 2272 | - 'pageToken' => array( |
|
| 2273 | - 'location' => 'query', |
|
| 2274 | - 'type' => 'string', |
|
| 2275 | - ), |
|
| 2276 | - 'maxResults' => array( |
|
| 2277 | - 'location' => 'query', |
|
| 2278 | - 'type' => 'integer', |
|
| 2279 | - ), |
|
| 2280 | - ), |
|
| 2281 | - ),'delete' => array( |
|
| 2282 | - 'path' => '{project}/zones/{zone}/targetInstances/{targetInstance}', |
|
| 2283 | - 'httpMethod' => 'DELETE', |
|
| 2284 | - 'parameters' => array( |
|
| 2285 | - 'project' => array( |
|
| 2286 | - 'location' => 'path', |
|
| 2287 | - 'type' => 'string', |
|
| 2288 | - 'required' => true, |
|
| 2289 | - ), |
|
| 2290 | - 'zone' => array( |
|
| 2291 | - 'location' => 'path', |
|
| 2292 | - 'type' => 'string', |
|
| 2293 | - 'required' => true, |
|
| 2294 | - ), |
|
| 2295 | - 'targetInstance' => array( |
|
| 2296 | - 'location' => 'path', |
|
| 2297 | - 'type' => 'string', |
|
| 2298 | - 'required' => true, |
|
| 2299 | - ), |
|
| 2300 | - ), |
|
| 2301 | - ),'get' => array( |
|
| 2302 | - 'path' => '{project}/zones/{zone}/targetInstances/{targetInstance}', |
|
| 2303 | - 'httpMethod' => 'GET', |
|
| 2304 | - 'parameters' => array( |
|
| 2305 | - 'project' => array( |
|
| 2306 | - 'location' => 'path', |
|
| 2307 | - 'type' => 'string', |
|
| 2308 | - 'required' => true, |
|
| 2309 | - ), |
|
| 2310 | - 'zone' => array( |
|
| 2311 | - 'location' => 'path', |
|
| 2312 | - 'type' => 'string', |
|
| 2313 | - 'required' => true, |
|
| 2314 | - ), |
|
| 2315 | - 'targetInstance' => array( |
|
| 2316 | - 'location' => 'path', |
|
| 2317 | - 'type' => 'string', |
|
| 2318 | - 'required' => true, |
|
| 2319 | - ), |
|
| 2320 | - ), |
|
| 2321 | - ),'insert' => array( |
|
| 2322 | - 'path' => '{project}/zones/{zone}/targetInstances', |
|
| 2323 | - 'httpMethod' => 'POST', |
|
| 2324 | - 'parameters' => array( |
|
| 2325 | - 'project' => array( |
|
| 2326 | - 'location' => 'path', |
|
| 2327 | - 'type' => 'string', |
|
| 2328 | - 'required' => true, |
|
| 2329 | - ), |
|
| 2330 | - 'zone' => array( |
|
| 2331 | - 'location' => 'path', |
|
| 2332 | - 'type' => 'string', |
|
| 2333 | - 'required' => true, |
|
| 2334 | - ), |
|
| 2335 | - ), |
|
| 2336 | - ),'list' => array( |
|
| 2337 | - 'path' => '{project}/zones/{zone}/targetInstances', |
|
| 2338 | - 'httpMethod' => 'GET', |
|
| 2339 | - 'parameters' => array( |
|
| 2340 | - 'project' => array( |
|
| 2341 | - 'location' => 'path', |
|
| 2342 | - 'type' => 'string', |
|
| 2343 | - 'required' => true, |
|
| 2344 | - ), |
|
| 2345 | - 'zone' => array( |
|
| 2346 | - 'location' => 'path', |
|
| 2347 | - 'type' => 'string', |
|
| 2348 | - 'required' => true, |
|
| 2349 | - ), |
|
| 2350 | - 'filter' => array( |
|
| 2351 | - 'location' => 'query', |
|
| 2352 | - 'type' => 'string', |
|
| 2353 | - ), |
|
| 2354 | - 'pageToken' => array( |
|
| 2355 | - 'location' => 'query', |
|
| 2356 | - 'type' => 'string', |
|
| 2357 | - ), |
|
| 2358 | - 'maxResults' => array( |
|
| 2359 | - 'location' => 'query', |
|
| 2360 | - 'type' => 'integer', |
|
| 2361 | - ), |
|
| 2362 | - ), |
|
| 2363 | - ), |
|
| 2364 | - ) |
|
| 2365 | - ) |
|
| 2366 | - ); |
|
| 2367 | - $this->targetPools = new Google_Service_Compute_TargetPools_Resource( |
|
| 2368 | - $this, |
|
| 2369 | - $this->serviceName, |
|
| 2370 | - 'targetPools', |
|
| 2371 | - array( |
|
| 2372 | - 'methods' => array( |
|
| 2373 | - 'addHealthCheck' => array( |
|
| 2374 | - 'path' => '{project}/regions/{region}/targetPools/{targetPool}/addHealthCheck', |
|
| 2375 | - 'httpMethod' => 'POST', |
|
| 2376 | - 'parameters' => array( |
|
| 2377 | - 'project' => array( |
|
| 2378 | - 'location' => 'path', |
|
| 2379 | - 'type' => 'string', |
|
| 2380 | - 'required' => true, |
|
| 2381 | - ), |
|
| 2382 | - 'region' => array( |
|
| 2383 | - 'location' => 'path', |
|
| 2384 | - 'type' => 'string', |
|
| 2385 | - 'required' => true, |
|
| 2386 | - ), |
|
| 2387 | - 'targetPool' => array( |
|
| 2388 | - 'location' => 'path', |
|
| 2389 | - 'type' => 'string', |
|
| 2390 | - 'required' => true, |
|
| 2391 | - ), |
|
| 2392 | - ), |
|
| 2393 | - ),'addInstance' => array( |
|
| 2394 | - 'path' => '{project}/regions/{region}/targetPools/{targetPool}/addInstance', |
|
| 2395 | - 'httpMethod' => 'POST', |
|
| 2396 | - 'parameters' => array( |
|
| 2397 | - 'project' => array( |
|
| 2398 | - 'location' => 'path', |
|
| 2399 | - 'type' => 'string', |
|
| 2400 | - 'required' => true, |
|
| 2401 | - ), |
|
| 2402 | - 'region' => array( |
|
| 2403 | - 'location' => 'path', |
|
| 2404 | - 'type' => 'string', |
|
| 2405 | - 'required' => true, |
|
| 2406 | - ), |
|
| 2407 | - 'targetPool' => array( |
|
| 2408 | - 'location' => 'path', |
|
| 2409 | - 'type' => 'string', |
|
| 2410 | - 'required' => true, |
|
| 2411 | - ), |
|
| 2412 | - ), |
|
| 2413 | - ),'aggregatedList' => array( |
|
| 2414 | - 'path' => '{project}/aggregated/targetPools', |
|
| 2415 | - 'httpMethod' => 'GET', |
|
| 2416 | - 'parameters' => array( |
|
| 2417 | - 'project' => array( |
|
| 2418 | - 'location' => 'path', |
|
| 2419 | - 'type' => 'string', |
|
| 2420 | - 'required' => true, |
|
| 2421 | - ), |
|
| 2422 | - 'filter' => array( |
|
| 2423 | - 'location' => 'query', |
|
| 2424 | - 'type' => 'string', |
|
| 2425 | - ), |
|
| 2426 | - 'pageToken' => array( |
|
| 2427 | - 'location' => 'query', |
|
| 2428 | - 'type' => 'string', |
|
| 2429 | - ), |
|
| 2430 | - 'maxResults' => array( |
|
| 2431 | - 'location' => 'query', |
|
| 2432 | - 'type' => 'integer', |
|
| 2433 | - ), |
|
| 2434 | - ), |
|
| 2435 | - ),'delete' => array( |
|
| 2436 | - 'path' => '{project}/regions/{region}/targetPools/{targetPool}', |
|
| 2437 | - 'httpMethod' => 'DELETE', |
|
| 2438 | - 'parameters' => array( |
|
| 2439 | - 'project' => array( |
|
| 2440 | - 'location' => 'path', |
|
| 2441 | - 'type' => 'string', |
|
| 2442 | - 'required' => true, |
|
| 2443 | - ), |
|
| 2444 | - 'region' => array( |
|
| 2445 | - 'location' => 'path', |
|
| 2446 | - 'type' => 'string', |
|
| 2447 | - 'required' => true, |
|
| 2448 | - ), |
|
| 2449 | - 'targetPool' => array( |
|
| 2450 | - 'location' => 'path', |
|
| 2451 | - 'type' => 'string', |
|
| 2452 | - 'required' => true, |
|
| 2453 | - ), |
|
| 2454 | - ), |
|
| 2455 | - ),'get' => array( |
|
| 2456 | - 'path' => '{project}/regions/{region}/targetPools/{targetPool}', |
|
| 2457 | - 'httpMethod' => 'GET', |
|
| 2458 | - 'parameters' => array( |
|
| 2459 | - 'project' => array( |
|
| 2460 | - 'location' => 'path', |
|
| 2461 | - 'type' => 'string', |
|
| 2462 | - 'required' => true, |
|
| 2463 | - ), |
|
| 2464 | - 'region' => array( |
|
| 2465 | - 'location' => 'path', |
|
| 2466 | - 'type' => 'string', |
|
| 2467 | - 'required' => true, |
|
| 2468 | - ), |
|
| 2469 | - 'targetPool' => array( |
|
| 2470 | - 'location' => 'path', |
|
| 2471 | - 'type' => 'string', |
|
| 2472 | - 'required' => true, |
|
| 2473 | - ), |
|
| 2474 | - ), |
|
| 2475 | - ),'getHealth' => array( |
|
| 2476 | - 'path' => '{project}/regions/{region}/targetPools/{targetPool}/getHealth', |
|
| 2477 | - 'httpMethod' => 'POST', |
|
| 2478 | - 'parameters' => array( |
|
| 2479 | - 'project' => array( |
|
| 2480 | - 'location' => 'path', |
|
| 2481 | - 'type' => 'string', |
|
| 2482 | - 'required' => true, |
|
| 2483 | - ), |
|
| 2484 | - 'region' => array( |
|
| 2485 | - 'location' => 'path', |
|
| 2486 | - 'type' => 'string', |
|
| 2487 | - 'required' => true, |
|
| 2488 | - ), |
|
| 2489 | - 'targetPool' => array( |
|
| 2490 | - 'location' => 'path', |
|
| 2491 | - 'type' => 'string', |
|
| 2492 | - 'required' => true, |
|
| 2493 | - ), |
|
| 2494 | - ), |
|
| 2495 | - ),'insert' => array( |
|
| 2496 | - 'path' => '{project}/regions/{region}/targetPools', |
|
| 2497 | - 'httpMethod' => 'POST', |
|
| 2498 | - 'parameters' => array( |
|
| 2499 | - 'project' => array( |
|
| 2500 | - 'location' => 'path', |
|
| 2501 | - 'type' => 'string', |
|
| 2502 | - 'required' => true, |
|
| 2503 | - ), |
|
| 2504 | - 'region' => array( |
|
| 2505 | - 'location' => 'path', |
|
| 2506 | - 'type' => 'string', |
|
| 2507 | - 'required' => true, |
|
| 2508 | - ), |
|
| 2509 | - ), |
|
| 2510 | - ),'list' => array( |
|
| 2511 | - 'path' => '{project}/regions/{region}/targetPools', |
|
| 2512 | - 'httpMethod' => 'GET', |
|
| 2513 | - 'parameters' => array( |
|
| 2514 | - 'project' => array( |
|
| 2515 | - 'location' => 'path', |
|
| 2516 | - 'type' => 'string', |
|
| 2517 | - 'required' => true, |
|
| 2518 | - ), |
|
| 2519 | - 'region' => array( |
|
| 2520 | - 'location' => 'path', |
|
| 2521 | - 'type' => 'string', |
|
| 2522 | - 'required' => true, |
|
| 2523 | - ), |
|
| 2524 | - 'filter' => array( |
|
| 2525 | - 'location' => 'query', |
|
| 2526 | - 'type' => 'string', |
|
| 2527 | - ), |
|
| 2528 | - 'pageToken' => array( |
|
| 2529 | - 'location' => 'query', |
|
| 2530 | - 'type' => 'string', |
|
| 2531 | - ), |
|
| 2532 | - 'maxResults' => array( |
|
| 2533 | - 'location' => 'query', |
|
| 2534 | - 'type' => 'integer', |
|
| 2535 | - ), |
|
| 2536 | - ), |
|
| 2537 | - ),'removeHealthCheck' => array( |
|
| 2538 | - 'path' => '{project}/regions/{region}/targetPools/{targetPool}/removeHealthCheck', |
|
| 2539 | - 'httpMethod' => 'POST', |
|
| 2540 | - 'parameters' => array( |
|
| 2541 | - 'project' => array( |
|
| 2542 | - 'location' => 'path', |
|
| 2543 | - 'type' => 'string', |
|
| 2544 | - 'required' => true, |
|
| 2545 | - ), |
|
| 2546 | - 'region' => array( |
|
| 2547 | - 'location' => 'path', |
|
| 2548 | - 'type' => 'string', |
|
| 2549 | - 'required' => true, |
|
| 2550 | - ), |
|
| 2551 | - 'targetPool' => array( |
|
| 2552 | - 'location' => 'path', |
|
| 2553 | - 'type' => 'string', |
|
| 2554 | - 'required' => true, |
|
| 2555 | - ), |
|
| 2556 | - ), |
|
| 2557 | - ),'removeInstance' => array( |
|
| 2558 | - 'path' => '{project}/regions/{region}/targetPools/{targetPool}/removeInstance', |
|
| 2559 | - 'httpMethod' => 'POST', |
|
| 2560 | - 'parameters' => array( |
|
| 2561 | - 'project' => array( |
|
| 2562 | - 'location' => 'path', |
|
| 2563 | - 'type' => 'string', |
|
| 2564 | - 'required' => true, |
|
| 2565 | - ), |
|
| 2566 | - 'region' => array( |
|
| 2567 | - 'location' => 'path', |
|
| 2568 | - 'type' => 'string', |
|
| 2569 | - 'required' => true, |
|
| 2570 | - ), |
|
| 2571 | - 'targetPool' => array( |
|
| 2572 | - 'location' => 'path', |
|
| 2573 | - 'type' => 'string', |
|
| 2574 | - 'required' => true, |
|
| 2575 | - ), |
|
| 2576 | - ), |
|
| 2577 | - ),'setBackup' => array( |
|
| 2578 | - 'path' => '{project}/regions/{region}/targetPools/{targetPool}/setBackup', |
|
| 2579 | - 'httpMethod' => 'POST', |
|
| 2580 | - 'parameters' => array( |
|
| 2581 | - 'project' => array( |
|
| 2582 | - 'location' => 'path', |
|
| 2583 | - 'type' => 'string', |
|
| 2584 | - 'required' => true, |
|
| 2585 | - ), |
|
| 2586 | - 'region' => array( |
|
| 2587 | - 'location' => 'path', |
|
| 2588 | - 'type' => 'string', |
|
| 2589 | - 'required' => true, |
|
| 2590 | - ), |
|
| 2591 | - 'targetPool' => array( |
|
| 2592 | - 'location' => 'path', |
|
| 2593 | - 'type' => 'string', |
|
| 2594 | - 'required' => true, |
|
| 2595 | - ), |
|
| 2596 | - 'failoverRatio' => array( |
|
| 2597 | - 'location' => 'query', |
|
| 2598 | - 'type' => 'number', |
|
| 2599 | - ), |
|
| 2600 | - ), |
|
| 2601 | - ), |
|
| 2602 | - ) |
|
| 2603 | - ) |
|
| 2604 | - ); |
|
| 2605 | - $this->targetVpnGateways = new Google_Service_Compute_TargetVpnGateways_Resource( |
|
| 2606 | - $this, |
|
| 2607 | - $this->serviceName, |
|
| 2608 | - 'targetVpnGateways', |
|
| 2609 | - array( |
|
| 2610 | - 'methods' => array( |
|
| 2611 | - 'aggregatedList' => array( |
|
| 2612 | - 'path' => '{project}/aggregated/targetVpnGateways', |
|
| 2613 | - 'httpMethod' => 'GET', |
|
| 2614 | - 'parameters' => array( |
|
| 2615 | - 'project' => array( |
|
| 2616 | - 'location' => 'path', |
|
| 2617 | - 'type' => 'string', |
|
| 2618 | - 'required' => true, |
|
| 2619 | - ), |
|
| 2620 | - 'filter' => array( |
|
| 2621 | - 'location' => 'query', |
|
| 2622 | - 'type' => 'string', |
|
| 2623 | - ), |
|
| 2624 | - 'pageToken' => array( |
|
| 2625 | - 'location' => 'query', |
|
| 2626 | - 'type' => 'string', |
|
| 2627 | - ), |
|
| 2628 | - 'maxResults' => array( |
|
| 2629 | - 'location' => 'query', |
|
| 2630 | - 'type' => 'integer', |
|
| 2631 | - ), |
|
| 2632 | - ), |
|
| 2633 | - ),'delete' => array( |
|
| 2634 | - 'path' => '{project}/regions/{region}/targetVpnGateways/{targetVpnGateway}', |
|
| 2635 | - 'httpMethod' => 'DELETE', |
|
| 2636 | - 'parameters' => array( |
|
| 2637 | - 'project' => array( |
|
| 2638 | - 'location' => 'path', |
|
| 2639 | - 'type' => 'string', |
|
| 2640 | - 'required' => true, |
|
| 2641 | - ), |
|
| 2642 | - 'region' => array( |
|
| 2643 | - 'location' => 'path', |
|
| 2644 | - 'type' => 'string', |
|
| 2645 | - 'required' => true, |
|
| 2646 | - ), |
|
| 2647 | - 'targetVpnGateway' => array( |
|
| 2648 | - 'location' => 'path', |
|
| 2649 | - 'type' => 'string', |
|
| 2650 | - 'required' => true, |
|
| 2651 | - ), |
|
| 2652 | - ), |
|
| 2653 | - ),'get' => array( |
|
| 2654 | - 'path' => '{project}/regions/{region}/targetVpnGateways/{targetVpnGateway}', |
|
| 2655 | - 'httpMethod' => 'GET', |
|
| 2656 | - 'parameters' => array( |
|
| 2657 | - 'project' => array( |
|
| 2658 | - 'location' => 'path', |
|
| 2659 | - 'type' => 'string', |
|
| 2660 | - 'required' => true, |
|
| 2661 | - ), |
|
| 2662 | - 'region' => array( |
|
| 2663 | - 'location' => 'path', |
|
| 2664 | - 'type' => 'string', |
|
| 2665 | - 'required' => true, |
|
| 2666 | - ), |
|
| 2667 | - 'targetVpnGateway' => array( |
|
| 2668 | - 'location' => 'path', |
|
| 2669 | - 'type' => 'string', |
|
| 2670 | - 'required' => true, |
|
| 2671 | - ), |
|
| 2672 | - ), |
|
| 2673 | - ),'insert' => array( |
|
| 2674 | - 'path' => '{project}/regions/{region}/targetVpnGateways', |
|
| 2675 | - 'httpMethod' => 'POST', |
|
| 2676 | - 'parameters' => array( |
|
| 2677 | - 'project' => array( |
|
| 2678 | - 'location' => 'path', |
|
| 2679 | - 'type' => 'string', |
|
| 2680 | - 'required' => true, |
|
| 2681 | - ), |
|
| 2682 | - 'region' => array( |
|
| 2683 | - 'location' => 'path', |
|
| 2684 | - 'type' => 'string', |
|
| 2685 | - 'required' => true, |
|
| 2686 | - ), |
|
| 2687 | - ), |
|
| 2688 | - ),'list' => array( |
|
| 2689 | - 'path' => '{project}/regions/{region}/targetVpnGateways', |
|
| 2690 | - 'httpMethod' => 'GET', |
|
| 2691 | - 'parameters' => array( |
|
| 2692 | - 'project' => array( |
|
| 2693 | - 'location' => 'path', |
|
| 2694 | - 'type' => 'string', |
|
| 2695 | - 'required' => true, |
|
| 2696 | - ), |
|
| 2697 | - 'region' => array( |
|
| 2698 | - 'location' => 'path', |
|
| 2699 | - 'type' => 'string', |
|
| 2700 | - 'required' => true, |
|
| 2701 | - ), |
|
| 2702 | - 'filter' => array( |
|
| 2703 | - 'location' => 'query', |
|
| 2704 | - 'type' => 'string', |
|
| 2705 | - ), |
|
| 2706 | - 'pageToken' => array( |
|
| 2707 | - 'location' => 'query', |
|
| 2708 | - 'type' => 'string', |
|
| 2709 | - ), |
|
| 2710 | - 'maxResults' => array( |
|
| 2711 | - 'location' => 'query', |
|
| 2712 | - 'type' => 'integer', |
|
| 2713 | - ), |
|
| 2714 | - ), |
|
| 2715 | - ), |
|
| 2716 | - ) |
|
| 2717 | - ) |
|
| 2718 | - ); |
|
| 2719 | - $this->urlMaps = new Google_Service_Compute_UrlMaps_Resource( |
|
| 2720 | - $this, |
|
| 2721 | - $this->serviceName, |
|
| 2722 | - 'urlMaps', |
|
| 2723 | - array( |
|
| 2724 | - 'methods' => array( |
|
| 2725 | - 'delete' => array( |
|
| 2726 | - 'path' => '{project}/global/urlMaps/{urlMap}', |
|
| 2727 | - 'httpMethod' => 'DELETE', |
|
| 2728 | - 'parameters' => array( |
|
| 2729 | - 'project' => array( |
|
| 2730 | - 'location' => 'path', |
|
| 2731 | - 'type' => 'string', |
|
| 2732 | - 'required' => true, |
|
| 2733 | - ), |
|
| 2734 | - 'urlMap' => array( |
|
| 2735 | - 'location' => 'path', |
|
| 2736 | - 'type' => 'string', |
|
| 2737 | - 'required' => true, |
|
| 2738 | - ), |
|
| 2739 | - ), |
|
| 2740 | - ),'get' => array( |
|
| 2741 | - 'path' => '{project}/global/urlMaps/{urlMap}', |
|
| 2742 | - 'httpMethod' => 'GET', |
|
| 2743 | - 'parameters' => array( |
|
| 2744 | - 'project' => array( |
|
| 2745 | - 'location' => 'path', |
|
| 2746 | - 'type' => 'string', |
|
| 2747 | - 'required' => true, |
|
| 2748 | - ), |
|
| 2749 | - 'urlMap' => array( |
|
| 2750 | - 'location' => 'path', |
|
| 2751 | - 'type' => 'string', |
|
| 2752 | - 'required' => true, |
|
| 2753 | - ), |
|
| 2754 | - ), |
|
| 2755 | - ),'insert' => array( |
|
| 2756 | - 'path' => '{project}/global/urlMaps', |
|
| 2757 | - 'httpMethod' => 'POST', |
|
| 2758 | - 'parameters' => array( |
|
| 2759 | - 'project' => array( |
|
| 2760 | - 'location' => 'path', |
|
| 2761 | - 'type' => 'string', |
|
| 2762 | - 'required' => true, |
|
| 2763 | - ), |
|
| 2764 | - ), |
|
| 2765 | - ),'list' => array( |
|
| 2766 | - 'path' => '{project}/global/urlMaps', |
|
| 2767 | - 'httpMethod' => 'GET', |
|
| 2768 | - 'parameters' => array( |
|
| 2769 | - 'project' => array( |
|
| 2770 | - 'location' => 'path', |
|
| 2771 | - 'type' => 'string', |
|
| 2772 | - 'required' => true, |
|
| 2773 | - ), |
|
| 2774 | - 'filter' => array( |
|
| 2775 | - 'location' => 'query', |
|
| 2776 | - 'type' => 'string', |
|
| 2777 | - ), |
|
| 2778 | - 'pageToken' => array( |
|
| 2779 | - 'location' => 'query', |
|
| 2780 | - 'type' => 'string', |
|
| 2781 | - ), |
|
| 2782 | - 'maxResults' => array( |
|
| 2783 | - 'location' => 'query', |
|
| 2784 | - 'type' => 'integer', |
|
| 2785 | - ), |
|
| 2786 | - ), |
|
| 2787 | - ),'patch' => array( |
|
| 2788 | - 'path' => '{project}/global/urlMaps/{urlMap}', |
|
| 2789 | - 'httpMethod' => 'PATCH', |
|
| 2790 | - 'parameters' => array( |
|
| 2791 | - 'project' => array( |
|
| 2792 | - 'location' => 'path', |
|
| 2793 | - 'type' => 'string', |
|
| 2794 | - 'required' => true, |
|
| 2795 | - ), |
|
| 2796 | - 'urlMap' => array( |
|
| 2797 | - 'location' => 'path', |
|
| 2798 | - 'type' => 'string', |
|
| 2799 | - 'required' => true, |
|
| 2800 | - ), |
|
| 2801 | - ), |
|
| 2802 | - ),'update' => array( |
|
| 2803 | - 'path' => '{project}/global/urlMaps/{urlMap}', |
|
| 2804 | - 'httpMethod' => 'PUT', |
|
| 2805 | - 'parameters' => array( |
|
| 2806 | - 'project' => array( |
|
| 2807 | - 'location' => 'path', |
|
| 2808 | - 'type' => 'string', |
|
| 2809 | - 'required' => true, |
|
| 2810 | - ), |
|
| 2811 | - 'urlMap' => array( |
|
| 2812 | - 'location' => 'path', |
|
| 2813 | - 'type' => 'string', |
|
| 2814 | - 'required' => true, |
|
| 2815 | - ), |
|
| 2816 | - ), |
|
| 2817 | - ),'validate' => array( |
|
| 2818 | - 'path' => '{project}/global/urlMaps/{urlMap}/validate', |
|
| 2819 | - 'httpMethod' => 'POST', |
|
| 2820 | - 'parameters' => array( |
|
| 2821 | - 'project' => array( |
|
| 2822 | - 'location' => 'path', |
|
| 2823 | - 'type' => 'string', |
|
| 2824 | - 'required' => true, |
|
| 2825 | - ), |
|
| 2826 | - 'urlMap' => array( |
|
| 2827 | - 'location' => 'path', |
|
| 2828 | - 'type' => 'string', |
|
| 2829 | - 'required' => true, |
|
| 2830 | - ), |
|
| 2831 | - ), |
|
| 2832 | - ), |
|
| 2833 | - ) |
|
| 2834 | - ) |
|
| 2835 | - ); |
|
| 2836 | - $this->vpnTunnels = new Google_Service_Compute_VpnTunnels_Resource( |
|
| 2837 | - $this, |
|
| 2838 | - $this->serviceName, |
|
| 2839 | - 'vpnTunnels', |
|
| 2840 | - array( |
|
| 2841 | - 'methods' => array( |
|
| 2842 | - 'aggregatedList' => array( |
|
| 2843 | - 'path' => '{project}/aggregated/vpnTunnels', |
|
| 2844 | - 'httpMethod' => 'GET', |
|
| 2845 | - 'parameters' => array( |
|
| 2846 | - 'project' => array( |
|
| 2847 | - 'location' => 'path', |
|
| 2848 | - 'type' => 'string', |
|
| 2849 | - 'required' => true, |
|
| 2850 | - ), |
|
| 2851 | - 'filter' => array( |
|
| 2852 | - 'location' => 'query', |
|
| 2853 | - 'type' => 'string', |
|
| 2854 | - ), |
|
| 2855 | - 'pageToken' => array( |
|
| 2856 | - 'location' => 'query', |
|
| 2857 | - 'type' => 'string', |
|
| 2858 | - ), |
|
| 2859 | - 'maxResults' => array( |
|
| 2860 | - 'location' => 'query', |
|
| 2861 | - 'type' => 'integer', |
|
| 2862 | - ), |
|
| 2863 | - ), |
|
| 2864 | - ),'delete' => array( |
|
| 2865 | - 'path' => '{project}/regions/{region}/vpnTunnels/{vpnTunnel}', |
|
| 2866 | - 'httpMethod' => 'DELETE', |
|
| 2867 | - 'parameters' => array( |
|
| 2868 | - 'project' => array( |
|
| 2869 | - 'location' => 'path', |
|
| 2870 | - 'type' => 'string', |
|
| 2871 | - 'required' => true, |
|
| 2872 | - ), |
|
| 2873 | - 'region' => array( |
|
| 2874 | - 'location' => 'path', |
|
| 2875 | - 'type' => 'string', |
|
| 2876 | - 'required' => true, |
|
| 2877 | - ), |
|
| 2878 | - 'vpnTunnel' => array( |
|
| 2879 | - 'location' => 'path', |
|
| 2880 | - 'type' => 'string', |
|
| 2881 | - 'required' => true, |
|
| 2882 | - ), |
|
| 2883 | - ), |
|
| 2884 | - ),'get' => array( |
|
| 2885 | - 'path' => '{project}/regions/{region}/vpnTunnels/{vpnTunnel}', |
|
| 2886 | - 'httpMethod' => 'GET', |
|
| 2887 | - 'parameters' => array( |
|
| 2888 | - 'project' => array( |
|
| 2889 | - 'location' => 'path', |
|
| 2890 | - 'type' => 'string', |
|
| 2891 | - 'required' => true, |
|
| 2892 | - ), |
|
| 2893 | - 'region' => array( |
|
| 2894 | - 'location' => 'path', |
|
| 2895 | - 'type' => 'string', |
|
| 2896 | - 'required' => true, |
|
| 2897 | - ), |
|
| 2898 | - 'vpnTunnel' => array( |
|
| 2899 | - 'location' => 'path', |
|
| 2900 | - 'type' => 'string', |
|
| 2901 | - 'required' => true, |
|
| 2902 | - ), |
|
| 2903 | - ), |
|
| 2904 | - ),'insert' => array( |
|
| 2905 | - 'path' => '{project}/regions/{region}/vpnTunnels', |
|
| 2906 | - 'httpMethod' => 'POST', |
|
| 2907 | - 'parameters' => array( |
|
| 2908 | - 'project' => array( |
|
| 2909 | - 'location' => 'path', |
|
| 2910 | - 'type' => 'string', |
|
| 2911 | - 'required' => true, |
|
| 2912 | - ), |
|
| 2913 | - 'region' => array( |
|
| 2914 | - 'location' => 'path', |
|
| 2915 | - 'type' => 'string', |
|
| 2916 | - 'required' => true, |
|
| 2917 | - ), |
|
| 2918 | - ), |
|
| 2919 | - ),'list' => array( |
|
| 2920 | - 'path' => '{project}/regions/{region}/vpnTunnels', |
|
| 2921 | - 'httpMethod' => 'GET', |
|
| 2922 | - 'parameters' => array( |
|
| 2923 | - 'project' => array( |
|
| 2924 | - 'location' => 'path', |
|
| 2925 | - 'type' => 'string', |
|
| 2926 | - 'required' => true, |
|
| 2927 | - ), |
|
| 2928 | - 'region' => array( |
|
| 2929 | - 'location' => 'path', |
|
| 2930 | - 'type' => 'string', |
|
| 2931 | - 'required' => true, |
|
| 2932 | - ), |
|
| 2933 | - 'filter' => array( |
|
| 2934 | - 'location' => 'query', |
|
| 2935 | - 'type' => 'string', |
|
| 2936 | - ), |
|
| 2937 | - 'pageToken' => array( |
|
| 2938 | - 'location' => 'query', |
|
| 2939 | - 'type' => 'string', |
|
| 2940 | - ), |
|
| 2941 | - 'maxResults' => array( |
|
| 2942 | - 'location' => 'query', |
|
| 2943 | - 'type' => 'integer', |
|
| 2944 | - ), |
|
| 2945 | - ), |
|
| 2946 | - ), |
|
| 2947 | - ) |
|
| 2948 | - ) |
|
| 2949 | - ); |
|
| 2950 | - $this->zoneOperations = new Google_Service_Compute_ZoneOperations_Resource( |
|
| 2951 | - $this, |
|
| 2952 | - $this->serviceName, |
|
| 2953 | - 'zoneOperations', |
|
| 2954 | - array( |
|
| 2955 | - 'methods' => array( |
|
| 2956 | - 'delete' => array( |
|
| 2957 | - 'path' => '{project}/zones/{zone}/operations/{operation}', |
|
| 2958 | - 'httpMethod' => 'DELETE', |
|
| 2959 | - 'parameters' => array( |
|
| 2960 | - 'project' => array( |
|
| 2961 | - 'location' => 'path', |
|
| 2962 | - 'type' => 'string', |
|
| 2963 | - 'required' => true, |
|
| 2964 | - ), |
|
| 2965 | - 'zone' => array( |
|
| 2966 | - 'location' => 'path', |
|
| 2967 | - 'type' => 'string', |
|
| 2968 | - 'required' => true, |
|
| 2969 | - ), |
|
| 2970 | - 'operation' => array( |
|
| 2971 | - 'location' => 'path', |
|
| 2972 | - 'type' => 'string', |
|
| 2973 | - 'required' => true, |
|
| 2974 | - ), |
|
| 2975 | - ), |
|
| 2976 | - ),'get' => array( |
|
| 2977 | - 'path' => '{project}/zones/{zone}/operations/{operation}', |
|
| 2978 | - 'httpMethod' => 'GET', |
|
| 2979 | - 'parameters' => array( |
|
| 2980 | - 'project' => array( |
|
| 2981 | - 'location' => 'path', |
|
| 2982 | - 'type' => 'string', |
|
| 2983 | - 'required' => true, |
|
| 2984 | - ), |
|
| 2985 | - 'zone' => array( |
|
| 2986 | - 'location' => 'path', |
|
| 2987 | - 'type' => 'string', |
|
| 2988 | - 'required' => true, |
|
| 2989 | - ), |
|
| 2990 | - 'operation' => array( |
|
| 2991 | - 'location' => 'path', |
|
| 2992 | - 'type' => 'string', |
|
| 2993 | - 'required' => true, |
|
| 2994 | - ), |
|
| 2995 | - ), |
|
| 2996 | - ),'list' => array( |
|
| 2997 | - 'path' => '{project}/zones/{zone}/operations', |
|
| 2998 | - 'httpMethod' => 'GET', |
|
| 2999 | - 'parameters' => array( |
|
| 3000 | - 'project' => array( |
|
| 3001 | - 'location' => 'path', |
|
| 3002 | - 'type' => 'string', |
|
| 3003 | - 'required' => true, |
|
| 3004 | - ), |
|
| 3005 | - 'zone' => array( |
|
| 3006 | - 'location' => 'path', |
|
| 3007 | - 'type' => 'string', |
|
| 3008 | - 'required' => true, |
|
| 3009 | - ), |
|
| 3010 | - 'filter' => array( |
|
| 3011 | - 'location' => 'query', |
|
| 3012 | - 'type' => 'string', |
|
| 3013 | - ), |
|
| 3014 | - 'pageToken' => array( |
|
| 3015 | - 'location' => 'query', |
|
| 3016 | - 'type' => 'string', |
|
| 3017 | - ), |
|
| 3018 | - 'maxResults' => array( |
|
| 3019 | - 'location' => 'query', |
|
| 3020 | - 'type' => 'integer', |
|
| 3021 | - ), |
|
| 3022 | - ), |
|
| 3023 | - ), |
|
| 3024 | - ) |
|
| 3025 | - ) |
|
| 3026 | - ); |
|
| 3027 | - $this->zones = new Google_Service_Compute_Zones_Resource( |
|
| 3028 | - $this, |
|
| 3029 | - $this->serviceName, |
|
| 3030 | - 'zones', |
|
| 3031 | - array( |
|
| 3032 | - 'methods' => array( |
|
| 3033 | - 'get' => array( |
|
| 3034 | - 'path' => '{project}/zones/{zone}', |
|
| 3035 | - 'httpMethod' => 'GET', |
|
| 3036 | - 'parameters' => array( |
|
| 3037 | - 'project' => array( |
|
| 3038 | - 'location' => 'path', |
|
| 3039 | - 'type' => 'string', |
|
| 3040 | - 'required' => true, |
|
| 3041 | - ), |
|
| 3042 | - 'zone' => array( |
|
| 3043 | - 'location' => 'path', |
|
| 3044 | - 'type' => 'string', |
|
| 3045 | - 'required' => true, |
|
| 3046 | - ), |
|
| 3047 | - ), |
|
| 3048 | - ),'list' => array( |
|
| 3049 | - 'path' => '{project}/zones', |
|
| 3050 | - 'httpMethod' => 'GET', |
|
| 3051 | - 'parameters' => array( |
|
| 3052 | - 'project' => array( |
|
| 3053 | - 'location' => 'path', |
|
| 3054 | - 'type' => 'string', |
|
| 3055 | - 'required' => true, |
|
| 3056 | - ), |
|
| 3057 | - 'filter' => array( |
|
| 3058 | - 'location' => 'query', |
|
| 3059 | - 'type' => 'string', |
|
| 3060 | - ), |
|
| 3061 | - 'pageToken' => array( |
|
| 3062 | - 'location' => 'query', |
|
| 3063 | - 'type' => 'string', |
|
| 3064 | - ), |
|
| 3065 | - 'maxResults' => array( |
|
| 3066 | - 'location' => 'query', |
|
| 3067 | - 'type' => 'integer', |
|
| 3068 | - ), |
|
| 3069 | - ), |
|
| 3070 | - ), |
|
| 3071 | - ) |
|
| 3072 | - ) |
|
| 3073 | - ); |
|
| 90 | + parent::__construct($client); |
|
| 91 | + $this->rootUrl = 'https://www.googleapis.com/'; |
|
| 92 | + $this->servicePath = 'compute/v1/projects/'; |
|
| 93 | + $this->version = 'v1'; |
|
| 94 | + $this->serviceName = 'compute'; |
|
| 95 | + |
|
| 96 | + $this->addresses = new Google_Service_Compute_Addresses_Resource( |
|
| 97 | + $this, |
|
| 98 | + $this->serviceName, |
|
| 99 | + 'addresses', |
|
| 100 | + array( |
|
| 101 | + 'methods' => array( |
|
| 102 | + 'aggregatedList' => array( |
|
| 103 | + 'path' => '{project}/aggregated/addresses', |
|
| 104 | + 'httpMethod' => 'GET', |
|
| 105 | + 'parameters' => array( |
|
| 106 | + 'project' => array( |
|
| 107 | + 'location' => 'path', |
|
| 108 | + 'type' => 'string', |
|
| 109 | + 'required' => true, |
|
| 110 | + ), |
|
| 111 | + 'filter' => array( |
|
| 112 | + 'location' => 'query', |
|
| 113 | + 'type' => 'string', |
|
| 114 | + ), |
|
| 115 | + 'pageToken' => array( |
|
| 116 | + 'location' => 'query', |
|
| 117 | + 'type' => 'string', |
|
| 118 | + ), |
|
| 119 | + 'maxResults' => array( |
|
| 120 | + 'location' => 'query', |
|
| 121 | + 'type' => 'integer', |
|
| 122 | + ), |
|
| 123 | + ), |
|
| 124 | + ),'delete' => array( |
|
| 125 | + 'path' => '{project}/regions/{region}/addresses/{address}', |
|
| 126 | + 'httpMethod' => 'DELETE', |
|
| 127 | + 'parameters' => array( |
|
| 128 | + 'project' => array( |
|
| 129 | + 'location' => 'path', |
|
| 130 | + 'type' => 'string', |
|
| 131 | + 'required' => true, |
|
| 132 | + ), |
|
| 133 | + 'region' => array( |
|
| 134 | + 'location' => 'path', |
|
| 135 | + 'type' => 'string', |
|
| 136 | + 'required' => true, |
|
| 137 | + ), |
|
| 138 | + 'address' => array( |
|
| 139 | + 'location' => 'path', |
|
| 140 | + 'type' => 'string', |
|
| 141 | + 'required' => true, |
|
| 142 | + ), |
|
| 143 | + ), |
|
| 144 | + ),'get' => array( |
|
| 145 | + 'path' => '{project}/regions/{region}/addresses/{address}', |
|
| 146 | + 'httpMethod' => 'GET', |
|
| 147 | + 'parameters' => array( |
|
| 148 | + 'project' => array( |
|
| 149 | + 'location' => 'path', |
|
| 150 | + 'type' => 'string', |
|
| 151 | + 'required' => true, |
|
| 152 | + ), |
|
| 153 | + 'region' => array( |
|
| 154 | + 'location' => 'path', |
|
| 155 | + 'type' => 'string', |
|
| 156 | + 'required' => true, |
|
| 157 | + ), |
|
| 158 | + 'address' => array( |
|
| 159 | + 'location' => 'path', |
|
| 160 | + 'type' => 'string', |
|
| 161 | + 'required' => true, |
|
| 162 | + ), |
|
| 163 | + ), |
|
| 164 | + ),'insert' => array( |
|
| 165 | + 'path' => '{project}/regions/{region}/addresses', |
|
| 166 | + 'httpMethod' => 'POST', |
|
| 167 | + 'parameters' => array( |
|
| 168 | + 'project' => array( |
|
| 169 | + 'location' => 'path', |
|
| 170 | + 'type' => 'string', |
|
| 171 | + 'required' => true, |
|
| 172 | + ), |
|
| 173 | + 'region' => array( |
|
| 174 | + 'location' => 'path', |
|
| 175 | + 'type' => 'string', |
|
| 176 | + 'required' => true, |
|
| 177 | + ), |
|
| 178 | + ), |
|
| 179 | + ),'list' => array( |
|
| 180 | + 'path' => '{project}/regions/{region}/addresses', |
|
| 181 | + 'httpMethod' => 'GET', |
|
| 182 | + 'parameters' => array( |
|
| 183 | + 'project' => array( |
|
| 184 | + 'location' => 'path', |
|
| 185 | + 'type' => 'string', |
|
| 186 | + 'required' => true, |
|
| 187 | + ), |
|
| 188 | + 'region' => array( |
|
| 189 | + 'location' => 'path', |
|
| 190 | + 'type' => 'string', |
|
| 191 | + 'required' => true, |
|
| 192 | + ), |
|
| 193 | + 'filter' => array( |
|
| 194 | + 'location' => 'query', |
|
| 195 | + 'type' => 'string', |
|
| 196 | + ), |
|
| 197 | + 'pageToken' => array( |
|
| 198 | + 'location' => 'query', |
|
| 199 | + 'type' => 'string', |
|
| 200 | + ), |
|
| 201 | + 'maxResults' => array( |
|
| 202 | + 'location' => 'query', |
|
| 203 | + 'type' => 'integer', |
|
| 204 | + ), |
|
| 205 | + ), |
|
| 206 | + ), |
|
| 207 | + ) |
|
| 208 | + ) |
|
| 209 | + ); |
|
| 210 | + $this->backendServices = new Google_Service_Compute_BackendServices_Resource( |
|
| 211 | + $this, |
|
| 212 | + $this->serviceName, |
|
| 213 | + 'backendServices', |
|
| 214 | + array( |
|
| 215 | + 'methods' => array( |
|
| 216 | + 'delete' => array( |
|
| 217 | + 'path' => '{project}/global/backendServices/{backendService}', |
|
| 218 | + 'httpMethod' => 'DELETE', |
|
| 219 | + 'parameters' => array( |
|
| 220 | + 'project' => array( |
|
| 221 | + 'location' => 'path', |
|
| 222 | + 'type' => 'string', |
|
| 223 | + 'required' => true, |
|
| 224 | + ), |
|
| 225 | + 'backendService' => array( |
|
| 226 | + 'location' => 'path', |
|
| 227 | + 'type' => 'string', |
|
| 228 | + 'required' => true, |
|
| 229 | + ), |
|
| 230 | + ), |
|
| 231 | + ),'get' => array( |
|
| 232 | + 'path' => '{project}/global/backendServices/{backendService}', |
|
| 233 | + 'httpMethod' => 'GET', |
|
| 234 | + 'parameters' => array( |
|
| 235 | + 'project' => array( |
|
| 236 | + 'location' => 'path', |
|
| 237 | + 'type' => 'string', |
|
| 238 | + 'required' => true, |
|
| 239 | + ), |
|
| 240 | + 'backendService' => array( |
|
| 241 | + 'location' => 'path', |
|
| 242 | + 'type' => 'string', |
|
| 243 | + 'required' => true, |
|
| 244 | + ), |
|
| 245 | + ), |
|
| 246 | + ),'getHealth' => array( |
|
| 247 | + 'path' => '{project}/global/backendServices/{backendService}/getHealth', |
|
| 248 | + 'httpMethod' => 'POST', |
|
| 249 | + 'parameters' => array( |
|
| 250 | + 'project' => array( |
|
| 251 | + 'location' => 'path', |
|
| 252 | + 'type' => 'string', |
|
| 253 | + 'required' => true, |
|
| 254 | + ), |
|
| 255 | + 'backendService' => array( |
|
| 256 | + 'location' => 'path', |
|
| 257 | + 'type' => 'string', |
|
| 258 | + 'required' => true, |
|
| 259 | + ), |
|
| 260 | + ), |
|
| 261 | + ),'insert' => array( |
|
| 262 | + 'path' => '{project}/global/backendServices', |
|
| 263 | + 'httpMethod' => 'POST', |
|
| 264 | + 'parameters' => array( |
|
| 265 | + 'project' => array( |
|
| 266 | + 'location' => 'path', |
|
| 267 | + 'type' => 'string', |
|
| 268 | + 'required' => true, |
|
| 269 | + ), |
|
| 270 | + ), |
|
| 271 | + ),'list' => array( |
|
| 272 | + 'path' => '{project}/global/backendServices', |
|
| 273 | + 'httpMethod' => 'GET', |
|
| 274 | + 'parameters' => array( |
|
| 275 | + 'project' => array( |
|
| 276 | + 'location' => 'path', |
|
| 277 | + 'type' => 'string', |
|
| 278 | + 'required' => true, |
|
| 279 | + ), |
|
| 280 | + 'filter' => array( |
|
| 281 | + 'location' => 'query', |
|
| 282 | + 'type' => 'string', |
|
| 283 | + ), |
|
| 284 | + 'pageToken' => array( |
|
| 285 | + 'location' => 'query', |
|
| 286 | + 'type' => 'string', |
|
| 287 | + ), |
|
| 288 | + 'maxResults' => array( |
|
| 289 | + 'location' => 'query', |
|
| 290 | + 'type' => 'integer', |
|
| 291 | + ), |
|
| 292 | + ), |
|
| 293 | + ),'patch' => array( |
|
| 294 | + 'path' => '{project}/global/backendServices/{backendService}', |
|
| 295 | + 'httpMethod' => 'PATCH', |
|
| 296 | + 'parameters' => array( |
|
| 297 | + 'project' => array( |
|
| 298 | + 'location' => 'path', |
|
| 299 | + 'type' => 'string', |
|
| 300 | + 'required' => true, |
|
| 301 | + ), |
|
| 302 | + 'backendService' => array( |
|
| 303 | + 'location' => 'path', |
|
| 304 | + 'type' => 'string', |
|
| 305 | + 'required' => true, |
|
| 306 | + ), |
|
| 307 | + ), |
|
| 308 | + ),'update' => array( |
|
| 309 | + 'path' => '{project}/global/backendServices/{backendService}', |
|
| 310 | + 'httpMethod' => 'PUT', |
|
| 311 | + 'parameters' => array( |
|
| 312 | + 'project' => array( |
|
| 313 | + 'location' => 'path', |
|
| 314 | + 'type' => 'string', |
|
| 315 | + 'required' => true, |
|
| 316 | + ), |
|
| 317 | + 'backendService' => array( |
|
| 318 | + 'location' => 'path', |
|
| 319 | + 'type' => 'string', |
|
| 320 | + 'required' => true, |
|
| 321 | + ), |
|
| 322 | + ), |
|
| 323 | + ), |
|
| 324 | + ) |
|
| 325 | + ) |
|
| 326 | + ); |
|
| 327 | + $this->diskTypes = new Google_Service_Compute_DiskTypes_Resource( |
|
| 328 | + $this, |
|
| 329 | + $this->serviceName, |
|
| 330 | + 'diskTypes', |
|
| 331 | + array( |
|
| 332 | + 'methods' => array( |
|
| 333 | + 'aggregatedList' => array( |
|
| 334 | + 'path' => '{project}/aggregated/diskTypes', |
|
| 335 | + 'httpMethod' => 'GET', |
|
| 336 | + 'parameters' => array( |
|
| 337 | + 'project' => array( |
|
| 338 | + 'location' => 'path', |
|
| 339 | + 'type' => 'string', |
|
| 340 | + 'required' => true, |
|
| 341 | + ), |
|
| 342 | + 'filter' => array( |
|
| 343 | + 'location' => 'query', |
|
| 344 | + 'type' => 'string', |
|
| 345 | + ), |
|
| 346 | + 'pageToken' => array( |
|
| 347 | + 'location' => 'query', |
|
| 348 | + 'type' => 'string', |
|
| 349 | + ), |
|
| 350 | + 'maxResults' => array( |
|
| 351 | + 'location' => 'query', |
|
| 352 | + 'type' => 'integer', |
|
| 353 | + ), |
|
| 354 | + ), |
|
| 355 | + ),'get' => array( |
|
| 356 | + 'path' => '{project}/zones/{zone}/diskTypes/{diskType}', |
|
| 357 | + 'httpMethod' => 'GET', |
|
| 358 | + 'parameters' => array( |
|
| 359 | + 'project' => array( |
|
| 360 | + 'location' => 'path', |
|
| 361 | + 'type' => 'string', |
|
| 362 | + 'required' => true, |
|
| 363 | + ), |
|
| 364 | + 'zone' => array( |
|
| 365 | + 'location' => 'path', |
|
| 366 | + 'type' => 'string', |
|
| 367 | + 'required' => true, |
|
| 368 | + ), |
|
| 369 | + 'diskType' => array( |
|
| 370 | + 'location' => 'path', |
|
| 371 | + 'type' => 'string', |
|
| 372 | + 'required' => true, |
|
| 373 | + ), |
|
| 374 | + ), |
|
| 375 | + ),'list' => array( |
|
| 376 | + 'path' => '{project}/zones/{zone}/diskTypes', |
|
| 377 | + 'httpMethod' => 'GET', |
|
| 378 | + 'parameters' => array( |
|
| 379 | + 'project' => array( |
|
| 380 | + 'location' => 'path', |
|
| 381 | + 'type' => 'string', |
|
| 382 | + 'required' => true, |
|
| 383 | + ), |
|
| 384 | + 'zone' => array( |
|
| 385 | + 'location' => 'path', |
|
| 386 | + 'type' => 'string', |
|
| 387 | + 'required' => true, |
|
| 388 | + ), |
|
| 389 | + 'filter' => array( |
|
| 390 | + 'location' => 'query', |
|
| 391 | + 'type' => 'string', |
|
| 392 | + ), |
|
| 393 | + 'pageToken' => array( |
|
| 394 | + 'location' => 'query', |
|
| 395 | + 'type' => 'string', |
|
| 396 | + ), |
|
| 397 | + 'maxResults' => array( |
|
| 398 | + 'location' => 'query', |
|
| 399 | + 'type' => 'integer', |
|
| 400 | + ), |
|
| 401 | + ), |
|
| 402 | + ), |
|
| 403 | + ) |
|
| 404 | + ) |
|
| 405 | + ); |
|
| 406 | + $this->disks = new Google_Service_Compute_Disks_Resource( |
|
| 407 | + $this, |
|
| 408 | + $this->serviceName, |
|
| 409 | + 'disks', |
|
| 410 | + array( |
|
| 411 | + 'methods' => array( |
|
| 412 | + 'aggregatedList' => array( |
|
| 413 | + 'path' => '{project}/aggregated/disks', |
|
| 414 | + 'httpMethod' => 'GET', |
|
| 415 | + 'parameters' => array( |
|
| 416 | + 'project' => array( |
|
| 417 | + 'location' => 'path', |
|
| 418 | + 'type' => 'string', |
|
| 419 | + 'required' => true, |
|
| 420 | + ), |
|
| 421 | + 'filter' => array( |
|
| 422 | + 'location' => 'query', |
|
| 423 | + 'type' => 'string', |
|
| 424 | + ), |
|
| 425 | + 'pageToken' => array( |
|
| 426 | + 'location' => 'query', |
|
| 427 | + 'type' => 'string', |
|
| 428 | + ), |
|
| 429 | + 'maxResults' => array( |
|
| 430 | + 'location' => 'query', |
|
| 431 | + 'type' => 'integer', |
|
| 432 | + ), |
|
| 433 | + ), |
|
| 434 | + ),'createSnapshot' => array( |
|
| 435 | + 'path' => '{project}/zones/{zone}/disks/{disk}/createSnapshot', |
|
| 436 | + 'httpMethod' => 'POST', |
|
| 437 | + 'parameters' => array( |
|
| 438 | + 'project' => array( |
|
| 439 | + 'location' => 'path', |
|
| 440 | + 'type' => 'string', |
|
| 441 | + 'required' => true, |
|
| 442 | + ), |
|
| 443 | + 'zone' => array( |
|
| 444 | + 'location' => 'path', |
|
| 445 | + 'type' => 'string', |
|
| 446 | + 'required' => true, |
|
| 447 | + ), |
|
| 448 | + 'disk' => array( |
|
| 449 | + 'location' => 'path', |
|
| 450 | + 'type' => 'string', |
|
| 451 | + 'required' => true, |
|
| 452 | + ), |
|
| 453 | + ), |
|
| 454 | + ),'delete' => array( |
|
| 455 | + 'path' => '{project}/zones/{zone}/disks/{disk}', |
|
| 456 | + 'httpMethod' => 'DELETE', |
|
| 457 | + 'parameters' => array( |
|
| 458 | + 'project' => array( |
|
| 459 | + 'location' => 'path', |
|
| 460 | + 'type' => 'string', |
|
| 461 | + 'required' => true, |
|
| 462 | + ), |
|
| 463 | + 'zone' => array( |
|
| 464 | + 'location' => 'path', |
|
| 465 | + 'type' => 'string', |
|
| 466 | + 'required' => true, |
|
| 467 | + ), |
|
| 468 | + 'disk' => array( |
|
| 469 | + 'location' => 'path', |
|
| 470 | + 'type' => 'string', |
|
| 471 | + 'required' => true, |
|
| 472 | + ), |
|
| 473 | + ), |
|
| 474 | + ),'get' => array( |
|
| 475 | + 'path' => '{project}/zones/{zone}/disks/{disk}', |
|
| 476 | + 'httpMethod' => 'GET', |
|
| 477 | + 'parameters' => array( |
|
| 478 | + 'project' => array( |
|
| 479 | + 'location' => 'path', |
|
| 480 | + 'type' => 'string', |
|
| 481 | + 'required' => true, |
|
| 482 | + ), |
|
| 483 | + 'zone' => array( |
|
| 484 | + 'location' => 'path', |
|
| 485 | + 'type' => 'string', |
|
| 486 | + 'required' => true, |
|
| 487 | + ), |
|
| 488 | + 'disk' => array( |
|
| 489 | + 'location' => 'path', |
|
| 490 | + 'type' => 'string', |
|
| 491 | + 'required' => true, |
|
| 492 | + ), |
|
| 493 | + ), |
|
| 494 | + ),'insert' => array( |
|
| 495 | + 'path' => '{project}/zones/{zone}/disks', |
|
| 496 | + 'httpMethod' => 'POST', |
|
| 497 | + 'parameters' => array( |
|
| 498 | + 'project' => array( |
|
| 499 | + 'location' => 'path', |
|
| 500 | + 'type' => 'string', |
|
| 501 | + 'required' => true, |
|
| 502 | + ), |
|
| 503 | + 'zone' => array( |
|
| 504 | + 'location' => 'path', |
|
| 505 | + 'type' => 'string', |
|
| 506 | + 'required' => true, |
|
| 507 | + ), |
|
| 508 | + 'sourceImage' => array( |
|
| 509 | + 'location' => 'query', |
|
| 510 | + 'type' => 'string', |
|
| 511 | + ), |
|
| 512 | + ), |
|
| 513 | + ),'list' => array( |
|
| 514 | + 'path' => '{project}/zones/{zone}/disks', |
|
| 515 | + 'httpMethod' => 'GET', |
|
| 516 | + 'parameters' => array( |
|
| 517 | + 'project' => array( |
|
| 518 | + 'location' => 'path', |
|
| 519 | + 'type' => 'string', |
|
| 520 | + 'required' => true, |
|
| 521 | + ), |
|
| 522 | + 'zone' => array( |
|
| 523 | + 'location' => 'path', |
|
| 524 | + 'type' => 'string', |
|
| 525 | + 'required' => true, |
|
| 526 | + ), |
|
| 527 | + 'filter' => array( |
|
| 528 | + 'location' => 'query', |
|
| 529 | + 'type' => 'string', |
|
| 530 | + ), |
|
| 531 | + 'pageToken' => array( |
|
| 532 | + 'location' => 'query', |
|
| 533 | + 'type' => 'string', |
|
| 534 | + ), |
|
| 535 | + 'maxResults' => array( |
|
| 536 | + 'location' => 'query', |
|
| 537 | + 'type' => 'integer', |
|
| 538 | + ), |
|
| 539 | + ), |
|
| 540 | + ), |
|
| 541 | + ) |
|
| 542 | + ) |
|
| 543 | + ); |
|
| 544 | + $this->firewalls = new Google_Service_Compute_Firewalls_Resource( |
|
| 545 | + $this, |
|
| 546 | + $this->serviceName, |
|
| 547 | + 'firewalls', |
|
| 548 | + array( |
|
| 549 | + 'methods' => array( |
|
| 550 | + 'delete' => array( |
|
| 551 | + 'path' => '{project}/global/firewalls/{firewall}', |
|
| 552 | + 'httpMethod' => 'DELETE', |
|
| 553 | + 'parameters' => array( |
|
| 554 | + 'project' => array( |
|
| 555 | + 'location' => 'path', |
|
| 556 | + 'type' => 'string', |
|
| 557 | + 'required' => true, |
|
| 558 | + ), |
|
| 559 | + 'firewall' => array( |
|
| 560 | + 'location' => 'path', |
|
| 561 | + 'type' => 'string', |
|
| 562 | + 'required' => true, |
|
| 563 | + ), |
|
| 564 | + ), |
|
| 565 | + ),'get' => array( |
|
| 566 | + 'path' => '{project}/global/firewalls/{firewall}', |
|
| 567 | + 'httpMethod' => 'GET', |
|
| 568 | + 'parameters' => array( |
|
| 569 | + 'project' => array( |
|
| 570 | + 'location' => 'path', |
|
| 571 | + 'type' => 'string', |
|
| 572 | + 'required' => true, |
|
| 573 | + ), |
|
| 574 | + 'firewall' => array( |
|
| 575 | + 'location' => 'path', |
|
| 576 | + 'type' => 'string', |
|
| 577 | + 'required' => true, |
|
| 578 | + ), |
|
| 579 | + ), |
|
| 580 | + ),'insert' => array( |
|
| 581 | + 'path' => '{project}/global/firewalls', |
|
| 582 | + 'httpMethod' => 'POST', |
|
| 583 | + 'parameters' => array( |
|
| 584 | + 'project' => array( |
|
| 585 | + 'location' => 'path', |
|
| 586 | + 'type' => 'string', |
|
| 587 | + 'required' => true, |
|
| 588 | + ), |
|
| 589 | + ), |
|
| 590 | + ),'list' => array( |
|
| 591 | + 'path' => '{project}/global/firewalls', |
|
| 592 | + 'httpMethod' => 'GET', |
|
| 593 | + 'parameters' => array( |
|
| 594 | + 'project' => array( |
|
| 595 | + 'location' => 'path', |
|
| 596 | + 'type' => 'string', |
|
| 597 | + 'required' => true, |
|
| 598 | + ), |
|
| 599 | + 'filter' => array( |
|
| 600 | + 'location' => 'query', |
|
| 601 | + 'type' => 'string', |
|
| 602 | + ), |
|
| 603 | + 'pageToken' => array( |
|
| 604 | + 'location' => 'query', |
|
| 605 | + 'type' => 'string', |
|
| 606 | + ), |
|
| 607 | + 'maxResults' => array( |
|
| 608 | + 'location' => 'query', |
|
| 609 | + 'type' => 'integer', |
|
| 610 | + ), |
|
| 611 | + ), |
|
| 612 | + ),'patch' => array( |
|
| 613 | + 'path' => '{project}/global/firewalls/{firewall}', |
|
| 614 | + 'httpMethod' => 'PATCH', |
|
| 615 | + 'parameters' => array( |
|
| 616 | + 'project' => array( |
|
| 617 | + 'location' => 'path', |
|
| 618 | + 'type' => 'string', |
|
| 619 | + 'required' => true, |
|
| 620 | + ), |
|
| 621 | + 'firewall' => array( |
|
| 622 | + 'location' => 'path', |
|
| 623 | + 'type' => 'string', |
|
| 624 | + 'required' => true, |
|
| 625 | + ), |
|
| 626 | + ), |
|
| 627 | + ),'update' => array( |
|
| 628 | + 'path' => '{project}/global/firewalls/{firewall}', |
|
| 629 | + 'httpMethod' => 'PUT', |
|
| 630 | + 'parameters' => array( |
|
| 631 | + 'project' => array( |
|
| 632 | + 'location' => 'path', |
|
| 633 | + 'type' => 'string', |
|
| 634 | + 'required' => true, |
|
| 635 | + ), |
|
| 636 | + 'firewall' => array( |
|
| 637 | + 'location' => 'path', |
|
| 638 | + 'type' => 'string', |
|
| 639 | + 'required' => true, |
|
| 640 | + ), |
|
| 641 | + ), |
|
| 642 | + ), |
|
| 643 | + ) |
|
| 644 | + ) |
|
| 645 | + ); |
|
| 646 | + $this->forwardingRules = new Google_Service_Compute_ForwardingRules_Resource( |
|
| 647 | + $this, |
|
| 648 | + $this->serviceName, |
|
| 649 | + 'forwardingRules', |
|
| 650 | + array( |
|
| 651 | + 'methods' => array( |
|
| 652 | + 'aggregatedList' => array( |
|
| 653 | + 'path' => '{project}/aggregated/forwardingRules', |
|
| 654 | + 'httpMethod' => 'GET', |
|
| 655 | + 'parameters' => array( |
|
| 656 | + 'project' => array( |
|
| 657 | + 'location' => 'path', |
|
| 658 | + 'type' => 'string', |
|
| 659 | + 'required' => true, |
|
| 660 | + ), |
|
| 661 | + 'filter' => array( |
|
| 662 | + 'location' => 'query', |
|
| 663 | + 'type' => 'string', |
|
| 664 | + ), |
|
| 665 | + 'pageToken' => array( |
|
| 666 | + 'location' => 'query', |
|
| 667 | + 'type' => 'string', |
|
| 668 | + ), |
|
| 669 | + 'maxResults' => array( |
|
| 670 | + 'location' => 'query', |
|
| 671 | + 'type' => 'integer', |
|
| 672 | + ), |
|
| 673 | + ), |
|
| 674 | + ),'delete' => array( |
|
| 675 | + 'path' => '{project}/regions/{region}/forwardingRules/{forwardingRule}', |
|
| 676 | + 'httpMethod' => 'DELETE', |
|
| 677 | + 'parameters' => array( |
|
| 678 | + 'project' => array( |
|
| 679 | + 'location' => 'path', |
|
| 680 | + 'type' => 'string', |
|
| 681 | + 'required' => true, |
|
| 682 | + ), |
|
| 683 | + 'region' => array( |
|
| 684 | + 'location' => 'path', |
|
| 685 | + 'type' => 'string', |
|
| 686 | + 'required' => true, |
|
| 687 | + ), |
|
| 688 | + 'forwardingRule' => array( |
|
| 689 | + 'location' => 'path', |
|
| 690 | + 'type' => 'string', |
|
| 691 | + 'required' => true, |
|
| 692 | + ), |
|
| 693 | + ), |
|
| 694 | + ),'get' => array( |
|
| 695 | + 'path' => '{project}/regions/{region}/forwardingRules/{forwardingRule}', |
|
| 696 | + 'httpMethod' => 'GET', |
|
| 697 | + 'parameters' => array( |
|
| 698 | + 'project' => array( |
|
| 699 | + 'location' => 'path', |
|
| 700 | + 'type' => 'string', |
|
| 701 | + 'required' => true, |
|
| 702 | + ), |
|
| 703 | + 'region' => array( |
|
| 704 | + 'location' => 'path', |
|
| 705 | + 'type' => 'string', |
|
| 706 | + 'required' => true, |
|
| 707 | + ), |
|
| 708 | + 'forwardingRule' => array( |
|
| 709 | + 'location' => 'path', |
|
| 710 | + 'type' => 'string', |
|
| 711 | + 'required' => true, |
|
| 712 | + ), |
|
| 713 | + ), |
|
| 714 | + ),'insert' => array( |
|
| 715 | + 'path' => '{project}/regions/{region}/forwardingRules', |
|
| 716 | + 'httpMethod' => 'POST', |
|
| 717 | + 'parameters' => array( |
|
| 718 | + 'project' => array( |
|
| 719 | + 'location' => 'path', |
|
| 720 | + 'type' => 'string', |
|
| 721 | + 'required' => true, |
|
| 722 | + ), |
|
| 723 | + 'region' => array( |
|
| 724 | + 'location' => 'path', |
|
| 725 | + 'type' => 'string', |
|
| 726 | + 'required' => true, |
|
| 727 | + ), |
|
| 728 | + ), |
|
| 729 | + ),'list' => array( |
|
| 730 | + 'path' => '{project}/regions/{region}/forwardingRules', |
|
| 731 | + 'httpMethod' => 'GET', |
|
| 732 | + 'parameters' => array( |
|
| 733 | + 'project' => array( |
|
| 734 | + 'location' => 'path', |
|
| 735 | + 'type' => 'string', |
|
| 736 | + 'required' => true, |
|
| 737 | + ), |
|
| 738 | + 'region' => array( |
|
| 739 | + 'location' => 'path', |
|
| 740 | + 'type' => 'string', |
|
| 741 | + 'required' => true, |
|
| 742 | + ), |
|
| 743 | + 'filter' => array( |
|
| 744 | + 'location' => 'query', |
|
| 745 | + 'type' => 'string', |
|
| 746 | + ), |
|
| 747 | + 'pageToken' => array( |
|
| 748 | + 'location' => 'query', |
|
| 749 | + 'type' => 'string', |
|
| 750 | + ), |
|
| 751 | + 'maxResults' => array( |
|
| 752 | + 'location' => 'query', |
|
| 753 | + 'type' => 'integer', |
|
| 754 | + ), |
|
| 755 | + ), |
|
| 756 | + ),'setTarget' => array( |
|
| 757 | + 'path' => '{project}/regions/{region}/forwardingRules/{forwardingRule}/setTarget', |
|
| 758 | + 'httpMethod' => 'POST', |
|
| 759 | + 'parameters' => array( |
|
| 760 | + 'project' => array( |
|
| 761 | + 'location' => 'path', |
|
| 762 | + 'type' => 'string', |
|
| 763 | + 'required' => true, |
|
| 764 | + ), |
|
| 765 | + 'region' => array( |
|
| 766 | + 'location' => 'path', |
|
| 767 | + 'type' => 'string', |
|
| 768 | + 'required' => true, |
|
| 769 | + ), |
|
| 770 | + 'forwardingRule' => array( |
|
| 771 | + 'location' => 'path', |
|
| 772 | + 'type' => 'string', |
|
| 773 | + 'required' => true, |
|
| 774 | + ), |
|
| 775 | + ), |
|
| 776 | + ), |
|
| 777 | + ) |
|
| 778 | + ) |
|
| 779 | + ); |
|
| 780 | + $this->globalAddresses = new Google_Service_Compute_GlobalAddresses_Resource( |
|
| 781 | + $this, |
|
| 782 | + $this->serviceName, |
|
| 783 | + 'globalAddresses', |
|
| 784 | + array( |
|
| 785 | + 'methods' => array( |
|
| 786 | + 'delete' => array( |
|
| 787 | + 'path' => '{project}/global/addresses/{address}', |
|
| 788 | + 'httpMethod' => 'DELETE', |
|
| 789 | + 'parameters' => array( |
|
| 790 | + 'project' => array( |
|
| 791 | + 'location' => 'path', |
|
| 792 | + 'type' => 'string', |
|
| 793 | + 'required' => true, |
|
| 794 | + ), |
|
| 795 | + 'address' => array( |
|
| 796 | + 'location' => 'path', |
|
| 797 | + 'type' => 'string', |
|
| 798 | + 'required' => true, |
|
| 799 | + ), |
|
| 800 | + ), |
|
| 801 | + ),'get' => array( |
|
| 802 | + 'path' => '{project}/global/addresses/{address}', |
|
| 803 | + 'httpMethod' => 'GET', |
|
| 804 | + 'parameters' => array( |
|
| 805 | + 'project' => array( |
|
| 806 | + 'location' => 'path', |
|
| 807 | + 'type' => 'string', |
|
| 808 | + 'required' => true, |
|
| 809 | + ), |
|
| 810 | + 'address' => array( |
|
| 811 | + 'location' => 'path', |
|
| 812 | + 'type' => 'string', |
|
| 813 | + 'required' => true, |
|
| 814 | + ), |
|
| 815 | + ), |
|
| 816 | + ),'insert' => array( |
|
| 817 | + 'path' => '{project}/global/addresses', |
|
| 818 | + 'httpMethod' => 'POST', |
|
| 819 | + 'parameters' => array( |
|
| 820 | + 'project' => array( |
|
| 821 | + 'location' => 'path', |
|
| 822 | + 'type' => 'string', |
|
| 823 | + 'required' => true, |
|
| 824 | + ), |
|
| 825 | + ), |
|
| 826 | + ),'list' => array( |
|
| 827 | + 'path' => '{project}/global/addresses', |
|
| 828 | + 'httpMethod' => 'GET', |
|
| 829 | + 'parameters' => array( |
|
| 830 | + 'project' => array( |
|
| 831 | + 'location' => 'path', |
|
| 832 | + 'type' => 'string', |
|
| 833 | + 'required' => true, |
|
| 834 | + ), |
|
| 835 | + 'filter' => array( |
|
| 836 | + 'location' => 'query', |
|
| 837 | + 'type' => 'string', |
|
| 838 | + ), |
|
| 839 | + 'pageToken' => array( |
|
| 840 | + 'location' => 'query', |
|
| 841 | + 'type' => 'string', |
|
| 842 | + ), |
|
| 843 | + 'maxResults' => array( |
|
| 844 | + 'location' => 'query', |
|
| 845 | + 'type' => 'integer', |
|
| 846 | + ), |
|
| 847 | + ), |
|
| 848 | + ), |
|
| 849 | + ) |
|
| 850 | + ) |
|
| 851 | + ); |
|
| 852 | + $this->globalForwardingRules = new Google_Service_Compute_GlobalForwardingRules_Resource( |
|
| 853 | + $this, |
|
| 854 | + $this->serviceName, |
|
| 855 | + 'globalForwardingRules', |
|
| 856 | + array( |
|
| 857 | + 'methods' => array( |
|
| 858 | + 'delete' => array( |
|
| 859 | + 'path' => '{project}/global/forwardingRules/{forwardingRule}', |
|
| 860 | + 'httpMethod' => 'DELETE', |
|
| 861 | + 'parameters' => array( |
|
| 862 | + 'project' => array( |
|
| 863 | + 'location' => 'path', |
|
| 864 | + 'type' => 'string', |
|
| 865 | + 'required' => true, |
|
| 866 | + ), |
|
| 867 | + 'forwardingRule' => array( |
|
| 868 | + 'location' => 'path', |
|
| 869 | + 'type' => 'string', |
|
| 870 | + 'required' => true, |
|
| 871 | + ), |
|
| 872 | + ), |
|
| 873 | + ),'get' => array( |
|
| 874 | + 'path' => '{project}/global/forwardingRules/{forwardingRule}', |
|
| 875 | + 'httpMethod' => 'GET', |
|
| 876 | + 'parameters' => array( |
|
| 877 | + 'project' => array( |
|
| 878 | + 'location' => 'path', |
|
| 879 | + 'type' => 'string', |
|
| 880 | + 'required' => true, |
|
| 881 | + ), |
|
| 882 | + 'forwardingRule' => array( |
|
| 883 | + 'location' => 'path', |
|
| 884 | + 'type' => 'string', |
|
| 885 | + 'required' => true, |
|
| 886 | + ), |
|
| 887 | + ), |
|
| 888 | + ),'insert' => array( |
|
| 889 | + 'path' => '{project}/global/forwardingRules', |
|
| 890 | + 'httpMethod' => 'POST', |
|
| 891 | + 'parameters' => array( |
|
| 892 | + 'project' => array( |
|
| 893 | + 'location' => 'path', |
|
| 894 | + 'type' => 'string', |
|
| 895 | + 'required' => true, |
|
| 896 | + ), |
|
| 897 | + ), |
|
| 898 | + ),'list' => array( |
|
| 899 | + 'path' => '{project}/global/forwardingRules', |
|
| 900 | + 'httpMethod' => 'GET', |
|
| 901 | + 'parameters' => array( |
|
| 902 | + 'project' => array( |
|
| 903 | + 'location' => 'path', |
|
| 904 | + 'type' => 'string', |
|
| 905 | + 'required' => true, |
|
| 906 | + ), |
|
| 907 | + 'filter' => array( |
|
| 908 | + 'location' => 'query', |
|
| 909 | + 'type' => 'string', |
|
| 910 | + ), |
|
| 911 | + 'pageToken' => array( |
|
| 912 | + 'location' => 'query', |
|
| 913 | + 'type' => 'string', |
|
| 914 | + ), |
|
| 915 | + 'maxResults' => array( |
|
| 916 | + 'location' => 'query', |
|
| 917 | + 'type' => 'integer', |
|
| 918 | + ), |
|
| 919 | + ), |
|
| 920 | + ),'setTarget' => array( |
|
| 921 | + 'path' => '{project}/global/forwardingRules/{forwardingRule}/setTarget', |
|
| 922 | + 'httpMethod' => 'POST', |
|
| 923 | + 'parameters' => array( |
|
| 924 | + 'project' => array( |
|
| 925 | + 'location' => 'path', |
|
| 926 | + 'type' => 'string', |
|
| 927 | + 'required' => true, |
|
| 928 | + ), |
|
| 929 | + 'forwardingRule' => array( |
|
| 930 | + 'location' => 'path', |
|
| 931 | + 'type' => 'string', |
|
| 932 | + 'required' => true, |
|
| 933 | + ), |
|
| 934 | + ), |
|
| 935 | + ), |
|
| 936 | + ) |
|
| 937 | + ) |
|
| 938 | + ); |
|
| 939 | + $this->globalOperations = new Google_Service_Compute_GlobalOperations_Resource( |
|
| 940 | + $this, |
|
| 941 | + $this->serviceName, |
|
| 942 | + 'globalOperations', |
|
| 943 | + array( |
|
| 944 | + 'methods' => array( |
|
| 945 | + 'aggregatedList' => array( |
|
| 946 | + 'path' => '{project}/aggregated/operations', |
|
| 947 | + 'httpMethod' => 'GET', |
|
| 948 | + 'parameters' => array( |
|
| 949 | + 'project' => array( |
|
| 950 | + 'location' => 'path', |
|
| 951 | + 'type' => 'string', |
|
| 952 | + 'required' => true, |
|
| 953 | + ), |
|
| 954 | + 'filter' => array( |
|
| 955 | + 'location' => 'query', |
|
| 956 | + 'type' => 'string', |
|
| 957 | + ), |
|
| 958 | + 'pageToken' => array( |
|
| 959 | + 'location' => 'query', |
|
| 960 | + 'type' => 'string', |
|
| 961 | + ), |
|
| 962 | + 'maxResults' => array( |
|
| 963 | + 'location' => 'query', |
|
| 964 | + 'type' => 'integer', |
|
| 965 | + ), |
|
| 966 | + ), |
|
| 967 | + ),'delete' => array( |
|
| 968 | + 'path' => '{project}/global/operations/{operation}', |
|
| 969 | + 'httpMethod' => 'DELETE', |
|
| 970 | + 'parameters' => array( |
|
| 971 | + 'project' => array( |
|
| 972 | + 'location' => 'path', |
|
| 973 | + 'type' => 'string', |
|
| 974 | + 'required' => true, |
|
| 975 | + ), |
|
| 976 | + 'operation' => array( |
|
| 977 | + 'location' => 'path', |
|
| 978 | + 'type' => 'string', |
|
| 979 | + 'required' => true, |
|
| 980 | + ), |
|
| 981 | + ), |
|
| 982 | + ),'get' => array( |
|
| 983 | + 'path' => '{project}/global/operations/{operation}', |
|
| 984 | + 'httpMethod' => 'GET', |
|
| 985 | + 'parameters' => array( |
|
| 986 | + 'project' => array( |
|
| 987 | + 'location' => 'path', |
|
| 988 | + 'type' => 'string', |
|
| 989 | + 'required' => true, |
|
| 990 | + ), |
|
| 991 | + 'operation' => array( |
|
| 992 | + 'location' => 'path', |
|
| 993 | + 'type' => 'string', |
|
| 994 | + 'required' => true, |
|
| 995 | + ), |
|
| 996 | + ), |
|
| 997 | + ),'list' => array( |
|
| 998 | + 'path' => '{project}/global/operations', |
|
| 999 | + 'httpMethod' => 'GET', |
|
| 1000 | + 'parameters' => array( |
|
| 1001 | + 'project' => array( |
|
| 1002 | + 'location' => 'path', |
|
| 1003 | + 'type' => 'string', |
|
| 1004 | + 'required' => true, |
|
| 1005 | + ), |
|
| 1006 | + 'filter' => array( |
|
| 1007 | + 'location' => 'query', |
|
| 1008 | + 'type' => 'string', |
|
| 1009 | + ), |
|
| 1010 | + 'pageToken' => array( |
|
| 1011 | + 'location' => 'query', |
|
| 1012 | + 'type' => 'string', |
|
| 1013 | + ), |
|
| 1014 | + 'maxResults' => array( |
|
| 1015 | + 'location' => 'query', |
|
| 1016 | + 'type' => 'integer', |
|
| 1017 | + ), |
|
| 1018 | + ), |
|
| 1019 | + ), |
|
| 1020 | + ) |
|
| 1021 | + ) |
|
| 1022 | + ); |
|
| 1023 | + $this->httpHealthChecks = new Google_Service_Compute_HttpHealthChecks_Resource( |
|
| 1024 | + $this, |
|
| 1025 | + $this->serviceName, |
|
| 1026 | + 'httpHealthChecks', |
|
| 1027 | + array( |
|
| 1028 | + 'methods' => array( |
|
| 1029 | + 'delete' => array( |
|
| 1030 | + 'path' => '{project}/global/httpHealthChecks/{httpHealthCheck}', |
|
| 1031 | + 'httpMethod' => 'DELETE', |
|
| 1032 | + 'parameters' => array( |
|
| 1033 | + 'project' => array( |
|
| 1034 | + 'location' => 'path', |
|
| 1035 | + 'type' => 'string', |
|
| 1036 | + 'required' => true, |
|
| 1037 | + ), |
|
| 1038 | + 'httpHealthCheck' => array( |
|
| 1039 | + 'location' => 'path', |
|
| 1040 | + 'type' => 'string', |
|
| 1041 | + 'required' => true, |
|
| 1042 | + ), |
|
| 1043 | + ), |
|
| 1044 | + ),'get' => array( |
|
| 1045 | + 'path' => '{project}/global/httpHealthChecks/{httpHealthCheck}', |
|
| 1046 | + 'httpMethod' => 'GET', |
|
| 1047 | + 'parameters' => array( |
|
| 1048 | + 'project' => array( |
|
| 1049 | + 'location' => 'path', |
|
| 1050 | + 'type' => 'string', |
|
| 1051 | + 'required' => true, |
|
| 1052 | + ), |
|
| 1053 | + 'httpHealthCheck' => array( |
|
| 1054 | + 'location' => 'path', |
|
| 1055 | + 'type' => 'string', |
|
| 1056 | + 'required' => true, |
|
| 1057 | + ), |
|
| 1058 | + ), |
|
| 1059 | + ),'insert' => array( |
|
| 1060 | + 'path' => '{project}/global/httpHealthChecks', |
|
| 1061 | + 'httpMethod' => 'POST', |
|
| 1062 | + 'parameters' => array( |
|
| 1063 | + 'project' => array( |
|
| 1064 | + 'location' => 'path', |
|
| 1065 | + 'type' => 'string', |
|
| 1066 | + 'required' => true, |
|
| 1067 | + ), |
|
| 1068 | + ), |
|
| 1069 | + ),'list' => array( |
|
| 1070 | + 'path' => '{project}/global/httpHealthChecks', |
|
| 1071 | + 'httpMethod' => 'GET', |
|
| 1072 | + 'parameters' => array( |
|
| 1073 | + 'project' => array( |
|
| 1074 | + 'location' => 'path', |
|
| 1075 | + 'type' => 'string', |
|
| 1076 | + 'required' => true, |
|
| 1077 | + ), |
|
| 1078 | + 'filter' => array( |
|
| 1079 | + 'location' => 'query', |
|
| 1080 | + 'type' => 'string', |
|
| 1081 | + ), |
|
| 1082 | + 'pageToken' => array( |
|
| 1083 | + 'location' => 'query', |
|
| 1084 | + 'type' => 'string', |
|
| 1085 | + ), |
|
| 1086 | + 'maxResults' => array( |
|
| 1087 | + 'location' => 'query', |
|
| 1088 | + 'type' => 'integer', |
|
| 1089 | + ), |
|
| 1090 | + ), |
|
| 1091 | + ),'patch' => array( |
|
| 1092 | + 'path' => '{project}/global/httpHealthChecks/{httpHealthCheck}', |
|
| 1093 | + 'httpMethod' => 'PATCH', |
|
| 1094 | + 'parameters' => array( |
|
| 1095 | + 'project' => array( |
|
| 1096 | + 'location' => 'path', |
|
| 1097 | + 'type' => 'string', |
|
| 1098 | + 'required' => true, |
|
| 1099 | + ), |
|
| 1100 | + 'httpHealthCheck' => array( |
|
| 1101 | + 'location' => 'path', |
|
| 1102 | + 'type' => 'string', |
|
| 1103 | + 'required' => true, |
|
| 1104 | + ), |
|
| 1105 | + ), |
|
| 1106 | + ),'update' => array( |
|
| 1107 | + 'path' => '{project}/global/httpHealthChecks/{httpHealthCheck}', |
|
| 1108 | + 'httpMethod' => 'PUT', |
|
| 1109 | + 'parameters' => array( |
|
| 1110 | + 'project' => array( |
|
| 1111 | + 'location' => 'path', |
|
| 1112 | + 'type' => 'string', |
|
| 1113 | + 'required' => true, |
|
| 1114 | + ), |
|
| 1115 | + 'httpHealthCheck' => array( |
|
| 1116 | + 'location' => 'path', |
|
| 1117 | + 'type' => 'string', |
|
| 1118 | + 'required' => true, |
|
| 1119 | + ), |
|
| 1120 | + ), |
|
| 1121 | + ), |
|
| 1122 | + ) |
|
| 1123 | + ) |
|
| 1124 | + ); |
|
| 1125 | + $this->images = new Google_Service_Compute_Images_Resource( |
|
| 1126 | + $this, |
|
| 1127 | + $this->serviceName, |
|
| 1128 | + 'images', |
|
| 1129 | + array( |
|
| 1130 | + 'methods' => array( |
|
| 1131 | + 'delete' => array( |
|
| 1132 | + 'path' => '{project}/global/images/{image}', |
|
| 1133 | + 'httpMethod' => 'DELETE', |
|
| 1134 | + 'parameters' => array( |
|
| 1135 | + 'project' => array( |
|
| 1136 | + 'location' => 'path', |
|
| 1137 | + 'type' => 'string', |
|
| 1138 | + 'required' => true, |
|
| 1139 | + ), |
|
| 1140 | + 'image' => array( |
|
| 1141 | + 'location' => 'path', |
|
| 1142 | + 'type' => 'string', |
|
| 1143 | + 'required' => true, |
|
| 1144 | + ), |
|
| 1145 | + ), |
|
| 1146 | + ),'deprecate' => array( |
|
| 1147 | + 'path' => '{project}/global/images/{image}/deprecate', |
|
| 1148 | + 'httpMethod' => 'POST', |
|
| 1149 | + 'parameters' => array( |
|
| 1150 | + 'project' => array( |
|
| 1151 | + 'location' => 'path', |
|
| 1152 | + 'type' => 'string', |
|
| 1153 | + 'required' => true, |
|
| 1154 | + ), |
|
| 1155 | + 'image' => array( |
|
| 1156 | + 'location' => 'path', |
|
| 1157 | + 'type' => 'string', |
|
| 1158 | + 'required' => true, |
|
| 1159 | + ), |
|
| 1160 | + ), |
|
| 1161 | + ),'get' => array( |
|
| 1162 | + 'path' => '{project}/global/images/{image}', |
|
| 1163 | + 'httpMethod' => 'GET', |
|
| 1164 | + 'parameters' => array( |
|
| 1165 | + 'project' => array( |
|
| 1166 | + 'location' => 'path', |
|
| 1167 | + 'type' => 'string', |
|
| 1168 | + 'required' => true, |
|
| 1169 | + ), |
|
| 1170 | + 'image' => array( |
|
| 1171 | + 'location' => 'path', |
|
| 1172 | + 'type' => 'string', |
|
| 1173 | + 'required' => true, |
|
| 1174 | + ), |
|
| 1175 | + ), |
|
| 1176 | + ),'insert' => array( |
|
| 1177 | + 'path' => '{project}/global/images', |
|
| 1178 | + 'httpMethod' => 'POST', |
|
| 1179 | + 'parameters' => array( |
|
| 1180 | + 'project' => array( |
|
| 1181 | + 'location' => 'path', |
|
| 1182 | + 'type' => 'string', |
|
| 1183 | + 'required' => true, |
|
| 1184 | + ), |
|
| 1185 | + ), |
|
| 1186 | + ),'list' => array( |
|
| 1187 | + 'path' => '{project}/global/images', |
|
| 1188 | + 'httpMethod' => 'GET', |
|
| 1189 | + 'parameters' => array( |
|
| 1190 | + 'project' => array( |
|
| 1191 | + 'location' => 'path', |
|
| 1192 | + 'type' => 'string', |
|
| 1193 | + 'required' => true, |
|
| 1194 | + ), |
|
| 1195 | + 'filter' => array( |
|
| 1196 | + 'location' => 'query', |
|
| 1197 | + 'type' => 'string', |
|
| 1198 | + ), |
|
| 1199 | + 'pageToken' => array( |
|
| 1200 | + 'location' => 'query', |
|
| 1201 | + 'type' => 'string', |
|
| 1202 | + ), |
|
| 1203 | + 'maxResults' => array( |
|
| 1204 | + 'location' => 'query', |
|
| 1205 | + 'type' => 'integer', |
|
| 1206 | + ), |
|
| 1207 | + ), |
|
| 1208 | + ), |
|
| 1209 | + ) |
|
| 1210 | + ) |
|
| 1211 | + ); |
|
| 1212 | + $this->instanceTemplates = new Google_Service_Compute_InstanceTemplates_Resource( |
|
| 1213 | + $this, |
|
| 1214 | + $this->serviceName, |
|
| 1215 | + 'instanceTemplates', |
|
| 1216 | + array( |
|
| 1217 | + 'methods' => array( |
|
| 1218 | + 'delete' => array( |
|
| 1219 | + 'path' => '{project}/global/instanceTemplates/{instanceTemplate}', |
|
| 1220 | + 'httpMethod' => 'DELETE', |
|
| 1221 | + 'parameters' => array( |
|
| 1222 | + 'project' => array( |
|
| 1223 | + 'location' => 'path', |
|
| 1224 | + 'type' => 'string', |
|
| 1225 | + 'required' => true, |
|
| 1226 | + ), |
|
| 1227 | + 'instanceTemplate' => array( |
|
| 1228 | + 'location' => 'path', |
|
| 1229 | + 'type' => 'string', |
|
| 1230 | + 'required' => true, |
|
| 1231 | + ), |
|
| 1232 | + ), |
|
| 1233 | + ),'get' => array( |
|
| 1234 | + 'path' => '{project}/global/instanceTemplates/{instanceTemplate}', |
|
| 1235 | + 'httpMethod' => 'GET', |
|
| 1236 | + 'parameters' => array( |
|
| 1237 | + 'project' => array( |
|
| 1238 | + 'location' => 'path', |
|
| 1239 | + 'type' => 'string', |
|
| 1240 | + 'required' => true, |
|
| 1241 | + ), |
|
| 1242 | + 'instanceTemplate' => array( |
|
| 1243 | + 'location' => 'path', |
|
| 1244 | + 'type' => 'string', |
|
| 1245 | + 'required' => true, |
|
| 1246 | + ), |
|
| 1247 | + ), |
|
| 1248 | + ),'insert' => array( |
|
| 1249 | + 'path' => '{project}/global/instanceTemplates', |
|
| 1250 | + 'httpMethod' => 'POST', |
|
| 1251 | + 'parameters' => array( |
|
| 1252 | + 'project' => array( |
|
| 1253 | + 'location' => 'path', |
|
| 1254 | + 'type' => 'string', |
|
| 1255 | + 'required' => true, |
|
| 1256 | + ), |
|
| 1257 | + ), |
|
| 1258 | + ),'list' => array( |
|
| 1259 | + 'path' => '{project}/global/instanceTemplates', |
|
| 1260 | + 'httpMethod' => 'GET', |
|
| 1261 | + 'parameters' => array( |
|
| 1262 | + 'project' => array( |
|
| 1263 | + 'location' => 'path', |
|
| 1264 | + 'type' => 'string', |
|
| 1265 | + 'required' => true, |
|
| 1266 | + ), |
|
| 1267 | + 'filter' => array( |
|
| 1268 | + 'location' => 'query', |
|
| 1269 | + 'type' => 'string', |
|
| 1270 | + ), |
|
| 1271 | + 'pageToken' => array( |
|
| 1272 | + 'location' => 'query', |
|
| 1273 | + 'type' => 'string', |
|
| 1274 | + ), |
|
| 1275 | + 'maxResults' => array( |
|
| 1276 | + 'location' => 'query', |
|
| 1277 | + 'type' => 'integer', |
|
| 1278 | + ), |
|
| 1279 | + ), |
|
| 1280 | + ), |
|
| 1281 | + ) |
|
| 1282 | + ) |
|
| 1283 | + ); |
|
| 1284 | + $this->instances = new Google_Service_Compute_Instances_Resource( |
|
| 1285 | + $this, |
|
| 1286 | + $this->serviceName, |
|
| 1287 | + 'instances', |
|
| 1288 | + array( |
|
| 1289 | + 'methods' => array( |
|
| 1290 | + 'addAccessConfig' => array( |
|
| 1291 | + 'path' => '{project}/zones/{zone}/instances/{instance}/addAccessConfig', |
|
| 1292 | + 'httpMethod' => 'POST', |
|
| 1293 | + 'parameters' => array( |
|
| 1294 | + 'project' => array( |
|
| 1295 | + 'location' => 'path', |
|
| 1296 | + 'type' => 'string', |
|
| 1297 | + 'required' => true, |
|
| 1298 | + ), |
|
| 1299 | + 'zone' => array( |
|
| 1300 | + 'location' => 'path', |
|
| 1301 | + 'type' => 'string', |
|
| 1302 | + 'required' => true, |
|
| 1303 | + ), |
|
| 1304 | + 'instance' => array( |
|
| 1305 | + 'location' => 'path', |
|
| 1306 | + 'type' => 'string', |
|
| 1307 | + 'required' => true, |
|
| 1308 | + ), |
|
| 1309 | + 'networkInterface' => array( |
|
| 1310 | + 'location' => 'query', |
|
| 1311 | + 'type' => 'string', |
|
| 1312 | + 'required' => true, |
|
| 1313 | + ), |
|
| 1314 | + ), |
|
| 1315 | + ),'aggregatedList' => array( |
|
| 1316 | + 'path' => '{project}/aggregated/instances', |
|
| 1317 | + 'httpMethod' => 'GET', |
|
| 1318 | + 'parameters' => array( |
|
| 1319 | + 'project' => array( |
|
| 1320 | + 'location' => 'path', |
|
| 1321 | + 'type' => 'string', |
|
| 1322 | + 'required' => true, |
|
| 1323 | + ), |
|
| 1324 | + 'filter' => array( |
|
| 1325 | + 'location' => 'query', |
|
| 1326 | + 'type' => 'string', |
|
| 1327 | + ), |
|
| 1328 | + 'pageToken' => array( |
|
| 1329 | + 'location' => 'query', |
|
| 1330 | + 'type' => 'string', |
|
| 1331 | + ), |
|
| 1332 | + 'maxResults' => array( |
|
| 1333 | + 'location' => 'query', |
|
| 1334 | + 'type' => 'integer', |
|
| 1335 | + ), |
|
| 1336 | + ), |
|
| 1337 | + ),'attachDisk' => array( |
|
| 1338 | + 'path' => '{project}/zones/{zone}/instances/{instance}/attachDisk', |
|
| 1339 | + 'httpMethod' => 'POST', |
|
| 1340 | + 'parameters' => array( |
|
| 1341 | + 'project' => array( |
|
| 1342 | + 'location' => 'path', |
|
| 1343 | + 'type' => 'string', |
|
| 1344 | + 'required' => true, |
|
| 1345 | + ), |
|
| 1346 | + 'zone' => array( |
|
| 1347 | + 'location' => 'path', |
|
| 1348 | + 'type' => 'string', |
|
| 1349 | + 'required' => true, |
|
| 1350 | + ), |
|
| 1351 | + 'instance' => array( |
|
| 1352 | + 'location' => 'path', |
|
| 1353 | + 'type' => 'string', |
|
| 1354 | + 'required' => true, |
|
| 1355 | + ), |
|
| 1356 | + ), |
|
| 1357 | + ),'delete' => array( |
|
| 1358 | + 'path' => '{project}/zones/{zone}/instances/{instance}', |
|
| 1359 | + 'httpMethod' => 'DELETE', |
|
| 1360 | + 'parameters' => array( |
|
| 1361 | + 'project' => array( |
|
| 1362 | + 'location' => 'path', |
|
| 1363 | + 'type' => 'string', |
|
| 1364 | + 'required' => true, |
|
| 1365 | + ), |
|
| 1366 | + 'zone' => array( |
|
| 1367 | + 'location' => 'path', |
|
| 1368 | + 'type' => 'string', |
|
| 1369 | + 'required' => true, |
|
| 1370 | + ), |
|
| 1371 | + 'instance' => array( |
|
| 1372 | + 'location' => 'path', |
|
| 1373 | + 'type' => 'string', |
|
| 1374 | + 'required' => true, |
|
| 1375 | + ), |
|
| 1376 | + ), |
|
| 1377 | + ),'deleteAccessConfig' => array( |
|
| 1378 | + 'path' => '{project}/zones/{zone}/instances/{instance}/deleteAccessConfig', |
|
| 1379 | + 'httpMethod' => 'POST', |
|
| 1380 | + 'parameters' => array( |
|
| 1381 | + 'project' => array( |
|
| 1382 | + 'location' => 'path', |
|
| 1383 | + 'type' => 'string', |
|
| 1384 | + 'required' => true, |
|
| 1385 | + ), |
|
| 1386 | + 'zone' => array( |
|
| 1387 | + 'location' => 'path', |
|
| 1388 | + 'type' => 'string', |
|
| 1389 | + 'required' => true, |
|
| 1390 | + ), |
|
| 1391 | + 'instance' => array( |
|
| 1392 | + 'location' => 'path', |
|
| 1393 | + 'type' => 'string', |
|
| 1394 | + 'required' => true, |
|
| 1395 | + ), |
|
| 1396 | + 'accessConfig' => array( |
|
| 1397 | + 'location' => 'query', |
|
| 1398 | + 'type' => 'string', |
|
| 1399 | + 'required' => true, |
|
| 1400 | + ), |
|
| 1401 | + 'networkInterface' => array( |
|
| 1402 | + 'location' => 'query', |
|
| 1403 | + 'type' => 'string', |
|
| 1404 | + 'required' => true, |
|
| 1405 | + ), |
|
| 1406 | + ), |
|
| 1407 | + ),'detachDisk' => array( |
|
| 1408 | + 'path' => '{project}/zones/{zone}/instances/{instance}/detachDisk', |
|
| 1409 | + 'httpMethod' => 'POST', |
|
| 1410 | + 'parameters' => array( |
|
| 1411 | + 'project' => array( |
|
| 1412 | + 'location' => 'path', |
|
| 1413 | + 'type' => 'string', |
|
| 1414 | + 'required' => true, |
|
| 1415 | + ), |
|
| 1416 | + 'zone' => array( |
|
| 1417 | + 'location' => 'path', |
|
| 1418 | + 'type' => 'string', |
|
| 1419 | + 'required' => true, |
|
| 1420 | + ), |
|
| 1421 | + 'instance' => array( |
|
| 1422 | + 'location' => 'path', |
|
| 1423 | + 'type' => 'string', |
|
| 1424 | + 'required' => true, |
|
| 1425 | + ), |
|
| 1426 | + 'deviceName' => array( |
|
| 1427 | + 'location' => 'query', |
|
| 1428 | + 'type' => 'string', |
|
| 1429 | + 'required' => true, |
|
| 1430 | + ), |
|
| 1431 | + ), |
|
| 1432 | + ),'get' => array( |
|
| 1433 | + 'path' => '{project}/zones/{zone}/instances/{instance}', |
|
| 1434 | + 'httpMethod' => 'GET', |
|
| 1435 | + 'parameters' => array( |
|
| 1436 | + 'project' => array( |
|
| 1437 | + 'location' => 'path', |
|
| 1438 | + 'type' => 'string', |
|
| 1439 | + 'required' => true, |
|
| 1440 | + ), |
|
| 1441 | + 'zone' => array( |
|
| 1442 | + 'location' => 'path', |
|
| 1443 | + 'type' => 'string', |
|
| 1444 | + 'required' => true, |
|
| 1445 | + ), |
|
| 1446 | + 'instance' => array( |
|
| 1447 | + 'location' => 'path', |
|
| 1448 | + 'type' => 'string', |
|
| 1449 | + 'required' => true, |
|
| 1450 | + ), |
|
| 1451 | + ), |
|
| 1452 | + ),'getSerialPortOutput' => array( |
|
| 1453 | + 'path' => '{project}/zones/{zone}/instances/{instance}/serialPort', |
|
| 1454 | + 'httpMethod' => 'GET', |
|
| 1455 | + 'parameters' => array( |
|
| 1456 | + 'project' => array( |
|
| 1457 | + 'location' => 'path', |
|
| 1458 | + 'type' => 'string', |
|
| 1459 | + 'required' => true, |
|
| 1460 | + ), |
|
| 1461 | + 'zone' => array( |
|
| 1462 | + 'location' => 'path', |
|
| 1463 | + 'type' => 'string', |
|
| 1464 | + 'required' => true, |
|
| 1465 | + ), |
|
| 1466 | + 'instance' => array( |
|
| 1467 | + 'location' => 'path', |
|
| 1468 | + 'type' => 'string', |
|
| 1469 | + 'required' => true, |
|
| 1470 | + ), |
|
| 1471 | + 'port' => array( |
|
| 1472 | + 'location' => 'query', |
|
| 1473 | + 'type' => 'integer', |
|
| 1474 | + ), |
|
| 1475 | + ), |
|
| 1476 | + ),'insert' => array( |
|
| 1477 | + 'path' => '{project}/zones/{zone}/instances', |
|
| 1478 | + 'httpMethod' => 'POST', |
|
| 1479 | + 'parameters' => array( |
|
| 1480 | + 'project' => array( |
|
| 1481 | + 'location' => 'path', |
|
| 1482 | + 'type' => 'string', |
|
| 1483 | + 'required' => true, |
|
| 1484 | + ), |
|
| 1485 | + 'zone' => array( |
|
| 1486 | + 'location' => 'path', |
|
| 1487 | + 'type' => 'string', |
|
| 1488 | + 'required' => true, |
|
| 1489 | + ), |
|
| 1490 | + ), |
|
| 1491 | + ),'list' => array( |
|
| 1492 | + 'path' => '{project}/zones/{zone}/instances', |
|
| 1493 | + 'httpMethod' => 'GET', |
|
| 1494 | + 'parameters' => array( |
|
| 1495 | + 'project' => array( |
|
| 1496 | + 'location' => 'path', |
|
| 1497 | + 'type' => 'string', |
|
| 1498 | + 'required' => true, |
|
| 1499 | + ), |
|
| 1500 | + 'zone' => array( |
|
| 1501 | + 'location' => 'path', |
|
| 1502 | + 'type' => 'string', |
|
| 1503 | + 'required' => true, |
|
| 1504 | + ), |
|
| 1505 | + 'filter' => array( |
|
| 1506 | + 'location' => 'query', |
|
| 1507 | + 'type' => 'string', |
|
| 1508 | + ), |
|
| 1509 | + 'pageToken' => array( |
|
| 1510 | + 'location' => 'query', |
|
| 1511 | + 'type' => 'string', |
|
| 1512 | + ), |
|
| 1513 | + 'maxResults' => array( |
|
| 1514 | + 'location' => 'query', |
|
| 1515 | + 'type' => 'integer', |
|
| 1516 | + ), |
|
| 1517 | + ), |
|
| 1518 | + ),'reset' => array( |
|
| 1519 | + 'path' => '{project}/zones/{zone}/instances/{instance}/reset', |
|
| 1520 | + 'httpMethod' => 'POST', |
|
| 1521 | + 'parameters' => array( |
|
| 1522 | + 'project' => array( |
|
| 1523 | + 'location' => 'path', |
|
| 1524 | + 'type' => 'string', |
|
| 1525 | + 'required' => true, |
|
| 1526 | + ), |
|
| 1527 | + 'zone' => array( |
|
| 1528 | + 'location' => 'path', |
|
| 1529 | + 'type' => 'string', |
|
| 1530 | + 'required' => true, |
|
| 1531 | + ), |
|
| 1532 | + 'instance' => array( |
|
| 1533 | + 'location' => 'path', |
|
| 1534 | + 'type' => 'string', |
|
| 1535 | + 'required' => true, |
|
| 1536 | + ), |
|
| 1537 | + ), |
|
| 1538 | + ),'setDiskAutoDelete' => array( |
|
| 1539 | + 'path' => '{project}/zones/{zone}/instances/{instance}/setDiskAutoDelete', |
|
| 1540 | + 'httpMethod' => 'POST', |
|
| 1541 | + 'parameters' => array( |
|
| 1542 | + 'project' => array( |
|
| 1543 | + 'location' => 'path', |
|
| 1544 | + 'type' => 'string', |
|
| 1545 | + 'required' => true, |
|
| 1546 | + ), |
|
| 1547 | + 'zone' => array( |
|
| 1548 | + 'location' => 'path', |
|
| 1549 | + 'type' => 'string', |
|
| 1550 | + 'required' => true, |
|
| 1551 | + ), |
|
| 1552 | + 'instance' => array( |
|
| 1553 | + 'location' => 'path', |
|
| 1554 | + 'type' => 'string', |
|
| 1555 | + 'required' => true, |
|
| 1556 | + ), |
|
| 1557 | + 'autoDelete' => array( |
|
| 1558 | + 'location' => 'query', |
|
| 1559 | + 'type' => 'boolean', |
|
| 1560 | + 'required' => true, |
|
| 1561 | + ), |
|
| 1562 | + 'deviceName' => array( |
|
| 1563 | + 'location' => 'query', |
|
| 1564 | + 'type' => 'string', |
|
| 1565 | + 'required' => true, |
|
| 1566 | + ), |
|
| 1567 | + ), |
|
| 1568 | + ),'setMetadata' => array( |
|
| 1569 | + 'path' => '{project}/zones/{zone}/instances/{instance}/setMetadata', |
|
| 1570 | + 'httpMethod' => 'POST', |
|
| 1571 | + 'parameters' => array( |
|
| 1572 | + 'project' => array( |
|
| 1573 | + 'location' => 'path', |
|
| 1574 | + 'type' => 'string', |
|
| 1575 | + 'required' => true, |
|
| 1576 | + ), |
|
| 1577 | + 'zone' => array( |
|
| 1578 | + 'location' => 'path', |
|
| 1579 | + 'type' => 'string', |
|
| 1580 | + 'required' => true, |
|
| 1581 | + ), |
|
| 1582 | + 'instance' => array( |
|
| 1583 | + 'location' => 'path', |
|
| 1584 | + 'type' => 'string', |
|
| 1585 | + 'required' => true, |
|
| 1586 | + ), |
|
| 1587 | + ), |
|
| 1588 | + ),'setScheduling' => array( |
|
| 1589 | + 'path' => '{project}/zones/{zone}/instances/{instance}/setScheduling', |
|
| 1590 | + 'httpMethod' => 'POST', |
|
| 1591 | + 'parameters' => array( |
|
| 1592 | + 'project' => array( |
|
| 1593 | + 'location' => 'path', |
|
| 1594 | + 'type' => 'string', |
|
| 1595 | + 'required' => true, |
|
| 1596 | + ), |
|
| 1597 | + 'zone' => array( |
|
| 1598 | + 'location' => 'path', |
|
| 1599 | + 'type' => 'string', |
|
| 1600 | + 'required' => true, |
|
| 1601 | + ), |
|
| 1602 | + 'instance' => array( |
|
| 1603 | + 'location' => 'path', |
|
| 1604 | + 'type' => 'string', |
|
| 1605 | + 'required' => true, |
|
| 1606 | + ), |
|
| 1607 | + ), |
|
| 1608 | + ),'setTags' => array( |
|
| 1609 | + 'path' => '{project}/zones/{zone}/instances/{instance}/setTags', |
|
| 1610 | + 'httpMethod' => 'POST', |
|
| 1611 | + 'parameters' => array( |
|
| 1612 | + 'project' => array( |
|
| 1613 | + 'location' => 'path', |
|
| 1614 | + 'type' => 'string', |
|
| 1615 | + 'required' => true, |
|
| 1616 | + ), |
|
| 1617 | + 'zone' => array( |
|
| 1618 | + 'location' => 'path', |
|
| 1619 | + 'type' => 'string', |
|
| 1620 | + 'required' => true, |
|
| 1621 | + ), |
|
| 1622 | + 'instance' => array( |
|
| 1623 | + 'location' => 'path', |
|
| 1624 | + 'type' => 'string', |
|
| 1625 | + 'required' => true, |
|
| 1626 | + ), |
|
| 1627 | + ), |
|
| 1628 | + ),'start' => array( |
|
| 1629 | + 'path' => '{project}/zones/{zone}/instances/{instance}/start', |
|
| 1630 | + 'httpMethod' => 'POST', |
|
| 1631 | + 'parameters' => array( |
|
| 1632 | + 'project' => array( |
|
| 1633 | + 'location' => 'path', |
|
| 1634 | + 'type' => 'string', |
|
| 1635 | + 'required' => true, |
|
| 1636 | + ), |
|
| 1637 | + 'zone' => array( |
|
| 1638 | + 'location' => 'path', |
|
| 1639 | + 'type' => 'string', |
|
| 1640 | + 'required' => true, |
|
| 1641 | + ), |
|
| 1642 | + 'instance' => array( |
|
| 1643 | + 'location' => 'path', |
|
| 1644 | + 'type' => 'string', |
|
| 1645 | + 'required' => true, |
|
| 1646 | + ), |
|
| 1647 | + ), |
|
| 1648 | + ),'stop' => array( |
|
| 1649 | + 'path' => '{project}/zones/{zone}/instances/{instance}/stop', |
|
| 1650 | + 'httpMethod' => 'POST', |
|
| 1651 | + 'parameters' => array( |
|
| 1652 | + 'project' => array( |
|
| 1653 | + 'location' => 'path', |
|
| 1654 | + 'type' => 'string', |
|
| 1655 | + 'required' => true, |
|
| 1656 | + ), |
|
| 1657 | + 'zone' => array( |
|
| 1658 | + 'location' => 'path', |
|
| 1659 | + 'type' => 'string', |
|
| 1660 | + 'required' => true, |
|
| 1661 | + ), |
|
| 1662 | + 'instance' => array( |
|
| 1663 | + 'location' => 'path', |
|
| 1664 | + 'type' => 'string', |
|
| 1665 | + 'required' => true, |
|
| 1666 | + ), |
|
| 1667 | + ), |
|
| 1668 | + ), |
|
| 1669 | + ) |
|
| 1670 | + ) |
|
| 1671 | + ); |
|
| 1672 | + $this->licenses = new Google_Service_Compute_Licenses_Resource( |
|
| 1673 | + $this, |
|
| 1674 | + $this->serviceName, |
|
| 1675 | + 'licenses', |
|
| 1676 | + array( |
|
| 1677 | + 'methods' => array( |
|
| 1678 | + 'get' => array( |
|
| 1679 | + 'path' => '{project}/global/licenses/{license}', |
|
| 1680 | + 'httpMethod' => 'GET', |
|
| 1681 | + 'parameters' => array( |
|
| 1682 | + 'project' => array( |
|
| 1683 | + 'location' => 'path', |
|
| 1684 | + 'type' => 'string', |
|
| 1685 | + 'required' => true, |
|
| 1686 | + ), |
|
| 1687 | + 'license' => array( |
|
| 1688 | + 'location' => 'path', |
|
| 1689 | + 'type' => 'string', |
|
| 1690 | + 'required' => true, |
|
| 1691 | + ), |
|
| 1692 | + ), |
|
| 1693 | + ), |
|
| 1694 | + ) |
|
| 1695 | + ) |
|
| 1696 | + ); |
|
| 1697 | + $this->machineTypes = new Google_Service_Compute_MachineTypes_Resource( |
|
| 1698 | + $this, |
|
| 1699 | + $this->serviceName, |
|
| 1700 | + 'machineTypes', |
|
| 1701 | + array( |
|
| 1702 | + 'methods' => array( |
|
| 1703 | + 'aggregatedList' => array( |
|
| 1704 | + 'path' => '{project}/aggregated/machineTypes', |
|
| 1705 | + 'httpMethod' => 'GET', |
|
| 1706 | + 'parameters' => array( |
|
| 1707 | + 'project' => array( |
|
| 1708 | + 'location' => 'path', |
|
| 1709 | + 'type' => 'string', |
|
| 1710 | + 'required' => true, |
|
| 1711 | + ), |
|
| 1712 | + 'filter' => array( |
|
| 1713 | + 'location' => 'query', |
|
| 1714 | + 'type' => 'string', |
|
| 1715 | + ), |
|
| 1716 | + 'pageToken' => array( |
|
| 1717 | + 'location' => 'query', |
|
| 1718 | + 'type' => 'string', |
|
| 1719 | + ), |
|
| 1720 | + 'maxResults' => array( |
|
| 1721 | + 'location' => 'query', |
|
| 1722 | + 'type' => 'integer', |
|
| 1723 | + ), |
|
| 1724 | + ), |
|
| 1725 | + ),'get' => array( |
|
| 1726 | + 'path' => '{project}/zones/{zone}/machineTypes/{machineType}', |
|
| 1727 | + 'httpMethod' => 'GET', |
|
| 1728 | + 'parameters' => array( |
|
| 1729 | + 'project' => array( |
|
| 1730 | + 'location' => 'path', |
|
| 1731 | + 'type' => 'string', |
|
| 1732 | + 'required' => true, |
|
| 1733 | + ), |
|
| 1734 | + 'zone' => array( |
|
| 1735 | + 'location' => 'path', |
|
| 1736 | + 'type' => 'string', |
|
| 1737 | + 'required' => true, |
|
| 1738 | + ), |
|
| 1739 | + 'machineType' => array( |
|
| 1740 | + 'location' => 'path', |
|
| 1741 | + 'type' => 'string', |
|
| 1742 | + 'required' => true, |
|
| 1743 | + ), |
|
| 1744 | + ), |
|
| 1745 | + ),'list' => array( |
|
| 1746 | + 'path' => '{project}/zones/{zone}/machineTypes', |
|
| 1747 | + 'httpMethod' => 'GET', |
|
| 1748 | + 'parameters' => array( |
|
| 1749 | + 'project' => array( |
|
| 1750 | + 'location' => 'path', |
|
| 1751 | + 'type' => 'string', |
|
| 1752 | + 'required' => true, |
|
| 1753 | + ), |
|
| 1754 | + 'zone' => array( |
|
| 1755 | + 'location' => 'path', |
|
| 1756 | + 'type' => 'string', |
|
| 1757 | + 'required' => true, |
|
| 1758 | + ), |
|
| 1759 | + 'filter' => array( |
|
| 1760 | + 'location' => 'query', |
|
| 1761 | + 'type' => 'string', |
|
| 1762 | + ), |
|
| 1763 | + 'pageToken' => array( |
|
| 1764 | + 'location' => 'query', |
|
| 1765 | + 'type' => 'string', |
|
| 1766 | + ), |
|
| 1767 | + 'maxResults' => array( |
|
| 1768 | + 'location' => 'query', |
|
| 1769 | + 'type' => 'integer', |
|
| 1770 | + ), |
|
| 1771 | + ), |
|
| 1772 | + ), |
|
| 1773 | + ) |
|
| 1774 | + ) |
|
| 1775 | + ); |
|
| 1776 | + $this->networks = new Google_Service_Compute_Networks_Resource( |
|
| 1777 | + $this, |
|
| 1778 | + $this->serviceName, |
|
| 1779 | + 'networks', |
|
| 1780 | + array( |
|
| 1781 | + 'methods' => array( |
|
| 1782 | + 'delete' => array( |
|
| 1783 | + 'path' => '{project}/global/networks/{network}', |
|
| 1784 | + 'httpMethod' => 'DELETE', |
|
| 1785 | + 'parameters' => array( |
|
| 1786 | + 'project' => array( |
|
| 1787 | + 'location' => 'path', |
|
| 1788 | + 'type' => 'string', |
|
| 1789 | + 'required' => true, |
|
| 1790 | + ), |
|
| 1791 | + 'network' => array( |
|
| 1792 | + 'location' => 'path', |
|
| 1793 | + 'type' => 'string', |
|
| 1794 | + 'required' => true, |
|
| 1795 | + ), |
|
| 1796 | + ), |
|
| 1797 | + ),'get' => array( |
|
| 1798 | + 'path' => '{project}/global/networks/{network}', |
|
| 1799 | + 'httpMethod' => 'GET', |
|
| 1800 | + 'parameters' => array( |
|
| 1801 | + 'project' => array( |
|
| 1802 | + 'location' => 'path', |
|
| 1803 | + 'type' => 'string', |
|
| 1804 | + 'required' => true, |
|
| 1805 | + ), |
|
| 1806 | + 'network' => array( |
|
| 1807 | + 'location' => 'path', |
|
| 1808 | + 'type' => 'string', |
|
| 1809 | + 'required' => true, |
|
| 1810 | + ), |
|
| 1811 | + ), |
|
| 1812 | + ),'insert' => array( |
|
| 1813 | + 'path' => '{project}/global/networks', |
|
| 1814 | + 'httpMethod' => 'POST', |
|
| 1815 | + 'parameters' => array( |
|
| 1816 | + 'project' => array( |
|
| 1817 | + 'location' => 'path', |
|
| 1818 | + 'type' => 'string', |
|
| 1819 | + 'required' => true, |
|
| 1820 | + ), |
|
| 1821 | + ), |
|
| 1822 | + ),'list' => array( |
|
| 1823 | + 'path' => '{project}/global/networks', |
|
| 1824 | + 'httpMethod' => 'GET', |
|
| 1825 | + 'parameters' => array( |
|
| 1826 | + 'project' => array( |
|
| 1827 | + 'location' => 'path', |
|
| 1828 | + 'type' => 'string', |
|
| 1829 | + 'required' => true, |
|
| 1830 | + ), |
|
| 1831 | + 'filter' => array( |
|
| 1832 | + 'location' => 'query', |
|
| 1833 | + 'type' => 'string', |
|
| 1834 | + ), |
|
| 1835 | + 'pageToken' => array( |
|
| 1836 | + 'location' => 'query', |
|
| 1837 | + 'type' => 'string', |
|
| 1838 | + ), |
|
| 1839 | + 'maxResults' => array( |
|
| 1840 | + 'location' => 'query', |
|
| 1841 | + 'type' => 'integer', |
|
| 1842 | + ), |
|
| 1843 | + ), |
|
| 1844 | + ), |
|
| 1845 | + ) |
|
| 1846 | + ) |
|
| 1847 | + ); |
|
| 1848 | + $this->projects = new Google_Service_Compute_Projects_Resource( |
|
| 1849 | + $this, |
|
| 1850 | + $this->serviceName, |
|
| 1851 | + 'projects', |
|
| 1852 | + array( |
|
| 1853 | + 'methods' => array( |
|
| 1854 | + 'get' => array( |
|
| 1855 | + 'path' => '{project}', |
|
| 1856 | + 'httpMethod' => 'GET', |
|
| 1857 | + 'parameters' => array( |
|
| 1858 | + 'project' => array( |
|
| 1859 | + 'location' => 'path', |
|
| 1860 | + 'type' => 'string', |
|
| 1861 | + 'required' => true, |
|
| 1862 | + ), |
|
| 1863 | + ), |
|
| 1864 | + ),'moveDisk' => array( |
|
| 1865 | + 'path' => '{project}/moveDisk', |
|
| 1866 | + 'httpMethod' => 'POST', |
|
| 1867 | + 'parameters' => array( |
|
| 1868 | + 'project' => array( |
|
| 1869 | + 'location' => 'path', |
|
| 1870 | + 'type' => 'string', |
|
| 1871 | + 'required' => true, |
|
| 1872 | + ), |
|
| 1873 | + ), |
|
| 1874 | + ),'moveInstance' => array( |
|
| 1875 | + 'path' => '{project}/moveInstance', |
|
| 1876 | + 'httpMethod' => 'POST', |
|
| 1877 | + 'parameters' => array( |
|
| 1878 | + 'project' => array( |
|
| 1879 | + 'location' => 'path', |
|
| 1880 | + 'type' => 'string', |
|
| 1881 | + 'required' => true, |
|
| 1882 | + ), |
|
| 1883 | + ), |
|
| 1884 | + ),'setCommonInstanceMetadata' => array( |
|
| 1885 | + 'path' => '{project}/setCommonInstanceMetadata', |
|
| 1886 | + 'httpMethod' => 'POST', |
|
| 1887 | + 'parameters' => array( |
|
| 1888 | + 'project' => array( |
|
| 1889 | + 'location' => 'path', |
|
| 1890 | + 'type' => 'string', |
|
| 1891 | + 'required' => true, |
|
| 1892 | + ), |
|
| 1893 | + ), |
|
| 1894 | + ),'setUsageExportBucket' => array( |
|
| 1895 | + 'path' => '{project}/setUsageExportBucket', |
|
| 1896 | + 'httpMethod' => 'POST', |
|
| 1897 | + 'parameters' => array( |
|
| 1898 | + 'project' => array( |
|
| 1899 | + 'location' => 'path', |
|
| 1900 | + 'type' => 'string', |
|
| 1901 | + 'required' => true, |
|
| 1902 | + ), |
|
| 1903 | + ), |
|
| 1904 | + ), |
|
| 1905 | + ) |
|
| 1906 | + ) |
|
| 1907 | + ); |
|
| 1908 | + $this->regionOperations = new Google_Service_Compute_RegionOperations_Resource( |
|
| 1909 | + $this, |
|
| 1910 | + $this->serviceName, |
|
| 1911 | + 'regionOperations', |
|
| 1912 | + array( |
|
| 1913 | + 'methods' => array( |
|
| 1914 | + 'delete' => array( |
|
| 1915 | + 'path' => '{project}/regions/{region}/operations/{operation}', |
|
| 1916 | + 'httpMethod' => 'DELETE', |
|
| 1917 | + 'parameters' => array( |
|
| 1918 | + 'project' => array( |
|
| 1919 | + 'location' => 'path', |
|
| 1920 | + 'type' => 'string', |
|
| 1921 | + 'required' => true, |
|
| 1922 | + ), |
|
| 1923 | + 'region' => array( |
|
| 1924 | + 'location' => 'path', |
|
| 1925 | + 'type' => 'string', |
|
| 1926 | + 'required' => true, |
|
| 1927 | + ), |
|
| 1928 | + 'operation' => array( |
|
| 1929 | + 'location' => 'path', |
|
| 1930 | + 'type' => 'string', |
|
| 1931 | + 'required' => true, |
|
| 1932 | + ), |
|
| 1933 | + ), |
|
| 1934 | + ),'get' => array( |
|
| 1935 | + 'path' => '{project}/regions/{region}/operations/{operation}', |
|
| 1936 | + 'httpMethod' => 'GET', |
|
| 1937 | + 'parameters' => array( |
|
| 1938 | + 'project' => array( |
|
| 1939 | + 'location' => 'path', |
|
| 1940 | + 'type' => 'string', |
|
| 1941 | + 'required' => true, |
|
| 1942 | + ), |
|
| 1943 | + 'region' => array( |
|
| 1944 | + 'location' => 'path', |
|
| 1945 | + 'type' => 'string', |
|
| 1946 | + 'required' => true, |
|
| 1947 | + ), |
|
| 1948 | + 'operation' => array( |
|
| 1949 | + 'location' => 'path', |
|
| 1950 | + 'type' => 'string', |
|
| 1951 | + 'required' => true, |
|
| 1952 | + ), |
|
| 1953 | + ), |
|
| 1954 | + ),'list' => array( |
|
| 1955 | + 'path' => '{project}/regions/{region}/operations', |
|
| 1956 | + 'httpMethod' => 'GET', |
|
| 1957 | + 'parameters' => array( |
|
| 1958 | + 'project' => array( |
|
| 1959 | + 'location' => 'path', |
|
| 1960 | + 'type' => 'string', |
|
| 1961 | + 'required' => true, |
|
| 1962 | + ), |
|
| 1963 | + 'region' => array( |
|
| 1964 | + 'location' => 'path', |
|
| 1965 | + 'type' => 'string', |
|
| 1966 | + 'required' => true, |
|
| 1967 | + ), |
|
| 1968 | + 'filter' => array( |
|
| 1969 | + 'location' => 'query', |
|
| 1970 | + 'type' => 'string', |
|
| 1971 | + ), |
|
| 1972 | + 'pageToken' => array( |
|
| 1973 | + 'location' => 'query', |
|
| 1974 | + 'type' => 'string', |
|
| 1975 | + ), |
|
| 1976 | + 'maxResults' => array( |
|
| 1977 | + 'location' => 'query', |
|
| 1978 | + 'type' => 'integer', |
|
| 1979 | + ), |
|
| 1980 | + ), |
|
| 1981 | + ), |
|
| 1982 | + ) |
|
| 1983 | + ) |
|
| 1984 | + ); |
|
| 1985 | + $this->regions = new Google_Service_Compute_Regions_Resource( |
|
| 1986 | + $this, |
|
| 1987 | + $this->serviceName, |
|
| 1988 | + 'regions', |
|
| 1989 | + array( |
|
| 1990 | + 'methods' => array( |
|
| 1991 | + 'get' => array( |
|
| 1992 | + 'path' => '{project}/regions/{region}', |
|
| 1993 | + 'httpMethod' => 'GET', |
|
| 1994 | + 'parameters' => array( |
|
| 1995 | + 'project' => array( |
|
| 1996 | + 'location' => 'path', |
|
| 1997 | + 'type' => 'string', |
|
| 1998 | + 'required' => true, |
|
| 1999 | + ), |
|
| 2000 | + 'region' => array( |
|
| 2001 | + 'location' => 'path', |
|
| 2002 | + 'type' => 'string', |
|
| 2003 | + 'required' => true, |
|
| 2004 | + ), |
|
| 2005 | + ), |
|
| 2006 | + ),'list' => array( |
|
| 2007 | + 'path' => '{project}/regions', |
|
| 2008 | + 'httpMethod' => 'GET', |
|
| 2009 | + 'parameters' => array( |
|
| 2010 | + 'project' => array( |
|
| 2011 | + 'location' => 'path', |
|
| 2012 | + 'type' => 'string', |
|
| 2013 | + 'required' => true, |
|
| 2014 | + ), |
|
| 2015 | + 'filter' => array( |
|
| 2016 | + 'location' => 'query', |
|
| 2017 | + 'type' => 'string', |
|
| 2018 | + ), |
|
| 2019 | + 'pageToken' => array( |
|
| 2020 | + 'location' => 'query', |
|
| 2021 | + 'type' => 'string', |
|
| 2022 | + ), |
|
| 2023 | + 'maxResults' => array( |
|
| 2024 | + 'location' => 'query', |
|
| 2025 | + 'type' => 'integer', |
|
| 2026 | + ), |
|
| 2027 | + ), |
|
| 2028 | + ), |
|
| 2029 | + ) |
|
| 2030 | + ) |
|
| 2031 | + ); |
|
| 2032 | + $this->routes = new Google_Service_Compute_Routes_Resource( |
|
| 2033 | + $this, |
|
| 2034 | + $this->serviceName, |
|
| 2035 | + 'routes', |
|
| 2036 | + array( |
|
| 2037 | + 'methods' => array( |
|
| 2038 | + 'delete' => array( |
|
| 2039 | + 'path' => '{project}/global/routes/{route}', |
|
| 2040 | + 'httpMethod' => 'DELETE', |
|
| 2041 | + 'parameters' => array( |
|
| 2042 | + 'project' => array( |
|
| 2043 | + 'location' => 'path', |
|
| 2044 | + 'type' => 'string', |
|
| 2045 | + 'required' => true, |
|
| 2046 | + ), |
|
| 2047 | + 'route' => array( |
|
| 2048 | + 'location' => 'path', |
|
| 2049 | + 'type' => 'string', |
|
| 2050 | + 'required' => true, |
|
| 2051 | + ), |
|
| 2052 | + ), |
|
| 2053 | + ),'get' => array( |
|
| 2054 | + 'path' => '{project}/global/routes/{route}', |
|
| 2055 | + 'httpMethod' => 'GET', |
|
| 2056 | + 'parameters' => array( |
|
| 2057 | + 'project' => array( |
|
| 2058 | + 'location' => 'path', |
|
| 2059 | + 'type' => 'string', |
|
| 2060 | + 'required' => true, |
|
| 2061 | + ), |
|
| 2062 | + 'route' => array( |
|
| 2063 | + 'location' => 'path', |
|
| 2064 | + 'type' => 'string', |
|
| 2065 | + 'required' => true, |
|
| 2066 | + ), |
|
| 2067 | + ), |
|
| 2068 | + ),'insert' => array( |
|
| 2069 | + 'path' => '{project}/global/routes', |
|
| 2070 | + 'httpMethod' => 'POST', |
|
| 2071 | + 'parameters' => array( |
|
| 2072 | + 'project' => array( |
|
| 2073 | + 'location' => 'path', |
|
| 2074 | + 'type' => 'string', |
|
| 2075 | + 'required' => true, |
|
| 2076 | + ), |
|
| 2077 | + ), |
|
| 2078 | + ),'list' => array( |
|
| 2079 | + 'path' => '{project}/global/routes', |
|
| 2080 | + 'httpMethod' => 'GET', |
|
| 2081 | + 'parameters' => array( |
|
| 2082 | + 'project' => array( |
|
| 2083 | + 'location' => 'path', |
|
| 2084 | + 'type' => 'string', |
|
| 2085 | + 'required' => true, |
|
| 2086 | + ), |
|
| 2087 | + 'filter' => array( |
|
| 2088 | + 'location' => 'query', |
|
| 2089 | + 'type' => 'string', |
|
| 2090 | + ), |
|
| 2091 | + 'pageToken' => array( |
|
| 2092 | + 'location' => 'query', |
|
| 2093 | + 'type' => 'string', |
|
| 2094 | + ), |
|
| 2095 | + 'maxResults' => array( |
|
| 2096 | + 'location' => 'query', |
|
| 2097 | + 'type' => 'integer', |
|
| 2098 | + ), |
|
| 2099 | + ), |
|
| 2100 | + ), |
|
| 2101 | + ) |
|
| 2102 | + ) |
|
| 2103 | + ); |
|
| 2104 | + $this->snapshots = new Google_Service_Compute_Snapshots_Resource( |
|
| 2105 | + $this, |
|
| 2106 | + $this->serviceName, |
|
| 2107 | + 'snapshots', |
|
| 2108 | + array( |
|
| 2109 | + 'methods' => array( |
|
| 2110 | + 'delete' => array( |
|
| 2111 | + 'path' => '{project}/global/snapshots/{snapshot}', |
|
| 2112 | + 'httpMethod' => 'DELETE', |
|
| 2113 | + 'parameters' => array( |
|
| 2114 | + 'project' => array( |
|
| 2115 | + 'location' => 'path', |
|
| 2116 | + 'type' => 'string', |
|
| 2117 | + 'required' => true, |
|
| 2118 | + ), |
|
| 2119 | + 'snapshot' => array( |
|
| 2120 | + 'location' => 'path', |
|
| 2121 | + 'type' => 'string', |
|
| 2122 | + 'required' => true, |
|
| 2123 | + ), |
|
| 2124 | + ), |
|
| 2125 | + ),'get' => array( |
|
| 2126 | + 'path' => '{project}/global/snapshots/{snapshot}', |
|
| 2127 | + 'httpMethod' => 'GET', |
|
| 2128 | + 'parameters' => array( |
|
| 2129 | + 'project' => array( |
|
| 2130 | + 'location' => 'path', |
|
| 2131 | + 'type' => 'string', |
|
| 2132 | + 'required' => true, |
|
| 2133 | + ), |
|
| 2134 | + 'snapshot' => array( |
|
| 2135 | + 'location' => 'path', |
|
| 2136 | + 'type' => 'string', |
|
| 2137 | + 'required' => true, |
|
| 2138 | + ), |
|
| 2139 | + ), |
|
| 2140 | + ),'list' => array( |
|
| 2141 | + 'path' => '{project}/global/snapshots', |
|
| 2142 | + 'httpMethod' => 'GET', |
|
| 2143 | + 'parameters' => array( |
|
| 2144 | + 'project' => array( |
|
| 2145 | + 'location' => 'path', |
|
| 2146 | + 'type' => 'string', |
|
| 2147 | + 'required' => true, |
|
| 2148 | + ), |
|
| 2149 | + 'filter' => array( |
|
| 2150 | + 'location' => 'query', |
|
| 2151 | + 'type' => 'string', |
|
| 2152 | + ), |
|
| 2153 | + 'pageToken' => array( |
|
| 2154 | + 'location' => 'query', |
|
| 2155 | + 'type' => 'string', |
|
| 2156 | + ), |
|
| 2157 | + 'maxResults' => array( |
|
| 2158 | + 'location' => 'query', |
|
| 2159 | + 'type' => 'integer', |
|
| 2160 | + ), |
|
| 2161 | + ), |
|
| 2162 | + ), |
|
| 2163 | + ) |
|
| 2164 | + ) |
|
| 2165 | + ); |
|
| 2166 | + $this->targetHttpProxies = new Google_Service_Compute_TargetHttpProxies_Resource( |
|
| 2167 | + $this, |
|
| 2168 | + $this->serviceName, |
|
| 2169 | + 'targetHttpProxies', |
|
| 2170 | + array( |
|
| 2171 | + 'methods' => array( |
|
| 2172 | + 'delete' => array( |
|
| 2173 | + 'path' => '{project}/global/targetHttpProxies/{targetHttpProxy}', |
|
| 2174 | + 'httpMethod' => 'DELETE', |
|
| 2175 | + 'parameters' => array( |
|
| 2176 | + 'project' => array( |
|
| 2177 | + 'location' => 'path', |
|
| 2178 | + 'type' => 'string', |
|
| 2179 | + 'required' => true, |
|
| 2180 | + ), |
|
| 2181 | + 'targetHttpProxy' => array( |
|
| 2182 | + 'location' => 'path', |
|
| 2183 | + 'type' => 'string', |
|
| 2184 | + 'required' => true, |
|
| 2185 | + ), |
|
| 2186 | + ), |
|
| 2187 | + ),'get' => array( |
|
| 2188 | + 'path' => '{project}/global/targetHttpProxies/{targetHttpProxy}', |
|
| 2189 | + 'httpMethod' => 'GET', |
|
| 2190 | + 'parameters' => array( |
|
| 2191 | + 'project' => array( |
|
| 2192 | + 'location' => 'path', |
|
| 2193 | + 'type' => 'string', |
|
| 2194 | + 'required' => true, |
|
| 2195 | + ), |
|
| 2196 | + 'targetHttpProxy' => array( |
|
| 2197 | + 'location' => 'path', |
|
| 2198 | + 'type' => 'string', |
|
| 2199 | + 'required' => true, |
|
| 2200 | + ), |
|
| 2201 | + ), |
|
| 2202 | + ),'insert' => array( |
|
| 2203 | + 'path' => '{project}/global/targetHttpProxies', |
|
| 2204 | + 'httpMethod' => 'POST', |
|
| 2205 | + 'parameters' => array( |
|
| 2206 | + 'project' => array( |
|
| 2207 | + 'location' => 'path', |
|
| 2208 | + 'type' => 'string', |
|
| 2209 | + 'required' => true, |
|
| 2210 | + ), |
|
| 2211 | + ), |
|
| 2212 | + ),'list' => array( |
|
| 2213 | + 'path' => '{project}/global/targetHttpProxies', |
|
| 2214 | + 'httpMethod' => 'GET', |
|
| 2215 | + 'parameters' => array( |
|
| 2216 | + 'project' => array( |
|
| 2217 | + 'location' => 'path', |
|
| 2218 | + 'type' => 'string', |
|
| 2219 | + 'required' => true, |
|
| 2220 | + ), |
|
| 2221 | + 'filter' => array( |
|
| 2222 | + 'location' => 'query', |
|
| 2223 | + 'type' => 'string', |
|
| 2224 | + ), |
|
| 2225 | + 'pageToken' => array( |
|
| 2226 | + 'location' => 'query', |
|
| 2227 | + 'type' => 'string', |
|
| 2228 | + ), |
|
| 2229 | + 'maxResults' => array( |
|
| 2230 | + 'location' => 'query', |
|
| 2231 | + 'type' => 'integer', |
|
| 2232 | + ), |
|
| 2233 | + ), |
|
| 2234 | + ),'setUrlMap' => array( |
|
| 2235 | + 'path' => '{project}/targetHttpProxies/{targetHttpProxy}/setUrlMap', |
|
| 2236 | + 'httpMethod' => 'POST', |
|
| 2237 | + 'parameters' => array( |
|
| 2238 | + 'project' => array( |
|
| 2239 | + 'location' => 'path', |
|
| 2240 | + 'type' => 'string', |
|
| 2241 | + 'required' => true, |
|
| 2242 | + ), |
|
| 2243 | + 'targetHttpProxy' => array( |
|
| 2244 | + 'location' => 'path', |
|
| 2245 | + 'type' => 'string', |
|
| 2246 | + 'required' => true, |
|
| 2247 | + ), |
|
| 2248 | + ), |
|
| 2249 | + ), |
|
| 2250 | + ) |
|
| 2251 | + ) |
|
| 2252 | + ); |
|
| 2253 | + $this->targetInstances = new Google_Service_Compute_TargetInstances_Resource( |
|
| 2254 | + $this, |
|
| 2255 | + $this->serviceName, |
|
| 2256 | + 'targetInstances', |
|
| 2257 | + array( |
|
| 2258 | + 'methods' => array( |
|
| 2259 | + 'aggregatedList' => array( |
|
| 2260 | + 'path' => '{project}/aggregated/targetInstances', |
|
| 2261 | + 'httpMethod' => 'GET', |
|
| 2262 | + 'parameters' => array( |
|
| 2263 | + 'project' => array( |
|
| 2264 | + 'location' => 'path', |
|
| 2265 | + 'type' => 'string', |
|
| 2266 | + 'required' => true, |
|
| 2267 | + ), |
|
| 2268 | + 'filter' => array( |
|
| 2269 | + 'location' => 'query', |
|
| 2270 | + 'type' => 'string', |
|
| 2271 | + ), |
|
| 2272 | + 'pageToken' => array( |
|
| 2273 | + 'location' => 'query', |
|
| 2274 | + 'type' => 'string', |
|
| 2275 | + ), |
|
| 2276 | + 'maxResults' => array( |
|
| 2277 | + 'location' => 'query', |
|
| 2278 | + 'type' => 'integer', |
|
| 2279 | + ), |
|
| 2280 | + ), |
|
| 2281 | + ),'delete' => array( |
|
| 2282 | + 'path' => '{project}/zones/{zone}/targetInstances/{targetInstance}', |
|
| 2283 | + 'httpMethod' => 'DELETE', |
|
| 2284 | + 'parameters' => array( |
|
| 2285 | + 'project' => array( |
|
| 2286 | + 'location' => 'path', |
|
| 2287 | + 'type' => 'string', |
|
| 2288 | + 'required' => true, |
|
| 2289 | + ), |
|
| 2290 | + 'zone' => array( |
|
| 2291 | + 'location' => 'path', |
|
| 2292 | + 'type' => 'string', |
|
| 2293 | + 'required' => true, |
|
| 2294 | + ), |
|
| 2295 | + 'targetInstance' => array( |
|
| 2296 | + 'location' => 'path', |
|
| 2297 | + 'type' => 'string', |
|
| 2298 | + 'required' => true, |
|
| 2299 | + ), |
|
| 2300 | + ), |
|
| 2301 | + ),'get' => array( |
|
| 2302 | + 'path' => '{project}/zones/{zone}/targetInstances/{targetInstance}', |
|
| 2303 | + 'httpMethod' => 'GET', |
|
| 2304 | + 'parameters' => array( |
|
| 2305 | + 'project' => array( |
|
| 2306 | + 'location' => 'path', |
|
| 2307 | + 'type' => 'string', |
|
| 2308 | + 'required' => true, |
|
| 2309 | + ), |
|
| 2310 | + 'zone' => array( |
|
| 2311 | + 'location' => 'path', |
|
| 2312 | + 'type' => 'string', |
|
| 2313 | + 'required' => true, |
|
| 2314 | + ), |
|
| 2315 | + 'targetInstance' => array( |
|
| 2316 | + 'location' => 'path', |
|
| 2317 | + 'type' => 'string', |
|
| 2318 | + 'required' => true, |
|
| 2319 | + ), |
|
| 2320 | + ), |
|
| 2321 | + ),'insert' => array( |
|
| 2322 | + 'path' => '{project}/zones/{zone}/targetInstances', |
|
| 2323 | + 'httpMethod' => 'POST', |
|
| 2324 | + 'parameters' => array( |
|
| 2325 | + 'project' => array( |
|
| 2326 | + 'location' => 'path', |
|
| 2327 | + 'type' => 'string', |
|
| 2328 | + 'required' => true, |
|
| 2329 | + ), |
|
| 2330 | + 'zone' => array( |
|
| 2331 | + 'location' => 'path', |
|
| 2332 | + 'type' => 'string', |
|
| 2333 | + 'required' => true, |
|
| 2334 | + ), |
|
| 2335 | + ), |
|
| 2336 | + ),'list' => array( |
|
| 2337 | + 'path' => '{project}/zones/{zone}/targetInstances', |
|
| 2338 | + 'httpMethod' => 'GET', |
|
| 2339 | + 'parameters' => array( |
|
| 2340 | + 'project' => array( |
|
| 2341 | + 'location' => 'path', |
|
| 2342 | + 'type' => 'string', |
|
| 2343 | + 'required' => true, |
|
| 2344 | + ), |
|
| 2345 | + 'zone' => array( |
|
| 2346 | + 'location' => 'path', |
|
| 2347 | + 'type' => 'string', |
|
| 2348 | + 'required' => true, |
|
| 2349 | + ), |
|
| 2350 | + 'filter' => array( |
|
| 2351 | + 'location' => 'query', |
|
| 2352 | + 'type' => 'string', |
|
| 2353 | + ), |
|
| 2354 | + 'pageToken' => array( |
|
| 2355 | + 'location' => 'query', |
|
| 2356 | + 'type' => 'string', |
|
| 2357 | + ), |
|
| 2358 | + 'maxResults' => array( |
|
| 2359 | + 'location' => 'query', |
|
| 2360 | + 'type' => 'integer', |
|
| 2361 | + ), |
|
| 2362 | + ), |
|
| 2363 | + ), |
|
| 2364 | + ) |
|
| 2365 | + ) |
|
| 2366 | + ); |
|
| 2367 | + $this->targetPools = new Google_Service_Compute_TargetPools_Resource( |
|
| 2368 | + $this, |
|
| 2369 | + $this->serviceName, |
|
| 2370 | + 'targetPools', |
|
| 2371 | + array( |
|
| 2372 | + 'methods' => array( |
|
| 2373 | + 'addHealthCheck' => array( |
|
| 2374 | + 'path' => '{project}/regions/{region}/targetPools/{targetPool}/addHealthCheck', |
|
| 2375 | + 'httpMethod' => 'POST', |
|
| 2376 | + 'parameters' => array( |
|
| 2377 | + 'project' => array( |
|
| 2378 | + 'location' => 'path', |
|
| 2379 | + 'type' => 'string', |
|
| 2380 | + 'required' => true, |
|
| 2381 | + ), |
|
| 2382 | + 'region' => array( |
|
| 2383 | + 'location' => 'path', |
|
| 2384 | + 'type' => 'string', |
|
| 2385 | + 'required' => true, |
|
| 2386 | + ), |
|
| 2387 | + 'targetPool' => array( |
|
| 2388 | + 'location' => 'path', |
|
| 2389 | + 'type' => 'string', |
|
| 2390 | + 'required' => true, |
|
| 2391 | + ), |
|
| 2392 | + ), |
|
| 2393 | + ),'addInstance' => array( |
|
| 2394 | + 'path' => '{project}/regions/{region}/targetPools/{targetPool}/addInstance', |
|
| 2395 | + 'httpMethod' => 'POST', |
|
| 2396 | + 'parameters' => array( |
|
| 2397 | + 'project' => array( |
|
| 2398 | + 'location' => 'path', |
|
| 2399 | + 'type' => 'string', |
|
| 2400 | + 'required' => true, |
|
| 2401 | + ), |
|
| 2402 | + 'region' => array( |
|
| 2403 | + 'location' => 'path', |
|
| 2404 | + 'type' => 'string', |
|
| 2405 | + 'required' => true, |
|
| 2406 | + ), |
|
| 2407 | + 'targetPool' => array( |
|
| 2408 | + 'location' => 'path', |
|
| 2409 | + 'type' => 'string', |
|
| 2410 | + 'required' => true, |
|
| 2411 | + ), |
|
| 2412 | + ), |
|
| 2413 | + ),'aggregatedList' => array( |
|
| 2414 | + 'path' => '{project}/aggregated/targetPools', |
|
| 2415 | + 'httpMethod' => 'GET', |
|
| 2416 | + 'parameters' => array( |
|
| 2417 | + 'project' => array( |
|
| 2418 | + 'location' => 'path', |
|
| 2419 | + 'type' => 'string', |
|
| 2420 | + 'required' => true, |
|
| 2421 | + ), |
|
| 2422 | + 'filter' => array( |
|
| 2423 | + 'location' => 'query', |
|
| 2424 | + 'type' => 'string', |
|
| 2425 | + ), |
|
| 2426 | + 'pageToken' => array( |
|
| 2427 | + 'location' => 'query', |
|
| 2428 | + 'type' => 'string', |
|
| 2429 | + ), |
|
| 2430 | + 'maxResults' => array( |
|
| 2431 | + 'location' => 'query', |
|
| 2432 | + 'type' => 'integer', |
|
| 2433 | + ), |
|
| 2434 | + ), |
|
| 2435 | + ),'delete' => array( |
|
| 2436 | + 'path' => '{project}/regions/{region}/targetPools/{targetPool}', |
|
| 2437 | + 'httpMethod' => 'DELETE', |
|
| 2438 | + 'parameters' => array( |
|
| 2439 | + 'project' => array( |
|
| 2440 | + 'location' => 'path', |
|
| 2441 | + 'type' => 'string', |
|
| 2442 | + 'required' => true, |
|
| 2443 | + ), |
|
| 2444 | + 'region' => array( |
|
| 2445 | + 'location' => 'path', |
|
| 2446 | + 'type' => 'string', |
|
| 2447 | + 'required' => true, |
|
| 2448 | + ), |
|
| 2449 | + 'targetPool' => array( |
|
| 2450 | + 'location' => 'path', |
|
| 2451 | + 'type' => 'string', |
|
| 2452 | + 'required' => true, |
|
| 2453 | + ), |
|
| 2454 | + ), |
|
| 2455 | + ),'get' => array( |
|
| 2456 | + 'path' => '{project}/regions/{region}/targetPools/{targetPool}', |
|
| 2457 | + 'httpMethod' => 'GET', |
|
| 2458 | + 'parameters' => array( |
|
| 2459 | + 'project' => array( |
|
| 2460 | + 'location' => 'path', |
|
| 2461 | + 'type' => 'string', |
|
| 2462 | + 'required' => true, |
|
| 2463 | + ), |
|
| 2464 | + 'region' => array( |
|
| 2465 | + 'location' => 'path', |
|
| 2466 | + 'type' => 'string', |
|
| 2467 | + 'required' => true, |
|
| 2468 | + ), |
|
| 2469 | + 'targetPool' => array( |
|
| 2470 | + 'location' => 'path', |
|
| 2471 | + 'type' => 'string', |
|
| 2472 | + 'required' => true, |
|
| 2473 | + ), |
|
| 2474 | + ), |
|
| 2475 | + ),'getHealth' => array( |
|
| 2476 | + 'path' => '{project}/regions/{region}/targetPools/{targetPool}/getHealth', |
|
| 2477 | + 'httpMethod' => 'POST', |
|
| 2478 | + 'parameters' => array( |
|
| 2479 | + 'project' => array( |
|
| 2480 | + 'location' => 'path', |
|
| 2481 | + 'type' => 'string', |
|
| 2482 | + 'required' => true, |
|
| 2483 | + ), |
|
| 2484 | + 'region' => array( |
|
| 2485 | + 'location' => 'path', |
|
| 2486 | + 'type' => 'string', |
|
| 2487 | + 'required' => true, |
|
| 2488 | + ), |
|
| 2489 | + 'targetPool' => array( |
|
| 2490 | + 'location' => 'path', |
|
| 2491 | + 'type' => 'string', |
|
| 2492 | + 'required' => true, |
|
| 2493 | + ), |
|
| 2494 | + ), |
|
| 2495 | + ),'insert' => array( |
|
| 2496 | + 'path' => '{project}/regions/{region}/targetPools', |
|
| 2497 | + 'httpMethod' => 'POST', |
|
| 2498 | + 'parameters' => array( |
|
| 2499 | + 'project' => array( |
|
| 2500 | + 'location' => 'path', |
|
| 2501 | + 'type' => 'string', |
|
| 2502 | + 'required' => true, |
|
| 2503 | + ), |
|
| 2504 | + 'region' => array( |
|
| 2505 | + 'location' => 'path', |
|
| 2506 | + 'type' => 'string', |
|
| 2507 | + 'required' => true, |
|
| 2508 | + ), |
|
| 2509 | + ), |
|
| 2510 | + ),'list' => array( |
|
| 2511 | + 'path' => '{project}/regions/{region}/targetPools', |
|
| 2512 | + 'httpMethod' => 'GET', |
|
| 2513 | + 'parameters' => array( |
|
| 2514 | + 'project' => array( |
|
| 2515 | + 'location' => 'path', |
|
| 2516 | + 'type' => 'string', |
|
| 2517 | + 'required' => true, |
|
| 2518 | + ), |
|
| 2519 | + 'region' => array( |
|
| 2520 | + 'location' => 'path', |
|
| 2521 | + 'type' => 'string', |
|
| 2522 | + 'required' => true, |
|
| 2523 | + ), |
|
| 2524 | + 'filter' => array( |
|
| 2525 | + 'location' => 'query', |
|
| 2526 | + 'type' => 'string', |
|
| 2527 | + ), |
|
| 2528 | + 'pageToken' => array( |
|
| 2529 | + 'location' => 'query', |
|
| 2530 | + 'type' => 'string', |
|
| 2531 | + ), |
|
| 2532 | + 'maxResults' => array( |
|
| 2533 | + 'location' => 'query', |
|
| 2534 | + 'type' => 'integer', |
|
| 2535 | + ), |
|
| 2536 | + ), |
|
| 2537 | + ),'removeHealthCheck' => array( |
|
| 2538 | + 'path' => '{project}/regions/{region}/targetPools/{targetPool}/removeHealthCheck', |
|
| 2539 | + 'httpMethod' => 'POST', |
|
| 2540 | + 'parameters' => array( |
|
| 2541 | + 'project' => array( |
|
| 2542 | + 'location' => 'path', |
|
| 2543 | + 'type' => 'string', |
|
| 2544 | + 'required' => true, |
|
| 2545 | + ), |
|
| 2546 | + 'region' => array( |
|
| 2547 | + 'location' => 'path', |
|
| 2548 | + 'type' => 'string', |
|
| 2549 | + 'required' => true, |
|
| 2550 | + ), |
|
| 2551 | + 'targetPool' => array( |
|
| 2552 | + 'location' => 'path', |
|
| 2553 | + 'type' => 'string', |
|
| 2554 | + 'required' => true, |
|
| 2555 | + ), |
|
| 2556 | + ), |
|
| 2557 | + ),'removeInstance' => array( |
|
| 2558 | + 'path' => '{project}/regions/{region}/targetPools/{targetPool}/removeInstance', |
|
| 2559 | + 'httpMethod' => 'POST', |
|
| 2560 | + 'parameters' => array( |
|
| 2561 | + 'project' => array( |
|
| 2562 | + 'location' => 'path', |
|
| 2563 | + 'type' => 'string', |
|
| 2564 | + 'required' => true, |
|
| 2565 | + ), |
|
| 2566 | + 'region' => array( |
|
| 2567 | + 'location' => 'path', |
|
| 2568 | + 'type' => 'string', |
|
| 2569 | + 'required' => true, |
|
| 2570 | + ), |
|
| 2571 | + 'targetPool' => array( |
|
| 2572 | + 'location' => 'path', |
|
| 2573 | + 'type' => 'string', |
|
| 2574 | + 'required' => true, |
|
| 2575 | + ), |
|
| 2576 | + ), |
|
| 2577 | + ),'setBackup' => array( |
|
| 2578 | + 'path' => '{project}/regions/{region}/targetPools/{targetPool}/setBackup', |
|
| 2579 | + 'httpMethod' => 'POST', |
|
| 2580 | + 'parameters' => array( |
|
| 2581 | + 'project' => array( |
|
| 2582 | + 'location' => 'path', |
|
| 2583 | + 'type' => 'string', |
|
| 2584 | + 'required' => true, |
|
| 2585 | + ), |
|
| 2586 | + 'region' => array( |
|
| 2587 | + 'location' => 'path', |
|
| 2588 | + 'type' => 'string', |
|
| 2589 | + 'required' => true, |
|
| 2590 | + ), |
|
| 2591 | + 'targetPool' => array( |
|
| 2592 | + 'location' => 'path', |
|
| 2593 | + 'type' => 'string', |
|
| 2594 | + 'required' => true, |
|
| 2595 | + ), |
|
| 2596 | + 'failoverRatio' => array( |
|
| 2597 | + 'location' => 'query', |
|
| 2598 | + 'type' => 'number', |
|
| 2599 | + ), |
|
| 2600 | + ), |
|
| 2601 | + ), |
|
| 2602 | + ) |
|
| 2603 | + ) |
|
| 2604 | + ); |
|
| 2605 | + $this->targetVpnGateways = new Google_Service_Compute_TargetVpnGateways_Resource( |
|
| 2606 | + $this, |
|
| 2607 | + $this->serviceName, |
|
| 2608 | + 'targetVpnGateways', |
|
| 2609 | + array( |
|
| 2610 | + 'methods' => array( |
|
| 2611 | + 'aggregatedList' => array( |
|
| 2612 | + 'path' => '{project}/aggregated/targetVpnGateways', |
|
| 2613 | + 'httpMethod' => 'GET', |
|
| 2614 | + 'parameters' => array( |
|
| 2615 | + 'project' => array( |
|
| 2616 | + 'location' => 'path', |
|
| 2617 | + 'type' => 'string', |
|
| 2618 | + 'required' => true, |
|
| 2619 | + ), |
|
| 2620 | + 'filter' => array( |
|
| 2621 | + 'location' => 'query', |
|
| 2622 | + 'type' => 'string', |
|
| 2623 | + ), |
|
| 2624 | + 'pageToken' => array( |
|
| 2625 | + 'location' => 'query', |
|
| 2626 | + 'type' => 'string', |
|
| 2627 | + ), |
|
| 2628 | + 'maxResults' => array( |
|
| 2629 | + 'location' => 'query', |
|
| 2630 | + 'type' => 'integer', |
|
| 2631 | + ), |
|
| 2632 | + ), |
|
| 2633 | + ),'delete' => array( |
|
| 2634 | + 'path' => '{project}/regions/{region}/targetVpnGateways/{targetVpnGateway}', |
|
| 2635 | + 'httpMethod' => 'DELETE', |
|
| 2636 | + 'parameters' => array( |
|
| 2637 | + 'project' => array( |
|
| 2638 | + 'location' => 'path', |
|
| 2639 | + 'type' => 'string', |
|
| 2640 | + 'required' => true, |
|
| 2641 | + ), |
|
| 2642 | + 'region' => array( |
|
| 2643 | + 'location' => 'path', |
|
| 2644 | + 'type' => 'string', |
|
| 2645 | + 'required' => true, |
|
| 2646 | + ), |
|
| 2647 | + 'targetVpnGateway' => array( |
|
| 2648 | + 'location' => 'path', |
|
| 2649 | + 'type' => 'string', |
|
| 2650 | + 'required' => true, |
|
| 2651 | + ), |
|
| 2652 | + ), |
|
| 2653 | + ),'get' => array( |
|
| 2654 | + 'path' => '{project}/regions/{region}/targetVpnGateways/{targetVpnGateway}', |
|
| 2655 | + 'httpMethod' => 'GET', |
|
| 2656 | + 'parameters' => array( |
|
| 2657 | + 'project' => array( |
|
| 2658 | + 'location' => 'path', |
|
| 2659 | + 'type' => 'string', |
|
| 2660 | + 'required' => true, |
|
| 2661 | + ), |
|
| 2662 | + 'region' => array( |
|
| 2663 | + 'location' => 'path', |
|
| 2664 | + 'type' => 'string', |
|
| 2665 | + 'required' => true, |
|
| 2666 | + ), |
|
| 2667 | + 'targetVpnGateway' => array( |
|
| 2668 | + 'location' => 'path', |
|
| 2669 | + 'type' => 'string', |
|
| 2670 | + 'required' => true, |
|
| 2671 | + ), |
|
| 2672 | + ), |
|
| 2673 | + ),'insert' => array( |
|
| 2674 | + 'path' => '{project}/regions/{region}/targetVpnGateways', |
|
| 2675 | + 'httpMethod' => 'POST', |
|
| 2676 | + 'parameters' => array( |
|
| 2677 | + 'project' => array( |
|
| 2678 | + 'location' => 'path', |
|
| 2679 | + 'type' => 'string', |
|
| 2680 | + 'required' => true, |
|
| 2681 | + ), |
|
| 2682 | + 'region' => array( |
|
| 2683 | + 'location' => 'path', |
|
| 2684 | + 'type' => 'string', |
|
| 2685 | + 'required' => true, |
|
| 2686 | + ), |
|
| 2687 | + ), |
|
| 2688 | + ),'list' => array( |
|
| 2689 | + 'path' => '{project}/regions/{region}/targetVpnGateways', |
|
| 2690 | + 'httpMethod' => 'GET', |
|
| 2691 | + 'parameters' => array( |
|
| 2692 | + 'project' => array( |
|
| 2693 | + 'location' => 'path', |
|
| 2694 | + 'type' => 'string', |
|
| 2695 | + 'required' => true, |
|
| 2696 | + ), |
|
| 2697 | + 'region' => array( |
|
| 2698 | + 'location' => 'path', |
|
| 2699 | + 'type' => 'string', |
|
| 2700 | + 'required' => true, |
|
| 2701 | + ), |
|
| 2702 | + 'filter' => array( |
|
| 2703 | + 'location' => 'query', |
|
| 2704 | + 'type' => 'string', |
|
| 2705 | + ), |
|
| 2706 | + 'pageToken' => array( |
|
| 2707 | + 'location' => 'query', |
|
| 2708 | + 'type' => 'string', |
|
| 2709 | + ), |
|
| 2710 | + 'maxResults' => array( |
|
| 2711 | + 'location' => 'query', |
|
| 2712 | + 'type' => 'integer', |
|
| 2713 | + ), |
|
| 2714 | + ), |
|
| 2715 | + ), |
|
| 2716 | + ) |
|
| 2717 | + ) |
|
| 2718 | + ); |
|
| 2719 | + $this->urlMaps = new Google_Service_Compute_UrlMaps_Resource( |
|
| 2720 | + $this, |
|
| 2721 | + $this->serviceName, |
|
| 2722 | + 'urlMaps', |
|
| 2723 | + array( |
|
| 2724 | + 'methods' => array( |
|
| 2725 | + 'delete' => array( |
|
| 2726 | + 'path' => '{project}/global/urlMaps/{urlMap}', |
|
| 2727 | + 'httpMethod' => 'DELETE', |
|
| 2728 | + 'parameters' => array( |
|
| 2729 | + 'project' => array( |
|
| 2730 | + 'location' => 'path', |
|
| 2731 | + 'type' => 'string', |
|
| 2732 | + 'required' => true, |
|
| 2733 | + ), |
|
| 2734 | + 'urlMap' => array( |
|
| 2735 | + 'location' => 'path', |
|
| 2736 | + 'type' => 'string', |
|
| 2737 | + 'required' => true, |
|
| 2738 | + ), |
|
| 2739 | + ), |
|
| 2740 | + ),'get' => array( |
|
| 2741 | + 'path' => '{project}/global/urlMaps/{urlMap}', |
|
| 2742 | + 'httpMethod' => 'GET', |
|
| 2743 | + 'parameters' => array( |
|
| 2744 | + 'project' => array( |
|
| 2745 | + 'location' => 'path', |
|
| 2746 | + 'type' => 'string', |
|
| 2747 | + 'required' => true, |
|
| 2748 | + ), |
|
| 2749 | + 'urlMap' => array( |
|
| 2750 | + 'location' => 'path', |
|
| 2751 | + 'type' => 'string', |
|
| 2752 | + 'required' => true, |
|
| 2753 | + ), |
|
| 2754 | + ), |
|
| 2755 | + ),'insert' => array( |
|
| 2756 | + 'path' => '{project}/global/urlMaps', |
|
| 2757 | + 'httpMethod' => 'POST', |
|
| 2758 | + 'parameters' => array( |
|
| 2759 | + 'project' => array( |
|
| 2760 | + 'location' => 'path', |
|
| 2761 | + 'type' => 'string', |
|
| 2762 | + 'required' => true, |
|
| 2763 | + ), |
|
| 2764 | + ), |
|
| 2765 | + ),'list' => array( |
|
| 2766 | + 'path' => '{project}/global/urlMaps', |
|
| 2767 | + 'httpMethod' => 'GET', |
|
| 2768 | + 'parameters' => array( |
|
| 2769 | + 'project' => array( |
|
| 2770 | + 'location' => 'path', |
|
| 2771 | + 'type' => 'string', |
|
| 2772 | + 'required' => true, |
|
| 2773 | + ), |
|
| 2774 | + 'filter' => array( |
|
| 2775 | + 'location' => 'query', |
|
| 2776 | + 'type' => 'string', |
|
| 2777 | + ), |
|
| 2778 | + 'pageToken' => array( |
|
| 2779 | + 'location' => 'query', |
|
| 2780 | + 'type' => 'string', |
|
| 2781 | + ), |
|
| 2782 | + 'maxResults' => array( |
|
| 2783 | + 'location' => 'query', |
|
| 2784 | + 'type' => 'integer', |
|
| 2785 | + ), |
|
| 2786 | + ), |
|
| 2787 | + ),'patch' => array( |
|
| 2788 | + 'path' => '{project}/global/urlMaps/{urlMap}', |
|
| 2789 | + 'httpMethod' => 'PATCH', |
|
| 2790 | + 'parameters' => array( |
|
| 2791 | + 'project' => array( |
|
| 2792 | + 'location' => 'path', |
|
| 2793 | + 'type' => 'string', |
|
| 2794 | + 'required' => true, |
|
| 2795 | + ), |
|
| 2796 | + 'urlMap' => array( |
|
| 2797 | + 'location' => 'path', |
|
| 2798 | + 'type' => 'string', |
|
| 2799 | + 'required' => true, |
|
| 2800 | + ), |
|
| 2801 | + ), |
|
| 2802 | + ),'update' => array( |
|
| 2803 | + 'path' => '{project}/global/urlMaps/{urlMap}', |
|
| 2804 | + 'httpMethod' => 'PUT', |
|
| 2805 | + 'parameters' => array( |
|
| 2806 | + 'project' => array( |
|
| 2807 | + 'location' => 'path', |
|
| 2808 | + 'type' => 'string', |
|
| 2809 | + 'required' => true, |
|
| 2810 | + ), |
|
| 2811 | + 'urlMap' => array( |
|
| 2812 | + 'location' => 'path', |
|
| 2813 | + 'type' => 'string', |
|
| 2814 | + 'required' => true, |
|
| 2815 | + ), |
|
| 2816 | + ), |
|
| 2817 | + ),'validate' => array( |
|
| 2818 | + 'path' => '{project}/global/urlMaps/{urlMap}/validate', |
|
| 2819 | + 'httpMethod' => 'POST', |
|
| 2820 | + 'parameters' => array( |
|
| 2821 | + 'project' => array( |
|
| 2822 | + 'location' => 'path', |
|
| 2823 | + 'type' => 'string', |
|
| 2824 | + 'required' => true, |
|
| 2825 | + ), |
|
| 2826 | + 'urlMap' => array( |
|
| 2827 | + 'location' => 'path', |
|
| 2828 | + 'type' => 'string', |
|
| 2829 | + 'required' => true, |
|
| 2830 | + ), |
|
| 2831 | + ), |
|
| 2832 | + ), |
|
| 2833 | + ) |
|
| 2834 | + ) |
|
| 2835 | + ); |
|
| 2836 | + $this->vpnTunnels = new Google_Service_Compute_VpnTunnels_Resource( |
|
| 2837 | + $this, |
|
| 2838 | + $this->serviceName, |
|
| 2839 | + 'vpnTunnels', |
|
| 2840 | + array( |
|
| 2841 | + 'methods' => array( |
|
| 2842 | + 'aggregatedList' => array( |
|
| 2843 | + 'path' => '{project}/aggregated/vpnTunnels', |
|
| 2844 | + 'httpMethod' => 'GET', |
|
| 2845 | + 'parameters' => array( |
|
| 2846 | + 'project' => array( |
|
| 2847 | + 'location' => 'path', |
|
| 2848 | + 'type' => 'string', |
|
| 2849 | + 'required' => true, |
|
| 2850 | + ), |
|
| 2851 | + 'filter' => array( |
|
| 2852 | + 'location' => 'query', |
|
| 2853 | + 'type' => 'string', |
|
| 2854 | + ), |
|
| 2855 | + 'pageToken' => array( |
|
| 2856 | + 'location' => 'query', |
|
| 2857 | + 'type' => 'string', |
|
| 2858 | + ), |
|
| 2859 | + 'maxResults' => array( |
|
| 2860 | + 'location' => 'query', |
|
| 2861 | + 'type' => 'integer', |
|
| 2862 | + ), |
|
| 2863 | + ), |
|
| 2864 | + ),'delete' => array( |
|
| 2865 | + 'path' => '{project}/regions/{region}/vpnTunnels/{vpnTunnel}', |
|
| 2866 | + 'httpMethod' => 'DELETE', |
|
| 2867 | + 'parameters' => array( |
|
| 2868 | + 'project' => array( |
|
| 2869 | + 'location' => 'path', |
|
| 2870 | + 'type' => 'string', |
|
| 2871 | + 'required' => true, |
|
| 2872 | + ), |
|
| 2873 | + 'region' => array( |
|
| 2874 | + 'location' => 'path', |
|
| 2875 | + 'type' => 'string', |
|
| 2876 | + 'required' => true, |
|
| 2877 | + ), |
|
| 2878 | + 'vpnTunnel' => array( |
|
| 2879 | + 'location' => 'path', |
|
| 2880 | + 'type' => 'string', |
|
| 2881 | + 'required' => true, |
|
| 2882 | + ), |
|
| 2883 | + ), |
|
| 2884 | + ),'get' => array( |
|
| 2885 | + 'path' => '{project}/regions/{region}/vpnTunnels/{vpnTunnel}', |
|
| 2886 | + 'httpMethod' => 'GET', |
|
| 2887 | + 'parameters' => array( |
|
| 2888 | + 'project' => array( |
|
| 2889 | + 'location' => 'path', |
|
| 2890 | + 'type' => 'string', |
|
| 2891 | + 'required' => true, |
|
| 2892 | + ), |
|
| 2893 | + 'region' => array( |
|
| 2894 | + 'location' => 'path', |
|
| 2895 | + 'type' => 'string', |
|
| 2896 | + 'required' => true, |
|
| 2897 | + ), |
|
| 2898 | + 'vpnTunnel' => array( |
|
| 2899 | + 'location' => 'path', |
|
| 2900 | + 'type' => 'string', |
|
| 2901 | + 'required' => true, |
|
| 2902 | + ), |
|
| 2903 | + ), |
|
| 2904 | + ),'insert' => array( |
|
| 2905 | + 'path' => '{project}/regions/{region}/vpnTunnels', |
|
| 2906 | + 'httpMethod' => 'POST', |
|
| 2907 | + 'parameters' => array( |
|
| 2908 | + 'project' => array( |
|
| 2909 | + 'location' => 'path', |
|
| 2910 | + 'type' => 'string', |
|
| 2911 | + 'required' => true, |
|
| 2912 | + ), |
|
| 2913 | + 'region' => array( |
|
| 2914 | + 'location' => 'path', |
|
| 2915 | + 'type' => 'string', |
|
| 2916 | + 'required' => true, |
|
| 2917 | + ), |
|
| 2918 | + ), |
|
| 2919 | + ),'list' => array( |
|
| 2920 | + 'path' => '{project}/regions/{region}/vpnTunnels', |
|
| 2921 | + 'httpMethod' => 'GET', |
|
| 2922 | + 'parameters' => array( |
|
| 2923 | + 'project' => array( |
|
| 2924 | + 'location' => 'path', |
|
| 2925 | + 'type' => 'string', |
|
| 2926 | + 'required' => true, |
|
| 2927 | + ), |
|
| 2928 | + 'region' => array( |
|
| 2929 | + 'location' => 'path', |
|
| 2930 | + 'type' => 'string', |
|
| 2931 | + 'required' => true, |
|
| 2932 | + ), |
|
| 2933 | + 'filter' => array( |
|
| 2934 | + 'location' => 'query', |
|
| 2935 | + 'type' => 'string', |
|
| 2936 | + ), |
|
| 2937 | + 'pageToken' => array( |
|
| 2938 | + 'location' => 'query', |
|
| 2939 | + 'type' => 'string', |
|
| 2940 | + ), |
|
| 2941 | + 'maxResults' => array( |
|
| 2942 | + 'location' => 'query', |
|
| 2943 | + 'type' => 'integer', |
|
| 2944 | + ), |
|
| 2945 | + ), |
|
| 2946 | + ), |
|
| 2947 | + ) |
|
| 2948 | + ) |
|
| 2949 | + ); |
|
| 2950 | + $this->zoneOperations = new Google_Service_Compute_ZoneOperations_Resource( |
|
| 2951 | + $this, |
|
| 2952 | + $this->serviceName, |
|
| 2953 | + 'zoneOperations', |
|
| 2954 | + array( |
|
| 2955 | + 'methods' => array( |
|
| 2956 | + 'delete' => array( |
|
| 2957 | + 'path' => '{project}/zones/{zone}/operations/{operation}', |
|
| 2958 | + 'httpMethod' => 'DELETE', |
|
| 2959 | + 'parameters' => array( |
|
| 2960 | + 'project' => array( |
|
| 2961 | + 'location' => 'path', |
|
| 2962 | + 'type' => 'string', |
|
| 2963 | + 'required' => true, |
|
| 2964 | + ), |
|
| 2965 | + 'zone' => array( |
|
| 2966 | + 'location' => 'path', |
|
| 2967 | + 'type' => 'string', |
|
| 2968 | + 'required' => true, |
|
| 2969 | + ), |
|
| 2970 | + 'operation' => array( |
|
| 2971 | + 'location' => 'path', |
|
| 2972 | + 'type' => 'string', |
|
| 2973 | + 'required' => true, |
|
| 2974 | + ), |
|
| 2975 | + ), |
|
| 2976 | + ),'get' => array( |
|
| 2977 | + 'path' => '{project}/zones/{zone}/operations/{operation}', |
|
| 2978 | + 'httpMethod' => 'GET', |
|
| 2979 | + 'parameters' => array( |
|
| 2980 | + 'project' => array( |
|
| 2981 | + 'location' => 'path', |
|
| 2982 | + 'type' => 'string', |
|
| 2983 | + 'required' => true, |
|
| 2984 | + ), |
|
| 2985 | + 'zone' => array( |
|
| 2986 | + 'location' => 'path', |
|
| 2987 | + 'type' => 'string', |
|
| 2988 | + 'required' => true, |
|
| 2989 | + ), |
|
| 2990 | + 'operation' => array( |
|
| 2991 | + 'location' => 'path', |
|
| 2992 | + 'type' => 'string', |
|
| 2993 | + 'required' => true, |
|
| 2994 | + ), |
|
| 2995 | + ), |
|
| 2996 | + ),'list' => array( |
|
| 2997 | + 'path' => '{project}/zones/{zone}/operations', |
|
| 2998 | + 'httpMethod' => 'GET', |
|
| 2999 | + 'parameters' => array( |
|
| 3000 | + 'project' => array( |
|
| 3001 | + 'location' => 'path', |
|
| 3002 | + 'type' => 'string', |
|
| 3003 | + 'required' => true, |
|
| 3004 | + ), |
|
| 3005 | + 'zone' => array( |
|
| 3006 | + 'location' => 'path', |
|
| 3007 | + 'type' => 'string', |
|
| 3008 | + 'required' => true, |
|
| 3009 | + ), |
|
| 3010 | + 'filter' => array( |
|
| 3011 | + 'location' => 'query', |
|
| 3012 | + 'type' => 'string', |
|
| 3013 | + ), |
|
| 3014 | + 'pageToken' => array( |
|
| 3015 | + 'location' => 'query', |
|
| 3016 | + 'type' => 'string', |
|
| 3017 | + ), |
|
| 3018 | + 'maxResults' => array( |
|
| 3019 | + 'location' => 'query', |
|
| 3020 | + 'type' => 'integer', |
|
| 3021 | + ), |
|
| 3022 | + ), |
|
| 3023 | + ), |
|
| 3024 | + ) |
|
| 3025 | + ) |
|
| 3026 | + ); |
|
| 3027 | + $this->zones = new Google_Service_Compute_Zones_Resource( |
|
| 3028 | + $this, |
|
| 3029 | + $this->serviceName, |
|
| 3030 | + 'zones', |
|
| 3031 | + array( |
|
| 3032 | + 'methods' => array( |
|
| 3033 | + 'get' => array( |
|
| 3034 | + 'path' => '{project}/zones/{zone}', |
|
| 3035 | + 'httpMethod' => 'GET', |
|
| 3036 | + 'parameters' => array( |
|
| 3037 | + 'project' => array( |
|
| 3038 | + 'location' => 'path', |
|
| 3039 | + 'type' => 'string', |
|
| 3040 | + 'required' => true, |
|
| 3041 | + ), |
|
| 3042 | + 'zone' => array( |
|
| 3043 | + 'location' => 'path', |
|
| 3044 | + 'type' => 'string', |
|
| 3045 | + 'required' => true, |
|
| 3046 | + ), |
|
| 3047 | + ), |
|
| 3048 | + ),'list' => array( |
|
| 3049 | + 'path' => '{project}/zones', |
|
| 3050 | + 'httpMethod' => 'GET', |
|
| 3051 | + 'parameters' => array( |
|
| 3052 | + 'project' => array( |
|
| 3053 | + 'location' => 'path', |
|
| 3054 | + 'type' => 'string', |
|
| 3055 | + 'required' => true, |
|
| 3056 | + ), |
|
| 3057 | + 'filter' => array( |
|
| 3058 | + 'location' => 'query', |
|
| 3059 | + 'type' => 'string', |
|
| 3060 | + ), |
|
| 3061 | + 'pageToken' => array( |
|
| 3062 | + 'location' => 'query', |
|
| 3063 | + 'type' => 'string', |
|
| 3064 | + ), |
|
| 3065 | + 'maxResults' => array( |
|
| 3066 | + 'location' => 'query', |
|
| 3067 | + 'type' => 'integer', |
|
| 3068 | + ), |
|
| 3069 | + ), |
|
| 3070 | + ), |
|
| 3071 | + ) |
|
| 3072 | + ) |
|
| 3073 | + ); |
|
| 3074 | 3074 | } |
| 3075 | 3075 | } |
| 3076 | 3076 | |
@@ -3100,9 +3100,9 @@ discard block |
||
| 3100 | 3100 | */ |
| 3101 | 3101 | public function aggregatedList($project, $optParams = array()) |
| 3102 | 3102 | { |
| 3103 | - $params = array('project' => $project); |
|
| 3104 | - $params = array_merge($params, $optParams); |
|
| 3105 | - return $this->call('aggregatedList', array($params), "Google_Service_Compute_AddressAggregatedList"); |
|
| 3103 | + $params = array('project' => $project); |
|
| 3104 | + $params = array_merge($params, $optParams); |
|
| 3105 | + return $this->call('aggregatedList', array($params), "Google_Service_Compute_AddressAggregatedList"); |
|
| 3106 | 3106 | } |
| 3107 | 3107 | |
| 3108 | 3108 | /** |
@@ -3116,9 +3116,9 @@ discard block |
||
| 3116 | 3116 | */ |
| 3117 | 3117 | public function delete($project, $region, $address, $optParams = array()) |
| 3118 | 3118 | { |
| 3119 | - $params = array('project' => $project, 'region' => $region, 'address' => $address); |
|
| 3120 | - $params = array_merge($params, $optParams); |
|
| 3121 | - return $this->call('delete', array($params), "Google_Service_Compute_Operation"); |
|
| 3119 | + $params = array('project' => $project, 'region' => $region, 'address' => $address); |
|
| 3120 | + $params = array_merge($params, $optParams); |
|
| 3121 | + return $this->call('delete', array($params), "Google_Service_Compute_Operation"); |
|
| 3122 | 3122 | } |
| 3123 | 3123 | |
| 3124 | 3124 | /** |
@@ -3132,9 +3132,9 @@ discard block |
||
| 3132 | 3132 | */ |
| 3133 | 3133 | public function get($project, $region, $address, $optParams = array()) |
| 3134 | 3134 | { |
| 3135 | - $params = array('project' => $project, 'region' => $region, 'address' => $address); |
|
| 3136 | - $params = array_merge($params, $optParams); |
|
| 3137 | - return $this->call('get', array($params), "Google_Service_Compute_Address"); |
|
| 3135 | + $params = array('project' => $project, 'region' => $region, 'address' => $address); |
|
| 3136 | + $params = array_merge($params, $optParams); |
|
| 3137 | + return $this->call('get', array($params), "Google_Service_Compute_Address"); |
|
| 3138 | 3138 | } |
| 3139 | 3139 | |
| 3140 | 3140 | /** |
@@ -3149,9 +3149,9 @@ discard block |
||
| 3149 | 3149 | */ |
| 3150 | 3150 | public function insert($project, $region, Google_Service_Compute_Address $postBody, $optParams = array()) |
| 3151 | 3151 | { |
| 3152 | - $params = array('project' => $project, 'region' => $region, 'postBody' => $postBody); |
|
| 3153 | - $params = array_merge($params, $optParams); |
|
| 3154 | - return $this->call('insert', array($params), "Google_Service_Compute_Operation"); |
|
| 3152 | + $params = array('project' => $project, 'region' => $region, 'postBody' => $postBody); |
|
| 3153 | + $params = array_merge($params, $optParams); |
|
| 3154 | + return $this->call('insert', array($params), "Google_Service_Compute_Operation"); |
|
| 3155 | 3155 | } |
| 3156 | 3156 | |
| 3157 | 3157 | /** |
@@ -3170,9 +3170,9 @@ discard block |
||
| 3170 | 3170 | */ |
| 3171 | 3171 | public function listAddresses($project, $region, $optParams = array()) |
| 3172 | 3172 | { |
| 3173 | - $params = array('project' => $project, 'region' => $region); |
|
| 3174 | - $params = array_merge($params, $optParams); |
|
| 3175 | - return $this->call('list', array($params), "Google_Service_Compute_AddressList"); |
|
| 3173 | + $params = array('project' => $project, 'region' => $region); |
|
| 3174 | + $params = array_merge($params, $optParams); |
|
| 3175 | + return $this->call('list', array($params), "Google_Service_Compute_AddressList"); |
|
| 3176 | 3176 | } |
| 3177 | 3177 | } |
| 3178 | 3178 | |
@@ -3197,9 +3197,9 @@ discard block |
||
| 3197 | 3197 | */ |
| 3198 | 3198 | public function delete($project, $backendService, $optParams = array()) |
| 3199 | 3199 | { |
| 3200 | - $params = array('project' => $project, 'backendService' => $backendService); |
|
| 3201 | - $params = array_merge($params, $optParams); |
|
| 3202 | - return $this->call('delete', array($params), "Google_Service_Compute_Operation"); |
|
| 3200 | + $params = array('project' => $project, 'backendService' => $backendService); |
|
| 3201 | + $params = array_merge($params, $optParams); |
|
| 3202 | + return $this->call('delete', array($params), "Google_Service_Compute_Operation"); |
|
| 3203 | 3203 | } |
| 3204 | 3204 | |
| 3205 | 3205 | /** |
@@ -3212,9 +3212,9 @@ discard block |
||
| 3212 | 3212 | */ |
| 3213 | 3213 | public function get($project, $backendService, $optParams = array()) |
| 3214 | 3214 | { |
| 3215 | - $params = array('project' => $project, 'backendService' => $backendService); |
|
| 3216 | - $params = array_merge($params, $optParams); |
|
| 3217 | - return $this->call('get', array($params), "Google_Service_Compute_BackendService"); |
|
| 3215 | + $params = array('project' => $project, 'backendService' => $backendService); |
|
| 3216 | + $params = array_merge($params, $optParams); |
|
| 3217 | + return $this->call('get', array($params), "Google_Service_Compute_BackendService"); |
|
| 3218 | 3218 | } |
| 3219 | 3219 | |
| 3220 | 3220 | /** |
@@ -3230,9 +3230,9 @@ discard block |
||
| 3230 | 3230 | */ |
| 3231 | 3231 | public function getHealth($project, $backendService, Google_Service_Compute_ResourceGroupReference $postBody, $optParams = array()) |
| 3232 | 3232 | { |
| 3233 | - $params = array('project' => $project, 'backendService' => $backendService, 'postBody' => $postBody); |
|
| 3234 | - $params = array_merge($params, $optParams); |
|
| 3235 | - return $this->call('getHealth', array($params), "Google_Service_Compute_BackendServiceGroupHealth"); |
|
| 3233 | + $params = array('project' => $project, 'backendService' => $backendService, 'postBody' => $postBody); |
|
| 3234 | + $params = array_merge($params, $optParams); |
|
| 3235 | + return $this->call('getHealth', array($params), "Google_Service_Compute_BackendServiceGroupHealth"); |
|
| 3236 | 3236 | } |
| 3237 | 3237 | |
| 3238 | 3238 | /** |
@@ -3246,9 +3246,9 @@ discard block |
||
| 3246 | 3246 | */ |
| 3247 | 3247 | public function insert($project, Google_Service_Compute_BackendService $postBody, $optParams = array()) |
| 3248 | 3248 | { |
| 3249 | - $params = array('project' => $project, 'postBody' => $postBody); |
|
| 3250 | - $params = array_merge($params, $optParams); |
|
| 3251 | - return $this->call('insert', array($params), "Google_Service_Compute_Operation"); |
|
| 3249 | + $params = array('project' => $project, 'postBody' => $postBody); |
|
| 3250 | + $params = array_merge($params, $optParams); |
|
| 3251 | + return $this->call('insert', array($params), "Google_Service_Compute_Operation"); |
|
| 3252 | 3252 | } |
| 3253 | 3253 | |
| 3254 | 3254 | /** |
@@ -3266,9 +3266,9 @@ discard block |
||
| 3266 | 3266 | */ |
| 3267 | 3267 | public function listBackendServices($project, $optParams = array()) |
| 3268 | 3268 | { |
| 3269 | - $params = array('project' => $project); |
|
| 3270 | - $params = array_merge($params, $optParams); |
|
| 3271 | - return $this->call('list', array($params), "Google_Service_Compute_BackendServiceList"); |
|
| 3269 | + $params = array('project' => $project); |
|
| 3270 | + $params = array_merge($params, $optParams); |
|
| 3271 | + return $this->call('list', array($params), "Google_Service_Compute_BackendServiceList"); |
|
| 3272 | 3272 | } |
| 3273 | 3273 | |
| 3274 | 3274 | /** |
@@ -3283,9 +3283,9 @@ discard block |
||
| 3283 | 3283 | */ |
| 3284 | 3284 | public function patch($project, $backendService, Google_Service_Compute_BackendService $postBody, $optParams = array()) |
| 3285 | 3285 | { |
| 3286 | - $params = array('project' => $project, 'backendService' => $backendService, 'postBody' => $postBody); |
|
| 3287 | - $params = array_merge($params, $optParams); |
|
| 3288 | - return $this->call('patch', array($params), "Google_Service_Compute_Operation"); |
|
| 3286 | + $params = array('project' => $project, 'backendService' => $backendService, 'postBody' => $postBody); |
|
| 3287 | + $params = array_merge($params, $optParams); |
|
| 3288 | + return $this->call('patch', array($params), "Google_Service_Compute_Operation"); |
|
| 3289 | 3289 | } |
| 3290 | 3290 | |
| 3291 | 3291 | /** |
@@ -3300,9 +3300,9 @@ discard block |
||
| 3300 | 3300 | */ |
| 3301 | 3301 | public function update($project, $backendService, Google_Service_Compute_BackendService $postBody, $optParams = array()) |
| 3302 | 3302 | { |
| 3303 | - $params = array('project' => $project, 'backendService' => $backendService, 'postBody' => $postBody); |
|
| 3304 | - $params = array_merge($params, $optParams); |
|
| 3305 | - return $this->call('update', array($params), "Google_Service_Compute_Operation"); |
|
| 3303 | + $params = array('project' => $project, 'backendService' => $backendService, 'postBody' => $postBody); |
|
| 3304 | + $params = array_merge($params, $optParams); |
|
| 3305 | + return $this->call('update', array($params), "Google_Service_Compute_Operation"); |
|
| 3306 | 3306 | } |
| 3307 | 3307 | } |
| 3308 | 3308 | |
@@ -3332,9 +3332,9 @@ discard block |
||
| 3332 | 3332 | */ |
| 3333 | 3333 | public function aggregatedList($project, $optParams = array()) |
| 3334 | 3334 | { |
| 3335 | - $params = array('project' => $project); |
|
| 3336 | - $params = array_merge($params, $optParams); |
|
| 3337 | - return $this->call('aggregatedList', array($params), "Google_Service_Compute_DiskTypeAggregatedList"); |
|
| 3335 | + $params = array('project' => $project); |
|
| 3336 | + $params = array_merge($params, $optParams); |
|
| 3337 | + return $this->call('aggregatedList', array($params), "Google_Service_Compute_DiskTypeAggregatedList"); |
|
| 3338 | 3338 | } |
| 3339 | 3339 | |
| 3340 | 3340 | /** |
@@ -3348,9 +3348,9 @@ discard block |
||
| 3348 | 3348 | */ |
| 3349 | 3349 | public function get($project, $zone, $diskType, $optParams = array()) |
| 3350 | 3350 | { |
| 3351 | - $params = array('project' => $project, 'zone' => $zone, 'diskType' => $diskType); |
|
| 3352 | - $params = array_merge($params, $optParams); |
|
| 3353 | - return $this->call('get', array($params), "Google_Service_Compute_DiskType"); |
|
| 3351 | + $params = array('project' => $project, 'zone' => $zone, 'diskType' => $diskType); |
|
| 3352 | + $params = array_merge($params, $optParams); |
|
| 3353 | + return $this->call('get', array($params), "Google_Service_Compute_DiskType"); |
|
| 3354 | 3354 | } |
| 3355 | 3355 | |
| 3356 | 3356 | /** |
@@ -3369,9 +3369,9 @@ discard block |
||
| 3369 | 3369 | */ |
| 3370 | 3370 | public function listDiskTypes($project, $zone, $optParams = array()) |
| 3371 | 3371 | { |
| 3372 | - $params = array('project' => $project, 'zone' => $zone); |
|
| 3373 | - $params = array_merge($params, $optParams); |
|
| 3374 | - return $this->call('list', array($params), "Google_Service_Compute_DiskTypeList"); |
|
| 3372 | + $params = array('project' => $project, 'zone' => $zone); |
|
| 3373 | + $params = array_merge($params, $optParams); |
|
| 3374 | + return $this->call('list', array($params), "Google_Service_Compute_DiskTypeList"); |
|
| 3375 | 3375 | } |
| 3376 | 3376 | } |
| 3377 | 3377 | |
@@ -3400,9 +3400,9 @@ discard block |
||
| 3400 | 3400 | */ |
| 3401 | 3401 | public function aggregatedList($project, $optParams = array()) |
| 3402 | 3402 | { |
| 3403 | - $params = array('project' => $project); |
|
| 3404 | - $params = array_merge($params, $optParams); |
|
| 3405 | - return $this->call('aggregatedList', array($params), "Google_Service_Compute_DiskAggregatedList"); |
|
| 3403 | + $params = array('project' => $project); |
|
| 3404 | + $params = array_merge($params, $optParams); |
|
| 3405 | + return $this->call('aggregatedList', array($params), "Google_Service_Compute_DiskAggregatedList"); |
|
| 3406 | 3406 | } |
| 3407 | 3407 | |
| 3408 | 3408 | /** |
@@ -3417,9 +3417,9 @@ discard block |
||
| 3417 | 3417 | */ |
| 3418 | 3418 | public function createSnapshot($project, $zone, $disk, Google_Service_Compute_Snapshot $postBody, $optParams = array()) |
| 3419 | 3419 | { |
| 3420 | - $params = array('project' => $project, 'zone' => $zone, 'disk' => $disk, 'postBody' => $postBody); |
|
| 3421 | - $params = array_merge($params, $optParams); |
|
| 3422 | - return $this->call('createSnapshot', array($params), "Google_Service_Compute_Operation"); |
|
| 3420 | + $params = array('project' => $project, 'zone' => $zone, 'disk' => $disk, 'postBody' => $postBody); |
|
| 3421 | + $params = array_merge($params, $optParams); |
|
| 3422 | + return $this->call('createSnapshot', array($params), "Google_Service_Compute_Operation"); |
|
| 3423 | 3423 | } |
| 3424 | 3424 | |
| 3425 | 3425 | /** |
@@ -3433,9 +3433,9 @@ discard block |
||
| 3433 | 3433 | */ |
| 3434 | 3434 | public function delete($project, $zone, $disk, $optParams = array()) |
| 3435 | 3435 | { |
| 3436 | - $params = array('project' => $project, 'zone' => $zone, 'disk' => $disk); |
|
| 3437 | - $params = array_merge($params, $optParams); |
|
| 3438 | - return $this->call('delete', array($params), "Google_Service_Compute_Operation"); |
|
| 3436 | + $params = array('project' => $project, 'zone' => $zone, 'disk' => $disk); |
|
| 3437 | + $params = array_merge($params, $optParams); |
|
| 3438 | + return $this->call('delete', array($params), "Google_Service_Compute_Operation"); |
|
| 3439 | 3439 | } |
| 3440 | 3440 | |
| 3441 | 3441 | /** |
@@ -3449,9 +3449,9 @@ discard block |
||
| 3449 | 3449 | */ |
| 3450 | 3450 | public function get($project, $zone, $disk, $optParams = array()) |
| 3451 | 3451 | { |
| 3452 | - $params = array('project' => $project, 'zone' => $zone, 'disk' => $disk); |
|
| 3453 | - $params = array_merge($params, $optParams); |
|
| 3454 | - return $this->call('get', array($params), "Google_Service_Compute_Disk"); |
|
| 3452 | + $params = array('project' => $project, 'zone' => $zone, 'disk' => $disk); |
|
| 3453 | + $params = array_merge($params, $optParams); |
|
| 3454 | + return $this->call('get', array($params), "Google_Service_Compute_Disk"); |
|
| 3455 | 3455 | } |
| 3456 | 3456 | |
| 3457 | 3457 | /** |
@@ -3468,9 +3468,9 @@ discard block |
||
| 3468 | 3468 | */ |
| 3469 | 3469 | public function insert($project, $zone, Google_Service_Compute_Disk $postBody, $optParams = array()) |
| 3470 | 3470 | { |
| 3471 | - $params = array('project' => $project, 'zone' => $zone, 'postBody' => $postBody); |
|
| 3472 | - $params = array_merge($params, $optParams); |
|
| 3473 | - return $this->call('insert', array($params), "Google_Service_Compute_Operation"); |
|
| 3471 | + $params = array('project' => $project, 'zone' => $zone, 'postBody' => $postBody); |
|
| 3472 | + $params = array_merge($params, $optParams); |
|
| 3473 | + return $this->call('insert', array($params), "Google_Service_Compute_Operation"); |
|
| 3474 | 3474 | } |
| 3475 | 3475 | |
| 3476 | 3476 | /** |
@@ -3489,9 +3489,9 @@ discard block |
||
| 3489 | 3489 | */ |
| 3490 | 3490 | public function listDisks($project, $zone, $optParams = array()) |
| 3491 | 3491 | { |
| 3492 | - $params = array('project' => $project, 'zone' => $zone); |
|
| 3493 | - $params = array_merge($params, $optParams); |
|
| 3494 | - return $this->call('list', array($params), "Google_Service_Compute_DiskList"); |
|
| 3492 | + $params = array('project' => $project, 'zone' => $zone); |
|
| 3493 | + $params = array_merge($params, $optParams); |
|
| 3494 | + return $this->call('list', array($params), "Google_Service_Compute_DiskList"); |
|
| 3495 | 3495 | } |
| 3496 | 3496 | } |
| 3497 | 3497 | |
@@ -3516,9 +3516,9 @@ discard block |
||
| 3516 | 3516 | */ |
| 3517 | 3517 | public function delete($project, $firewall, $optParams = array()) |
| 3518 | 3518 | { |
| 3519 | - $params = array('project' => $project, 'firewall' => $firewall); |
|
| 3520 | - $params = array_merge($params, $optParams); |
|
| 3521 | - return $this->call('delete', array($params), "Google_Service_Compute_Operation"); |
|
| 3519 | + $params = array('project' => $project, 'firewall' => $firewall); |
|
| 3520 | + $params = array_merge($params, $optParams); |
|
| 3521 | + return $this->call('delete', array($params), "Google_Service_Compute_Operation"); |
|
| 3522 | 3522 | } |
| 3523 | 3523 | |
| 3524 | 3524 | /** |
@@ -3531,9 +3531,9 @@ discard block |
||
| 3531 | 3531 | */ |
| 3532 | 3532 | public function get($project, $firewall, $optParams = array()) |
| 3533 | 3533 | { |
| 3534 | - $params = array('project' => $project, 'firewall' => $firewall); |
|
| 3535 | - $params = array_merge($params, $optParams); |
|
| 3536 | - return $this->call('get', array($params), "Google_Service_Compute_Firewall"); |
|
| 3534 | + $params = array('project' => $project, 'firewall' => $firewall); |
|
| 3535 | + $params = array_merge($params, $optParams); |
|
| 3536 | + return $this->call('get', array($params), "Google_Service_Compute_Firewall"); |
|
| 3537 | 3537 | } |
| 3538 | 3538 | |
| 3539 | 3539 | /** |
@@ -3547,9 +3547,9 @@ discard block |
||
| 3547 | 3547 | */ |
| 3548 | 3548 | public function insert($project, Google_Service_Compute_Firewall $postBody, $optParams = array()) |
| 3549 | 3549 | { |
| 3550 | - $params = array('project' => $project, 'postBody' => $postBody); |
|
| 3551 | - $params = array_merge($params, $optParams); |
|
| 3552 | - return $this->call('insert', array($params), "Google_Service_Compute_Operation"); |
|
| 3550 | + $params = array('project' => $project, 'postBody' => $postBody); |
|
| 3551 | + $params = array_merge($params, $optParams); |
|
| 3552 | + return $this->call('insert', array($params), "Google_Service_Compute_Operation"); |
|
| 3553 | 3553 | } |
| 3554 | 3554 | |
| 3555 | 3555 | /** |
@@ -3567,9 +3567,9 @@ discard block |
||
| 3567 | 3567 | */ |
| 3568 | 3568 | public function listFirewalls($project, $optParams = array()) |
| 3569 | 3569 | { |
| 3570 | - $params = array('project' => $project); |
|
| 3571 | - $params = array_merge($params, $optParams); |
|
| 3572 | - return $this->call('list', array($params), "Google_Service_Compute_FirewallList"); |
|
| 3570 | + $params = array('project' => $project); |
|
| 3571 | + $params = array_merge($params, $optParams); |
|
| 3572 | + return $this->call('list', array($params), "Google_Service_Compute_FirewallList"); |
|
| 3573 | 3573 | } |
| 3574 | 3574 | |
| 3575 | 3575 | /** |
@@ -3584,9 +3584,9 @@ discard block |
||
| 3584 | 3584 | */ |
| 3585 | 3585 | public function patch($project, $firewall, Google_Service_Compute_Firewall $postBody, $optParams = array()) |
| 3586 | 3586 | { |
| 3587 | - $params = array('project' => $project, 'firewall' => $firewall, 'postBody' => $postBody); |
|
| 3588 | - $params = array_merge($params, $optParams); |
|
| 3589 | - return $this->call('patch', array($params), "Google_Service_Compute_Operation"); |
|
| 3587 | + $params = array('project' => $project, 'firewall' => $firewall, 'postBody' => $postBody); |
|
| 3588 | + $params = array_merge($params, $optParams); |
|
| 3589 | + return $this->call('patch', array($params), "Google_Service_Compute_Operation"); |
|
| 3590 | 3590 | } |
| 3591 | 3591 | |
| 3592 | 3592 | /** |
@@ -3601,9 +3601,9 @@ discard block |
||
| 3601 | 3601 | */ |
| 3602 | 3602 | public function update($project, $firewall, Google_Service_Compute_Firewall $postBody, $optParams = array()) |
| 3603 | 3603 | { |
| 3604 | - $params = array('project' => $project, 'firewall' => $firewall, 'postBody' => $postBody); |
|
| 3605 | - $params = array_merge($params, $optParams); |
|
| 3606 | - return $this->call('update', array($params), "Google_Service_Compute_Operation"); |
|
| 3604 | + $params = array('project' => $project, 'firewall' => $firewall, 'postBody' => $postBody); |
|
| 3605 | + $params = array_merge($params, $optParams); |
|
| 3606 | + return $this->call('update', array($params), "Google_Service_Compute_Operation"); |
|
| 3607 | 3607 | } |
| 3608 | 3608 | } |
| 3609 | 3609 | |
@@ -3633,9 +3633,9 @@ discard block |
||
| 3633 | 3633 | */ |
| 3634 | 3634 | public function aggregatedList($project, $optParams = array()) |
| 3635 | 3635 | { |
| 3636 | - $params = array('project' => $project); |
|
| 3637 | - $params = array_merge($params, $optParams); |
|
| 3638 | - return $this->call('aggregatedList', array($params), "Google_Service_Compute_ForwardingRuleAggregatedList"); |
|
| 3636 | + $params = array('project' => $project); |
|
| 3637 | + $params = array_merge($params, $optParams); |
|
| 3638 | + return $this->call('aggregatedList', array($params), "Google_Service_Compute_ForwardingRuleAggregatedList"); |
|
| 3639 | 3639 | } |
| 3640 | 3640 | |
| 3641 | 3641 | /** |
@@ -3649,9 +3649,9 @@ discard block |
||
| 3649 | 3649 | */ |
| 3650 | 3650 | public function delete($project, $region, $forwardingRule, $optParams = array()) |
| 3651 | 3651 | { |
| 3652 | - $params = array('project' => $project, 'region' => $region, 'forwardingRule' => $forwardingRule); |
|
| 3653 | - $params = array_merge($params, $optParams); |
|
| 3654 | - return $this->call('delete', array($params), "Google_Service_Compute_Operation"); |
|
| 3652 | + $params = array('project' => $project, 'region' => $region, 'forwardingRule' => $forwardingRule); |
|
| 3653 | + $params = array_merge($params, $optParams); |
|
| 3654 | + return $this->call('delete', array($params), "Google_Service_Compute_Operation"); |
|
| 3655 | 3655 | } |
| 3656 | 3656 | |
| 3657 | 3657 | /** |
@@ -3665,9 +3665,9 @@ discard block |
||
| 3665 | 3665 | */ |
| 3666 | 3666 | public function get($project, $region, $forwardingRule, $optParams = array()) |
| 3667 | 3667 | { |
| 3668 | - $params = array('project' => $project, 'region' => $region, 'forwardingRule' => $forwardingRule); |
|
| 3669 | - $params = array_merge($params, $optParams); |
|
| 3670 | - return $this->call('get', array($params), "Google_Service_Compute_ForwardingRule"); |
|
| 3668 | + $params = array('project' => $project, 'region' => $region, 'forwardingRule' => $forwardingRule); |
|
| 3669 | + $params = array_merge($params, $optParams); |
|
| 3670 | + return $this->call('get', array($params), "Google_Service_Compute_ForwardingRule"); |
|
| 3671 | 3671 | } |
| 3672 | 3672 | |
| 3673 | 3673 | /** |
@@ -3682,9 +3682,9 @@ discard block |
||
| 3682 | 3682 | */ |
| 3683 | 3683 | public function insert($project, $region, Google_Service_Compute_ForwardingRule $postBody, $optParams = array()) |
| 3684 | 3684 | { |
| 3685 | - $params = array('project' => $project, 'region' => $region, 'postBody' => $postBody); |
|
| 3686 | - $params = array_merge($params, $optParams); |
|
| 3687 | - return $this->call('insert', array($params), "Google_Service_Compute_Operation"); |
|
| 3685 | + $params = array('project' => $project, 'region' => $region, 'postBody' => $postBody); |
|
| 3686 | + $params = array_merge($params, $optParams); |
|
| 3687 | + return $this->call('insert', array($params), "Google_Service_Compute_Operation"); |
|
| 3688 | 3688 | } |
| 3689 | 3689 | |
| 3690 | 3690 | /** |
@@ -3703,9 +3703,9 @@ discard block |
||
| 3703 | 3703 | */ |
| 3704 | 3704 | public function listForwardingRules($project, $region, $optParams = array()) |
| 3705 | 3705 | { |
| 3706 | - $params = array('project' => $project, 'region' => $region); |
|
| 3707 | - $params = array_merge($params, $optParams); |
|
| 3708 | - return $this->call('list', array($params), "Google_Service_Compute_ForwardingRuleList"); |
|
| 3706 | + $params = array('project' => $project, 'region' => $region); |
|
| 3707 | + $params = array_merge($params, $optParams); |
|
| 3708 | + return $this->call('list', array($params), "Google_Service_Compute_ForwardingRuleList"); |
|
| 3709 | 3709 | } |
| 3710 | 3710 | |
| 3711 | 3711 | /** |
@@ -3721,9 +3721,9 @@ discard block |
||
| 3721 | 3721 | */ |
| 3722 | 3722 | public function setTarget($project, $region, $forwardingRule, Google_Service_Compute_TargetReference $postBody, $optParams = array()) |
| 3723 | 3723 | { |
| 3724 | - $params = array('project' => $project, 'region' => $region, 'forwardingRule' => $forwardingRule, 'postBody' => $postBody); |
|
| 3725 | - $params = array_merge($params, $optParams); |
|
| 3726 | - return $this->call('setTarget', array($params), "Google_Service_Compute_Operation"); |
|
| 3724 | + $params = array('project' => $project, 'region' => $region, 'forwardingRule' => $forwardingRule, 'postBody' => $postBody); |
|
| 3725 | + $params = array_merge($params, $optParams); |
|
| 3726 | + return $this->call('setTarget', array($params), "Google_Service_Compute_Operation"); |
|
| 3727 | 3727 | } |
| 3728 | 3728 | } |
| 3729 | 3729 | |
@@ -3748,9 +3748,9 @@ discard block |
||
| 3748 | 3748 | */ |
| 3749 | 3749 | public function delete($project, $address, $optParams = array()) |
| 3750 | 3750 | { |
| 3751 | - $params = array('project' => $project, 'address' => $address); |
|
| 3752 | - $params = array_merge($params, $optParams); |
|
| 3753 | - return $this->call('delete', array($params), "Google_Service_Compute_Operation"); |
|
| 3751 | + $params = array('project' => $project, 'address' => $address); |
|
| 3752 | + $params = array_merge($params, $optParams); |
|
| 3753 | + return $this->call('delete', array($params), "Google_Service_Compute_Operation"); |
|
| 3754 | 3754 | } |
| 3755 | 3755 | |
| 3756 | 3756 | /** |
@@ -3763,9 +3763,9 @@ discard block |
||
| 3763 | 3763 | */ |
| 3764 | 3764 | public function get($project, $address, $optParams = array()) |
| 3765 | 3765 | { |
| 3766 | - $params = array('project' => $project, 'address' => $address); |
|
| 3767 | - $params = array_merge($params, $optParams); |
|
| 3768 | - return $this->call('get', array($params), "Google_Service_Compute_Address"); |
|
| 3766 | + $params = array('project' => $project, 'address' => $address); |
|
| 3767 | + $params = array_merge($params, $optParams); |
|
| 3768 | + return $this->call('get', array($params), "Google_Service_Compute_Address"); |
|
| 3769 | 3769 | } |
| 3770 | 3770 | |
| 3771 | 3771 | /** |
@@ -3779,9 +3779,9 @@ discard block |
||
| 3779 | 3779 | */ |
| 3780 | 3780 | public function insert($project, Google_Service_Compute_Address $postBody, $optParams = array()) |
| 3781 | 3781 | { |
| 3782 | - $params = array('project' => $project, 'postBody' => $postBody); |
|
| 3783 | - $params = array_merge($params, $optParams); |
|
| 3784 | - return $this->call('insert', array($params), "Google_Service_Compute_Operation"); |
|
| 3782 | + $params = array('project' => $project, 'postBody' => $postBody); |
|
| 3783 | + $params = array_merge($params, $optParams); |
|
| 3784 | + return $this->call('insert', array($params), "Google_Service_Compute_Operation"); |
|
| 3785 | 3785 | } |
| 3786 | 3786 | |
| 3787 | 3787 | /** |
@@ -3799,9 +3799,9 @@ discard block |
||
| 3799 | 3799 | */ |
| 3800 | 3800 | public function listGlobalAddresses($project, $optParams = array()) |
| 3801 | 3801 | { |
| 3802 | - $params = array('project' => $project); |
|
| 3803 | - $params = array_merge($params, $optParams); |
|
| 3804 | - return $this->call('list', array($params), "Google_Service_Compute_AddressList"); |
|
| 3802 | + $params = array('project' => $project); |
|
| 3803 | + $params = array_merge($params, $optParams); |
|
| 3804 | + return $this->call('list', array($params), "Google_Service_Compute_AddressList"); |
|
| 3805 | 3805 | } |
| 3806 | 3806 | } |
| 3807 | 3807 | |
@@ -3826,9 +3826,9 @@ discard block |
||
| 3826 | 3826 | */ |
| 3827 | 3827 | public function delete($project, $forwardingRule, $optParams = array()) |
| 3828 | 3828 | { |
| 3829 | - $params = array('project' => $project, 'forwardingRule' => $forwardingRule); |
|
| 3830 | - $params = array_merge($params, $optParams); |
|
| 3831 | - return $this->call('delete', array($params), "Google_Service_Compute_Operation"); |
|
| 3829 | + $params = array('project' => $project, 'forwardingRule' => $forwardingRule); |
|
| 3830 | + $params = array_merge($params, $optParams); |
|
| 3831 | + return $this->call('delete', array($params), "Google_Service_Compute_Operation"); |
|
| 3832 | 3832 | } |
| 3833 | 3833 | |
| 3834 | 3834 | /** |
@@ -3841,9 +3841,9 @@ discard block |
||
| 3841 | 3841 | */ |
| 3842 | 3842 | public function get($project, $forwardingRule, $optParams = array()) |
| 3843 | 3843 | { |
| 3844 | - $params = array('project' => $project, 'forwardingRule' => $forwardingRule); |
|
| 3845 | - $params = array_merge($params, $optParams); |
|
| 3846 | - return $this->call('get', array($params), "Google_Service_Compute_ForwardingRule"); |
|
| 3844 | + $params = array('project' => $project, 'forwardingRule' => $forwardingRule); |
|
| 3845 | + $params = array_merge($params, $optParams); |
|
| 3846 | + return $this->call('get', array($params), "Google_Service_Compute_ForwardingRule"); |
|
| 3847 | 3847 | } |
| 3848 | 3848 | |
| 3849 | 3849 | /** |
@@ -3857,9 +3857,9 @@ discard block |
||
| 3857 | 3857 | */ |
| 3858 | 3858 | public function insert($project, Google_Service_Compute_ForwardingRule $postBody, $optParams = array()) |
| 3859 | 3859 | { |
| 3860 | - $params = array('project' => $project, 'postBody' => $postBody); |
|
| 3861 | - $params = array_merge($params, $optParams); |
|
| 3862 | - return $this->call('insert', array($params), "Google_Service_Compute_Operation"); |
|
| 3860 | + $params = array('project' => $project, 'postBody' => $postBody); |
|
| 3861 | + $params = array_merge($params, $optParams); |
|
| 3862 | + return $this->call('insert', array($params), "Google_Service_Compute_Operation"); |
|
| 3863 | 3863 | } |
| 3864 | 3864 | |
| 3865 | 3865 | /** |
@@ -3877,9 +3877,9 @@ discard block |
||
| 3877 | 3877 | */ |
| 3878 | 3878 | public function listGlobalForwardingRules($project, $optParams = array()) |
| 3879 | 3879 | { |
| 3880 | - $params = array('project' => $project); |
|
| 3881 | - $params = array_merge($params, $optParams); |
|
| 3882 | - return $this->call('list', array($params), "Google_Service_Compute_ForwardingRuleList"); |
|
| 3880 | + $params = array('project' => $project); |
|
| 3881 | + $params = array_merge($params, $optParams); |
|
| 3882 | + return $this->call('list', array($params), "Google_Service_Compute_ForwardingRuleList"); |
|
| 3883 | 3883 | } |
| 3884 | 3884 | |
| 3885 | 3885 | /** |
@@ -3894,9 +3894,9 @@ discard block |
||
| 3894 | 3894 | */ |
| 3895 | 3895 | public function setTarget($project, $forwardingRule, Google_Service_Compute_TargetReference $postBody, $optParams = array()) |
| 3896 | 3896 | { |
| 3897 | - $params = array('project' => $project, 'forwardingRule' => $forwardingRule, 'postBody' => $postBody); |
|
| 3898 | - $params = array_merge($params, $optParams); |
|
| 3899 | - return $this->call('setTarget', array($params), "Google_Service_Compute_Operation"); |
|
| 3897 | + $params = array('project' => $project, 'forwardingRule' => $forwardingRule, 'postBody' => $postBody); |
|
| 3898 | + $params = array_merge($params, $optParams); |
|
| 3899 | + return $this->call('setTarget', array($params), "Google_Service_Compute_Operation"); |
|
| 3900 | 3900 | } |
| 3901 | 3901 | } |
| 3902 | 3902 | |
@@ -3926,9 +3926,9 @@ discard block |
||
| 3926 | 3926 | */ |
| 3927 | 3927 | public function aggregatedList($project, $optParams = array()) |
| 3928 | 3928 | { |
| 3929 | - $params = array('project' => $project); |
|
| 3930 | - $params = array_merge($params, $optParams); |
|
| 3931 | - return $this->call('aggregatedList', array($params), "Google_Service_Compute_OperationAggregatedList"); |
|
| 3929 | + $params = array('project' => $project); |
|
| 3930 | + $params = array_merge($params, $optParams); |
|
| 3931 | + return $this->call('aggregatedList', array($params), "Google_Service_Compute_OperationAggregatedList"); |
|
| 3932 | 3932 | } |
| 3933 | 3933 | |
| 3934 | 3934 | /** |
@@ -3940,9 +3940,9 @@ discard block |
||
| 3940 | 3940 | */ |
| 3941 | 3941 | public function delete($project, $operation, $optParams = array()) |
| 3942 | 3942 | { |
| 3943 | - $params = array('project' => $project, 'operation' => $operation); |
|
| 3944 | - $params = array_merge($params, $optParams); |
|
| 3945 | - return $this->call('delete', array($params)); |
|
| 3943 | + $params = array('project' => $project, 'operation' => $operation); |
|
| 3944 | + $params = array_merge($params, $optParams); |
|
| 3945 | + return $this->call('delete', array($params)); |
|
| 3946 | 3946 | } |
| 3947 | 3947 | |
| 3948 | 3948 | /** |
@@ -3955,9 +3955,9 @@ discard block |
||
| 3955 | 3955 | */ |
| 3956 | 3956 | public function get($project, $operation, $optParams = array()) |
| 3957 | 3957 | { |
| 3958 | - $params = array('project' => $project, 'operation' => $operation); |
|
| 3959 | - $params = array_merge($params, $optParams); |
|
| 3960 | - return $this->call('get', array($params), "Google_Service_Compute_Operation"); |
|
| 3958 | + $params = array('project' => $project, 'operation' => $operation); |
|
| 3959 | + $params = array_merge($params, $optParams); |
|
| 3960 | + return $this->call('get', array($params), "Google_Service_Compute_Operation"); |
|
| 3961 | 3961 | } |
| 3962 | 3962 | |
| 3963 | 3963 | /** |
@@ -3975,9 +3975,9 @@ discard block |
||
| 3975 | 3975 | */ |
| 3976 | 3976 | public function listGlobalOperations($project, $optParams = array()) |
| 3977 | 3977 | { |
| 3978 | - $params = array('project' => $project); |
|
| 3979 | - $params = array_merge($params, $optParams); |
|
| 3980 | - return $this->call('list', array($params), "Google_Service_Compute_OperationList"); |
|
| 3978 | + $params = array('project' => $project); |
|
| 3979 | + $params = array_merge($params, $optParams); |
|
| 3980 | + return $this->call('list', array($params), "Google_Service_Compute_OperationList"); |
|
| 3981 | 3981 | } |
| 3982 | 3982 | } |
| 3983 | 3983 | |
@@ -4003,9 +4003,9 @@ discard block |
||
| 4003 | 4003 | */ |
| 4004 | 4004 | public function delete($project, $httpHealthCheck, $optParams = array()) |
| 4005 | 4005 | { |
| 4006 | - $params = array('project' => $project, 'httpHealthCheck' => $httpHealthCheck); |
|
| 4007 | - $params = array_merge($params, $optParams); |
|
| 4008 | - return $this->call('delete', array($params), "Google_Service_Compute_Operation"); |
|
| 4006 | + $params = array('project' => $project, 'httpHealthCheck' => $httpHealthCheck); |
|
| 4007 | + $params = array_merge($params, $optParams); |
|
| 4008 | + return $this->call('delete', array($params), "Google_Service_Compute_Operation"); |
|
| 4009 | 4009 | } |
| 4010 | 4010 | |
| 4011 | 4011 | /** |
@@ -4019,9 +4019,9 @@ discard block |
||
| 4019 | 4019 | */ |
| 4020 | 4020 | public function get($project, $httpHealthCheck, $optParams = array()) |
| 4021 | 4021 | { |
| 4022 | - $params = array('project' => $project, 'httpHealthCheck' => $httpHealthCheck); |
|
| 4023 | - $params = array_merge($params, $optParams); |
|
| 4024 | - return $this->call('get', array($params), "Google_Service_Compute_HttpHealthCheck"); |
|
| 4022 | + $params = array('project' => $project, 'httpHealthCheck' => $httpHealthCheck); |
|
| 4023 | + $params = array_merge($params, $optParams); |
|
| 4024 | + return $this->call('get', array($params), "Google_Service_Compute_HttpHealthCheck"); |
|
| 4025 | 4025 | } |
| 4026 | 4026 | |
| 4027 | 4027 | /** |
@@ -4035,9 +4035,9 @@ discard block |
||
| 4035 | 4035 | */ |
| 4036 | 4036 | public function insert($project, Google_Service_Compute_HttpHealthCheck $postBody, $optParams = array()) |
| 4037 | 4037 | { |
| 4038 | - $params = array('project' => $project, 'postBody' => $postBody); |
|
| 4039 | - $params = array_merge($params, $optParams); |
|
| 4040 | - return $this->call('insert', array($params), "Google_Service_Compute_Operation"); |
|
| 4038 | + $params = array('project' => $project, 'postBody' => $postBody); |
|
| 4039 | + $params = array_merge($params, $optParams); |
|
| 4040 | + return $this->call('insert', array($params), "Google_Service_Compute_Operation"); |
|
| 4041 | 4041 | } |
| 4042 | 4042 | |
| 4043 | 4043 | /** |
@@ -4055,9 +4055,9 @@ discard block |
||
| 4055 | 4055 | */ |
| 4056 | 4056 | public function listHttpHealthChecks($project, $optParams = array()) |
| 4057 | 4057 | { |
| 4058 | - $params = array('project' => $project); |
|
| 4059 | - $params = array_merge($params, $optParams); |
|
| 4060 | - return $this->call('list', array($params), "Google_Service_Compute_HttpHealthCheckList"); |
|
| 4058 | + $params = array('project' => $project); |
|
| 4059 | + $params = array_merge($params, $optParams); |
|
| 4060 | + return $this->call('list', array($params), "Google_Service_Compute_HttpHealthCheckList"); |
|
| 4061 | 4061 | } |
| 4062 | 4062 | |
| 4063 | 4063 | /** |
@@ -4074,9 +4074,9 @@ discard block |
||
| 4074 | 4074 | */ |
| 4075 | 4075 | public function patch($project, $httpHealthCheck, Google_Service_Compute_HttpHealthCheck $postBody, $optParams = array()) |
| 4076 | 4076 | { |
| 4077 | - $params = array('project' => $project, 'httpHealthCheck' => $httpHealthCheck, 'postBody' => $postBody); |
|
| 4078 | - $params = array_merge($params, $optParams); |
|
| 4079 | - return $this->call('patch', array($params), "Google_Service_Compute_Operation"); |
|
| 4077 | + $params = array('project' => $project, 'httpHealthCheck' => $httpHealthCheck, 'postBody' => $postBody); |
|
| 4078 | + $params = array_merge($params, $optParams); |
|
| 4079 | + return $this->call('patch', array($params), "Google_Service_Compute_Operation"); |
|
| 4080 | 4080 | } |
| 4081 | 4081 | |
| 4082 | 4082 | /** |
@@ -4092,9 +4092,9 @@ discard block |
||
| 4092 | 4092 | */ |
| 4093 | 4093 | public function update($project, $httpHealthCheck, Google_Service_Compute_HttpHealthCheck $postBody, $optParams = array()) |
| 4094 | 4094 | { |
| 4095 | - $params = array('project' => $project, 'httpHealthCheck' => $httpHealthCheck, 'postBody' => $postBody); |
|
| 4096 | - $params = array_merge($params, $optParams); |
|
| 4097 | - return $this->call('update', array($params), "Google_Service_Compute_Operation"); |
|
| 4095 | + $params = array('project' => $project, 'httpHealthCheck' => $httpHealthCheck, 'postBody' => $postBody); |
|
| 4096 | + $params = array_merge($params, $optParams); |
|
| 4097 | + return $this->call('update', array($params), "Google_Service_Compute_Operation"); |
|
| 4098 | 4098 | } |
| 4099 | 4099 | } |
| 4100 | 4100 | |
@@ -4119,9 +4119,9 @@ discard block |
||
| 4119 | 4119 | */ |
| 4120 | 4120 | public function delete($project, $image, $optParams = array()) |
| 4121 | 4121 | { |
| 4122 | - $params = array('project' => $project, 'image' => $image); |
|
| 4123 | - $params = array_merge($params, $optParams); |
|
| 4124 | - return $this->call('delete', array($params), "Google_Service_Compute_Operation"); |
|
| 4122 | + $params = array('project' => $project, 'image' => $image); |
|
| 4123 | + $params = array_merge($params, $optParams); |
|
| 4124 | + return $this->call('delete', array($params), "Google_Service_Compute_Operation"); |
|
| 4125 | 4125 | } |
| 4126 | 4126 | |
| 4127 | 4127 | /** |
@@ -4138,9 +4138,9 @@ discard block |
||
| 4138 | 4138 | */ |
| 4139 | 4139 | public function deprecate($project, $image, Google_Service_Compute_DeprecationStatus $postBody, $optParams = array()) |
| 4140 | 4140 | { |
| 4141 | - $params = array('project' => $project, 'image' => $image, 'postBody' => $postBody); |
|
| 4142 | - $params = array_merge($params, $optParams); |
|
| 4143 | - return $this->call('deprecate', array($params), "Google_Service_Compute_Operation"); |
|
| 4141 | + $params = array('project' => $project, 'image' => $image, 'postBody' => $postBody); |
|
| 4142 | + $params = array_merge($params, $optParams); |
|
| 4143 | + return $this->call('deprecate', array($params), "Google_Service_Compute_Operation"); |
|
| 4144 | 4144 | } |
| 4145 | 4145 | |
| 4146 | 4146 | /** |
@@ -4153,9 +4153,9 @@ discard block |
||
| 4153 | 4153 | */ |
| 4154 | 4154 | public function get($project, $image, $optParams = array()) |
| 4155 | 4155 | { |
| 4156 | - $params = array('project' => $project, 'image' => $image); |
|
| 4157 | - $params = array_merge($params, $optParams); |
|
| 4158 | - return $this->call('get', array($params), "Google_Service_Compute_Image"); |
|
| 4156 | + $params = array('project' => $project, 'image' => $image); |
|
| 4157 | + $params = array_merge($params, $optParams); |
|
| 4158 | + return $this->call('get', array($params), "Google_Service_Compute_Image"); |
|
| 4159 | 4159 | } |
| 4160 | 4160 | |
| 4161 | 4161 | /** |
@@ -4169,9 +4169,9 @@ discard block |
||
| 4169 | 4169 | */ |
| 4170 | 4170 | public function insert($project, Google_Service_Compute_Image $postBody, $optParams = array()) |
| 4171 | 4171 | { |
| 4172 | - $params = array('project' => $project, 'postBody' => $postBody); |
|
| 4173 | - $params = array_merge($params, $optParams); |
|
| 4174 | - return $this->call('insert', array($params), "Google_Service_Compute_Operation"); |
|
| 4172 | + $params = array('project' => $project, 'postBody' => $postBody); |
|
| 4173 | + $params = array_merge($params, $optParams); |
|
| 4174 | + return $this->call('insert', array($params), "Google_Service_Compute_Operation"); |
|
| 4175 | 4175 | } |
| 4176 | 4176 | |
| 4177 | 4177 | /** |
@@ -4189,9 +4189,9 @@ discard block |
||
| 4189 | 4189 | */ |
| 4190 | 4190 | public function listImages($project, $optParams = array()) |
| 4191 | 4191 | { |
| 4192 | - $params = array('project' => $project); |
|
| 4193 | - $params = array_merge($params, $optParams); |
|
| 4194 | - return $this->call('list', array($params), "Google_Service_Compute_ImageList"); |
|
| 4192 | + $params = array('project' => $project); |
|
| 4193 | + $params = array_merge($params, $optParams); |
|
| 4194 | + return $this->call('list', array($params), "Google_Service_Compute_ImageList"); |
|
| 4195 | 4195 | } |
| 4196 | 4196 | } |
| 4197 | 4197 | |
@@ -4216,9 +4216,9 @@ discard block |
||
| 4216 | 4216 | */ |
| 4217 | 4217 | public function delete($project, $instanceTemplate, $optParams = array()) |
| 4218 | 4218 | { |
| 4219 | - $params = array('project' => $project, 'instanceTemplate' => $instanceTemplate); |
|
| 4220 | - $params = array_merge($params, $optParams); |
|
| 4221 | - return $this->call('delete', array($params), "Google_Service_Compute_Operation"); |
|
| 4219 | + $params = array('project' => $project, 'instanceTemplate' => $instanceTemplate); |
|
| 4220 | + $params = array_merge($params, $optParams); |
|
| 4221 | + return $this->call('delete', array($params), "Google_Service_Compute_Operation"); |
|
| 4222 | 4222 | } |
| 4223 | 4223 | |
| 4224 | 4224 | /** |
@@ -4231,9 +4231,9 @@ discard block |
||
| 4231 | 4231 | */ |
| 4232 | 4232 | public function get($project, $instanceTemplate, $optParams = array()) |
| 4233 | 4233 | { |
| 4234 | - $params = array('project' => $project, 'instanceTemplate' => $instanceTemplate); |
|
| 4235 | - $params = array_merge($params, $optParams); |
|
| 4236 | - return $this->call('get', array($params), "Google_Service_Compute_InstanceTemplate"); |
|
| 4234 | + $params = array('project' => $project, 'instanceTemplate' => $instanceTemplate); |
|
| 4235 | + $params = array_merge($params, $optParams); |
|
| 4236 | + return $this->call('get', array($params), "Google_Service_Compute_InstanceTemplate"); |
|
| 4237 | 4237 | } |
| 4238 | 4238 | |
| 4239 | 4239 | /** |
@@ -4247,9 +4247,9 @@ discard block |
||
| 4247 | 4247 | */ |
| 4248 | 4248 | public function insert($project, Google_Service_Compute_InstanceTemplate $postBody, $optParams = array()) |
| 4249 | 4249 | { |
| 4250 | - $params = array('project' => $project, 'postBody' => $postBody); |
|
| 4251 | - $params = array_merge($params, $optParams); |
|
| 4252 | - return $this->call('insert', array($params), "Google_Service_Compute_Operation"); |
|
| 4250 | + $params = array('project' => $project, 'postBody' => $postBody); |
|
| 4251 | + $params = array_merge($params, $optParams); |
|
| 4252 | + return $this->call('insert', array($params), "Google_Service_Compute_Operation"); |
|
| 4253 | 4253 | } |
| 4254 | 4254 | |
| 4255 | 4255 | /** |
@@ -4267,9 +4267,9 @@ discard block |
||
| 4267 | 4267 | */ |
| 4268 | 4268 | public function listInstanceTemplates($project, $optParams = array()) |
| 4269 | 4269 | { |
| 4270 | - $params = array('project' => $project); |
|
| 4271 | - $params = array_merge($params, $optParams); |
|
| 4272 | - return $this->call('list', array($params), "Google_Service_Compute_InstanceTemplateList"); |
|
| 4270 | + $params = array('project' => $project); |
|
| 4271 | + $params = array_merge($params, $optParams); |
|
| 4272 | + return $this->call('list', array($params), "Google_Service_Compute_InstanceTemplateList"); |
|
| 4273 | 4273 | } |
| 4274 | 4274 | } |
| 4275 | 4275 | |
@@ -4299,9 +4299,9 @@ discard block |
||
| 4299 | 4299 | */ |
| 4300 | 4300 | public function addAccessConfig($project, $zone, $instance, $networkInterface, Google_Service_Compute_AccessConfig $postBody, $optParams = array()) |
| 4301 | 4301 | { |
| 4302 | - $params = array('project' => $project, 'zone' => $zone, 'instance' => $instance, 'networkInterface' => $networkInterface, 'postBody' => $postBody); |
|
| 4303 | - $params = array_merge($params, $optParams); |
|
| 4304 | - return $this->call('addAccessConfig', array($params), "Google_Service_Compute_Operation"); |
|
| 4302 | + $params = array('project' => $project, 'zone' => $zone, 'instance' => $instance, 'networkInterface' => $networkInterface, 'postBody' => $postBody); |
|
| 4303 | + $params = array_merge($params, $optParams); |
|
| 4304 | + return $this->call('addAccessConfig', array($params), "Google_Service_Compute_Operation"); |
|
| 4305 | 4305 | } |
| 4306 | 4306 | |
| 4307 | 4307 | /** |
@@ -4318,9 +4318,9 @@ discard block |
||
| 4318 | 4318 | */ |
| 4319 | 4319 | public function aggregatedList($project, $optParams = array()) |
| 4320 | 4320 | { |
| 4321 | - $params = array('project' => $project); |
|
| 4322 | - $params = array_merge($params, $optParams); |
|
| 4323 | - return $this->call('aggregatedList', array($params), "Google_Service_Compute_InstanceAggregatedList"); |
|
| 4321 | + $params = array('project' => $project); |
|
| 4322 | + $params = array_merge($params, $optParams); |
|
| 4323 | + return $this->call('aggregatedList', array($params), "Google_Service_Compute_InstanceAggregatedList"); |
|
| 4324 | 4324 | } |
| 4325 | 4325 | |
| 4326 | 4326 | /** |
@@ -4335,9 +4335,9 @@ discard block |
||
| 4335 | 4335 | */ |
| 4336 | 4336 | public function attachDisk($project, $zone, $instance, Google_Service_Compute_AttachedDisk $postBody, $optParams = array()) |
| 4337 | 4337 | { |
| 4338 | - $params = array('project' => $project, 'zone' => $zone, 'instance' => $instance, 'postBody' => $postBody); |
|
| 4339 | - $params = array_merge($params, $optParams); |
|
| 4340 | - return $this->call('attachDisk', array($params), "Google_Service_Compute_Operation"); |
|
| 4338 | + $params = array('project' => $project, 'zone' => $zone, 'instance' => $instance, 'postBody' => $postBody); |
|
| 4339 | + $params = array_merge($params, $optParams); |
|
| 4340 | + return $this->call('attachDisk', array($params), "Google_Service_Compute_Operation"); |
|
| 4341 | 4341 | } |
| 4342 | 4342 | |
| 4343 | 4343 | /** |
@@ -4352,9 +4352,9 @@ discard block |
||
| 4352 | 4352 | */ |
| 4353 | 4353 | public function delete($project, $zone, $instance, $optParams = array()) |
| 4354 | 4354 | { |
| 4355 | - $params = array('project' => $project, 'zone' => $zone, 'instance' => $instance); |
|
| 4356 | - $params = array_merge($params, $optParams); |
|
| 4357 | - return $this->call('delete', array($params), "Google_Service_Compute_Operation"); |
|
| 4355 | + $params = array('project' => $project, 'zone' => $zone, 'instance' => $instance); |
|
| 4356 | + $params = array_merge($params, $optParams); |
|
| 4357 | + return $this->call('delete', array($params), "Google_Service_Compute_Operation"); |
|
| 4358 | 4358 | } |
| 4359 | 4359 | |
| 4360 | 4360 | /** |
@@ -4371,9 +4371,9 @@ discard block |
||
| 4371 | 4371 | */ |
| 4372 | 4372 | public function deleteAccessConfig($project, $zone, $instance, $accessConfig, $networkInterface, $optParams = array()) |
| 4373 | 4373 | { |
| 4374 | - $params = array('project' => $project, 'zone' => $zone, 'instance' => $instance, 'accessConfig' => $accessConfig, 'networkInterface' => $networkInterface); |
|
| 4375 | - $params = array_merge($params, $optParams); |
|
| 4376 | - return $this->call('deleteAccessConfig', array($params), "Google_Service_Compute_Operation"); |
|
| 4374 | + $params = array('project' => $project, 'zone' => $zone, 'instance' => $instance, 'accessConfig' => $accessConfig, 'networkInterface' => $networkInterface); |
|
| 4375 | + $params = array_merge($params, $optParams); |
|
| 4376 | + return $this->call('deleteAccessConfig', array($params), "Google_Service_Compute_Operation"); |
|
| 4377 | 4377 | } |
| 4378 | 4378 | |
| 4379 | 4379 | /** |
@@ -4388,9 +4388,9 @@ discard block |
||
| 4388 | 4388 | */ |
| 4389 | 4389 | public function detachDisk($project, $zone, $instance, $deviceName, $optParams = array()) |
| 4390 | 4390 | { |
| 4391 | - $params = array('project' => $project, 'zone' => $zone, 'instance' => $instance, 'deviceName' => $deviceName); |
|
| 4392 | - $params = array_merge($params, $optParams); |
|
| 4393 | - return $this->call('detachDisk', array($params), "Google_Service_Compute_Operation"); |
|
| 4391 | + $params = array('project' => $project, 'zone' => $zone, 'instance' => $instance, 'deviceName' => $deviceName); |
|
| 4392 | + $params = array_merge($params, $optParams); |
|
| 4393 | + return $this->call('detachDisk', array($params), "Google_Service_Compute_Operation"); |
|
| 4394 | 4394 | } |
| 4395 | 4395 | |
| 4396 | 4396 | /** |
@@ -4404,9 +4404,9 @@ discard block |
||
| 4404 | 4404 | */ |
| 4405 | 4405 | public function get($project, $zone, $instance, $optParams = array()) |
| 4406 | 4406 | { |
| 4407 | - $params = array('project' => $project, 'zone' => $zone, 'instance' => $instance); |
|
| 4408 | - $params = array_merge($params, $optParams); |
|
| 4409 | - return $this->call('get', array($params), "Google_Service_Compute_Instance"); |
|
| 4407 | + $params = array('project' => $project, 'zone' => $zone, 'instance' => $instance); |
|
| 4408 | + $params = array_merge($params, $optParams); |
|
| 4409 | + return $this->call('get', array($params), "Google_Service_Compute_Instance"); |
|
| 4410 | 4410 | } |
| 4411 | 4411 | |
| 4412 | 4412 | /** |
@@ -4423,9 +4423,9 @@ discard block |
||
| 4423 | 4423 | */ |
| 4424 | 4424 | public function getSerialPortOutput($project, $zone, $instance, $optParams = array()) |
| 4425 | 4425 | { |
| 4426 | - $params = array('project' => $project, 'zone' => $zone, 'instance' => $instance); |
|
| 4427 | - $params = array_merge($params, $optParams); |
|
| 4428 | - return $this->call('getSerialPortOutput', array($params), "Google_Service_Compute_SerialPortOutput"); |
|
| 4426 | + $params = array('project' => $project, 'zone' => $zone, 'instance' => $instance); |
|
| 4427 | + $params = array_merge($params, $optParams); |
|
| 4428 | + return $this->call('getSerialPortOutput', array($params), "Google_Service_Compute_SerialPortOutput"); |
|
| 4429 | 4429 | } |
| 4430 | 4430 | |
| 4431 | 4431 | /** |
@@ -4440,9 +4440,9 @@ discard block |
||
| 4440 | 4440 | */ |
| 4441 | 4441 | public function insert($project, $zone, Google_Service_Compute_Instance $postBody, $optParams = array()) |
| 4442 | 4442 | { |
| 4443 | - $params = array('project' => $project, 'zone' => $zone, 'postBody' => $postBody); |
|
| 4444 | - $params = array_merge($params, $optParams); |
|
| 4445 | - return $this->call('insert', array($params), "Google_Service_Compute_Operation"); |
|
| 4443 | + $params = array('project' => $project, 'zone' => $zone, 'postBody' => $postBody); |
|
| 4444 | + $params = array_merge($params, $optParams); |
|
| 4445 | + return $this->call('insert', array($params), "Google_Service_Compute_Operation"); |
|
| 4446 | 4446 | } |
| 4447 | 4447 | |
| 4448 | 4448 | /** |
@@ -4461,9 +4461,9 @@ discard block |
||
| 4461 | 4461 | */ |
| 4462 | 4462 | public function listInstances($project, $zone, $optParams = array()) |
| 4463 | 4463 | { |
| 4464 | - $params = array('project' => $project, 'zone' => $zone); |
|
| 4465 | - $params = array_merge($params, $optParams); |
|
| 4466 | - return $this->call('list', array($params), "Google_Service_Compute_InstanceList"); |
|
| 4464 | + $params = array('project' => $project, 'zone' => $zone); |
|
| 4465 | + $params = array_merge($params, $optParams); |
|
| 4466 | + return $this->call('list', array($params), "Google_Service_Compute_InstanceList"); |
|
| 4467 | 4467 | } |
| 4468 | 4468 | |
| 4469 | 4469 | /** |
@@ -4477,9 +4477,9 @@ discard block |
||
| 4477 | 4477 | */ |
| 4478 | 4478 | public function reset($project, $zone, $instance, $optParams = array()) |
| 4479 | 4479 | { |
| 4480 | - $params = array('project' => $project, 'zone' => $zone, 'instance' => $instance); |
|
| 4481 | - $params = array_merge($params, $optParams); |
|
| 4482 | - return $this->call('reset', array($params), "Google_Service_Compute_Operation"); |
|
| 4480 | + $params = array('project' => $project, 'zone' => $zone, 'instance' => $instance); |
|
| 4481 | + $params = array_merge($params, $optParams); |
|
| 4482 | + return $this->call('reset', array($params), "Google_Service_Compute_Operation"); |
|
| 4483 | 4483 | } |
| 4484 | 4484 | |
| 4485 | 4485 | /** |
@@ -4497,9 +4497,9 @@ discard block |
||
| 4497 | 4497 | */ |
| 4498 | 4498 | public function setDiskAutoDelete($project, $zone, $instance, $autoDelete, $deviceName, $optParams = array()) |
| 4499 | 4499 | { |
| 4500 | - $params = array('project' => $project, 'zone' => $zone, 'instance' => $instance, 'autoDelete' => $autoDelete, 'deviceName' => $deviceName); |
|
| 4501 | - $params = array_merge($params, $optParams); |
|
| 4502 | - return $this->call('setDiskAutoDelete', array($params), "Google_Service_Compute_Operation"); |
|
| 4500 | + $params = array('project' => $project, 'zone' => $zone, 'instance' => $instance, 'autoDelete' => $autoDelete, 'deviceName' => $deviceName); |
|
| 4501 | + $params = array_merge($params, $optParams); |
|
| 4502 | + return $this->call('setDiskAutoDelete', array($params), "Google_Service_Compute_Operation"); |
|
| 4503 | 4503 | } |
| 4504 | 4504 | |
| 4505 | 4505 | /** |
@@ -4515,9 +4515,9 @@ discard block |
||
| 4515 | 4515 | */ |
| 4516 | 4516 | public function setMetadata($project, $zone, $instance, Google_Service_Compute_Metadata $postBody, $optParams = array()) |
| 4517 | 4517 | { |
| 4518 | - $params = array('project' => $project, 'zone' => $zone, 'instance' => $instance, 'postBody' => $postBody); |
|
| 4519 | - $params = array_merge($params, $optParams); |
|
| 4520 | - return $this->call('setMetadata', array($params), "Google_Service_Compute_Operation"); |
|
| 4518 | + $params = array('project' => $project, 'zone' => $zone, 'instance' => $instance, 'postBody' => $postBody); |
|
| 4519 | + $params = array_merge($params, $optParams); |
|
| 4520 | + return $this->call('setMetadata', array($params), "Google_Service_Compute_Operation"); |
|
| 4521 | 4521 | } |
| 4522 | 4522 | |
| 4523 | 4523 | /** |
@@ -4532,9 +4532,9 @@ discard block |
||
| 4532 | 4532 | */ |
| 4533 | 4533 | public function setScheduling($project, $zone, $instance, Google_Service_Compute_Scheduling $postBody, $optParams = array()) |
| 4534 | 4534 | { |
| 4535 | - $params = array('project' => $project, 'zone' => $zone, 'instance' => $instance, 'postBody' => $postBody); |
|
| 4536 | - $params = array_merge($params, $optParams); |
|
| 4537 | - return $this->call('setScheduling', array($params), "Google_Service_Compute_Operation"); |
|
| 4535 | + $params = array('project' => $project, 'zone' => $zone, 'instance' => $instance, 'postBody' => $postBody); |
|
| 4536 | + $params = array_merge($params, $optParams); |
|
| 4537 | + return $this->call('setScheduling', array($params), "Google_Service_Compute_Operation"); |
|
| 4538 | 4538 | } |
| 4539 | 4539 | |
| 4540 | 4540 | /** |
@@ -4550,9 +4550,9 @@ discard block |
||
| 4550 | 4550 | */ |
| 4551 | 4551 | public function setTags($project, $zone, $instance, Google_Service_Compute_Tags $postBody, $optParams = array()) |
| 4552 | 4552 | { |
| 4553 | - $params = array('project' => $project, 'zone' => $zone, 'instance' => $instance, 'postBody' => $postBody); |
|
| 4554 | - $params = array_merge($params, $optParams); |
|
| 4555 | - return $this->call('setTags', array($params), "Google_Service_Compute_Operation"); |
|
| 4553 | + $params = array('project' => $project, 'zone' => $zone, 'instance' => $instance, 'postBody' => $postBody); |
|
| 4554 | + $params = array_merge($params, $optParams); |
|
| 4555 | + return $this->call('setTags', array($params), "Google_Service_Compute_Operation"); |
|
| 4556 | 4556 | } |
| 4557 | 4557 | |
| 4558 | 4558 | /** |
@@ -4568,9 +4568,9 @@ discard block |
||
| 4568 | 4568 | */ |
| 4569 | 4569 | public function start($project, $zone, $instance, $optParams = array()) |
| 4570 | 4570 | { |
| 4571 | - $params = array('project' => $project, 'zone' => $zone, 'instance' => $instance); |
|
| 4572 | - $params = array_merge($params, $optParams); |
|
| 4573 | - return $this->call('start', array($params), "Google_Service_Compute_Operation"); |
|
| 4571 | + $params = array('project' => $project, 'zone' => $zone, 'instance' => $instance); |
|
| 4572 | + $params = array_merge($params, $optParams); |
|
| 4573 | + return $this->call('start', array($params), "Google_Service_Compute_Operation"); |
|
| 4574 | 4574 | } |
| 4575 | 4575 | |
| 4576 | 4576 | /** |
@@ -4589,9 +4589,9 @@ discard block |
||
| 4589 | 4589 | */ |
| 4590 | 4590 | public function stop($project, $zone, $instance, $optParams = array()) |
| 4591 | 4591 | { |
| 4592 | - $params = array('project' => $project, 'zone' => $zone, 'instance' => $instance); |
|
| 4593 | - $params = array_merge($params, $optParams); |
|
| 4594 | - return $this->call('stop', array($params), "Google_Service_Compute_Operation"); |
|
| 4592 | + $params = array('project' => $project, 'zone' => $zone, 'instance' => $instance); |
|
| 4593 | + $params = array_merge($params, $optParams); |
|
| 4594 | + return $this->call('stop', array($params), "Google_Service_Compute_Operation"); |
|
| 4595 | 4595 | } |
| 4596 | 4596 | } |
| 4597 | 4597 | |
@@ -4616,9 +4616,9 @@ discard block |
||
| 4616 | 4616 | */ |
| 4617 | 4617 | public function get($project, $license, $optParams = array()) |
| 4618 | 4618 | { |
| 4619 | - $params = array('project' => $project, 'license' => $license); |
|
| 4620 | - $params = array_merge($params, $optParams); |
|
| 4621 | - return $this->call('get', array($params), "Google_Service_Compute_License"); |
|
| 4619 | + $params = array('project' => $project, 'license' => $license); |
|
| 4620 | + $params = array_merge($params, $optParams); |
|
| 4621 | + return $this->call('get', array($params), "Google_Service_Compute_License"); |
|
| 4622 | 4622 | } |
| 4623 | 4623 | } |
| 4624 | 4624 | |
@@ -4648,9 +4648,9 @@ discard block |
||
| 4648 | 4648 | */ |
| 4649 | 4649 | public function aggregatedList($project, $optParams = array()) |
| 4650 | 4650 | { |
| 4651 | - $params = array('project' => $project); |
|
| 4652 | - $params = array_merge($params, $optParams); |
|
| 4653 | - return $this->call('aggregatedList', array($params), "Google_Service_Compute_MachineTypeAggregatedList"); |
|
| 4651 | + $params = array('project' => $project); |
|
| 4652 | + $params = array_merge($params, $optParams); |
|
| 4653 | + return $this->call('aggregatedList', array($params), "Google_Service_Compute_MachineTypeAggregatedList"); |
|
| 4654 | 4654 | } |
| 4655 | 4655 | |
| 4656 | 4656 | /** |
@@ -4664,9 +4664,9 @@ discard block |
||
| 4664 | 4664 | */ |
| 4665 | 4665 | public function get($project, $zone, $machineType, $optParams = array()) |
| 4666 | 4666 | { |
| 4667 | - $params = array('project' => $project, 'zone' => $zone, 'machineType' => $machineType); |
|
| 4668 | - $params = array_merge($params, $optParams); |
|
| 4669 | - return $this->call('get', array($params), "Google_Service_Compute_MachineType"); |
|
| 4667 | + $params = array('project' => $project, 'zone' => $zone, 'machineType' => $machineType); |
|
| 4668 | + $params = array_merge($params, $optParams); |
|
| 4669 | + return $this->call('get', array($params), "Google_Service_Compute_MachineType"); |
|
| 4670 | 4670 | } |
| 4671 | 4671 | |
| 4672 | 4672 | /** |
@@ -4685,9 +4685,9 @@ discard block |
||
| 4685 | 4685 | */ |
| 4686 | 4686 | public function listMachineTypes($project, $zone, $optParams = array()) |
| 4687 | 4687 | { |
| 4688 | - $params = array('project' => $project, 'zone' => $zone); |
|
| 4689 | - $params = array_merge($params, $optParams); |
|
| 4690 | - return $this->call('list', array($params), "Google_Service_Compute_MachineTypeList"); |
|
| 4688 | + $params = array('project' => $project, 'zone' => $zone); |
|
| 4689 | + $params = array_merge($params, $optParams); |
|
| 4690 | + return $this->call('list', array($params), "Google_Service_Compute_MachineTypeList"); |
|
| 4691 | 4691 | } |
| 4692 | 4692 | } |
| 4693 | 4693 | |
@@ -4712,9 +4712,9 @@ discard block |
||
| 4712 | 4712 | */ |
| 4713 | 4713 | public function delete($project, $network, $optParams = array()) |
| 4714 | 4714 | { |
| 4715 | - $params = array('project' => $project, 'network' => $network); |
|
| 4716 | - $params = array_merge($params, $optParams); |
|
| 4717 | - return $this->call('delete', array($params), "Google_Service_Compute_Operation"); |
|
| 4715 | + $params = array('project' => $project, 'network' => $network); |
|
| 4716 | + $params = array_merge($params, $optParams); |
|
| 4717 | + return $this->call('delete', array($params), "Google_Service_Compute_Operation"); |
|
| 4718 | 4718 | } |
| 4719 | 4719 | |
| 4720 | 4720 | /** |
@@ -4727,9 +4727,9 @@ discard block |
||
| 4727 | 4727 | */ |
| 4728 | 4728 | public function get($project, $network, $optParams = array()) |
| 4729 | 4729 | { |
| 4730 | - $params = array('project' => $project, 'network' => $network); |
|
| 4731 | - $params = array_merge($params, $optParams); |
|
| 4732 | - return $this->call('get', array($params), "Google_Service_Compute_Network"); |
|
| 4730 | + $params = array('project' => $project, 'network' => $network); |
|
| 4731 | + $params = array_merge($params, $optParams); |
|
| 4732 | + return $this->call('get', array($params), "Google_Service_Compute_Network"); |
|
| 4733 | 4733 | } |
| 4734 | 4734 | |
| 4735 | 4735 | /** |
@@ -4743,9 +4743,9 @@ discard block |
||
| 4743 | 4743 | */ |
| 4744 | 4744 | public function insert($project, Google_Service_Compute_Network $postBody, $optParams = array()) |
| 4745 | 4745 | { |
| 4746 | - $params = array('project' => $project, 'postBody' => $postBody); |
|
| 4747 | - $params = array_merge($params, $optParams); |
|
| 4748 | - return $this->call('insert', array($params), "Google_Service_Compute_Operation"); |
|
| 4746 | + $params = array('project' => $project, 'postBody' => $postBody); |
|
| 4747 | + $params = array_merge($params, $optParams); |
|
| 4748 | + return $this->call('insert', array($params), "Google_Service_Compute_Operation"); |
|
| 4749 | 4749 | } |
| 4750 | 4750 | |
| 4751 | 4751 | /** |
@@ -4763,9 +4763,9 @@ discard block |
||
| 4763 | 4763 | */ |
| 4764 | 4764 | public function listNetworks($project, $optParams = array()) |
| 4765 | 4765 | { |
| 4766 | - $params = array('project' => $project); |
|
| 4767 | - $params = array_merge($params, $optParams); |
|
| 4768 | - return $this->call('list', array($params), "Google_Service_Compute_NetworkList"); |
|
| 4766 | + $params = array('project' => $project); |
|
| 4767 | + $params = array_merge($params, $optParams); |
|
| 4768 | + return $this->call('list', array($params), "Google_Service_Compute_NetworkList"); |
|
| 4769 | 4769 | } |
| 4770 | 4770 | } |
| 4771 | 4771 | |
@@ -4789,9 +4789,9 @@ discard block |
||
| 4789 | 4789 | */ |
| 4790 | 4790 | public function get($project, $optParams = array()) |
| 4791 | 4791 | { |
| 4792 | - $params = array('project' => $project); |
|
| 4793 | - $params = array_merge($params, $optParams); |
|
| 4794 | - return $this->call('get', array($params), "Google_Service_Compute_Project"); |
|
| 4792 | + $params = array('project' => $project); |
|
| 4793 | + $params = array_merge($params, $optParams); |
|
| 4794 | + return $this->call('get', array($params), "Google_Service_Compute_Project"); |
|
| 4795 | 4795 | } |
| 4796 | 4796 | |
| 4797 | 4797 | /** |
@@ -4804,9 +4804,9 @@ discard block |
||
| 4804 | 4804 | */ |
| 4805 | 4805 | public function moveDisk($project, Google_Service_Compute_DiskMoveRequest $postBody, $optParams = array()) |
| 4806 | 4806 | { |
| 4807 | - $params = array('project' => $project, 'postBody' => $postBody); |
|
| 4808 | - $params = array_merge($params, $optParams); |
|
| 4809 | - return $this->call('moveDisk', array($params), "Google_Service_Compute_Operation"); |
|
| 4807 | + $params = array('project' => $project, 'postBody' => $postBody); |
|
| 4808 | + $params = array_merge($params, $optParams); |
|
| 4809 | + return $this->call('moveDisk', array($params), "Google_Service_Compute_Operation"); |
|
| 4810 | 4810 | } |
| 4811 | 4811 | |
| 4812 | 4812 | /** |
@@ -4820,9 +4820,9 @@ discard block |
||
| 4820 | 4820 | */ |
| 4821 | 4821 | public function moveInstance($project, Google_Service_Compute_InstanceMoveRequest $postBody, $optParams = array()) |
| 4822 | 4822 | { |
| 4823 | - $params = array('project' => $project, 'postBody' => $postBody); |
|
| 4824 | - $params = array_merge($params, $optParams); |
|
| 4825 | - return $this->call('moveInstance', array($params), "Google_Service_Compute_Operation"); |
|
| 4823 | + $params = array('project' => $project, 'postBody' => $postBody); |
|
| 4824 | + $params = array_merge($params, $optParams); |
|
| 4825 | + return $this->call('moveInstance', array($params), "Google_Service_Compute_Operation"); |
|
| 4826 | 4826 | } |
| 4827 | 4827 | |
| 4828 | 4828 | /** |
@@ -4836,9 +4836,9 @@ discard block |
||
| 4836 | 4836 | */ |
| 4837 | 4837 | public function setCommonInstanceMetadata($project, Google_Service_Compute_Metadata $postBody, $optParams = array()) |
| 4838 | 4838 | { |
| 4839 | - $params = array('project' => $project, 'postBody' => $postBody); |
|
| 4840 | - $params = array_merge($params, $optParams); |
|
| 4841 | - return $this->call('setCommonInstanceMetadata', array($params), "Google_Service_Compute_Operation"); |
|
| 4839 | + $params = array('project' => $project, 'postBody' => $postBody); |
|
| 4840 | + $params = array_merge($params, $optParams); |
|
| 4841 | + return $this->call('setCommonInstanceMetadata', array($params), "Google_Service_Compute_Operation"); |
|
| 4842 | 4842 | } |
| 4843 | 4843 | |
| 4844 | 4844 | /** |
@@ -4853,9 +4853,9 @@ discard block |
||
| 4853 | 4853 | */ |
| 4854 | 4854 | public function setUsageExportBucket($project, Google_Service_Compute_UsageExportLocation $postBody, $optParams = array()) |
| 4855 | 4855 | { |
| 4856 | - $params = array('project' => $project, 'postBody' => $postBody); |
|
| 4857 | - $params = array_merge($params, $optParams); |
|
| 4858 | - return $this->call('setUsageExportBucket', array($params), "Google_Service_Compute_Operation"); |
|
| 4856 | + $params = array('project' => $project, 'postBody' => $postBody); |
|
| 4857 | + $params = array_merge($params, $optParams); |
|
| 4858 | + return $this->call('setUsageExportBucket', array($params), "Google_Service_Compute_Operation"); |
|
| 4859 | 4859 | } |
| 4860 | 4860 | } |
| 4861 | 4861 | |
@@ -4881,9 +4881,9 @@ discard block |
||
| 4881 | 4881 | */ |
| 4882 | 4882 | public function delete($project, $region, $operation, $optParams = array()) |
| 4883 | 4883 | { |
| 4884 | - $params = array('project' => $project, 'region' => $region, 'operation' => $operation); |
|
| 4885 | - $params = array_merge($params, $optParams); |
|
| 4886 | - return $this->call('delete', array($params)); |
|
| 4884 | + $params = array('project' => $project, 'region' => $region, 'operation' => $operation); |
|
| 4885 | + $params = array_merge($params, $optParams); |
|
| 4886 | + return $this->call('delete', array($params)); |
|
| 4887 | 4887 | } |
| 4888 | 4888 | |
| 4889 | 4889 | /** |
@@ -4898,9 +4898,9 @@ discard block |
||
| 4898 | 4898 | */ |
| 4899 | 4899 | public function get($project, $region, $operation, $optParams = array()) |
| 4900 | 4900 | { |
| 4901 | - $params = array('project' => $project, 'region' => $region, 'operation' => $operation); |
|
| 4902 | - $params = array_merge($params, $optParams); |
|
| 4903 | - return $this->call('get', array($params), "Google_Service_Compute_Operation"); |
|
| 4901 | + $params = array('project' => $project, 'region' => $region, 'operation' => $operation); |
|
| 4902 | + $params = array_merge($params, $optParams); |
|
| 4903 | + return $this->call('get', array($params), "Google_Service_Compute_Operation"); |
|
| 4904 | 4904 | } |
| 4905 | 4905 | |
| 4906 | 4906 | /** |
@@ -4919,9 +4919,9 @@ discard block |
||
| 4919 | 4919 | */ |
| 4920 | 4920 | public function listRegionOperations($project, $region, $optParams = array()) |
| 4921 | 4921 | { |
| 4922 | - $params = array('project' => $project, 'region' => $region); |
|
| 4923 | - $params = array_merge($params, $optParams); |
|
| 4924 | - return $this->call('list', array($params), "Google_Service_Compute_OperationList"); |
|
| 4922 | + $params = array('project' => $project, 'region' => $region); |
|
| 4923 | + $params = array_merge($params, $optParams); |
|
| 4924 | + return $this->call('list', array($params), "Google_Service_Compute_OperationList"); |
|
| 4925 | 4925 | } |
| 4926 | 4926 | } |
| 4927 | 4927 | |
@@ -4946,9 +4946,9 @@ discard block |
||
| 4946 | 4946 | */ |
| 4947 | 4947 | public function get($project, $region, $optParams = array()) |
| 4948 | 4948 | { |
| 4949 | - $params = array('project' => $project, 'region' => $region); |
|
| 4950 | - $params = array_merge($params, $optParams); |
|
| 4951 | - return $this->call('get', array($params), "Google_Service_Compute_Region"); |
|
| 4949 | + $params = array('project' => $project, 'region' => $region); |
|
| 4950 | + $params = array_merge($params, $optParams); |
|
| 4951 | + return $this->call('get', array($params), "Google_Service_Compute_Region"); |
|
| 4952 | 4952 | } |
| 4953 | 4953 | |
| 4954 | 4954 | /** |
@@ -4966,9 +4966,9 @@ discard block |
||
| 4966 | 4966 | */ |
| 4967 | 4967 | public function listRegions($project, $optParams = array()) |
| 4968 | 4968 | { |
| 4969 | - $params = array('project' => $project); |
|
| 4970 | - $params = array_merge($params, $optParams); |
|
| 4971 | - return $this->call('list', array($params), "Google_Service_Compute_RegionList"); |
|
| 4969 | + $params = array('project' => $project); |
|
| 4970 | + $params = array_merge($params, $optParams); |
|
| 4971 | + return $this->call('list', array($params), "Google_Service_Compute_RegionList"); |
|
| 4972 | 4972 | } |
| 4973 | 4973 | } |
| 4974 | 4974 | |
@@ -4993,9 +4993,9 @@ discard block |
||
| 4993 | 4993 | */ |
| 4994 | 4994 | public function delete($project, $route, $optParams = array()) |
| 4995 | 4995 | { |
| 4996 | - $params = array('project' => $project, 'route' => $route); |
|
| 4997 | - $params = array_merge($params, $optParams); |
|
| 4998 | - return $this->call('delete', array($params), "Google_Service_Compute_Operation"); |
|
| 4996 | + $params = array('project' => $project, 'route' => $route); |
|
| 4997 | + $params = array_merge($params, $optParams); |
|
| 4998 | + return $this->call('delete', array($params), "Google_Service_Compute_Operation"); |
|
| 4999 | 4999 | } |
| 5000 | 5000 | |
| 5001 | 5001 | /** |
@@ -5008,9 +5008,9 @@ discard block |
||
| 5008 | 5008 | */ |
| 5009 | 5009 | public function get($project, $route, $optParams = array()) |
| 5010 | 5010 | { |
| 5011 | - $params = array('project' => $project, 'route' => $route); |
|
| 5012 | - $params = array_merge($params, $optParams); |
|
| 5013 | - return $this->call('get', array($params), "Google_Service_Compute_Route"); |
|
| 5011 | + $params = array('project' => $project, 'route' => $route); |
|
| 5012 | + $params = array_merge($params, $optParams); |
|
| 5013 | + return $this->call('get', array($params), "Google_Service_Compute_Route"); |
|
| 5014 | 5014 | } |
| 5015 | 5015 | |
| 5016 | 5016 | /** |
@@ -5024,9 +5024,9 @@ discard block |
||
| 5024 | 5024 | */ |
| 5025 | 5025 | public function insert($project, Google_Service_Compute_Route $postBody, $optParams = array()) |
| 5026 | 5026 | { |
| 5027 | - $params = array('project' => $project, 'postBody' => $postBody); |
|
| 5028 | - $params = array_merge($params, $optParams); |
|
| 5029 | - return $this->call('insert', array($params), "Google_Service_Compute_Operation"); |
|
| 5027 | + $params = array('project' => $project, 'postBody' => $postBody); |
|
| 5028 | + $params = array_merge($params, $optParams); |
|
| 5029 | + return $this->call('insert', array($params), "Google_Service_Compute_Operation"); |
|
| 5030 | 5030 | } |
| 5031 | 5031 | |
| 5032 | 5032 | /** |
@@ -5044,9 +5044,9 @@ discard block |
||
| 5044 | 5044 | */ |
| 5045 | 5045 | public function listRoutes($project, $optParams = array()) |
| 5046 | 5046 | { |
| 5047 | - $params = array('project' => $project); |
|
| 5048 | - $params = array_merge($params, $optParams); |
|
| 5049 | - return $this->call('list', array($params), "Google_Service_Compute_RouteList"); |
|
| 5047 | + $params = array('project' => $project); |
|
| 5048 | + $params = array_merge($params, $optParams); |
|
| 5049 | + return $this->call('list', array($params), "Google_Service_Compute_RouteList"); |
|
| 5050 | 5050 | } |
| 5051 | 5051 | } |
| 5052 | 5052 | |
@@ -5072,9 +5072,9 @@ discard block |
||
| 5072 | 5072 | */ |
| 5073 | 5073 | public function delete($project, $snapshot, $optParams = array()) |
| 5074 | 5074 | { |
| 5075 | - $params = array('project' => $project, 'snapshot' => $snapshot); |
|
| 5076 | - $params = array_merge($params, $optParams); |
|
| 5077 | - return $this->call('delete', array($params), "Google_Service_Compute_Operation"); |
|
| 5075 | + $params = array('project' => $project, 'snapshot' => $snapshot); |
|
| 5076 | + $params = array_merge($params, $optParams); |
|
| 5077 | + return $this->call('delete', array($params), "Google_Service_Compute_Operation"); |
|
| 5078 | 5078 | } |
| 5079 | 5079 | |
| 5080 | 5080 | /** |
@@ -5088,9 +5088,9 @@ discard block |
||
| 5088 | 5088 | */ |
| 5089 | 5089 | public function get($project, $snapshot, $optParams = array()) |
| 5090 | 5090 | { |
| 5091 | - $params = array('project' => $project, 'snapshot' => $snapshot); |
|
| 5092 | - $params = array_merge($params, $optParams); |
|
| 5093 | - return $this->call('get', array($params), "Google_Service_Compute_Snapshot"); |
|
| 5091 | + $params = array('project' => $project, 'snapshot' => $snapshot); |
|
| 5092 | + $params = array_merge($params, $optParams); |
|
| 5093 | + return $this->call('get', array($params), "Google_Service_Compute_Snapshot"); |
|
| 5094 | 5094 | } |
| 5095 | 5095 | |
| 5096 | 5096 | /** |
@@ -5108,9 +5108,9 @@ discard block |
||
| 5108 | 5108 | */ |
| 5109 | 5109 | public function listSnapshots($project, $optParams = array()) |
| 5110 | 5110 | { |
| 5111 | - $params = array('project' => $project); |
|
| 5112 | - $params = array_merge($params, $optParams); |
|
| 5113 | - return $this->call('list', array($params), "Google_Service_Compute_SnapshotList"); |
|
| 5111 | + $params = array('project' => $project); |
|
| 5112 | + $params = array_merge($params, $optParams); |
|
| 5113 | + return $this->call('list', array($params), "Google_Service_Compute_SnapshotList"); |
|
| 5114 | 5114 | } |
| 5115 | 5115 | } |
| 5116 | 5116 | |
@@ -5136,9 +5136,9 @@ discard block |
||
| 5136 | 5136 | */ |
| 5137 | 5137 | public function delete($project, $targetHttpProxy, $optParams = array()) |
| 5138 | 5138 | { |
| 5139 | - $params = array('project' => $project, 'targetHttpProxy' => $targetHttpProxy); |
|
| 5140 | - $params = array_merge($params, $optParams); |
|
| 5141 | - return $this->call('delete', array($params), "Google_Service_Compute_Operation"); |
|
| 5139 | + $params = array('project' => $project, 'targetHttpProxy' => $targetHttpProxy); |
|
| 5140 | + $params = array_merge($params, $optParams); |
|
| 5141 | + return $this->call('delete', array($params), "Google_Service_Compute_Operation"); |
|
| 5142 | 5142 | } |
| 5143 | 5143 | |
| 5144 | 5144 | /** |
@@ -5152,9 +5152,9 @@ discard block |
||
| 5152 | 5152 | */ |
| 5153 | 5153 | public function get($project, $targetHttpProxy, $optParams = array()) |
| 5154 | 5154 | { |
| 5155 | - $params = array('project' => $project, 'targetHttpProxy' => $targetHttpProxy); |
|
| 5156 | - $params = array_merge($params, $optParams); |
|
| 5157 | - return $this->call('get', array($params), "Google_Service_Compute_TargetHttpProxy"); |
|
| 5155 | + $params = array('project' => $project, 'targetHttpProxy' => $targetHttpProxy); |
|
| 5156 | + $params = array_merge($params, $optParams); |
|
| 5157 | + return $this->call('get', array($params), "Google_Service_Compute_TargetHttpProxy"); |
|
| 5158 | 5158 | } |
| 5159 | 5159 | |
| 5160 | 5160 | /** |
@@ -5168,9 +5168,9 @@ discard block |
||
| 5168 | 5168 | */ |
| 5169 | 5169 | public function insert($project, Google_Service_Compute_TargetHttpProxy $postBody, $optParams = array()) |
| 5170 | 5170 | { |
| 5171 | - $params = array('project' => $project, 'postBody' => $postBody); |
|
| 5172 | - $params = array_merge($params, $optParams); |
|
| 5173 | - return $this->call('insert', array($params), "Google_Service_Compute_Operation"); |
|
| 5171 | + $params = array('project' => $project, 'postBody' => $postBody); |
|
| 5172 | + $params = array_merge($params, $optParams); |
|
| 5173 | + return $this->call('insert', array($params), "Google_Service_Compute_Operation"); |
|
| 5174 | 5174 | } |
| 5175 | 5175 | |
| 5176 | 5176 | /** |
@@ -5188,9 +5188,9 @@ discard block |
||
| 5188 | 5188 | */ |
| 5189 | 5189 | public function listTargetHttpProxies($project, $optParams = array()) |
| 5190 | 5190 | { |
| 5191 | - $params = array('project' => $project); |
|
| 5192 | - $params = array_merge($params, $optParams); |
|
| 5193 | - return $this->call('list', array($params), "Google_Service_Compute_TargetHttpProxyList"); |
|
| 5191 | + $params = array('project' => $project); |
|
| 5192 | + $params = array_merge($params, $optParams); |
|
| 5193 | + return $this->call('list', array($params), "Google_Service_Compute_TargetHttpProxyList"); |
|
| 5194 | 5194 | } |
| 5195 | 5195 | |
| 5196 | 5196 | /** |
@@ -5205,9 +5205,9 @@ discard block |
||
| 5205 | 5205 | */ |
| 5206 | 5206 | public function setUrlMap($project, $targetHttpProxy, Google_Service_Compute_UrlMapReference $postBody, $optParams = array()) |
| 5207 | 5207 | { |
| 5208 | - $params = array('project' => $project, 'targetHttpProxy' => $targetHttpProxy, 'postBody' => $postBody); |
|
| 5209 | - $params = array_merge($params, $optParams); |
|
| 5210 | - return $this->call('setUrlMap', array($params), "Google_Service_Compute_Operation"); |
|
| 5208 | + $params = array('project' => $project, 'targetHttpProxy' => $targetHttpProxy, 'postBody' => $postBody); |
|
| 5209 | + $params = array_merge($params, $optParams); |
|
| 5210 | + return $this->call('setUrlMap', array($params), "Google_Service_Compute_Operation"); |
|
| 5211 | 5211 | } |
| 5212 | 5212 | } |
| 5213 | 5213 | |
@@ -5237,9 +5237,9 @@ discard block |
||
| 5237 | 5237 | */ |
| 5238 | 5238 | public function aggregatedList($project, $optParams = array()) |
| 5239 | 5239 | { |
| 5240 | - $params = array('project' => $project); |
|
| 5241 | - $params = array_merge($params, $optParams); |
|
| 5242 | - return $this->call('aggregatedList', array($params), "Google_Service_Compute_TargetInstanceAggregatedList"); |
|
| 5240 | + $params = array('project' => $project); |
|
| 5241 | + $params = array_merge($params, $optParams); |
|
| 5242 | + return $this->call('aggregatedList', array($params), "Google_Service_Compute_TargetInstanceAggregatedList"); |
|
| 5243 | 5243 | } |
| 5244 | 5244 | |
| 5245 | 5245 | /** |
@@ -5253,9 +5253,9 @@ discard block |
||
| 5253 | 5253 | */ |
| 5254 | 5254 | public function delete($project, $zone, $targetInstance, $optParams = array()) |
| 5255 | 5255 | { |
| 5256 | - $params = array('project' => $project, 'zone' => $zone, 'targetInstance' => $targetInstance); |
|
| 5257 | - $params = array_merge($params, $optParams); |
|
| 5258 | - return $this->call('delete', array($params), "Google_Service_Compute_Operation"); |
|
| 5256 | + $params = array('project' => $project, 'zone' => $zone, 'targetInstance' => $targetInstance); |
|
| 5257 | + $params = array_merge($params, $optParams); |
|
| 5258 | + return $this->call('delete', array($params), "Google_Service_Compute_Operation"); |
|
| 5259 | 5259 | } |
| 5260 | 5260 | |
| 5261 | 5261 | /** |
@@ -5269,9 +5269,9 @@ discard block |
||
| 5269 | 5269 | */ |
| 5270 | 5270 | public function get($project, $zone, $targetInstance, $optParams = array()) |
| 5271 | 5271 | { |
| 5272 | - $params = array('project' => $project, 'zone' => $zone, 'targetInstance' => $targetInstance); |
|
| 5273 | - $params = array_merge($params, $optParams); |
|
| 5274 | - return $this->call('get', array($params), "Google_Service_Compute_TargetInstance"); |
|
| 5272 | + $params = array('project' => $project, 'zone' => $zone, 'targetInstance' => $targetInstance); |
|
| 5273 | + $params = array_merge($params, $optParams); |
|
| 5274 | + return $this->call('get', array($params), "Google_Service_Compute_TargetInstance"); |
|
| 5275 | 5275 | } |
| 5276 | 5276 | |
| 5277 | 5277 | /** |
@@ -5286,9 +5286,9 @@ discard block |
||
| 5286 | 5286 | */ |
| 5287 | 5287 | public function insert($project, $zone, Google_Service_Compute_TargetInstance $postBody, $optParams = array()) |
| 5288 | 5288 | { |
| 5289 | - $params = array('project' => $project, 'zone' => $zone, 'postBody' => $postBody); |
|
| 5290 | - $params = array_merge($params, $optParams); |
|
| 5291 | - return $this->call('insert', array($params), "Google_Service_Compute_Operation"); |
|
| 5289 | + $params = array('project' => $project, 'zone' => $zone, 'postBody' => $postBody); |
|
| 5290 | + $params = array_merge($params, $optParams); |
|
| 5291 | + return $this->call('insert', array($params), "Google_Service_Compute_Operation"); |
|
| 5292 | 5292 | } |
| 5293 | 5293 | |
| 5294 | 5294 | /** |
@@ -5307,9 +5307,9 @@ discard block |
||
| 5307 | 5307 | */ |
| 5308 | 5308 | public function listTargetInstances($project, $zone, $optParams = array()) |
| 5309 | 5309 | { |
| 5310 | - $params = array('project' => $project, 'zone' => $zone); |
|
| 5311 | - $params = array_merge($params, $optParams); |
|
| 5312 | - return $this->call('list', array($params), "Google_Service_Compute_TargetInstanceList"); |
|
| 5310 | + $params = array('project' => $project, 'zone' => $zone); |
|
| 5311 | + $params = array_merge($params, $optParams); |
|
| 5312 | + return $this->call('list', array($params), "Google_Service_Compute_TargetInstanceList"); |
|
| 5313 | 5313 | } |
| 5314 | 5314 | } |
| 5315 | 5315 | |
@@ -5337,9 +5337,9 @@ discard block |
||
| 5337 | 5337 | */ |
| 5338 | 5338 | public function addHealthCheck($project, $region, $targetPool, Google_Service_Compute_TargetPoolsAddHealthCheckRequest $postBody, $optParams = array()) |
| 5339 | 5339 | { |
| 5340 | - $params = array('project' => $project, 'region' => $region, 'targetPool' => $targetPool, 'postBody' => $postBody); |
|
| 5341 | - $params = array_merge($params, $optParams); |
|
| 5342 | - return $this->call('addHealthCheck', array($params), "Google_Service_Compute_Operation"); |
|
| 5340 | + $params = array('project' => $project, 'region' => $region, 'targetPool' => $targetPool, 'postBody' => $postBody); |
|
| 5341 | + $params = array_merge($params, $optParams); |
|
| 5342 | + return $this->call('addHealthCheck', array($params), "Google_Service_Compute_Operation"); |
|
| 5343 | 5343 | } |
| 5344 | 5344 | |
| 5345 | 5345 | /** |
@@ -5355,9 +5355,9 @@ discard block |
||
| 5355 | 5355 | */ |
| 5356 | 5356 | public function addInstance($project, $region, $targetPool, Google_Service_Compute_TargetPoolsAddInstanceRequest $postBody, $optParams = array()) |
| 5357 | 5357 | { |
| 5358 | - $params = array('project' => $project, 'region' => $region, 'targetPool' => $targetPool, 'postBody' => $postBody); |
|
| 5359 | - $params = array_merge($params, $optParams); |
|
| 5360 | - return $this->call('addInstance', array($params), "Google_Service_Compute_Operation"); |
|
| 5358 | + $params = array('project' => $project, 'region' => $region, 'targetPool' => $targetPool, 'postBody' => $postBody); |
|
| 5359 | + $params = array_merge($params, $optParams); |
|
| 5360 | + return $this->call('addInstance', array($params), "Google_Service_Compute_Operation"); |
|
| 5361 | 5361 | } |
| 5362 | 5362 | |
| 5363 | 5363 | /** |
@@ -5375,9 +5375,9 @@ discard block |
||
| 5375 | 5375 | */ |
| 5376 | 5376 | public function aggregatedList($project, $optParams = array()) |
| 5377 | 5377 | { |
| 5378 | - $params = array('project' => $project); |
|
| 5379 | - $params = array_merge($params, $optParams); |
|
| 5380 | - return $this->call('aggregatedList', array($params), "Google_Service_Compute_TargetPoolAggregatedList"); |
|
| 5378 | + $params = array('project' => $project); |
|
| 5379 | + $params = array_merge($params, $optParams); |
|
| 5380 | + return $this->call('aggregatedList', array($params), "Google_Service_Compute_TargetPoolAggregatedList"); |
|
| 5381 | 5381 | } |
| 5382 | 5382 | |
| 5383 | 5383 | /** |
@@ -5391,9 +5391,9 @@ discard block |
||
| 5391 | 5391 | */ |
| 5392 | 5392 | public function delete($project, $region, $targetPool, $optParams = array()) |
| 5393 | 5393 | { |
| 5394 | - $params = array('project' => $project, 'region' => $region, 'targetPool' => $targetPool); |
|
| 5395 | - $params = array_merge($params, $optParams); |
|
| 5396 | - return $this->call('delete', array($params), "Google_Service_Compute_Operation"); |
|
| 5394 | + $params = array('project' => $project, 'region' => $region, 'targetPool' => $targetPool); |
|
| 5395 | + $params = array_merge($params, $optParams); |
|
| 5396 | + return $this->call('delete', array($params), "Google_Service_Compute_Operation"); |
|
| 5397 | 5397 | } |
| 5398 | 5398 | |
| 5399 | 5399 | /** |
@@ -5407,9 +5407,9 @@ discard block |
||
| 5407 | 5407 | */ |
| 5408 | 5408 | public function get($project, $region, $targetPool, $optParams = array()) |
| 5409 | 5409 | { |
| 5410 | - $params = array('project' => $project, 'region' => $region, 'targetPool' => $targetPool); |
|
| 5411 | - $params = array_merge($params, $optParams); |
|
| 5412 | - return $this->call('get', array($params), "Google_Service_Compute_TargetPool"); |
|
| 5410 | + $params = array('project' => $project, 'region' => $region, 'targetPool' => $targetPool); |
|
| 5411 | + $params = array_merge($params, $optParams); |
|
| 5412 | + return $this->call('get', array($params), "Google_Service_Compute_TargetPool"); |
|
| 5413 | 5413 | } |
| 5414 | 5414 | |
| 5415 | 5415 | /** |
@@ -5426,9 +5426,9 @@ discard block |
||
| 5426 | 5426 | */ |
| 5427 | 5427 | public function getHealth($project, $region, $targetPool, Google_Service_Compute_InstanceReference $postBody, $optParams = array()) |
| 5428 | 5428 | { |
| 5429 | - $params = array('project' => $project, 'region' => $region, 'targetPool' => $targetPool, 'postBody' => $postBody); |
|
| 5430 | - $params = array_merge($params, $optParams); |
|
| 5431 | - return $this->call('getHealth', array($params), "Google_Service_Compute_TargetPoolInstanceHealth"); |
|
| 5429 | + $params = array('project' => $project, 'region' => $region, 'targetPool' => $targetPool, 'postBody' => $postBody); |
|
| 5430 | + $params = array_merge($params, $optParams); |
|
| 5431 | + return $this->call('getHealth', array($params), "Google_Service_Compute_TargetPoolInstanceHealth"); |
|
| 5432 | 5432 | } |
| 5433 | 5433 | |
| 5434 | 5434 | /** |
@@ -5443,9 +5443,9 @@ discard block |
||
| 5443 | 5443 | */ |
| 5444 | 5444 | public function insert($project, $region, Google_Service_Compute_TargetPool $postBody, $optParams = array()) |
| 5445 | 5445 | { |
| 5446 | - $params = array('project' => $project, 'region' => $region, 'postBody' => $postBody); |
|
| 5447 | - $params = array_merge($params, $optParams); |
|
| 5448 | - return $this->call('insert', array($params), "Google_Service_Compute_Operation"); |
|
| 5446 | + $params = array('project' => $project, 'region' => $region, 'postBody' => $postBody); |
|
| 5447 | + $params = array_merge($params, $optParams); |
|
| 5448 | + return $this->call('insert', array($params), "Google_Service_Compute_Operation"); |
|
| 5449 | 5449 | } |
| 5450 | 5450 | |
| 5451 | 5451 | /** |
@@ -5464,9 +5464,9 @@ discard block |
||
| 5464 | 5464 | */ |
| 5465 | 5465 | public function listTargetPools($project, $region, $optParams = array()) |
| 5466 | 5466 | { |
| 5467 | - $params = array('project' => $project, 'region' => $region); |
|
| 5468 | - $params = array_merge($params, $optParams); |
|
| 5469 | - return $this->call('list', array($params), "Google_Service_Compute_TargetPoolList"); |
|
| 5467 | + $params = array('project' => $project, 'region' => $region); |
|
| 5468 | + $params = array_merge($params, $optParams); |
|
| 5469 | + return $this->call('list', array($params), "Google_Service_Compute_TargetPoolList"); |
|
| 5470 | 5470 | } |
| 5471 | 5471 | |
| 5472 | 5472 | /** |
@@ -5482,9 +5482,9 @@ discard block |
||
| 5482 | 5482 | */ |
| 5483 | 5483 | public function removeHealthCheck($project, $region, $targetPool, Google_Service_Compute_TargetPoolsRemoveHealthCheckRequest $postBody, $optParams = array()) |
| 5484 | 5484 | { |
| 5485 | - $params = array('project' => $project, 'region' => $region, 'targetPool' => $targetPool, 'postBody' => $postBody); |
|
| 5486 | - $params = array_merge($params, $optParams); |
|
| 5487 | - return $this->call('removeHealthCheck', array($params), "Google_Service_Compute_Operation"); |
|
| 5485 | + $params = array('project' => $project, 'region' => $region, 'targetPool' => $targetPool, 'postBody' => $postBody); |
|
| 5486 | + $params = array_merge($params, $optParams); |
|
| 5487 | + return $this->call('removeHealthCheck', array($params), "Google_Service_Compute_Operation"); |
|
| 5488 | 5488 | } |
| 5489 | 5489 | |
| 5490 | 5490 | /** |
@@ -5500,9 +5500,9 @@ discard block |
||
| 5500 | 5500 | */ |
| 5501 | 5501 | public function removeInstance($project, $region, $targetPool, Google_Service_Compute_TargetPoolsRemoveInstanceRequest $postBody, $optParams = array()) |
| 5502 | 5502 | { |
| 5503 | - $params = array('project' => $project, 'region' => $region, 'targetPool' => $targetPool, 'postBody' => $postBody); |
|
| 5504 | - $params = array_merge($params, $optParams); |
|
| 5505 | - return $this->call('removeInstance', array($params), "Google_Service_Compute_Operation"); |
|
| 5503 | + $params = array('project' => $project, 'region' => $region, 'targetPool' => $targetPool, 'postBody' => $postBody); |
|
| 5504 | + $params = array_merge($params, $optParams); |
|
| 5505 | + return $this->call('removeInstance', array($params), "Google_Service_Compute_Operation"); |
|
| 5506 | 5506 | } |
| 5507 | 5507 | |
| 5508 | 5508 | /** |
@@ -5521,9 +5521,9 @@ discard block |
||
| 5521 | 5521 | */ |
| 5522 | 5522 | public function setBackup($project, $region, $targetPool, Google_Service_Compute_TargetReference $postBody, $optParams = array()) |
| 5523 | 5523 | { |
| 5524 | - $params = array('project' => $project, 'region' => $region, 'targetPool' => $targetPool, 'postBody' => $postBody); |
|
| 5525 | - $params = array_merge($params, $optParams); |
|
| 5526 | - return $this->call('setBackup', array($params), "Google_Service_Compute_Operation"); |
|
| 5524 | + $params = array('project' => $project, 'region' => $region, 'targetPool' => $targetPool, 'postBody' => $postBody); |
|
| 5525 | + $params = array_merge($params, $optParams); |
|
| 5526 | + return $this->call('setBackup', array($params), "Google_Service_Compute_Operation"); |
|
| 5527 | 5527 | } |
| 5528 | 5528 | } |
| 5529 | 5529 | |
@@ -5553,9 +5553,9 @@ discard block |
||
| 5553 | 5553 | */ |
| 5554 | 5554 | public function aggregatedList($project, $optParams = array()) |
| 5555 | 5555 | { |
| 5556 | - $params = array('project' => $project); |
|
| 5557 | - $params = array_merge($params, $optParams); |
|
| 5558 | - return $this->call('aggregatedList', array($params), "Google_Service_Compute_TargetVpnGatewayAggregatedList"); |
|
| 5556 | + $params = array('project' => $project); |
|
| 5557 | + $params = array_merge($params, $optParams); |
|
| 5558 | + return $this->call('aggregatedList', array($params), "Google_Service_Compute_TargetVpnGatewayAggregatedList"); |
|
| 5559 | 5559 | } |
| 5560 | 5560 | |
| 5561 | 5561 | /** |
@@ -5570,9 +5570,9 @@ discard block |
||
| 5570 | 5570 | */ |
| 5571 | 5571 | public function delete($project, $region, $targetVpnGateway, $optParams = array()) |
| 5572 | 5572 | { |
| 5573 | - $params = array('project' => $project, 'region' => $region, 'targetVpnGateway' => $targetVpnGateway); |
|
| 5574 | - $params = array_merge($params, $optParams); |
|
| 5575 | - return $this->call('delete', array($params), "Google_Service_Compute_Operation"); |
|
| 5573 | + $params = array('project' => $project, 'region' => $region, 'targetVpnGateway' => $targetVpnGateway); |
|
| 5574 | + $params = array_merge($params, $optParams); |
|
| 5575 | + return $this->call('delete', array($params), "Google_Service_Compute_Operation"); |
|
| 5576 | 5576 | } |
| 5577 | 5577 | |
| 5578 | 5578 | /** |
@@ -5587,9 +5587,9 @@ discard block |
||
| 5587 | 5587 | */ |
| 5588 | 5588 | public function get($project, $region, $targetVpnGateway, $optParams = array()) |
| 5589 | 5589 | { |
| 5590 | - $params = array('project' => $project, 'region' => $region, 'targetVpnGateway' => $targetVpnGateway); |
|
| 5591 | - $params = array_merge($params, $optParams); |
|
| 5592 | - return $this->call('get', array($params), "Google_Service_Compute_TargetVpnGateway"); |
|
| 5590 | + $params = array('project' => $project, 'region' => $region, 'targetVpnGateway' => $targetVpnGateway); |
|
| 5591 | + $params = array_merge($params, $optParams); |
|
| 5592 | + return $this->call('get', array($params), "Google_Service_Compute_TargetVpnGateway"); |
|
| 5593 | 5593 | } |
| 5594 | 5594 | |
| 5595 | 5595 | /** |
@@ -5604,9 +5604,9 @@ discard block |
||
| 5604 | 5604 | */ |
| 5605 | 5605 | public function insert($project, $region, Google_Service_Compute_TargetVpnGateway $postBody, $optParams = array()) |
| 5606 | 5606 | { |
| 5607 | - $params = array('project' => $project, 'region' => $region, 'postBody' => $postBody); |
|
| 5608 | - $params = array_merge($params, $optParams); |
|
| 5609 | - return $this->call('insert', array($params), "Google_Service_Compute_Operation"); |
|
| 5607 | + $params = array('project' => $project, 'region' => $region, 'postBody' => $postBody); |
|
| 5608 | + $params = array_merge($params, $optParams); |
|
| 5609 | + return $this->call('insert', array($params), "Google_Service_Compute_Operation"); |
|
| 5610 | 5610 | } |
| 5611 | 5611 | |
| 5612 | 5612 | /** |
@@ -5625,9 +5625,9 @@ discard block |
||
| 5625 | 5625 | */ |
| 5626 | 5626 | public function listTargetVpnGateways($project, $region, $optParams = array()) |
| 5627 | 5627 | { |
| 5628 | - $params = array('project' => $project, 'region' => $region); |
|
| 5629 | - $params = array_merge($params, $optParams); |
|
| 5630 | - return $this->call('list', array($params), "Google_Service_Compute_TargetVpnGatewayList"); |
|
| 5628 | + $params = array('project' => $project, 'region' => $region); |
|
| 5629 | + $params = array_merge($params, $optParams); |
|
| 5630 | + return $this->call('list', array($params), "Google_Service_Compute_TargetVpnGatewayList"); |
|
| 5631 | 5631 | } |
| 5632 | 5632 | } |
| 5633 | 5633 | |
@@ -5652,9 +5652,9 @@ discard block |
||
| 5652 | 5652 | */ |
| 5653 | 5653 | public function delete($project, $urlMap, $optParams = array()) |
| 5654 | 5654 | { |
| 5655 | - $params = array('project' => $project, 'urlMap' => $urlMap); |
|
| 5656 | - $params = array_merge($params, $optParams); |
|
| 5657 | - return $this->call('delete', array($params), "Google_Service_Compute_Operation"); |
|
| 5655 | + $params = array('project' => $project, 'urlMap' => $urlMap); |
|
| 5656 | + $params = array_merge($params, $optParams); |
|
| 5657 | + return $this->call('delete', array($params), "Google_Service_Compute_Operation"); |
|
| 5658 | 5658 | } |
| 5659 | 5659 | |
| 5660 | 5660 | /** |
@@ -5667,9 +5667,9 @@ discard block |
||
| 5667 | 5667 | */ |
| 5668 | 5668 | public function get($project, $urlMap, $optParams = array()) |
| 5669 | 5669 | { |
| 5670 | - $params = array('project' => $project, 'urlMap' => $urlMap); |
|
| 5671 | - $params = array_merge($params, $optParams); |
|
| 5672 | - return $this->call('get', array($params), "Google_Service_Compute_UrlMap"); |
|
| 5670 | + $params = array('project' => $project, 'urlMap' => $urlMap); |
|
| 5671 | + $params = array_merge($params, $optParams); |
|
| 5672 | + return $this->call('get', array($params), "Google_Service_Compute_UrlMap"); |
|
| 5673 | 5673 | } |
| 5674 | 5674 | |
| 5675 | 5675 | /** |
@@ -5683,9 +5683,9 @@ discard block |
||
| 5683 | 5683 | */ |
| 5684 | 5684 | public function insert($project, Google_Service_Compute_UrlMap $postBody, $optParams = array()) |
| 5685 | 5685 | { |
| 5686 | - $params = array('project' => $project, 'postBody' => $postBody); |
|
| 5687 | - $params = array_merge($params, $optParams); |
|
| 5688 | - return $this->call('insert', array($params), "Google_Service_Compute_Operation"); |
|
| 5686 | + $params = array('project' => $project, 'postBody' => $postBody); |
|
| 5687 | + $params = array_merge($params, $optParams); |
|
| 5688 | + return $this->call('insert', array($params), "Google_Service_Compute_Operation"); |
|
| 5689 | 5689 | } |
| 5690 | 5690 | |
| 5691 | 5691 | /** |
@@ -5703,9 +5703,9 @@ discard block |
||
| 5703 | 5703 | */ |
| 5704 | 5704 | public function listUrlMaps($project, $optParams = array()) |
| 5705 | 5705 | { |
| 5706 | - $params = array('project' => $project); |
|
| 5707 | - $params = array_merge($params, $optParams); |
|
| 5708 | - return $this->call('list', array($params), "Google_Service_Compute_UrlMapList"); |
|
| 5706 | + $params = array('project' => $project); |
|
| 5707 | + $params = array_merge($params, $optParams); |
|
| 5708 | + return $this->call('list', array($params), "Google_Service_Compute_UrlMapList"); |
|
| 5709 | 5709 | } |
| 5710 | 5710 | |
| 5711 | 5711 | /** |
@@ -5720,9 +5720,9 @@ discard block |
||
| 5720 | 5720 | */ |
| 5721 | 5721 | public function patch($project, $urlMap, Google_Service_Compute_UrlMap $postBody, $optParams = array()) |
| 5722 | 5722 | { |
| 5723 | - $params = array('project' => $project, 'urlMap' => $urlMap, 'postBody' => $postBody); |
|
| 5724 | - $params = array_merge($params, $optParams); |
|
| 5725 | - return $this->call('patch', array($params), "Google_Service_Compute_Operation"); |
|
| 5723 | + $params = array('project' => $project, 'urlMap' => $urlMap, 'postBody' => $postBody); |
|
| 5724 | + $params = array_merge($params, $optParams); |
|
| 5725 | + return $this->call('patch', array($params), "Google_Service_Compute_Operation"); |
|
| 5726 | 5726 | } |
| 5727 | 5727 | |
| 5728 | 5728 | /** |
@@ -5736,9 +5736,9 @@ discard block |
||
| 5736 | 5736 | */ |
| 5737 | 5737 | public function update($project, $urlMap, Google_Service_Compute_UrlMap $postBody, $optParams = array()) |
| 5738 | 5738 | { |
| 5739 | - $params = array('project' => $project, 'urlMap' => $urlMap, 'postBody' => $postBody); |
|
| 5740 | - $params = array_merge($params, $optParams); |
|
| 5741 | - return $this->call('update', array($params), "Google_Service_Compute_Operation"); |
|
| 5739 | + $params = array('project' => $project, 'urlMap' => $urlMap, 'postBody' => $postBody); |
|
| 5740 | + $params = array_merge($params, $optParams); |
|
| 5741 | + return $this->call('update', array($params), "Google_Service_Compute_Operation"); |
|
| 5742 | 5742 | } |
| 5743 | 5743 | |
| 5744 | 5744 | /** |
@@ -5754,9 +5754,9 @@ discard block |
||
| 5754 | 5754 | */ |
| 5755 | 5755 | public function validate($project, $urlMap, Google_Service_Compute_UrlMapsValidateRequest $postBody, $optParams = array()) |
| 5756 | 5756 | { |
| 5757 | - $params = array('project' => $project, 'urlMap' => $urlMap, 'postBody' => $postBody); |
|
| 5758 | - $params = array_merge($params, $optParams); |
|
| 5759 | - return $this->call('validate', array($params), "Google_Service_Compute_UrlMapsValidateResponse"); |
|
| 5757 | + $params = array('project' => $project, 'urlMap' => $urlMap, 'postBody' => $postBody); |
|
| 5758 | + $params = array_merge($params, $optParams); |
|
| 5759 | + return $this->call('validate', array($params), "Google_Service_Compute_UrlMapsValidateResponse"); |
|
| 5760 | 5760 | } |
| 5761 | 5761 | } |
| 5762 | 5762 | |
@@ -5786,9 +5786,9 @@ discard block |
||
| 5786 | 5786 | */ |
| 5787 | 5787 | public function aggregatedList($project, $optParams = array()) |
| 5788 | 5788 | { |
| 5789 | - $params = array('project' => $project); |
|
| 5790 | - $params = array_merge($params, $optParams); |
|
| 5791 | - return $this->call('aggregatedList', array($params), "Google_Service_Compute_VpnTunnelAggregatedList"); |
|
| 5789 | + $params = array('project' => $project); |
|
| 5790 | + $params = array_merge($params, $optParams); |
|
| 5791 | + return $this->call('aggregatedList', array($params), "Google_Service_Compute_VpnTunnelAggregatedList"); |
|
| 5792 | 5792 | } |
| 5793 | 5793 | |
| 5794 | 5794 | /** |
@@ -5802,9 +5802,9 @@ discard block |
||
| 5802 | 5802 | */ |
| 5803 | 5803 | public function delete($project, $region, $vpnTunnel, $optParams = array()) |
| 5804 | 5804 | { |
| 5805 | - $params = array('project' => $project, 'region' => $region, 'vpnTunnel' => $vpnTunnel); |
|
| 5806 | - $params = array_merge($params, $optParams); |
|
| 5807 | - return $this->call('delete', array($params), "Google_Service_Compute_Operation"); |
|
| 5805 | + $params = array('project' => $project, 'region' => $region, 'vpnTunnel' => $vpnTunnel); |
|
| 5806 | + $params = array_merge($params, $optParams); |
|
| 5807 | + return $this->call('delete', array($params), "Google_Service_Compute_Operation"); |
|
| 5808 | 5808 | } |
| 5809 | 5809 | |
| 5810 | 5810 | /** |
@@ -5818,9 +5818,9 @@ discard block |
||
| 5818 | 5818 | */ |
| 5819 | 5819 | public function get($project, $region, $vpnTunnel, $optParams = array()) |
| 5820 | 5820 | { |
| 5821 | - $params = array('project' => $project, 'region' => $region, 'vpnTunnel' => $vpnTunnel); |
|
| 5822 | - $params = array_merge($params, $optParams); |
|
| 5823 | - return $this->call('get', array($params), "Google_Service_Compute_VpnTunnel"); |
|
| 5821 | + $params = array('project' => $project, 'region' => $region, 'vpnTunnel' => $vpnTunnel); |
|
| 5822 | + $params = array_merge($params, $optParams); |
|
| 5823 | + return $this->call('get', array($params), "Google_Service_Compute_VpnTunnel"); |
|
| 5824 | 5824 | } |
| 5825 | 5825 | |
| 5826 | 5826 | /** |
@@ -5835,9 +5835,9 @@ discard block |
||
| 5835 | 5835 | */ |
| 5836 | 5836 | public function insert($project, $region, Google_Service_Compute_VpnTunnel $postBody, $optParams = array()) |
| 5837 | 5837 | { |
| 5838 | - $params = array('project' => $project, 'region' => $region, 'postBody' => $postBody); |
|
| 5839 | - $params = array_merge($params, $optParams); |
|
| 5840 | - return $this->call('insert', array($params), "Google_Service_Compute_Operation"); |
|
| 5838 | + $params = array('project' => $project, 'region' => $region, 'postBody' => $postBody); |
|
| 5839 | + $params = array_merge($params, $optParams); |
|
| 5840 | + return $this->call('insert', array($params), "Google_Service_Compute_Operation"); |
|
| 5841 | 5841 | } |
| 5842 | 5842 | |
| 5843 | 5843 | /** |
@@ -5856,9 +5856,9 @@ discard block |
||
| 5856 | 5856 | */ |
| 5857 | 5857 | public function listVpnTunnels($project, $region, $optParams = array()) |
| 5858 | 5858 | { |
| 5859 | - $params = array('project' => $project, 'region' => $region); |
|
| 5860 | - $params = array_merge($params, $optParams); |
|
| 5861 | - return $this->call('list', array($params), "Google_Service_Compute_VpnTunnelList"); |
|
| 5859 | + $params = array('project' => $project, 'region' => $region); |
|
| 5860 | + $params = array_merge($params, $optParams); |
|
| 5861 | + return $this->call('list', array($params), "Google_Service_Compute_VpnTunnelList"); |
|
| 5862 | 5862 | } |
| 5863 | 5863 | } |
| 5864 | 5864 | |
@@ -5884,9 +5884,9 @@ discard block |
||
| 5884 | 5884 | */ |
| 5885 | 5885 | public function delete($project, $zone, $operation, $optParams = array()) |
| 5886 | 5886 | { |
| 5887 | - $params = array('project' => $project, 'zone' => $zone, 'operation' => $operation); |
|
| 5888 | - $params = array_merge($params, $optParams); |
|
| 5889 | - return $this->call('delete', array($params)); |
|
| 5887 | + $params = array('project' => $project, 'zone' => $zone, 'operation' => $operation); |
|
| 5888 | + $params = array_merge($params, $optParams); |
|
| 5889 | + return $this->call('delete', array($params)); |
|
| 5890 | 5890 | } |
| 5891 | 5891 | |
| 5892 | 5892 | /** |
@@ -5901,9 +5901,9 @@ discard block |
||
| 5901 | 5901 | */ |
| 5902 | 5902 | public function get($project, $zone, $operation, $optParams = array()) |
| 5903 | 5903 | { |
| 5904 | - $params = array('project' => $project, 'zone' => $zone, 'operation' => $operation); |
|
| 5905 | - $params = array_merge($params, $optParams); |
|
| 5906 | - return $this->call('get', array($params), "Google_Service_Compute_Operation"); |
|
| 5904 | + $params = array('project' => $project, 'zone' => $zone, 'operation' => $operation); |
|
| 5905 | + $params = array_merge($params, $optParams); |
|
| 5906 | + return $this->call('get', array($params), "Google_Service_Compute_Operation"); |
|
| 5907 | 5907 | } |
| 5908 | 5908 | |
| 5909 | 5909 | /** |
@@ -5922,9 +5922,9 @@ discard block |
||
| 5922 | 5922 | */ |
| 5923 | 5923 | public function listZoneOperations($project, $zone, $optParams = array()) |
| 5924 | 5924 | { |
| 5925 | - $params = array('project' => $project, 'zone' => $zone); |
|
| 5926 | - $params = array_merge($params, $optParams); |
|
| 5927 | - return $this->call('list', array($params), "Google_Service_Compute_OperationList"); |
|
| 5925 | + $params = array('project' => $project, 'zone' => $zone); |
|
| 5926 | + $params = array_merge($params, $optParams); |
|
| 5927 | + return $this->call('list', array($params), "Google_Service_Compute_OperationList"); |
|
| 5928 | 5928 | } |
| 5929 | 5929 | } |
| 5930 | 5930 | |
@@ -5949,9 +5949,9 @@ discard block |
||
| 5949 | 5949 | */ |
| 5950 | 5950 | public function get($project, $zone, $optParams = array()) |
| 5951 | 5951 | { |
| 5952 | - $params = array('project' => $project, 'zone' => $zone); |
|
| 5953 | - $params = array_merge($params, $optParams); |
|
| 5954 | - return $this->call('get', array($params), "Google_Service_Compute_Zone"); |
|
| 5952 | + $params = array('project' => $project, 'zone' => $zone); |
|
| 5953 | + $params = array_merge($params, $optParams); |
|
| 5954 | + return $this->call('get', array($params), "Google_Service_Compute_Zone"); |
|
| 5955 | 5955 | } |
| 5956 | 5956 | |
| 5957 | 5957 | /** |
@@ -5969,9 +5969,9 @@ discard block |
||
| 5969 | 5969 | */ |
| 5970 | 5970 | public function listZones($project, $optParams = array()) |
| 5971 | 5971 | { |
| 5972 | - $params = array('project' => $project); |
|
| 5973 | - $params = array_merge($params, $optParams); |
|
| 5974 | - return $this->call('list', array($params), "Google_Service_Compute_ZoneList"); |
|
| 5972 | + $params = array('project' => $project); |
|
| 5973 | + $params = array_merge($params, $optParams); |
|
| 5974 | + return $this->call('list', array($params), "Google_Service_Compute_ZoneList"); |
|
| 5975 | 5975 | } |
| 5976 | 5976 | } |
| 5977 | 5977 | |
@@ -5990,35 +5990,35 @@ discard block |
||
| 5990 | 5990 | |
| 5991 | 5991 | public function setKind($kind) |
| 5992 | 5992 | { |
| 5993 | - $this->kind = $kind; |
|
| 5993 | + $this->kind = $kind; |
|
| 5994 | 5994 | } |
| 5995 | 5995 | public function getKind() |
| 5996 | 5996 | { |
| 5997 | - return $this->kind; |
|
| 5997 | + return $this->kind; |
|
| 5998 | 5998 | } |
| 5999 | 5999 | public function setName($name) |
| 6000 | 6000 | { |
| 6001 | - $this->name = $name; |
|
| 6001 | + $this->name = $name; |
|
| 6002 | 6002 | } |
| 6003 | 6003 | public function getName() |
| 6004 | 6004 | { |
| 6005 | - return $this->name; |
|
| 6005 | + return $this->name; |
|
| 6006 | 6006 | } |
| 6007 | 6007 | public function setNatIP($natIP) |
| 6008 | 6008 | { |
| 6009 | - $this->natIP = $natIP; |
|
| 6009 | + $this->natIP = $natIP; |
|
| 6010 | 6010 | } |
| 6011 | 6011 | public function getNatIP() |
| 6012 | 6012 | { |
| 6013 | - return $this->natIP; |
|
| 6013 | + return $this->natIP; |
|
| 6014 | 6014 | } |
| 6015 | 6015 | public function setType($type) |
| 6016 | 6016 | { |
| 6017 | - $this->type = $type; |
|
| 6017 | + $this->type = $type; |
|
| 6018 | 6018 | } |
| 6019 | 6019 | public function getType() |
| 6020 | 6020 | { |
| 6021 | - return $this->type; |
|
| 6021 | + return $this->type; |
|
| 6022 | 6022 | } |
| 6023 | 6023 | } |
| 6024 | 6024 | |
@@ -6041,83 +6041,83 @@ discard block |
||
| 6041 | 6041 | |
| 6042 | 6042 | public function setAddress($address) |
| 6043 | 6043 | { |
| 6044 | - $this->address = $address; |
|
| 6044 | + $this->address = $address; |
|
| 6045 | 6045 | } |
| 6046 | 6046 | public function getAddress() |
| 6047 | 6047 | { |
| 6048 | - return $this->address; |
|
| 6048 | + return $this->address; |
|
| 6049 | 6049 | } |
| 6050 | 6050 | public function setCreationTimestamp($creationTimestamp) |
| 6051 | 6051 | { |
| 6052 | - $this->creationTimestamp = $creationTimestamp; |
|
| 6052 | + $this->creationTimestamp = $creationTimestamp; |
|
| 6053 | 6053 | } |
| 6054 | 6054 | public function getCreationTimestamp() |
| 6055 | 6055 | { |
| 6056 | - return $this->creationTimestamp; |
|
| 6056 | + return $this->creationTimestamp; |
|
| 6057 | 6057 | } |
| 6058 | 6058 | public function setDescription($description) |
| 6059 | 6059 | { |
| 6060 | - $this->description = $description; |
|
| 6060 | + $this->description = $description; |
|
| 6061 | 6061 | } |
| 6062 | 6062 | public function getDescription() |
| 6063 | 6063 | { |
| 6064 | - return $this->description; |
|
| 6064 | + return $this->description; |
|
| 6065 | 6065 | } |
| 6066 | 6066 | public function setId($id) |
| 6067 | 6067 | { |
| 6068 | - $this->id = $id; |
|
| 6068 | + $this->id = $id; |
|
| 6069 | 6069 | } |
| 6070 | 6070 | public function getId() |
| 6071 | 6071 | { |
| 6072 | - return $this->id; |
|
| 6072 | + return $this->id; |
|
| 6073 | 6073 | } |
| 6074 | 6074 | public function setKind($kind) |
| 6075 | 6075 | { |
| 6076 | - $this->kind = $kind; |
|
| 6076 | + $this->kind = $kind; |
|
| 6077 | 6077 | } |
| 6078 | 6078 | public function getKind() |
| 6079 | 6079 | { |
| 6080 | - return $this->kind; |
|
| 6080 | + return $this->kind; |
|
| 6081 | 6081 | } |
| 6082 | 6082 | public function setName($name) |
| 6083 | 6083 | { |
| 6084 | - $this->name = $name; |
|
| 6084 | + $this->name = $name; |
|
| 6085 | 6085 | } |
| 6086 | 6086 | public function getName() |
| 6087 | 6087 | { |
| 6088 | - return $this->name; |
|
| 6088 | + return $this->name; |
|
| 6089 | 6089 | } |
| 6090 | 6090 | public function setRegion($region) |
| 6091 | 6091 | { |
| 6092 | - $this->region = $region; |
|
| 6092 | + $this->region = $region; |
|
| 6093 | 6093 | } |
| 6094 | 6094 | public function getRegion() |
| 6095 | 6095 | { |
| 6096 | - return $this->region; |
|
| 6096 | + return $this->region; |
|
| 6097 | 6097 | } |
| 6098 | 6098 | public function setSelfLink($selfLink) |
| 6099 | 6099 | { |
| 6100 | - $this->selfLink = $selfLink; |
|
| 6100 | + $this->selfLink = $selfLink; |
|
| 6101 | 6101 | } |
| 6102 | 6102 | public function getSelfLink() |
| 6103 | 6103 | { |
| 6104 | - return $this->selfLink; |
|
| 6104 | + return $this->selfLink; |
|
| 6105 | 6105 | } |
| 6106 | 6106 | public function setStatus($status) |
| 6107 | 6107 | { |
| 6108 | - $this->status = $status; |
|
| 6108 | + $this->status = $status; |
|
| 6109 | 6109 | } |
| 6110 | 6110 | public function getStatus() |
| 6111 | 6111 | { |
| 6112 | - return $this->status; |
|
| 6112 | + return $this->status; |
|
| 6113 | 6113 | } |
| 6114 | 6114 | public function setUsers($users) |
| 6115 | 6115 | { |
| 6116 | - $this->users = $users; |
|
| 6116 | + $this->users = $users; |
|
| 6117 | 6117 | } |
| 6118 | 6118 | public function getUsers() |
| 6119 | 6119 | { |
| 6120 | - return $this->users; |
|
| 6120 | + return $this->users; |
|
| 6121 | 6121 | } |
| 6122 | 6122 | } |
| 6123 | 6123 | |
@@ -6135,43 +6135,43 @@ discard block |
||
| 6135 | 6135 | |
| 6136 | 6136 | public function setId($id) |
| 6137 | 6137 | { |
| 6138 | - $this->id = $id; |
|
| 6138 | + $this->id = $id; |
|
| 6139 | 6139 | } |
| 6140 | 6140 | public function getId() |
| 6141 | 6141 | { |
| 6142 | - return $this->id; |
|
| 6142 | + return $this->id; |
|
| 6143 | 6143 | } |
| 6144 | 6144 | public function setItems($items) |
| 6145 | 6145 | { |
| 6146 | - $this->items = $items; |
|
| 6146 | + $this->items = $items; |
|
| 6147 | 6147 | } |
| 6148 | 6148 | public function getItems() |
| 6149 | 6149 | { |
| 6150 | - return $this->items; |
|
| 6150 | + return $this->items; |
|
| 6151 | 6151 | } |
| 6152 | 6152 | public function setKind($kind) |
| 6153 | 6153 | { |
| 6154 | - $this->kind = $kind; |
|
| 6154 | + $this->kind = $kind; |
|
| 6155 | 6155 | } |
| 6156 | 6156 | public function getKind() |
| 6157 | 6157 | { |
| 6158 | - return $this->kind; |
|
| 6158 | + return $this->kind; |
|
| 6159 | 6159 | } |
| 6160 | 6160 | public function setNextPageToken($nextPageToken) |
| 6161 | 6161 | { |
| 6162 | - $this->nextPageToken = $nextPageToken; |
|
| 6162 | + $this->nextPageToken = $nextPageToken; |
|
| 6163 | 6163 | } |
| 6164 | 6164 | public function getNextPageToken() |
| 6165 | 6165 | { |
| 6166 | - return $this->nextPageToken; |
|
| 6166 | + return $this->nextPageToken; |
|
| 6167 | 6167 | } |
| 6168 | 6168 | public function setSelfLink($selfLink) |
| 6169 | 6169 | { |
| 6170 | - $this->selfLink = $selfLink; |
|
| 6170 | + $this->selfLink = $selfLink; |
|
| 6171 | 6171 | } |
| 6172 | 6172 | public function getSelfLink() |
| 6173 | 6173 | { |
| 6174 | - return $this->selfLink; |
|
| 6174 | + return $this->selfLink; |
|
| 6175 | 6175 | } |
| 6176 | 6176 | } |
| 6177 | 6177 | |
@@ -6194,43 +6194,43 @@ discard block |
||
| 6194 | 6194 | |
| 6195 | 6195 | public function setId($id) |
| 6196 | 6196 | { |
| 6197 | - $this->id = $id; |
|
| 6197 | + $this->id = $id; |
|
| 6198 | 6198 | } |
| 6199 | 6199 | public function getId() |
| 6200 | 6200 | { |
| 6201 | - return $this->id; |
|
| 6201 | + return $this->id; |
|
| 6202 | 6202 | } |
| 6203 | 6203 | public function setItems($items) |
| 6204 | 6204 | { |
| 6205 | - $this->items = $items; |
|
| 6205 | + $this->items = $items; |
|
| 6206 | 6206 | } |
| 6207 | 6207 | public function getItems() |
| 6208 | 6208 | { |
| 6209 | - return $this->items; |
|
| 6209 | + return $this->items; |
|
| 6210 | 6210 | } |
| 6211 | 6211 | public function setKind($kind) |
| 6212 | 6212 | { |
| 6213 | - $this->kind = $kind; |
|
| 6213 | + $this->kind = $kind; |
|
| 6214 | 6214 | } |
| 6215 | 6215 | public function getKind() |
| 6216 | 6216 | { |
| 6217 | - return $this->kind; |
|
| 6217 | + return $this->kind; |
|
| 6218 | 6218 | } |
| 6219 | 6219 | public function setNextPageToken($nextPageToken) |
| 6220 | 6220 | { |
| 6221 | - $this->nextPageToken = $nextPageToken; |
|
| 6221 | + $this->nextPageToken = $nextPageToken; |
|
| 6222 | 6222 | } |
| 6223 | 6223 | public function getNextPageToken() |
| 6224 | 6224 | { |
| 6225 | - return $this->nextPageToken; |
|
| 6225 | + return $this->nextPageToken; |
|
| 6226 | 6226 | } |
| 6227 | 6227 | public function setSelfLink($selfLink) |
| 6228 | 6228 | { |
| 6229 | - $this->selfLink = $selfLink; |
|
| 6229 | + $this->selfLink = $selfLink; |
|
| 6230 | 6230 | } |
| 6231 | 6231 | public function getSelfLink() |
| 6232 | 6232 | { |
| 6233 | - return $this->selfLink; |
|
| 6233 | + return $this->selfLink; |
|
| 6234 | 6234 | } |
| 6235 | 6235 | } |
| 6236 | 6236 | |
@@ -6247,19 +6247,19 @@ discard block |
||
| 6247 | 6247 | |
| 6248 | 6248 | public function setAddresses($addresses) |
| 6249 | 6249 | { |
| 6250 | - $this->addresses = $addresses; |
|
| 6250 | + $this->addresses = $addresses; |
|
| 6251 | 6251 | } |
| 6252 | 6252 | public function getAddresses() |
| 6253 | 6253 | { |
| 6254 | - return $this->addresses; |
|
| 6254 | + return $this->addresses; |
|
| 6255 | 6255 | } |
| 6256 | 6256 | public function setWarning(Google_Service_Compute_AddressesScopedListWarning $warning) |
| 6257 | 6257 | { |
| 6258 | - $this->warning = $warning; |
|
| 6258 | + $this->warning = $warning; |
|
| 6259 | 6259 | } |
| 6260 | 6260 | public function getWarning() |
| 6261 | 6261 | { |
| 6262 | - return $this->warning; |
|
| 6262 | + return $this->warning; |
|
| 6263 | 6263 | } |
| 6264 | 6264 | } |
| 6265 | 6265 | |
@@ -6276,27 +6276,27 @@ discard block |
||
| 6276 | 6276 | |
| 6277 | 6277 | public function setCode($code) |
| 6278 | 6278 | { |
| 6279 | - $this->code = $code; |
|
| 6279 | + $this->code = $code; |
|
| 6280 | 6280 | } |
| 6281 | 6281 | public function getCode() |
| 6282 | 6282 | { |
| 6283 | - return $this->code; |
|
| 6283 | + return $this->code; |
|
| 6284 | 6284 | } |
| 6285 | 6285 | public function setData($data) |
| 6286 | 6286 | { |
| 6287 | - $this->data = $data; |
|
| 6287 | + $this->data = $data; |
|
| 6288 | 6288 | } |
| 6289 | 6289 | public function getData() |
| 6290 | 6290 | { |
| 6291 | - return $this->data; |
|
| 6291 | + return $this->data; |
|
| 6292 | 6292 | } |
| 6293 | 6293 | public function setMessage($message) |
| 6294 | 6294 | { |
| 6295 | - $this->message = $message; |
|
| 6295 | + $this->message = $message; |
|
| 6296 | 6296 | } |
| 6297 | 6297 | public function getMessage() |
| 6298 | 6298 | { |
| 6299 | - return $this->message; |
|
| 6299 | + return $this->message; |
|
| 6300 | 6300 | } |
| 6301 | 6301 | } |
| 6302 | 6302 | |
@@ -6310,19 +6310,19 @@ discard block |
||
| 6310 | 6310 | |
| 6311 | 6311 | public function setKey($key) |
| 6312 | 6312 | { |
| 6313 | - $this->key = $key; |
|
| 6313 | + $this->key = $key; |
|
| 6314 | 6314 | } |
| 6315 | 6315 | public function getKey() |
| 6316 | 6316 | { |
| 6317 | - return $this->key; |
|
| 6317 | + return $this->key; |
|
| 6318 | 6318 | } |
| 6319 | 6319 | public function setValue($value) |
| 6320 | 6320 | { |
| 6321 | - $this->value = $value; |
|
| 6321 | + $this->value = $value; |
|
| 6322 | 6322 | } |
| 6323 | 6323 | public function getValue() |
| 6324 | 6324 | { |
| 6325 | - return $this->value; |
|
| 6325 | + return $this->value; |
|
| 6326 | 6326 | } |
| 6327 | 6327 | } |
| 6328 | 6328 | |
@@ -6347,91 +6347,91 @@ discard block |
||
| 6347 | 6347 | |
| 6348 | 6348 | public function setAutoDelete($autoDelete) |
| 6349 | 6349 | { |
| 6350 | - $this->autoDelete = $autoDelete; |
|
| 6350 | + $this->autoDelete = $autoDelete; |
|
| 6351 | 6351 | } |
| 6352 | 6352 | public function getAutoDelete() |
| 6353 | 6353 | { |
| 6354 | - return $this->autoDelete; |
|
| 6354 | + return $this->autoDelete; |
|
| 6355 | 6355 | } |
| 6356 | 6356 | public function setBoot($boot) |
| 6357 | 6357 | { |
| 6358 | - $this->boot = $boot; |
|
| 6358 | + $this->boot = $boot; |
|
| 6359 | 6359 | } |
| 6360 | 6360 | public function getBoot() |
| 6361 | 6361 | { |
| 6362 | - return $this->boot; |
|
| 6362 | + return $this->boot; |
|
| 6363 | 6363 | } |
| 6364 | 6364 | public function setDeviceName($deviceName) |
| 6365 | 6365 | { |
| 6366 | - $this->deviceName = $deviceName; |
|
| 6366 | + $this->deviceName = $deviceName; |
|
| 6367 | 6367 | } |
| 6368 | 6368 | public function getDeviceName() |
| 6369 | 6369 | { |
| 6370 | - return $this->deviceName; |
|
| 6370 | + return $this->deviceName; |
|
| 6371 | 6371 | } |
| 6372 | 6372 | public function setIndex($index) |
| 6373 | 6373 | { |
| 6374 | - $this->index = $index; |
|
| 6374 | + $this->index = $index; |
|
| 6375 | 6375 | } |
| 6376 | 6376 | public function getIndex() |
| 6377 | 6377 | { |
| 6378 | - return $this->index; |
|
| 6378 | + return $this->index; |
|
| 6379 | 6379 | } |
| 6380 | 6380 | public function setInitializeParams(Google_Service_Compute_AttachedDiskInitializeParams $initializeParams) |
| 6381 | 6381 | { |
| 6382 | - $this->initializeParams = $initializeParams; |
|
| 6382 | + $this->initializeParams = $initializeParams; |
|
| 6383 | 6383 | } |
| 6384 | 6384 | public function getInitializeParams() |
| 6385 | 6385 | { |
| 6386 | - return $this->initializeParams; |
|
| 6386 | + return $this->initializeParams; |
|
| 6387 | 6387 | } |
| 6388 | 6388 | public function setInterface($interface) |
| 6389 | 6389 | { |
| 6390 | - $this->interface = $interface; |
|
| 6390 | + $this->interface = $interface; |
|
| 6391 | 6391 | } |
| 6392 | 6392 | public function getInterface() |
| 6393 | 6393 | { |
| 6394 | - return $this->interface; |
|
| 6394 | + return $this->interface; |
|
| 6395 | 6395 | } |
| 6396 | 6396 | public function setKind($kind) |
| 6397 | 6397 | { |
| 6398 | - $this->kind = $kind; |
|
| 6398 | + $this->kind = $kind; |
|
| 6399 | 6399 | } |
| 6400 | 6400 | public function getKind() |
| 6401 | 6401 | { |
| 6402 | - return $this->kind; |
|
| 6402 | + return $this->kind; |
|
| 6403 | 6403 | } |
| 6404 | 6404 | public function setLicenses($licenses) |
| 6405 | 6405 | { |
| 6406 | - $this->licenses = $licenses; |
|
| 6406 | + $this->licenses = $licenses; |
|
| 6407 | 6407 | } |
| 6408 | 6408 | public function getLicenses() |
| 6409 | 6409 | { |
| 6410 | - return $this->licenses; |
|
| 6410 | + return $this->licenses; |
|
| 6411 | 6411 | } |
| 6412 | 6412 | public function setMode($mode) |
| 6413 | 6413 | { |
| 6414 | - $this->mode = $mode; |
|
| 6414 | + $this->mode = $mode; |
|
| 6415 | 6415 | } |
| 6416 | 6416 | public function getMode() |
| 6417 | 6417 | { |
| 6418 | - return $this->mode; |
|
| 6418 | + return $this->mode; |
|
| 6419 | 6419 | } |
| 6420 | 6420 | public function setSource($source) |
| 6421 | 6421 | { |
| 6422 | - $this->source = $source; |
|
| 6422 | + $this->source = $source; |
|
| 6423 | 6423 | } |
| 6424 | 6424 | public function getSource() |
| 6425 | 6425 | { |
| 6426 | - return $this->source; |
|
| 6426 | + return $this->source; |
|
| 6427 | 6427 | } |
| 6428 | 6428 | public function setType($type) |
| 6429 | 6429 | { |
| 6430 | - $this->type = $type; |
|
| 6430 | + $this->type = $type; |
|
| 6431 | 6431 | } |
| 6432 | 6432 | public function getType() |
| 6433 | 6433 | { |
| 6434 | - return $this->type; |
|
| 6434 | + return $this->type; |
|
| 6435 | 6435 | } |
| 6436 | 6436 | } |
| 6437 | 6437 | |
@@ -6447,35 +6447,35 @@ discard block |
||
| 6447 | 6447 | |
| 6448 | 6448 | public function setDiskName($diskName) |
| 6449 | 6449 | { |
| 6450 | - $this->diskName = $diskName; |
|
| 6450 | + $this->diskName = $diskName; |
|
| 6451 | 6451 | } |
| 6452 | 6452 | public function getDiskName() |
| 6453 | 6453 | { |
| 6454 | - return $this->diskName; |
|
| 6454 | + return $this->diskName; |
|
| 6455 | 6455 | } |
| 6456 | 6456 | public function setDiskSizeGb($diskSizeGb) |
| 6457 | 6457 | { |
| 6458 | - $this->diskSizeGb = $diskSizeGb; |
|
| 6458 | + $this->diskSizeGb = $diskSizeGb; |
|
| 6459 | 6459 | } |
| 6460 | 6460 | public function getDiskSizeGb() |
| 6461 | 6461 | { |
| 6462 | - return $this->diskSizeGb; |
|
| 6462 | + return $this->diskSizeGb; |
|
| 6463 | 6463 | } |
| 6464 | 6464 | public function setDiskType($diskType) |
| 6465 | 6465 | { |
| 6466 | - $this->diskType = $diskType; |
|
| 6466 | + $this->diskType = $diskType; |
|
| 6467 | 6467 | } |
| 6468 | 6468 | public function getDiskType() |
| 6469 | 6469 | { |
| 6470 | - return $this->diskType; |
|
| 6470 | + return $this->diskType; |
|
| 6471 | 6471 | } |
| 6472 | 6472 | public function setSourceImage($sourceImage) |
| 6473 | 6473 | { |
| 6474 | - $this->sourceImage = $sourceImage; |
|
| 6474 | + $this->sourceImage = $sourceImage; |
|
| 6475 | 6475 | } |
| 6476 | 6476 | public function getSourceImage() |
| 6477 | 6477 | { |
| 6478 | - return $this->sourceImage; |
|
| 6478 | + return $this->sourceImage; |
|
| 6479 | 6479 | } |
| 6480 | 6480 | } |
| 6481 | 6481 | |
@@ -6494,59 +6494,59 @@ discard block |
||
| 6494 | 6494 | |
| 6495 | 6495 | public function setBalancingMode($balancingMode) |
| 6496 | 6496 | { |
| 6497 | - $this->balancingMode = $balancingMode; |
|
| 6497 | + $this->balancingMode = $balancingMode; |
|
| 6498 | 6498 | } |
| 6499 | 6499 | public function getBalancingMode() |
| 6500 | 6500 | { |
| 6501 | - return $this->balancingMode; |
|
| 6501 | + return $this->balancingMode; |
|
| 6502 | 6502 | } |
| 6503 | 6503 | public function setCapacityScaler($capacityScaler) |
| 6504 | 6504 | { |
| 6505 | - $this->capacityScaler = $capacityScaler; |
|
| 6505 | + $this->capacityScaler = $capacityScaler; |
|
| 6506 | 6506 | } |
| 6507 | 6507 | public function getCapacityScaler() |
| 6508 | 6508 | { |
| 6509 | - return $this->capacityScaler; |
|
| 6509 | + return $this->capacityScaler; |
|
| 6510 | 6510 | } |
| 6511 | 6511 | public function setDescription($description) |
| 6512 | 6512 | { |
| 6513 | - $this->description = $description; |
|
| 6513 | + $this->description = $description; |
|
| 6514 | 6514 | } |
| 6515 | 6515 | public function getDescription() |
| 6516 | 6516 | { |
| 6517 | - return $this->description; |
|
| 6517 | + return $this->description; |
|
| 6518 | 6518 | } |
| 6519 | 6519 | public function setGroup($group) |
| 6520 | 6520 | { |
| 6521 | - $this->group = $group; |
|
| 6521 | + $this->group = $group; |
|
| 6522 | 6522 | } |
| 6523 | 6523 | public function getGroup() |
| 6524 | 6524 | { |
| 6525 | - return $this->group; |
|
| 6525 | + return $this->group; |
|
| 6526 | 6526 | } |
| 6527 | 6527 | public function setMaxRate($maxRate) |
| 6528 | 6528 | { |
| 6529 | - $this->maxRate = $maxRate; |
|
| 6529 | + $this->maxRate = $maxRate; |
|
| 6530 | 6530 | } |
| 6531 | 6531 | public function getMaxRate() |
| 6532 | 6532 | { |
| 6533 | - return $this->maxRate; |
|
| 6533 | + return $this->maxRate; |
|
| 6534 | 6534 | } |
| 6535 | 6535 | public function setMaxRatePerInstance($maxRatePerInstance) |
| 6536 | 6536 | { |
| 6537 | - $this->maxRatePerInstance = $maxRatePerInstance; |
|
| 6537 | + $this->maxRatePerInstance = $maxRatePerInstance; |
|
| 6538 | 6538 | } |
| 6539 | 6539 | public function getMaxRatePerInstance() |
| 6540 | 6540 | { |
| 6541 | - return $this->maxRatePerInstance; |
|
| 6541 | + return $this->maxRatePerInstance; |
|
| 6542 | 6542 | } |
| 6543 | 6543 | public function setMaxUtilization($maxUtilization) |
| 6544 | 6544 | { |
| 6545 | - $this->maxUtilization = $maxUtilization; |
|
| 6545 | + $this->maxUtilization = $maxUtilization; |
|
| 6546 | 6546 | } |
| 6547 | 6547 | public function getMaxUtilization() |
| 6548 | 6548 | { |
| 6549 | - return $this->maxUtilization; |
|
| 6549 | + return $this->maxUtilization; |
|
| 6550 | 6550 | } |
| 6551 | 6551 | } |
| 6552 | 6552 | |
@@ -6573,107 +6573,107 @@ discard block |
||
| 6573 | 6573 | |
| 6574 | 6574 | public function setBackends($backends) |
| 6575 | 6575 | { |
| 6576 | - $this->backends = $backends; |
|
| 6576 | + $this->backends = $backends; |
|
| 6577 | 6577 | } |
| 6578 | 6578 | public function getBackends() |
| 6579 | 6579 | { |
| 6580 | - return $this->backends; |
|
| 6580 | + return $this->backends; |
|
| 6581 | 6581 | } |
| 6582 | 6582 | public function setCreationTimestamp($creationTimestamp) |
| 6583 | 6583 | { |
| 6584 | - $this->creationTimestamp = $creationTimestamp; |
|
| 6584 | + $this->creationTimestamp = $creationTimestamp; |
|
| 6585 | 6585 | } |
| 6586 | 6586 | public function getCreationTimestamp() |
| 6587 | 6587 | { |
| 6588 | - return $this->creationTimestamp; |
|
| 6588 | + return $this->creationTimestamp; |
|
| 6589 | 6589 | } |
| 6590 | 6590 | public function setDescription($description) |
| 6591 | 6591 | { |
| 6592 | - $this->description = $description; |
|
| 6592 | + $this->description = $description; |
|
| 6593 | 6593 | } |
| 6594 | 6594 | public function getDescription() |
| 6595 | 6595 | { |
| 6596 | - return $this->description; |
|
| 6596 | + return $this->description; |
|
| 6597 | 6597 | } |
| 6598 | 6598 | public function setFingerprint($fingerprint) |
| 6599 | 6599 | { |
| 6600 | - $this->fingerprint = $fingerprint; |
|
| 6600 | + $this->fingerprint = $fingerprint; |
|
| 6601 | 6601 | } |
| 6602 | 6602 | public function getFingerprint() |
| 6603 | 6603 | { |
| 6604 | - return $this->fingerprint; |
|
| 6604 | + return $this->fingerprint; |
|
| 6605 | 6605 | } |
| 6606 | 6606 | public function setHealthChecks($healthChecks) |
| 6607 | 6607 | { |
| 6608 | - $this->healthChecks = $healthChecks; |
|
| 6608 | + $this->healthChecks = $healthChecks; |
|
| 6609 | 6609 | } |
| 6610 | 6610 | public function getHealthChecks() |
| 6611 | 6611 | { |
| 6612 | - return $this->healthChecks; |
|
| 6612 | + return $this->healthChecks; |
|
| 6613 | 6613 | } |
| 6614 | 6614 | public function setId($id) |
| 6615 | 6615 | { |
| 6616 | - $this->id = $id; |
|
| 6616 | + $this->id = $id; |
|
| 6617 | 6617 | } |
| 6618 | 6618 | public function getId() |
| 6619 | 6619 | { |
| 6620 | - return $this->id; |
|
| 6620 | + return $this->id; |
|
| 6621 | 6621 | } |
| 6622 | 6622 | public function setKind($kind) |
| 6623 | 6623 | { |
| 6624 | - $this->kind = $kind; |
|
| 6624 | + $this->kind = $kind; |
|
| 6625 | 6625 | } |
| 6626 | 6626 | public function getKind() |
| 6627 | 6627 | { |
| 6628 | - return $this->kind; |
|
| 6628 | + return $this->kind; |
|
| 6629 | 6629 | } |
| 6630 | 6630 | public function setName($name) |
| 6631 | 6631 | { |
| 6632 | - $this->name = $name; |
|
| 6632 | + $this->name = $name; |
|
| 6633 | 6633 | } |
| 6634 | 6634 | public function getName() |
| 6635 | 6635 | { |
| 6636 | - return $this->name; |
|
| 6636 | + return $this->name; |
|
| 6637 | 6637 | } |
| 6638 | 6638 | public function setPort($port) |
| 6639 | 6639 | { |
| 6640 | - $this->port = $port; |
|
| 6640 | + $this->port = $port; |
|
| 6641 | 6641 | } |
| 6642 | 6642 | public function getPort() |
| 6643 | 6643 | { |
| 6644 | - return $this->port; |
|
| 6644 | + return $this->port; |
|
| 6645 | 6645 | } |
| 6646 | 6646 | public function setPortName($portName) |
| 6647 | 6647 | { |
| 6648 | - $this->portName = $portName; |
|
| 6648 | + $this->portName = $portName; |
|
| 6649 | 6649 | } |
| 6650 | 6650 | public function getPortName() |
| 6651 | 6651 | { |
| 6652 | - return $this->portName; |
|
| 6652 | + return $this->portName; |
|
| 6653 | 6653 | } |
| 6654 | 6654 | public function setProtocol($protocol) |
| 6655 | 6655 | { |
| 6656 | - $this->protocol = $protocol; |
|
| 6656 | + $this->protocol = $protocol; |
|
| 6657 | 6657 | } |
| 6658 | 6658 | public function getProtocol() |
| 6659 | 6659 | { |
| 6660 | - return $this->protocol; |
|
| 6660 | + return $this->protocol; |
|
| 6661 | 6661 | } |
| 6662 | 6662 | public function setSelfLink($selfLink) |
| 6663 | 6663 | { |
| 6664 | - $this->selfLink = $selfLink; |
|
| 6664 | + $this->selfLink = $selfLink; |
|
| 6665 | 6665 | } |
| 6666 | 6666 | public function getSelfLink() |
| 6667 | 6667 | { |
| 6668 | - return $this->selfLink; |
|
| 6668 | + return $this->selfLink; |
|
| 6669 | 6669 | } |
| 6670 | 6670 | public function setTimeoutSec($timeoutSec) |
| 6671 | 6671 | { |
| 6672 | - $this->timeoutSec = $timeoutSec; |
|
| 6672 | + $this->timeoutSec = $timeoutSec; |
|
| 6673 | 6673 | } |
| 6674 | 6674 | public function getTimeoutSec() |
| 6675 | 6675 | { |
| 6676 | - return $this->timeoutSec; |
|
| 6676 | + return $this->timeoutSec; |
|
| 6677 | 6677 | } |
| 6678 | 6678 | } |
| 6679 | 6679 | |
@@ -6689,19 +6689,19 @@ discard block |
||
| 6689 | 6689 | |
| 6690 | 6690 | public function setHealthStatus($healthStatus) |
| 6691 | 6691 | { |
| 6692 | - $this->healthStatus = $healthStatus; |
|
| 6692 | + $this->healthStatus = $healthStatus; |
|
| 6693 | 6693 | } |
| 6694 | 6694 | public function getHealthStatus() |
| 6695 | 6695 | { |
| 6696 | - return $this->healthStatus; |
|
| 6696 | + return $this->healthStatus; |
|
| 6697 | 6697 | } |
| 6698 | 6698 | public function setKind($kind) |
| 6699 | 6699 | { |
| 6700 | - $this->kind = $kind; |
|
| 6700 | + $this->kind = $kind; |
|
| 6701 | 6701 | } |
| 6702 | 6702 | public function getKind() |
| 6703 | 6703 | { |
| 6704 | - return $this->kind; |
|
| 6704 | + return $this->kind; |
|
| 6705 | 6705 | } |
| 6706 | 6706 | } |
| 6707 | 6707 | |
@@ -6720,43 +6720,43 @@ discard block |
||
| 6720 | 6720 | |
| 6721 | 6721 | public function setId($id) |
| 6722 | 6722 | { |
| 6723 | - $this->id = $id; |
|
| 6723 | + $this->id = $id; |
|
| 6724 | 6724 | } |
| 6725 | 6725 | public function getId() |
| 6726 | 6726 | { |
| 6727 | - return $this->id; |
|
| 6727 | + return $this->id; |
|
| 6728 | 6728 | } |
| 6729 | 6729 | public function setItems($items) |
| 6730 | 6730 | { |
| 6731 | - $this->items = $items; |
|
| 6731 | + $this->items = $items; |
|
| 6732 | 6732 | } |
| 6733 | 6733 | public function getItems() |
| 6734 | 6734 | { |
| 6735 | - return $this->items; |
|
| 6735 | + return $this->items; |
|
| 6736 | 6736 | } |
| 6737 | 6737 | public function setKind($kind) |
| 6738 | 6738 | { |
| 6739 | - $this->kind = $kind; |
|
| 6739 | + $this->kind = $kind; |
|
| 6740 | 6740 | } |
| 6741 | 6741 | public function getKind() |
| 6742 | 6742 | { |
| 6743 | - return $this->kind; |
|
| 6743 | + return $this->kind; |
|
| 6744 | 6744 | } |
| 6745 | 6745 | public function setNextPageToken($nextPageToken) |
| 6746 | 6746 | { |
| 6747 | - $this->nextPageToken = $nextPageToken; |
|
| 6747 | + $this->nextPageToken = $nextPageToken; |
|
| 6748 | 6748 | } |
| 6749 | 6749 | public function getNextPageToken() |
| 6750 | 6750 | { |
| 6751 | - return $this->nextPageToken; |
|
| 6751 | + return $this->nextPageToken; |
|
| 6752 | 6752 | } |
| 6753 | 6753 | public function setSelfLink($selfLink) |
| 6754 | 6754 | { |
| 6755 | - $this->selfLink = $selfLink; |
|
| 6755 | + $this->selfLink = $selfLink; |
|
| 6756 | 6756 | } |
| 6757 | 6757 | public function getSelfLink() |
| 6758 | 6758 | { |
| 6759 | - return $this->selfLink; |
|
| 6759 | + return $this->selfLink; |
|
| 6760 | 6760 | } |
| 6761 | 6761 | } |
| 6762 | 6762 | |
@@ -6773,43 +6773,43 @@ discard block |
||
| 6773 | 6773 | |
| 6774 | 6774 | public function setDeleted($deleted) |
| 6775 | 6775 | { |
| 6776 | - $this->deleted = $deleted; |
|
| 6776 | + $this->deleted = $deleted; |
|
| 6777 | 6777 | } |
| 6778 | 6778 | public function getDeleted() |
| 6779 | 6779 | { |
| 6780 | - return $this->deleted; |
|
| 6780 | + return $this->deleted; |
|
| 6781 | 6781 | } |
| 6782 | 6782 | public function setDeprecated($deprecated) |
| 6783 | 6783 | { |
| 6784 | - $this->deprecated = $deprecated; |
|
| 6784 | + $this->deprecated = $deprecated; |
|
| 6785 | 6785 | } |
| 6786 | 6786 | public function getDeprecated() |
| 6787 | 6787 | { |
| 6788 | - return $this->deprecated; |
|
| 6788 | + return $this->deprecated; |
|
| 6789 | 6789 | } |
| 6790 | 6790 | public function setObsolete($obsolete) |
| 6791 | 6791 | { |
| 6792 | - $this->obsolete = $obsolete; |
|
| 6792 | + $this->obsolete = $obsolete; |
|
| 6793 | 6793 | } |
| 6794 | 6794 | public function getObsolete() |
| 6795 | 6795 | { |
| 6796 | - return $this->obsolete; |
|
| 6796 | + return $this->obsolete; |
|
| 6797 | 6797 | } |
| 6798 | 6798 | public function setReplacement($replacement) |
| 6799 | 6799 | { |
| 6800 | - $this->replacement = $replacement; |
|
| 6800 | + $this->replacement = $replacement; |
|
| 6801 | 6801 | } |
| 6802 | 6802 | public function getReplacement() |
| 6803 | 6803 | { |
| 6804 | - return $this->replacement; |
|
| 6804 | + return $this->replacement; |
|
| 6805 | 6805 | } |
| 6806 | 6806 | public function setState($state) |
| 6807 | 6807 | { |
| 6808 | - $this->state = $state; |
|
| 6808 | + $this->state = $state; |
|
| 6809 | 6809 | } |
| 6810 | 6810 | public function getState() |
| 6811 | 6811 | { |
| 6812 | - return $this->state; |
|
| 6812 | + return $this->state; |
|
| 6813 | 6813 | } |
| 6814 | 6814 | } |
| 6815 | 6815 | |
@@ -6841,155 +6841,155 @@ discard block |
||
| 6841 | 6841 | |
| 6842 | 6842 | public function setCreationTimestamp($creationTimestamp) |
| 6843 | 6843 | { |
| 6844 | - $this->creationTimestamp = $creationTimestamp; |
|
| 6844 | + $this->creationTimestamp = $creationTimestamp; |
|
| 6845 | 6845 | } |
| 6846 | 6846 | public function getCreationTimestamp() |
| 6847 | 6847 | { |
| 6848 | - return $this->creationTimestamp; |
|
| 6848 | + return $this->creationTimestamp; |
|
| 6849 | 6849 | } |
| 6850 | 6850 | public function setDescription($description) |
| 6851 | 6851 | { |
| 6852 | - $this->description = $description; |
|
| 6852 | + $this->description = $description; |
|
| 6853 | 6853 | } |
| 6854 | 6854 | public function getDescription() |
| 6855 | 6855 | { |
| 6856 | - return $this->description; |
|
| 6856 | + return $this->description; |
|
| 6857 | 6857 | } |
| 6858 | 6858 | public function setId($id) |
| 6859 | 6859 | { |
| 6860 | - $this->id = $id; |
|
| 6860 | + $this->id = $id; |
|
| 6861 | 6861 | } |
| 6862 | 6862 | public function getId() |
| 6863 | 6863 | { |
| 6864 | - return $this->id; |
|
| 6864 | + return $this->id; |
|
| 6865 | 6865 | } |
| 6866 | 6866 | public function setKind($kind) |
| 6867 | 6867 | { |
| 6868 | - $this->kind = $kind; |
|
| 6868 | + $this->kind = $kind; |
|
| 6869 | 6869 | } |
| 6870 | 6870 | public function getKind() |
| 6871 | 6871 | { |
| 6872 | - return $this->kind; |
|
| 6872 | + return $this->kind; |
|
| 6873 | 6873 | } |
| 6874 | 6874 | public function setLastAttachTimestamp($lastAttachTimestamp) |
| 6875 | 6875 | { |
| 6876 | - $this->lastAttachTimestamp = $lastAttachTimestamp; |
|
| 6876 | + $this->lastAttachTimestamp = $lastAttachTimestamp; |
|
| 6877 | 6877 | } |
| 6878 | 6878 | public function getLastAttachTimestamp() |
| 6879 | 6879 | { |
| 6880 | - return $this->lastAttachTimestamp; |
|
| 6880 | + return $this->lastAttachTimestamp; |
|
| 6881 | 6881 | } |
| 6882 | 6882 | public function setLastDetachTimestamp($lastDetachTimestamp) |
| 6883 | 6883 | { |
| 6884 | - $this->lastDetachTimestamp = $lastDetachTimestamp; |
|
| 6884 | + $this->lastDetachTimestamp = $lastDetachTimestamp; |
|
| 6885 | 6885 | } |
| 6886 | 6886 | public function getLastDetachTimestamp() |
| 6887 | 6887 | { |
| 6888 | - return $this->lastDetachTimestamp; |
|
| 6888 | + return $this->lastDetachTimestamp; |
|
| 6889 | 6889 | } |
| 6890 | 6890 | public function setLicenses($licenses) |
| 6891 | 6891 | { |
| 6892 | - $this->licenses = $licenses; |
|
| 6892 | + $this->licenses = $licenses; |
|
| 6893 | 6893 | } |
| 6894 | 6894 | public function getLicenses() |
| 6895 | 6895 | { |
| 6896 | - return $this->licenses; |
|
| 6896 | + return $this->licenses; |
|
| 6897 | 6897 | } |
| 6898 | 6898 | public function setName($name) |
| 6899 | 6899 | { |
| 6900 | - $this->name = $name; |
|
| 6900 | + $this->name = $name; |
|
| 6901 | 6901 | } |
| 6902 | 6902 | public function getName() |
| 6903 | 6903 | { |
| 6904 | - return $this->name; |
|
| 6904 | + return $this->name; |
|
| 6905 | 6905 | } |
| 6906 | 6906 | public function setOptions($options) |
| 6907 | 6907 | { |
| 6908 | - $this->options = $options; |
|
| 6908 | + $this->options = $options; |
|
| 6909 | 6909 | } |
| 6910 | 6910 | public function getOptions() |
| 6911 | 6911 | { |
| 6912 | - return $this->options; |
|
| 6912 | + return $this->options; |
|
| 6913 | 6913 | } |
| 6914 | 6914 | public function setSelfLink($selfLink) |
| 6915 | 6915 | { |
| 6916 | - $this->selfLink = $selfLink; |
|
| 6916 | + $this->selfLink = $selfLink; |
|
| 6917 | 6917 | } |
| 6918 | 6918 | public function getSelfLink() |
| 6919 | 6919 | { |
| 6920 | - return $this->selfLink; |
|
| 6920 | + return $this->selfLink; |
|
| 6921 | 6921 | } |
| 6922 | 6922 | public function setSizeGb($sizeGb) |
| 6923 | 6923 | { |
| 6924 | - $this->sizeGb = $sizeGb; |
|
| 6924 | + $this->sizeGb = $sizeGb; |
|
| 6925 | 6925 | } |
| 6926 | 6926 | public function getSizeGb() |
| 6927 | 6927 | { |
| 6928 | - return $this->sizeGb; |
|
| 6928 | + return $this->sizeGb; |
|
| 6929 | 6929 | } |
| 6930 | 6930 | public function setSourceImage($sourceImage) |
| 6931 | 6931 | { |
| 6932 | - $this->sourceImage = $sourceImage; |
|
| 6932 | + $this->sourceImage = $sourceImage; |
|
| 6933 | 6933 | } |
| 6934 | 6934 | public function getSourceImage() |
| 6935 | 6935 | { |
| 6936 | - return $this->sourceImage; |
|
| 6936 | + return $this->sourceImage; |
|
| 6937 | 6937 | } |
| 6938 | 6938 | public function setSourceImageId($sourceImageId) |
| 6939 | 6939 | { |
| 6940 | - $this->sourceImageId = $sourceImageId; |
|
| 6940 | + $this->sourceImageId = $sourceImageId; |
|
| 6941 | 6941 | } |
| 6942 | 6942 | public function getSourceImageId() |
| 6943 | 6943 | { |
| 6944 | - return $this->sourceImageId; |
|
| 6944 | + return $this->sourceImageId; |
|
| 6945 | 6945 | } |
| 6946 | 6946 | public function setSourceSnapshot($sourceSnapshot) |
| 6947 | 6947 | { |
| 6948 | - $this->sourceSnapshot = $sourceSnapshot; |
|
| 6948 | + $this->sourceSnapshot = $sourceSnapshot; |
|
| 6949 | 6949 | } |
| 6950 | 6950 | public function getSourceSnapshot() |
| 6951 | 6951 | { |
| 6952 | - return $this->sourceSnapshot; |
|
| 6952 | + return $this->sourceSnapshot; |
|
| 6953 | 6953 | } |
| 6954 | 6954 | public function setSourceSnapshotId($sourceSnapshotId) |
| 6955 | 6955 | { |
| 6956 | - $this->sourceSnapshotId = $sourceSnapshotId; |
|
| 6956 | + $this->sourceSnapshotId = $sourceSnapshotId; |
|
| 6957 | 6957 | } |
| 6958 | 6958 | public function getSourceSnapshotId() |
| 6959 | 6959 | { |
| 6960 | - return $this->sourceSnapshotId; |
|
| 6960 | + return $this->sourceSnapshotId; |
|
| 6961 | 6961 | } |
| 6962 | 6962 | public function setStatus($status) |
| 6963 | 6963 | { |
| 6964 | - $this->status = $status; |
|
| 6964 | + $this->status = $status; |
|
| 6965 | 6965 | } |
| 6966 | 6966 | public function getStatus() |
| 6967 | 6967 | { |
| 6968 | - return $this->status; |
|
| 6968 | + return $this->status; |
|
| 6969 | 6969 | } |
| 6970 | 6970 | public function setType($type) |
| 6971 | 6971 | { |
| 6972 | - $this->type = $type; |
|
| 6972 | + $this->type = $type; |
|
| 6973 | 6973 | } |
| 6974 | 6974 | public function getType() |
| 6975 | 6975 | { |
| 6976 | - return $this->type; |
|
| 6976 | + return $this->type; |
|
| 6977 | 6977 | } |
| 6978 | 6978 | public function setUsers($users) |
| 6979 | 6979 | { |
| 6980 | - $this->users = $users; |
|
| 6980 | + $this->users = $users; |
|
| 6981 | 6981 | } |
| 6982 | 6982 | public function getUsers() |
| 6983 | 6983 | { |
| 6984 | - return $this->users; |
|
| 6984 | + return $this->users; |
|
| 6985 | 6985 | } |
| 6986 | 6986 | public function setZone($zone) |
| 6987 | 6987 | { |
| 6988 | - $this->zone = $zone; |
|
| 6988 | + $this->zone = $zone; |
|
| 6989 | 6989 | } |
| 6990 | 6990 | public function getZone() |
| 6991 | 6991 | { |
| 6992 | - return $this->zone; |
|
| 6992 | + return $this->zone; |
|
| 6993 | 6993 | } |
| 6994 | 6994 | } |
| 6995 | 6995 | |
@@ -7007,43 +7007,43 @@ discard block |
||
| 7007 | 7007 | |
| 7008 | 7008 | public function setId($id) |
| 7009 | 7009 | { |
| 7010 | - $this->id = $id; |
|
| 7010 | + $this->id = $id; |
|
| 7011 | 7011 | } |
| 7012 | 7012 | public function getId() |
| 7013 | 7013 | { |
| 7014 | - return $this->id; |
|
| 7014 | + return $this->id; |
|
| 7015 | 7015 | } |
| 7016 | 7016 | public function setItems($items) |
| 7017 | 7017 | { |
| 7018 | - $this->items = $items; |
|
| 7018 | + $this->items = $items; |
|
| 7019 | 7019 | } |
| 7020 | 7020 | public function getItems() |
| 7021 | 7021 | { |
| 7022 | - return $this->items; |
|
| 7022 | + return $this->items; |
|
| 7023 | 7023 | } |
| 7024 | 7024 | public function setKind($kind) |
| 7025 | 7025 | { |
| 7026 | - $this->kind = $kind; |
|
| 7026 | + $this->kind = $kind; |
|
| 7027 | 7027 | } |
| 7028 | 7028 | public function getKind() |
| 7029 | 7029 | { |
| 7030 | - return $this->kind; |
|
| 7030 | + return $this->kind; |
|
| 7031 | 7031 | } |
| 7032 | 7032 | public function setNextPageToken($nextPageToken) |
| 7033 | 7033 | { |
| 7034 | - $this->nextPageToken = $nextPageToken; |
|
| 7034 | + $this->nextPageToken = $nextPageToken; |
|
| 7035 | 7035 | } |
| 7036 | 7036 | public function getNextPageToken() |
| 7037 | 7037 | { |
| 7038 | - return $this->nextPageToken; |
|
| 7038 | + return $this->nextPageToken; |
|
| 7039 | 7039 | } |
| 7040 | 7040 | public function setSelfLink($selfLink) |
| 7041 | 7041 | { |
| 7042 | - $this->selfLink = $selfLink; |
|
| 7042 | + $this->selfLink = $selfLink; |
|
| 7043 | 7043 | } |
| 7044 | 7044 | public function getSelfLink() |
| 7045 | 7045 | { |
| 7046 | - return $this->selfLink; |
|
| 7046 | + return $this->selfLink; |
|
| 7047 | 7047 | } |
| 7048 | 7048 | } |
| 7049 | 7049 | |
@@ -7066,43 +7066,43 @@ discard block |
||
| 7066 | 7066 | |
| 7067 | 7067 | public function setId($id) |
| 7068 | 7068 | { |
| 7069 | - $this->id = $id; |
|
| 7069 | + $this->id = $id; |
|
| 7070 | 7070 | } |
| 7071 | 7071 | public function getId() |
| 7072 | 7072 | { |
| 7073 | - return $this->id; |
|
| 7073 | + return $this->id; |
|
| 7074 | 7074 | } |
| 7075 | 7075 | public function setItems($items) |
| 7076 | 7076 | { |
| 7077 | - $this->items = $items; |
|
| 7077 | + $this->items = $items; |
|
| 7078 | 7078 | } |
| 7079 | 7079 | public function getItems() |
| 7080 | 7080 | { |
| 7081 | - return $this->items; |
|
| 7081 | + return $this->items; |
|
| 7082 | 7082 | } |
| 7083 | 7083 | public function setKind($kind) |
| 7084 | 7084 | { |
| 7085 | - $this->kind = $kind; |
|
| 7085 | + $this->kind = $kind; |
|
| 7086 | 7086 | } |
| 7087 | 7087 | public function getKind() |
| 7088 | 7088 | { |
| 7089 | - return $this->kind; |
|
| 7089 | + return $this->kind; |
|
| 7090 | 7090 | } |
| 7091 | 7091 | public function setNextPageToken($nextPageToken) |
| 7092 | 7092 | { |
| 7093 | - $this->nextPageToken = $nextPageToken; |
|
| 7093 | + $this->nextPageToken = $nextPageToken; |
|
| 7094 | 7094 | } |
| 7095 | 7095 | public function getNextPageToken() |
| 7096 | 7096 | { |
| 7097 | - return $this->nextPageToken; |
|
| 7097 | + return $this->nextPageToken; |
|
| 7098 | 7098 | } |
| 7099 | 7099 | public function setSelfLink($selfLink) |
| 7100 | 7100 | { |
| 7101 | - $this->selfLink = $selfLink; |
|
| 7101 | + $this->selfLink = $selfLink; |
|
| 7102 | 7102 | } |
| 7103 | 7103 | public function getSelfLink() |
| 7104 | 7104 | { |
| 7105 | - return $this->selfLink; |
|
| 7105 | + return $this->selfLink; |
|
| 7106 | 7106 | } |
| 7107 | 7107 | } |
| 7108 | 7108 | |
@@ -7116,19 +7116,19 @@ discard block |
||
| 7116 | 7116 | |
| 7117 | 7117 | public function setDestinationZone($destinationZone) |
| 7118 | 7118 | { |
| 7119 | - $this->destinationZone = $destinationZone; |
|
| 7119 | + $this->destinationZone = $destinationZone; |
|
| 7120 | 7120 | } |
| 7121 | 7121 | public function getDestinationZone() |
| 7122 | 7122 | { |
| 7123 | - return $this->destinationZone; |
|
| 7123 | + return $this->destinationZone; |
|
| 7124 | 7124 | } |
| 7125 | 7125 | public function setTargetDisk($targetDisk) |
| 7126 | 7126 | { |
| 7127 | - $this->targetDisk = $targetDisk; |
|
| 7127 | + $this->targetDisk = $targetDisk; |
|
| 7128 | 7128 | } |
| 7129 | 7129 | public function getTargetDisk() |
| 7130 | 7130 | { |
| 7131 | - return $this->targetDisk; |
|
| 7131 | + return $this->targetDisk; |
|
| 7132 | 7132 | } |
| 7133 | 7133 | } |
| 7134 | 7134 | |
@@ -7151,83 +7151,83 @@ discard block |
||
| 7151 | 7151 | |
| 7152 | 7152 | public function setCreationTimestamp($creationTimestamp) |
| 7153 | 7153 | { |
| 7154 | - $this->creationTimestamp = $creationTimestamp; |
|
| 7154 | + $this->creationTimestamp = $creationTimestamp; |
|
| 7155 | 7155 | } |
| 7156 | 7156 | public function getCreationTimestamp() |
| 7157 | 7157 | { |
| 7158 | - return $this->creationTimestamp; |
|
| 7158 | + return $this->creationTimestamp; |
|
| 7159 | 7159 | } |
| 7160 | 7160 | public function setDefaultDiskSizeGb($defaultDiskSizeGb) |
| 7161 | 7161 | { |
| 7162 | - $this->defaultDiskSizeGb = $defaultDiskSizeGb; |
|
| 7162 | + $this->defaultDiskSizeGb = $defaultDiskSizeGb; |
|
| 7163 | 7163 | } |
| 7164 | 7164 | public function getDefaultDiskSizeGb() |
| 7165 | 7165 | { |
| 7166 | - return $this->defaultDiskSizeGb; |
|
| 7166 | + return $this->defaultDiskSizeGb; |
|
| 7167 | 7167 | } |
| 7168 | 7168 | public function setDeprecated(Google_Service_Compute_DeprecationStatus $deprecated) |
| 7169 | 7169 | { |
| 7170 | - $this->deprecated = $deprecated; |
|
| 7170 | + $this->deprecated = $deprecated; |
|
| 7171 | 7171 | } |
| 7172 | 7172 | public function getDeprecated() |
| 7173 | 7173 | { |
| 7174 | - return $this->deprecated; |
|
| 7174 | + return $this->deprecated; |
|
| 7175 | 7175 | } |
| 7176 | 7176 | public function setDescription($description) |
| 7177 | 7177 | { |
| 7178 | - $this->description = $description; |
|
| 7178 | + $this->description = $description; |
|
| 7179 | 7179 | } |
| 7180 | 7180 | public function getDescription() |
| 7181 | 7181 | { |
| 7182 | - return $this->description; |
|
| 7182 | + return $this->description; |
|
| 7183 | 7183 | } |
| 7184 | 7184 | public function setId($id) |
| 7185 | 7185 | { |
| 7186 | - $this->id = $id; |
|
| 7186 | + $this->id = $id; |
|
| 7187 | 7187 | } |
| 7188 | 7188 | public function getId() |
| 7189 | 7189 | { |
| 7190 | - return $this->id; |
|
| 7190 | + return $this->id; |
|
| 7191 | 7191 | } |
| 7192 | 7192 | public function setKind($kind) |
| 7193 | 7193 | { |
| 7194 | - $this->kind = $kind; |
|
| 7194 | + $this->kind = $kind; |
|
| 7195 | 7195 | } |
| 7196 | 7196 | public function getKind() |
| 7197 | 7197 | { |
| 7198 | - return $this->kind; |
|
| 7198 | + return $this->kind; |
|
| 7199 | 7199 | } |
| 7200 | 7200 | public function setName($name) |
| 7201 | 7201 | { |
| 7202 | - $this->name = $name; |
|
| 7202 | + $this->name = $name; |
|
| 7203 | 7203 | } |
| 7204 | 7204 | public function getName() |
| 7205 | 7205 | { |
| 7206 | - return $this->name; |
|
| 7206 | + return $this->name; |
|
| 7207 | 7207 | } |
| 7208 | 7208 | public function setSelfLink($selfLink) |
| 7209 | 7209 | { |
| 7210 | - $this->selfLink = $selfLink; |
|
| 7210 | + $this->selfLink = $selfLink; |
|
| 7211 | 7211 | } |
| 7212 | 7212 | public function getSelfLink() |
| 7213 | 7213 | { |
| 7214 | - return $this->selfLink; |
|
| 7214 | + return $this->selfLink; |
|
| 7215 | 7215 | } |
| 7216 | 7216 | public function setValidDiskSize($validDiskSize) |
| 7217 | 7217 | { |
| 7218 | - $this->validDiskSize = $validDiskSize; |
|
| 7218 | + $this->validDiskSize = $validDiskSize; |
|
| 7219 | 7219 | } |
| 7220 | 7220 | public function getValidDiskSize() |
| 7221 | 7221 | { |
| 7222 | - return $this->validDiskSize; |
|
| 7222 | + return $this->validDiskSize; |
|
| 7223 | 7223 | } |
| 7224 | 7224 | public function setZone($zone) |
| 7225 | 7225 | { |
| 7226 | - $this->zone = $zone; |
|
| 7226 | + $this->zone = $zone; |
|
| 7227 | 7227 | } |
| 7228 | 7228 | public function getZone() |
| 7229 | 7229 | { |
| 7230 | - return $this->zone; |
|
| 7230 | + return $this->zone; |
|
| 7231 | 7231 | } |
| 7232 | 7232 | } |
| 7233 | 7233 | |
@@ -7245,43 +7245,43 @@ discard block |
||
| 7245 | 7245 | |
| 7246 | 7246 | public function setId($id) |
| 7247 | 7247 | { |
| 7248 | - $this->id = $id; |
|
| 7248 | + $this->id = $id; |
|
| 7249 | 7249 | } |
| 7250 | 7250 | public function getId() |
| 7251 | 7251 | { |
| 7252 | - return $this->id; |
|
| 7252 | + return $this->id; |
|
| 7253 | 7253 | } |
| 7254 | 7254 | public function setItems($items) |
| 7255 | 7255 | { |
| 7256 | - $this->items = $items; |
|
| 7256 | + $this->items = $items; |
|
| 7257 | 7257 | } |
| 7258 | 7258 | public function getItems() |
| 7259 | 7259 | { |
| 7260 | - return $this->items; |
|
| 7260 | + return $this->items; |
|
| 7261 | 7261 | } |
| 7262 | 7262 | public function setKind($kind) |
| 7263 | 7263 | { |
| 7264 | - $this->kind = $kind; |
|
| 7264 | + $this->kind = $kind; |
|
| 7265 | 7265 | } |
| 7266 | 7266 | public function getKind() |
| 7267 | 7267 | { |
| 7268 | - return $this->kind; |
|
| 7268 | + return $this->kind; |
|
| 7269 | 7269 | } |
| 7270 | 7270 | public function setNextPageToken($nextPageToken) |
| 7271 | 7271 | { |
| 7272 | - $this->nextPageToken = $nextPageToken; |
|
| 7272 | + $this->nextPageToken = $nextPageToken; |
|
| 7273 | 7273 | } |
| 7274 | 7274 | public function getNextPageToken() |
| 7275 | 7275 | { |
| 7276 | - return $this->nextPageToken; |
|
| 7276 | + return $this->nextPageToken; |
|
| 7277 | 7277 | } |
| 7278 | 7278 | public function setSelfLink($selfLink) |
| 7279 | 7279 | { |
| 7280 | - $this->selfLink = $selfLink; |
|
| 7280 | + $this->selfLink = $selfLink; |
|
| 7281 | 7281 | } |
| 7282 | 7282 | public function getSelfLink() |
| 7283 | 7283 | { |
| 7284 | - return $this->selfLink; |
|
| 7284 | + return $this->selfLink; |
|
| 7285 | 7285 | } |
| 7286 | 7286 | } |
| 7287 | 7287 | |
@@ -7304,43 +7304,43 @@ discard block |
||
| 7304 | 7304 | |
| 7305 | 7305 | public function setId($id) |
| 7306 | 7306 | { |
| 7307 | - $this->id = $id; |
|
| 7307 | + $this->id = $id; |
|
| 7308 | 7308 | } |
| 7309 | 7309 | public function getId() |
| 7310 | 7310 | { |
| 7311 | - return $this->id; |
|
| 7311 | + return $this->id; |
|
| 7312 | 7312 | } |
| 7313 | 7313 | public function setItems($items) |
| 7314 | 7314 | { |
| 7315 | - $this->items = $items; |
|
| 7315 | + $this->items = $items; |
|
| 7316 | 7316 | } |
| 7317 | 7317 | public function getItems() |
| 7318 | 7318 | { |
| 7319 | - return $this->items; |
|
| 7319 | + return $this->items; |
|
| 7320 | 7320 | } |
| 7321 | 7321 | public function setKind($kind) |
| 7322 | 7322 | { |
| 7323 | - $this->kind = $kind; |
|
| 7323 | + $this->kind = $kind; |
|
| 7324 | 7324 | } |
| 7325 | 7325 | public function getKind() |
| 7326 | 7326 | { |
| 7327 | - return $this->kind; |
|
| 7327 | + return $this->kind; |
|
| 7328 | 7328 | } |
| 7329 | 7329 | public function setNextPageToken($nextPageToken) |
| 7330 | 7330 | { |
| 7331 | - $this->nextPageToken = $nextPageToken; |
|
| 7331 | + $this->nextPageToken = $nextPageToken; |
|
| 7332 | 7332 | } |
| 7333 | 7333 | public function getNextPageToken() |
| 7334 | 7334 | { |
| 7335 | - return $this->nextPageToken; |
|
| 7335 | + return $this->nextPageToken; |
|
| 7336 | 7336 | } |
| 7337 | 7337 | public function setSelfLink($selfLink) |
| 7338 | 7338 | { |
| 7339 | - $this->selfLink = $selfLink; |
|
| 7339 | + $this->selfLink = $selfLink; |
|
| 7340 | 7340 | } |
| 7341 | 7341 | public function getSelfLink() |
| 7342 | 7342 | { |
| 7343 | - return $this->selfLink; |
|
| 7343 | + return $this->selfLink; |
|
| 7344 | 7344 | } |
| 7345 | 7345 | } |
| 7346 | 7346 | |
@@ -7357,19 +7357,19 @@ discard block |
||
| 7357 | 7357 | |
| 7358 | 7358 | public function setDiskTypes($diskTypes) |
| 7359 | 7359 | { |
| 7360 | - $this->diskTypes = $diskTypes; |
|
| 7360 | + $this->diskTypes = $diskTypes; |
|
| 7361 | 7361 | } |
| 7362 | 7362 | public function getDiskTypes() |
| 7363 | 7363 | { |
| 7364 | - return $this->diskTypes; |
|
| 7364 | + return $this->diskTypes; |
|
| 7365 | 7365 | } |
| 7366 | 7366 | public function setWarning(Google_Service_Compute_DiskTypesScopedListWarning $warning) |
| 7367 | 7367 | { |
| 7368 | - $this->warning = $warning; |
|
| 7368 | + $this->warning = $warning; |
|
| 7369 | 7369 | } |
| 7370 | 7370 | public function getWarning() |
| 7371 | 7371 | { |
| 7372 | - return $this->warning; |
|
| 7372 | + return $this->warning; |
|
| 7373 | 7373 | } |
| 7374 | 7374 | } |
| 7375 | 7375 | |
@@ -7386,27 +7386,27 @@ discard block |
||
| 7386 | 7386 | |
| 7387 | 7387 | public function setCode($code) |
| 7388 | 7388 | { |
| 7389 | - $this->code = $code; |
|
| 7389 | + $this->code = $code; |
|
| 7390 | 7390 | } |
| 7391 | 7391 | public function getCode() |
| 7392 | 7392 | { |
| 7393 | - return $this->code; |
|
| 7393 | + return $this->code; |
|
| 7394 | 7394 | } |
| 7395 | 7395 | public function setData($data) |
| 7396 | 7396 | { |
| 7397 | - $this->data = $data; |
|
| 7397 | + $this->data = $data; |
|
| 7398 | 7398 | } |
| 7399 | 7399 | public function getData() |
| 7400 | 7400 | { |
| 7401 | - return $this->data; |
|
| 7401 | + return $this->data; |
|
| 7402 | 7402 | } |
| 7403 | 7403 | public function setMessage($message) |
| 7404 | 7404 | { |
| 7405 | - $this->message = $message; |
|
| 7405 | + $this->message = $message; |
|
| 7406 | 7406 | } |
| 7407 | 7407 | public function getMessage() |
| 7408 | 7408 | { |
| 7409 | - return $this->message; |
|
| 7409 | + return $this->message; |
|
| 7410 | 7410 | } |
| 7411 | 7411 | } |
| 7412 | 7412 | |
@@ -7420,19 +7420,19 @@ discard block |
||
| 7420 | 7420 | |
| 7421 | 7421 | public function setKey($key) |
| 7422 | 7422 | { |
| 7423 | - $this->key = $key; |
|
| 7423 | + $this->key = $key; |
|
| 7424 | 7424 | } |
| 7425 | 7425 | public function getKey() |
| 7426 | 7426 | { |
| 7427 | - return $this->key; |
|
| 7427 | + return $this->key; |
|
| 7428 | 7428 | } |
| 7429 | 7429 | public function setValue($value) |
| 7430 | 7430 | { |
| 7431 | - $this->value = $value; |
|
| 7431 | + $this->value = $value; |
|
| 7432 | 7432 | } |
| 7433 | 7433 | public function getValue() |
| 7434 | 7434 | { |
| 7435 | - return $this->value; |
|
| 7435 | + return $this->value; |
|
| 7436 | 7436 | } |
| 7437 | 7437 | } |
| 7438 | 7438 | |
@@ -7449,19 +7449,19 @@ discard block |
||
| 7449 | 7449 | |
| 7450 | 7450 | public function setDisks($disks) |
| 7451 | 7451 | { |
| 7452 | - $this->disks = $disks; |
|
| 7452 | + $this->disks = $disks; |
|
| 7453 | 7453 | } |
| 7454 | 7454 | public function getDisks() |
| 7455 | 7455 | { |
| 7456 | - return $this->disks; |
|
| 7456 | + return $this->disks; |
|
| 7457 | 7457 | } |
| 7458 | 7458 | public function setWarning(Google_Service_Compute_DisksScopedListWarning $warning) |
| 7459 | 7459 | { |
| 7460 | - $this->warning = $warning; |
|
| 7460 | + $this->warning = $warning; |
|
| 7461 | 7461 | } |
| 7462 | 7462 | public function getWarning() |
| 7463 | 7463 | { |
| 7464 | - return $this->warning; |
|
| 7464 | + return $this->warning; |
|
| 7465 | 7465 | } |
| 7466 | 7466 | } |
| 7467 | 7467 | |
@@ -7478,27 +7478,27 @@ discard block |
||
| 7478 | 7478 | |
| 7479 | 7479 | public function setCode($code) |
| 7480 | 7480 | { |
| 7481 | - $this->code = $code; |
|
| 7481 | + $this->code = $code; |
|
| 7482 | 7482 | } |
| 7483 | 7483 | public function getCode() |
| 7484 | 7484 | { |
| 7485 | - return $this->code; |
|
| 7485 | + return $this->code; |
|
| 7486 | 7486 | } |
| 7487 | 7487 | public function setData($data) |
| 7488 | 7488 | { |
| 7489 | - $this->data = $data; |
|
| 7489 | + $this->data = $data; |
|
| 7490 | 7490 | } |
| 7491 | 7491 | public function getData() |
| 7492 | 7492 | { |
| 7493 | - return $this->data; |
|
| 7493 | + return $this->data; |
|
| 7494 | 7494 | } |
| 7495 | 7495 | public function setMessage($message) |
| 7496 | 7496 | { |
| 7497 | - $this->message = $message; |
|
| 7497 | + $this->message = $message; |
|
| 7498 | 7498 | } |
| 7499 | 7499 | public function getMessage() |
| 7500 | 7500 | { |
| 7501 | - return $this->message; |
|
| 7501 | + return $this->message; |
|
| 7502 | 7502 | } |
| 7503 | 7503 | } |
| 7504 | 7504 | |
@@ -7512,19 +7512,19 @@ discard block |
||
| 7512 | 7512 | |
| 7513 | 7513 | public function setKey($key) |
| 7514 | 7514 | { |
| 7515 | - $this->key = $key; |
|
| 7515 | + $this->key = $key; |
|
| 7516 | 7516 | } |
| 7517 | 7517 | public function getKey() |
| 7518 | 7518 | { |
| 7519 | - return $this->key; |
|
| 7519 | + return $this->key; |
|
| 7520 | 7520 | } |
| 7521 | 7521 | public function setValue($value) |
| 7522 | 7522 | { |
| 7523 | - $this->value = $value; |
|
| 7523 | + $this->value = $value; |
|
| 7524 | 7524 | } |
| 7525 | 7525 | public function getValue() |
| 7526 | 7526 | { |
| 7527 | - return $this->value; |
|
| 7527 | + return $this->value; |
|
| 7528 | 7528 | } |
| 7529 | 7529 | } |
| 7530 | 7530 | |
@@ -7549,91 +7549,91 @@ discard block |
||
| 7549 | 7549 | |
| 7550 | 7550 | public function setAllowed($allowed) |
| 7551 | 7551 | { |
| 7552 | - $this->allowed = $allowed; |
|
| 7552 | + $this->allowed = $allowed; |
|
| 7553 | 7553 | } |
| 7554 | 7554 | public function getAllowed() |
| 7555 | 7555 | { |
| 7556 | - return $this->allowed; |
|
| 7556 | + return $this->allowed; |
|
| 7557 | 7557 | } |
| 7558 | 7558 | public function setCreationTimestamp($creationTimestamp) |
| 7559 | 7559 | { |
| 7560 | - $this->creationTimestamp = $creationTimestamp; |
|
| 7560 | + $this->creationTimestamp = $creationTimestamp; |
|
| 7561 | 7561 | } |
| 7562 | 7562 | public function getCreationTimestamp() |
| 7563 | 7563 | { |
| 7564 | - return $this->creationTimestamp; |
|
| 7564 | + return $this->creationTimestamp; |
|
| 7565 | 7565 | } |
| 7566 | 7566 | public function setDescription($description) |
| 7567 | 7567 | { |
| 7568 | - $this->description = $description; |
|
| 7568 | + $this->description = $description; |
|
| 7569 | 7569 | } |
| 7570 | 7570 | public function getDescription() |
| 7571 | 7571 | { |
| 7572 | - return $this->description; |
|
| 7572 | + return $this->description; |
|
| 7573 | 7573 | } |
| 7574 | 7574 | public function setId($id) |
| 7575 | 7575 | { |
| 7576 | - $this->id = $id; |
|
| 7576 | + $this->id = $id; |
|
| 7577 | 7577 | } |
| 7578 | 7578 | public function getId() |
| 7579 | 7579 | { |
| 7580 | - return $this->id; |
|
| 7580 | + return $this->id; |
|
| 7581 | 7581 | } |
| 7582 | 7582 | public function setKind($kind) |
| 7583 | 7583 | { |
| 7584 | - $this->kind = $kind; |
|
| 7584 | + $this->kind = $kind; |
|
| 7585 | 7585 | } |
| 7586 | 7586 | public function getKind() |
| 7587 | 7587 | { |
| 7588 | - return $this->kind; |
|
| 7588 | + return $this->kind; |
|
| 7589 | 7589 | } |
| 7590 | 7590 | public function setName($name) |
| 7591 | 7591 | { |
| 7592 | - $this->name = $name; |
|
| 7592 | + $this->name = $name; |
|
| 7593 | 7593 | } |
| 7594 | 7594 | public function getName() |
| 7595 | 7595 | { |
| 7596 | - return $this->name; |
|
| 7596 | + return $this->name; |
|
| 7597 | 7597 | } |
| 7598 | 7598 | public function setNetwork($network) |
| 7599 | 7599 | { |
| 7600 | - $this->network = $network; |
|
| 7600 | + $this->network = $network; |
|
| 7601 | 7601 | } |
| 7602 | 7602 | public function getNetwork() |
| 7603 | 7603 | { |
| 7604 | - return $this->network; |
|
| 7604 | + return $this->network; |
|
| 7605 | 7605 | } |
| 7606 | 7606 | public function setSelfLink($selfLink) |
| 7607 | 7607 | { |
| 7608 | - $this->selfLink = $selfLink; |
|
| 7608 | + $this->selfLink = $selfLink; |
|
| 7609 | 7609 | } |
| 7610 | 7610 | public function getSelfLink() |
| 7611 | 7611 | { |
| 7612 | - return $this->selfLink; |
|
| 7612 | + return $this->selfLink; |
|
| 7613 | 7613 | } |
| 7614 | 7614 | public function setSourceRanges($sourceRanges) |
| 7615 | 7615 | { |
| 7616 | - $this->sourceRanges = $sourceRanges; |
|
| 7616 | + $this->sourceRanges = $sourceRanges; |
|
| 7617 | 7617 | } |
| 7618 | 7618 | public function getSourceRanges() |
| 7619 | 7619 | { |
| 7620 | - return $this->sourceRanges; |
|
| 7620 | + return $this->sourceRanges; |
|
| 7621 | 7621 | } |
| 7622 | 7622 | public function setSourceTags($sourceTags) |
| 7623 | 7623 | { |
| 7624 | - $this->sourceTags = $sourceTags; |
|
| 7624 | + $this->sourceTags = $sourceTags; |
|
| 7625 | 7625 | } |
| 7626 | 7626 | public function getSourceTags() |
| 7627 | 7627 | { |
| 7628 | - return $this->sourceTags; |
|
| 7628 | + return $this->sourceTags; |
|
| 7629 | 7629 | } |
| 7630 | 7630 | public function setTargetTags($targetTags) |
| 7631 | 7631 | { |
| 7632 | - $this->targetTags = $targetTags; |
|
| 7632 | + $this->targetTags = $targetTags; |
|
| 7633 | 7633 | } |
| 7634 | 7634 | public function getTargetTags() |
| 7635 | 7635 | { |
| 7636 | - return $this->targetTags; |
|
| 7636 | + return $this->targetTags; |
|
| 7637 | 7637 | } |
| 7638 | 7638 | } |
| 7639 | 7639 | |
@@ -7641,7 +7641,7 @@ discard block |
||
| 7641 | 7641 | { |
| 7642 | 7642 | protected $collection_key = 'ports'; |
| 7643 | 7643 | protected $internal_gapi_mappings = array( |
| 7644 | - "iPProtocol" => "IPProtocol", |
|
| 7644 | + "iPProtocol" => "IPProtocol", |
|
| 7645 | 7645 | ); |
| 7646 | 7646 | public $iPProtocol; |
| 7647 | 7647 | public $ports; |
@@ -7649,19 +7649,19 @@ discard block |
||
| 7649 | 7649 | |
| 7650 | 7650 | public function setIPProtocol($iPProtocol) |
| 7651 | 7651 | { |
| 7652 | - $this->iPProtocol = $iPProtocol; |
|
| 7652 | + $this->iPProtocol = $iPProtocol; |
|
| 7653 | 7653 | } |
| 7654 | 7654 | public function getIPProtocol() |
| 7655 | 7655 | { |
| 7656 | - return $this->iPProtocol; |
|
| 7656 | + return $this->iPProtocol; |
|
| 7657 | 7657 | } |
| 7658 | 7658 | public function setPorts($ports) |
| 7659 | 7659 | { |
| 7660 | - $this->ports = $ports; |
|
| 7660 | + $this->ports = $ports; |
|
| 7661 | 7661 | } |
| 7662 | 7662 | public function getPorts() |
| 7663 | 7663 | { |
| 7664 | - return $this->ports; |
|
| 7664 | + return $this->ports; |
|
| 7665 | 7665 | } |
| 7666 | 7666 | } |
| 7667 | 7667 | |
@@ -7680,51 +7680,51 @@ discard block |
||
| 7680 | 7680 | |
| 7681 | 7681 | public function setId($id) |
| 7682 | 7682 | { |
| 7683 | - $this->id = $id; |
|
| 7683 | + $this->id = $id; |
|
| 7684 | 7684 | } |
| 7685 | 7685 | public function getId() |
| 7686 | 7686 | { |
| 7687 | - return $this->id; |
|
| 7687 | + return $this->id; |
|
| 7688 | 7688 | } |
| 7689 | 7689 | public function setItems($items) |
| 7690 | 7690 | { |
| 7691 | - $this->items = $items; |
|
| 7691 | + $this->items = $items; |
|
| 7692 | 7692 | } |
| 7693 | 7693 | public function getItems() |
| 7694 | 7694 | { |
| 7695 | - return $this->items; |
|
| 7695 | + return $this->items; |
|
| 7696 | 7696 | } |
| 7697 | 7697 | public function setKind($kind) |
| 7698 | 7698 | { |
| 7699 | - $this->kind = $kind; |
|
| 7699 | + $this->kind = $kind; |
|
| 7700 | 7700 | } |
| 7701 | 7701 | public function getKind() |
| 7702 | 7702 | { |
| 7703 | - return $this->kind; |
|
| 7703 | + return $this->kind; |
|
| 7704 | 7704 | } |
| 7705 | 7705 | public function setNextPageToken($nextPageToken) |
| 7706 | 7706 | { |
| 7707 | - $this->nextPageToken = $nextPageToken; |
|
| 7707 | + $this->nextPageToken = $nextPageToken; |
|
| 7708 | 7708 | } |
| 7709 | 7709 | public function getNextPageToken() |
| 7710 | 7710 | { |
| 7711 | - return $this->nextPageToken; |
|
| 7711 | + return $this->nextPageToken; |
|
| 7712 | 7712 | } |
| 7713 | 7713 | public function setSelfLink($selfLink) |
| 7714 | 7714 | { |
| 7715 | - $this->selfLink = $selfLink; |
|
| 7715 | + $this->selfLink = $selfLink; |
|
| 7716 | 7716 | } |
| 7717 | 7717 | public function getSelfLink() |
| 7718 | 7718 | { |
| 7719 | - return $this->selfLink; |
|
| 7719 | + return $this->selfLink; |
|
| 7720 | 7720 | } |
| 7721 | 7721 | } |
| 7722 | 7722 | |
| 7723 | 7723 | class Google_Service_Compute_ForwardingRule extends Google_Model |
| 7724 | 7724 | { |
| 7725 | 7725 | protected $internal_gapi_mappings = array( |
| 7726 | - "iPAddress" => "IPAddress", |
|
| 7727 | - "iPProtocol" => "IPProtocol", |
|
| 7726 | + "iPAddress" => "IPAddress", |
|
| 7727 | + "iPProtocol" => "IPProtocol", |
|
| 7728 | 7728 | ); |
| 7729 | 7729 | public $iPAddress; |
| 7730 | 7730 | public $iPProtocol; |
@@ -7741,91 +7741,91 @@ discard block |
||
| 7741 | 7741 | |
| 7742 | 7742 | public function setIPAddress($iPAddress) |
| 7743 | 7743 | { |
| 7744 | - $this->iPAddress = $iPAddress; |
|
| 7744 | + $this->iPAddress = $iPAddress; |
|
| 7745 | 7745 | } |
| 7746 | 7746 | public function getIPAddress() |
| 7747 | 7747 | { |
| 7748 | - return $this->iPAddress; |
|
| 7748 | + return $this->iPAddress; |
|
| 7749 | 7749 | } |
| 7750 | 7750 | public function setIPProtocol($iPProtocol) |
| 7751 | 7751 | { |
| 7752 | - $this->iPProtocol = $iPProtocol; |
|
| 7752 | + $this->iPProtocol = $iPProtocol; |
|
| 7753 | 7753 | } |
| 7754 | 7754 | public function getIPProtocol() |
| 7755 | 7755 | { |
| 7756 | - return $this->iPProtocol; |
|
| 7756 | + return $this->iPProtocol; |
|
| 7757 | 7757 | } |
| 7758 | 7758 | public function setCreationTimestamp($creationTimestamp) |
| 7759 | 7759 | { |
| 7760 | - $this->creationTimestamp = $creationTimestamp; |
|
| 7760 | + $this->creationTimestamp = $creationTimestamp; |
|
| 7761 | 7761 | } |
| 7762 | 7762 | public function getCreationTimestamp() |
| 7763 | 7763 | { |
| 7764 | - return $this->creationTimestamp; |
|
| 7764 | + return $this->creationTimestamp; |
|
| 7765 | 7765 | } |
| 7766 | 7766 | public function setDescription($description) |
| 7767 | 7767 | { |
| 7768 | - $this->description = $description; |
|
| 7768 | + $this->description = $description; |
|
| 7769 | 7769 | } |
| 7770 | 7770 | public function getDescription() |
| 7771 | 7771 | { |
| 7772 | - return $this->description; |
|
| 7772 | + return $this->description; |
|
| 7773 | 7773 | } |
| 7774 | 7774 | public function setId($id) |
| 7775 | 7775 | { |
| 7776 | - $this->id = $id; |
|
| 7776 | + $this->id = $id; |
|
| 7777 | 7777 | } |
| 7778 | 7778 | public function getId() |
| 7779 | 7779 | { |
| 7780 | - return $this->id; |
|
| 7780 | + return $this->id; |
|
| 7781 | 7781 | } |
| 7782 | 7782 | public function setKind($kind) |
| 7783 | 7783 | { |
| 7784 | - $this->kind = $kind; |
|
| 7784 | + $this->kind = $kind; |
|
| 7785 | 7785 | } |
| 7786 | 7786 | public function getKind() |
| 7787 | 7787 | { |
| 7788 | - return $this->kind; |
|
| 7788 | + return $this->kind; |
|
| 7789 | 7789 | } |
| 7790 | 7790 | public function setName($name) |
| 7791 | 7791 | { |
| 7792 | - $this->name = $name; |
|
| 7792 | + $this->name = $name; |
|
| 7793 | 7793 | } |
| 7794 | 7794 | public function getName() |
| 7795 | 7795 | { |
| 7796 | - return $this->name; |
|
| 7796 | + return $this->name; |
|
| 7797 | 7797 | } |
| 7798 | 7798 | public function setPortRange($portRange) |
| 7799 | 7799 | { |
| 7800 | - $this->portRange = $portRange; |
|
| 7800 | + $this->portRange = $portRange; |
|
| 7801 | 7801 | } |
| 7802 | 7802 | public function getPortRange() |
| 7803 | 7803 | { |
| 7804 | - return $this->portRange; |
|
| 7804 | + return $this->portRange; |
|
| 7805 | 7805 | } |
| 7806 | 7806 | public function setRegion($region) |
| 7807 | 7807 | { |
| 7808 | - $this->region = $region; |
|
| 7808 | + $this->region = $region; |
|
| 7809 | 7809 | } |
| 7810 | 7810 | public function getRegion() |
| 7811 | 7811 | { |
| 7812 | - return $this->region; |
|
| 7812 | + return $this->region; |
|
| 7813 | 7813 | } |
| 7814 | 7814 | public function setSelfLink($selfLink) |
| 7815 | 7815 | { |
| 7816 | - $this->selfLink = $selfLink; |
|
| 7816 | + $this->selfLink = $selfLink; |
|
| 7817 | 7817 | } |
| 7818 | 7818 | public function getSelfLink() |
| 7819 | 7819 | { |
| 7820 | - return $this->selfLink; |
|
| 7820 | + return $this->selfLink; |
|
| 7821 | 7821 | } |
| 7822 | 7822 | public function setTarget($target) |
| 7823 | 7823 | { |
| 7824 | - $this->target = $target; |
|
| 7824 | + $this->target = $target; |
|
| 7825 | 7825 | } |
| 7826 | 7826 | public function getTarget() |
| 7827 | 7827 | { |
| 7828 | - return $this->target; |
|
| 7828 | + return $this->target; |
|
| 7829 | 7829 | } |
| 7830 | 7830 | } |
| 7831 | 7831 | |
@@ -7843,43 +7843,43 @@ discard block |
||
| 7843 | 7843 | |
| 7844 | 7844 | public function setId($id) |
| 7845 | 7845 | { |
| 7846 | - $this->id = $id; |
|
| 7846 | + $this->id = $id; |
|
| 7847 | 7847 | } |
| 7848 | 7848 | public function getId() |
| 7849 | 7849 | { |
| 7850 | - return $this->id; |
|
| 7850 | + return $this->id; |
|
| 7851 | 7851 | } |
| 7852 | 7852 | public function setItems($items) |
| 7853 | 7853 | { |
| 7854 | - $this->items = $items; |
|
| 7854 | + $this->items = $items; |
|
| 7855 | 7855 | } |
| 7856 | 7856 | public function getItems() |
| 7857 | 7857 | { |
| 7858 | - return $this->items; |
|
| 7858 | + return $this->items; |
|
| 7859 | 7859 | } |
| 7860 | 7860 | public function setKind($kind) |
| 7861 | 7861 | { |
| 7862 | - $this->kind = $kind; |
|
| 7862 | + $this->kind = $kind; |
|
| 7863 | 7863 | } |
| 7864 | 7864 | public function getKind() |
| 7865 | 7865 | { |
| 7866 | - return $this->kind; |
|
| 7866 | + return $this->kind; |
|
| 7867 | 7867 | } |
| 7868 | 7868 | public function setNextPageToken($nextPageToken) |
| 7869 | 7869 | { |
| 7870 | - $this->nextPageToken = $nextPageToken; |
|
| 7870 | + $this->nextPageToken = $nextPageToken; |
|
| 7871 | 7871 | } |
| 7872 | 7872 | public function getNextPageToken() |
| 7873 | 7873 | { |
| 7874 | - return $this->nextPageToken; |
|
| 7874 | + return $this->nextPageToken; |
|
| 7875 | 7875 | } |
| 7876 | 7876 | public function setSelfLink($selfLink) |
| 7877 | 7877 | { |
| 7878 | - $this->selfLink = $selfLink; |
|
| 7878 | + $this->selfLink = $selfLink; |
|
| 7879 | 7879 | } |
| 7880 | 7880 | public function getSelfLink() |
| 7881 | 7881 | { |
| 7882 | - return $this->selfLink; |
|
| 7882 | + return $this->selfLink; |
|
| 7883 | 7883 | } |
| 7884 | 7884 | } |
| 7885 | 7885 | |
@@ -7902,43 +7902,43 @@ discard block |
||
| 7902 | 7902 | |
| 7903 | 7903 | public function setId($id) |
| 7904 | 7904 | { |
| 7905 | - $this->id = $id; |
|
| 7905 | + $this->id = $id; |
|
| 7906 | 7906 | } |
| 7907 | 7907 | public function getId() |
| 7908 | 7908 | { |
| 7909 | - return $this->id; |
|
| 7909 | + return $this->id; |
|
| 7910 | 7910 | } |
| 7911 | 7911 | public function setItems($items) |
| 7912 | 7912 | { |
| 7913 | - $this->items = $items; |
|
| 7913 | + $this->items = $items; |
|
| 7914 | 7914 | } |
| 7915 | 7915 | public function getItems() |
| 7916 | 7916 | { |
| 7917 | - return $this->items; |
|
| 7917 | + return $this->items; |
|
| 7918 | 7918 | } |
| 7919 | 7919 | public function setKind($kind) |
| 7920 | 7920 | { |
| 7921 | - $this->kind = $kind; |
|
| 7921 | + $this->kind = $kind; |
|
| 7922 | 7922 | } |
| 7923 | 7923 | public function getKind() |
| 7924 | 7924 | { |
| 7925 | - return $this->kind; |
|
| 7925 | + return $this->kind; |
|
| 7926 | 7926 | } |
| 7927 | 7927 | public function setNextPageToken($nextPageToken) |
| 7928 | 7928 | { |
| 7929 | - $this->nextPageToken = $nextPageToken; |
|
| 7929 | + $this->nextPageToken = $nextPageToken; |
|
| 7930 | 7930 | } |
| 7931 | 7931 | public function getNextPageToken() |
| 7932 | 7932 | { |
| 7933 | - return $this->nextPageToken; |
|
| 7933 | + return $this->nextPageToken; |
|
| 7934 | 7934 | } |
| 7935 | 7935 | public function setSelfLink($selfLink) |
| 7936 | 7936 | { |
| 7937 | - $this->selfLink = $selfLink; |
|
| 7937 | + $this->selfLink = $selfLink; |
|
| 7938 | 7938 | } |
| 7939 | 7939 | public function getSelfLink() |
| 7940 | 7940 | { |
| 7941 | - return $this->selfLink; |
|
| 7941 | + return $this->selfLink; |
|
| 7942 | 7942 | } |
| 7943 | 7943 | } |
| 7944 | 7944 | |
@@ -7955,19 +7955,19 @@ discard block |
||
| 7955 | 7955 | |
| 7956 | 7956 | public function setForwardingRules($forwardingRules) |
| 7957 | 7957 | { |
| 7958 | - $this->forwardingRules = $forwardingRules; |
|
| 7958 | + $this->forwardingRules = $forwardingRules; |
|
| 7959 | 7959 | } |
| 7960 | 7960 | public function getForwardingRules() |
| 7961 | 7961 | { |
| 7962 | - return $this->forwardingRules; |
|
| 7962 | + return $this->forwardingRules; |
|
| 7963 | 7963 | } |
| 7964 | 7964 | public function setWarning(Google_Service_Compute_ForwardingRulesScopedListWarning $warning) |
| 7965 | 7965 | { |
| 7966 | - $this->warning = $warning; |
|
| 7966 | + $this->warning = $warning; |
|
| 7967 | 7967 | } |
| 7968 | 7968 | public function getWarning() |
| 7969 | 7969 | { |
| 7970 | - return $this->warning; |
|
| 7970 | + return $this->warning; |
|
| 7971 | 7971 | } |
| 7972 | 7972 | } |
| 7973 | 7973 | |
@@ -7984,27 +7984,27 @@ discard block |
||
| 7984 | 7984 | |
| 7985 | 7985 | public function setCode($code) |
| 7986 | 7986 | { |
| 7987 | - $this->code = $code; |
|
| 7987 | + $this->code = $code; |
|
| 7988 | 7988 | } |
| 7989 | 7989 | public function getCode() |
| 7990 | 7990 | { |
| 7991 | - return $this->code; |
|
| 7991 | + return $this->code; |
|
| 7992 | 7992 | } |
| 7993 | 7993 | public function setData($data) |
| 7994 | 7994 | { |
| 7995 | - $this->data = $data; |
|
| 7995 | + $this->data = $data; |
|
| 7996 | 7996 | } |
| 7997 | 7997 | public function getData() |
| 7998 | 7998 | { |
| 7999 | - return $this->data; |
|
| 7999 | + return $this->data; |
|
| 8000 | 8000 | } |
| 8001 | 8001 | public function setMessage($message) |
| 8002 | 8002 | { |
| 8003 | - $this->message = $message; |
|
| 8003 | + $this->message = $message; |
|
| 8004 | 8004 | } |
| 8005 | 8005 | public function getMessage() |
| 8006 | 8006 | { |
| 8007 | - return $this->message; |
|
| 8007 | + return $this->message; |
|
| 8008 | 8008 | } |
| 8009 | 8009 | } |
| 8010 | 8010 | |
@@ -8018,19 +8018,19 @@ discard block |
||
| 8018 | 8018 | |
| 8019 | 8019 | public function setKey($key) |
| 8020 | 8020 | { |
| 8021 | - $this->key = $key; |
|
| 8021 | + $this->key = $key; |
|
| 8022 | 8022 | } |
| 8023 | 8023 | public function getKey() |
| 8024 | 8024 | { |
| 8025 | - return $this->key; |
|
| 8025 | + return $this->key; |
|
| 8026 | 8026 | } |
| 8027 | 8027 | public function setValue($value) |
| 8028 | 8028 | { |
| 8029 | - $this->value = $value; |
|
| 8029 | + $this->value = $value; |
|
| 8030 | 8030 | } |
| 8031 | 8031 | public function getValue() |
| 8032 | 8032 | { |
| 8033 | - return $this->value; |
|
| 8033 | + return $this->value; |
|
| 8034 | 8034 | } |
| 8035 | 8035 | } |
| 8036 | 8036 | |
@@ -8043,11 +8043,11 @@ discard block |
||
| 8043 | 8043 | |
| 8044 | 8044 | public function setHealthCheck($healthCheck) |
| 8045 | 8045 | { |
| 8046 | - $this->healthCheck = $healthCheck; |
|
| 8046 | + $this->healthCheck = $healthCheck; |
|
| 8047 | 8047 | } |
| 8048 | 8048 | public function getHealthCheck() |
| 8049 | 8049 | { |
| 8050 | - return $this->healthCheck; |
|
| 8050 | + return $this->healthCheck; |
|
| 8051 | 8051 | } |
| 8052 | 8052 | } |
| 8053 | 8053 | |
@@ -8063,35 +8063,35 @@ discard block |
||
| 8063 | 8063 | |
| 8064 | 8064 | public function setHealthState($healthState) |
| 8065 | 8065 | { |
| 8066 | - $this->healthState = $healthState; |
|
| 8066 | + $this->healthState = $healthState; |
|
| 8067 | 8067 | } |
| 8068 | 8068 | public function getHealthState() |
| 8069 | 8069 | { |
| 8070 | - return $this->healthState; |
|
| 8070 | + return $this->healthState; |
|
| 8071 | 8071 | } |
| 8072 | 8072 | public function setInstance($instance) |
| 8073 | 8073 | { |
| 8074 | - $this->instance = $instance; |
|
| 8074 | + $this->instance = $instance; |
|
| 8075 | 8075 | } |
| 8076 | 8076 | public function getInstance() |
| 8077 | 8077 | { |
| 8078 | - return $this->instance; |
|
| 8078 | + return $this->instance; |
|
| 8079 | 8079 | } |
| 8080 | 8080 | public function setIpAddress($ipAddress) |
| 8081 | 8081 | { |
| 8082 | - $this->ipAddress = $ipAddress; |
|
| 8082 | + $this->ipAddress = $ipAddress; |
|
| 8083 | 8083 | } |
| 8084 | 8084 | public function getIpAddress() |
| 8085 | 8085 | { |
| 8086 | - return $this->ipAddress; |
|
| 8086 | + return $this->ipAddress; |
|
| 8087 | 8087 | } |
| 8088 | 8088 | public function setPort($port) |
| 8089 | 8089 | { |
| 8090 | - $this->port = $port; |
|
| 8090 | + $this->port = $port; |
|
| 8091 | 8091 | } |
| 8092 | 8092 | public function getPort() |
| 8093 | 8093 | { |
| 8094 | - return $this->port; |
|
| 8094 | + return $this->port; |
|
| 8095 | 8095 | } |
| 8096 | 8096 | } |
| 8097 | 8097 | |
@@ -8107,27 +8107,27 @@ discard block |
||
| 8107 | 8107 | |
| 8108 | 8108 | public function setDescription($description) |
| 8109 | 8109 | { |
| 8110 | - $this->description = $description; |
|
| 8110 | + $this->description = $description; |
|
| 8111 | 8111 | } |
| 8112 | 8112 | public function getDescription() |
| 8113 | 8113 | { |
| 8114 | - return $this->description; |
|
| 8114 | + return $this->description; |
|
| 8115 | 8115 | } |
| 8116 | 8116 | public function setHosts($hosts) |
| 8117 | 8117 | { |
| 8118 | - $this->hosts = $hosts; |
|
| 8118 | + $this->hosts = $hosts; |
|
| 8119 | 8119 | } |
| 8120 | 8120 | public function getHosts() |
| 8121 | 8121 | { |
| 8122 | - return $this->hosts; |
|
| 8122 | + return $this->hosts; |
|
| 8123 | 8123 | } |
| 8124 | 8124 | public function setPathMatcher($pathMatcher) |
| 8125 | 8125 | { |
| 8126 | - $this->pathMatcher = $pathMatcher; |
|
| 8126 | + $this->pathMatcher = $pathMatcher; |
|
| 8127 | 8127 | } |
| 8128 | 8128 | public function getPathMatcher() |
| 8129 | 8129 | { |
| 8130 | - return $this->pathMatcher; |
|
| 8130 | + return $this->pathMatcher; |
|
| 8131 | 8131 | } |
| 8132 | 8132 | } |
| 8133 | 8133 | |
@@ -8152,107 +8152,107 @@ discard block |
||
| 8152 | 8152 | |
| 8153 | 8153 | public function setCheckIntervalSec($checkIntervalSec) |
| 8154 | 8154 | { |
| 8155 | - $this->checkIntervalSec = $checkIntervalSec; |
|
| 8155 | + $this->checkIntervalSec = $checkIntervalSec; |
|
| 8156 | 8156 | } |
| 8157 | 8157 | public function getCheckIntervalSec() |
| 8158 | 8158 | { |
| 8159 | - return $this->checkIntervalSec; |
|
| 8159 | + return $this->checkIntervalSec; |
|
| 8160 | 8160 | } |
| 8161 | 8161 | public function setCreationTimestamp($creationTimestamp) |
| 8162 | 8162 | { |
| 8163 | - $this->creationTimestamp = $creationTimestamp; |
|
| 8163 | + $this->creationTimestamp = $creationTimestamp; |
|
| 8164 | 8164 | } |
| 8165 | 8165 | public function getCreationTimestamp() |
| 8166 | 8166 | { |
| 8167 | - return $this->creationTimestamp; |
|
| 8167 | + return $this->creationTimestamp; |
|
| 8168 | 8168 | } |
| 8169 | 8169 | public function setDescription($description) |
| 8170 | 8170 | { |
| 8171 | - $this->description = $description; |
|
| 8171 | + $this->description = $description; |
|
| 8172 | 8172 | } |
| 8173 | 8173 | public function getDescription() |
| 8174 | 8174 | { |
| 8175 | - return $this->description; |
|
| 8175 | + return $this->description; |
|
| 8176 | 8176 | } |
| 8177 | 8177 | public function setHealthyThreshold($healthyThreshold) |
| 8178 | 8178 | { |
| 8179 | - $this->healthyThreshold = $healthyThreshold; |
|
| 8179 | + $this->healthyThreshold = $healthyThreshold; |
|
| 8180 | 8180 | } |
| 8181 | 8181 | public function getHealthyThreshold() |
| 8182 | 8182 | { |
| 8183 | - return $this->healthyThreshold; |
|
| 8183 | + return $this->healthyThreshold; |
|
| 8184 | 8184 | } |
| 8185 | 8185 | public function setHost($host) |
| 8186 | 8186 | { |
| 8187 | - $this->host = $host; |
|
| 8187 | + $this->host = $host; |
|
| 8188 | 8188 | } |
| 8189 | 8189 | public function getHost() |
| 8190 | 8190 | { |
| 8191 | - return $this->host; |
|
| 8191 | + return $this->host; |
|
| 8192 | 8192 | } |
| 8193 | 8193 | public function setId($id) |
| 8194 | 8194 | { |
| 8195 | - $this->id = $id; |
|
| 8195 | + $this->id = $id; |
|
| 8196 | 8196 | } |
| 8197 | 8197 | public function getId() |
| 8198 | 8198 | { |
| 8199 | - return $this->id; |
|
| 8199 | + return $this->id; |
|
| 8200 | 8200 | } |
| 8201 | 8201 | public function setKind($kind) |
| 8202 | 8202 | { |
| 8203 | - $this->kind = $kind; |
|
| 8203 | + $this->kind = $kind; |
|
| 8204 | 8204 | } |
| 8205 | 8205 | public function getKind() |
| 8206 | 8206 | { |
| 8207 | - return $this->kind; |
|
| 8207 | + return $this->kind; |
|
| 8208 | 8208 | } |
| 8209 | 8209 | public function setName($name) |
| 8210 | 8210 | { |
| 8211 | - $this->name = $name; |
|
| 8211 | + $this->name = $name; |
|
| 8212 | 8212 | } |
| 8213 | 8213 | public function getName() |
| 8214 | 8214 | { |
| 8215 | - return $this->name; |
|
| 8215 | + return $this->name; |
|
| 8216 | 8216 | } |
| 8217 | 8217 | public function setPort($port) |
| 8218 | 8218 | { |
| 8219 | - $this->port = $port; |
|
| 8219 | + $this->port = $port; |
|
| 8220 | 8220 | } |
| 8221 | 8221 | public function getPort() |
| 8222 | 8222 | { |
| 8223 | - return $this->port; |
|
| 8223 | + return $this->port; |
|
| 8224 | 8224 | } |
| 8225 | 8225 | public function setRequestPath($requestPath) |
| 8226 | 8226 | { |
| 8227 | - $this->requestPath = $requestPath; |
|
| 8227 | + $this->requestPath = $requestPath; |
|
| 8228 | 8228 | } |
| 8229 | 8229 | public function getRequestPath() |
| 8230 | 8230 | { |
| 8231 | - return $this->requestPath; |
|
| 8231 | + return $this->requestPath; |
|
| 8232 | 8232 | } |
| 8233 | 8233 | public function setSelfLink($selfLink) |
| 8234 | 8234 | { |
| 8235 | - $this->selfLink = $selfLink; |
|
| 8235 | + $this->selfLink = $selfLink; |
|
| 8236 | 8236 | } |
| 8237 | 8237 | public function getSelfLink() |
| 8238 | 8238 | { |
| 8239 | - return $this->selfLink; |
|
| 8239 | + return $this->selfLink; |
|
| 8240 | 8240 | } |
| 8241 | 8241 | public function setTimeoutSec($timeoutSec) |
| 8242 | 8242 | { |
| 8243 | - $this->timeoutSec = $timeoutSec; |
|
| 8243 | + $this->timeoutSec = $timeoutSec; |
|
| 8244 | 8244 | } |
| 8245 | 8245 | public function getTimeoutSec() |
| 8246 | 8246 | { |
| 8247 | - return $this->timeoutSec; |
|
| 8247 | + return $this->timeoutSec; |
|
| 8248 | 8248 | } |
| 8249 | 8249 | public function setUnhealthyThreshold($unhealthyThreshold) |
| 8250 | 8250 | { |
| 8251 | - $this->unhealthyThreshold = $unhealthyThreshold; |
|
| 8251 | + $this->unhealthyThreshold = $unhealthyThreshold; |
|
| 8252 | 8252 | } |
| 8253 | 8253 | public function getUnhealthyThreshold() |
| 8254 | 8254 | { |
| 8255 | - return $this->unhealthyThreshold; |
|
| 8255 | + return $this->unhealthyThreshold; |
|
| 8256 | 8256 | } |
| 8257 | 8257 | } |
| 8258 | 8258 | |
@@ -8271,43 +8271,43 @@ discard block |
||
| 8271 | 8271 | |
| 8272 | 8272 | public function setId($id) |
| 8273 | 8273 | { |
| 8274 | - $this->id = $id; |
|
| 8274 | + $this->id = $id; |
|
| 8275 | 8275 | } |
| 8276 | 8276 | public function getId() |
| 8277 | 8277 | { |
| 8278 | - return $this->id; |
|
| 8278 | + return $this->id; |
|
| 8279 | 8279 | } |
| 8280 | 8280 | public function setItems($items) |
| 8281 | 8281 | { |
| 8282 | - $this->items = $items; |
|
| 8282 | + $this->items = $items; |
|
| 8283 | 8283 | } |
| 8284 | 8284 | public function getItems() |
| 8285 | 8285 | { |
| 8286 | - return $this->items; |
|
| 8286 | + return $this->items; |
|
| 8287 | 8287 | } |
| 8288 | 8288 | public function setKind($kind) |
| 8289 | 8289 | { |
| 8290 | - $this->kind = $kind; |
|
| 8290 | + $this->kind = $kind; |
|
| 8291 | 8291 | } |
| 8292 | 8292 | public function getKind() |
| 8293 | 8293 | { |
| 8294 | - return $this->kind; |
|
| 8294 | + return $this->kind; |
|
| 8295 | 8295 | } |
| 8296 | 8296 | public function setNextPageToken($nextPageToken) |
| 8297 | 8297 | { |
| 8298 | - $this->nextPageToken = $nextPageToken; |
|
| 8298 | + $this->nextPageToken = $nextPageToken; |
|
| 8299 | 8299 | } |
| 8300 | 8300 | public function getNextPageToken() |
| 8301 | 8301 | { |
| 8302 | - return $this->nextPageToken; |
|
| 8302 | + return $this->nextPageToken; |
|
| 8303 | 8303 | } |
| 8304 | 8304 | public function setSelfLink($selfLink) |
| 8305 | 8305 | { |
| 8306 | - $this->selfLink = $selfLink; |
|
| 8306 | + $this->selfLink = $selfLink; |
|
| 8307 | 8307 | } |
| 8308 | 8308 | public function getSelfLink() |
| 8309 | 8309 | { |
| 8310 | - return $this->selfLink; |
|
| 8310 | + return $this->selfLink; |
|
| 8311 | 8311 | } |
| 8312 | 8312 | } |
| 8313 | 8313 | |
@@ -8337,123 +8337,123 @@ discard block |
||
| 8337 | 8337 | |
| 8338 | 8338 | public function setArchiveSizeBytes($archiveSizeBytes) |
| 8339 | 8339 | { |
| 8340 | - $this->archiveSizeBytes = $archiveSizeBytes; |
|
| 8340 | + $this->archiveSizeBytes = $archiveSizeBytes; |
|
| 8341 | 8341 | } |
| 8342 | 8342 | public function getArchiveSizeBytes() |
| 8343 | 8343 | { |
| 8344 | - return $this->archiveSizeBytes; |
|
| 8344 | + return $this->archiveSizeBytes; |
|
| 8345 | 8345 | } |
| 8346 | 8346 | public function setCreationTimestamp($creationTimestamp) |
| 8347 | 8347 | { |
| 8348 | - $this->creationTimestamp = $creationTimestamp; |
|
| 8348 | + $this->creationTimestamp = $creationTimestamp; |
|
| 8349 | 8349 | } |
| 8350 | 8350 | public function getCreationTimestamp() |
| 8351 | 8351 | { |
| 8352 | - return $this->creationTimestamp; |
|
| 8352 | + return $this->creationTimestamp; |
|
| 8353 | 8353 | } |
| 8354 | 8354 | public function setDeprecated(Google_Service_Compute_DeprecationStatus $deprecated) |
| 8355 | 8355 | { |
| 8356 | - $this->deprecated = $deprecated; |
|
| 8356 | + $this->deprecated = $deprecated; |
|
| 8357 | 8357 | } |
| 8358 | 8358 | public function getDeprecated() |
| 8359 | 8359 | { |
| 8360 | - return $this->deprecated; |
|
| 8360 | + return $this->deprecated; |
|
| 8361 | 8361 | } |
| 8362 | 8362 | public function setDescription($description) |
| 8363 | 8363 | { |
| 8364 | - $this->description = $description; |
|
| 8364 | + $this->description = $description; |
|
| 8365 | 8365 | } |
| 8366 | 8366 | public function getDescription() |
| 8367 | 8367 | { |
| 8368 | - return $this->description; |
|
| 8368 | + return $this->description; |
|
| 8369 | 8369 | } |
| 8370 | 8370 | public function setDiskSizeGb($diskSizeGb) |
| 8371 | 8371 | { |
| 8372 | - $this->diskSizeGb = $diskSizeGb; |
|
| 8372 | + $this->diskSizeGb = $diskSizeGb; |
|
| 8373 | 8373 | } |
| 8374 | 8374 | public function getDiskSizeGb() |
| 8375 | 8375 | { |
| 8376 | - return $this->diskSizeGb; |
|
| 8376 | + return $this->diskSizeGb; |
|
| 8377 | 8377 | } |
| 8378 | 8378 | public function setId($id) |
| 8379 | 8379 | { |
| 8380 | - $this->id = $id; |
|
| 8380 | + $this->id = $id; |
|
| 8381 | 8381 | } |
| 8382 | 8382 | public function getId() |
| 8383 | 8383 | { |
| 8384 | - return $this->id; |
|
| 8384 | + return $this->id; |
|
| 8385 | 8385 | } |
| 8386 | 8386 | public function setKind($kind) |
| 8387 | 8387 | { |
| 8388 | - $this->kind = $kind; |
|
| 8388 | + $this->kind = $kind; |
|
| 8389 | 8389 | } |
| 8390 | 8390 | public function getKind() |
| 8391 | 8391 | { |
| 8392 | - return $this->kind; |
|
| 8392 | + return $this->kind; |
|
| 8393 | 8393 | } |
| 8394 | 8394 | public function setLicenses($licenses) |
| 8395 | 8395 | { |
| 8396 | - $this->licenses = $licenses; |
|
| 8396 | + $this->licenses = $licenses; |
|
| 8397 | 8397 | } |
| 8398 | 8398 | public function getLicenses() |
| 8399 | 8399 | { |
| 8400 | - return $this->licenses; |
|
| 8400 | + return $this->licenses; |
|
| 8401 | 8401 | } |
| 8402 | 8402 | public function setName($name) |
| 8403 | 8403 | { |
| 8404 | - $this->name = $name; |
|
| 8404 | + $this->name = $name; |
|
| 8405 | 8405 | } |
| 8406 | 8406 | public function getName() |
| 8407 | 8407 | { |
| 8408 | - return $this->name; |
|
| 8408 | + return $this->name; |
|
| 8409 | 8409 | } |
| 8410 | 8410 | public function setRawDisk(Google_Service_Compute_ImageRawDisk $rawDisk) |
| 8411 | 8411 | { |
| 8412 | - $this->rawDisk = $rawDisk; |
|
| 8412 | + $this->rawDisk = $rawDisk; |
|
| 8413 | 8413 | } |
| 8414 | 8414 | public function getRawDisk() |
| 8415 | 8415 | { |
| 8416 | - return $this->rawDisk; |
|
| 8416 | + return $this->rawDisk; |
|
| 8417 | 8417 | } |
| 8418 | 8418 | public function setSelfLink($selfLink) |
| 8419 | 8419 | { |
| 8420 | - $this->selfLink = $selfLink; |
|
| 8420 | + $this->selfLink = $selfLink; |
|
| 8421 | 8421 | } |
| 8422 | 8422 | public function getSelfLink() |
| 8423 | 8423 | { |
| 8424 | - return $this->selfLink; |
|
| 8424 | + return $this->selfLink; |
|
| 8425 | 8425 | } |
| 8426 | 8426 | public function setSourceDisk($sourceDisk) |
| 8427 | 8427 | { |
| 8428 | - $this->sourceDisk = $sourceDisk; |
|
| 8428 | + $this->sourceDisk = $sourceDisk; |
|
| 8429 | 8429 | } |
| 8430 | 8430 | public function getSourceDisk() |
| 8431 | 8431 | { |
| 8432 | - return $this->sourceDisk; |
|
| 8432 | + return $this->sourceDisk; |
|
| 8433 | 8433 | } |
| 8434 | 8434 | public function setSourceDiskId($sourceDiskId) |
| 8435 | 8435 | { |
| 8436 | - $this->sourceDiskId = $sourceDiskId; |
|
| 8436 | + $this->sourceDiskId = $sourceDiskId; |
|
| 8437 | 8437 | } |
| 8438 | 8438 | public function getSourceDiskId() |
| 8439 | 8439 | { |
| 8440 | - return $this->sourceDiskId; |
|
| 8440 | + return $this->sourceDiskId; |
|
| 8441 | 8441 | } |
| 8442 | 8442 | public function setSourceType($sourceType) |
| 8443 | 8443 | { |
| 8444 | - $this->sourceType = $sourceType; |
|
| 8444 | + $this->sourceType = $sourceType; |
|
| 8445 | 8445 | } |
| 8446 | 8446 | public function getSourceType() |
| 8447 | 8447 | { |
| 8448 | - return $this->sourceType; |
|
| 8448 | + return $this->sourceType; |
|
| 8449 | 8449 | } |
| 8450 | 8450 | public function setStatus($status) |
| 8451 | 8451 | { |
| 8452 | - $this->status = $status; |
|
| 8452 | + $this->status = $status; |
|
| 8453 | 8453 | } |
| 8454 | 8454 | public function getStatus() |
| 8455 | 8455 | { |
| 8456 | - return $this->status; |
|
| 8456 | + return $this->status; |
|
| 8457 | 8457 | } |
| 8458 | 8458 | } |
| 8459 | 8459 | |
@@ -8472,43 +8472,43 @@ discard block |
||
| 8472 | 8472 | |
| 8473 | 8473 | public function setId($id) |
| 8474 | 8474 | { |
| 8475 | - $this->id = $id; |
|
| 8475 | + $this->id = $id; |
|
| 8476 | 8476 | } |
| 8477 | 8477 | public function getId() |
| 8478 | 8478 | { |
| 8479 | - return $this->id; |
|
| 8479 | + return $this->id; |
|
| 8480 | 8480 | } |
| 8481 | 8481 | public function setItems($items) |
| 8482 | 8482 | { |
| 8483 | - $this->items = $items; |
|
| 8483 | + $this->items = $items; |
|
| 8484 | 8484 | } |
| 8485 | 8485 | public function getItems() |
| 8486 | 8486 | { |
| 8487 | - return $this->items; |
|
| 8487 | + return $this->items; |
|
| 8488 | 8488 | } |
| 8489 | 8489 | public function setKind($kind) |
| 8490 | 8490 | { |
| 8491 | - $this->kind = $kind; |
|
| 8491 | + $this->kind = $kind; |
|
| 8492 | 8492 | } |
| 8493 | 8493 | public function getKind() |
| 8494 | 8494 | { |
| 8495 | - return $this->kind; |
|
| 8495 | + return $this->kind; |
|
| 8496 | 8496 | } |
| 8497 | 8497 | public function setNextPageToken($nextPageToken) |
| 8498 | 8498 | { |
| 8499 | - $this->nextPageToken = $nextPageToken; |
|
| 8499 | + $this->nextPageToken = $nextPageToken; |
|
| 8500 | 8500 | } |
| 8501 | 8501 | public function getNextPageToken() |
| 8502 | 8502 | { |
| 8503 | - return $this->nextPageToken; |
|
| 8503 | + return $this->nextPageToken; |
|
| 8504 | 8504 | } |
| 8505 | 8505 | public function setSelfLink($selfLink) |
| 8506 | 8506 | { |
| 8507 | - $this->selfLink = $selfLink; |
|
| 8507 | + $this->selfLink = $selfLink; |
|
| 8508 | 8508 | } |
| 8509 | 8509 | public function getSelfLink() |
| 8510 | 8510 | { |
| 8511 | - return $this->selfLink; |
|
| 8511 | + return $this->selfLink; |
|
| 8512 | 8512 | } |
| 8513 | 8513 | } |
| 8514 | 8514 | |
@@ -8523,27 +8523,27 @@ discard block |
||
| 8523 | 8523 | |
| 8524 | 8524 | public function setContainerType($containerType) |
| 8525 | 8525 | { |
| 8526 | - $this->containerType = $containerType; |
|
| 8526 | + $this->containerType = $containerType; |
|
| 8527 | 8527 | } |
| 8528 | 8528 | public function getContainerType() |
| 8529 | 8529 | { |
| 8530 | - return $this->containerType; |
|
| 8530 | + return $this->containerType; |
|
| 8531 | 8531 | } |
| 8532 | 8532 | public function setSha1Checksum($sha1Checksum) |
| 8533 | 8533 | { |
| 8534 | - $this->sha1Checksum = $sha1Checksum; |
|
| 8534 | + $this->sha1Checksum = $sha1Checksum; |
|
| 8535 | 8535 | } |
| 8536 | 8536 | public function getSha1Checksum() |
| 8537 | 8537 | { |
| 8538 | - return $this->sha1Checksum; |
|
| 8538 | + return $this->sha1Checksum; |
|
| 8539 | 8539 | } |
| 8540 | 8540 | public function setSource($source) |
| 8541 | 8541 | { |
| 8542 | - $this->source = $source; |
|
| 8542 | + $this->source = $source; |
|
| 8543 | 8543 | } |
| 8544 | 8544 | public function getSource() |
| 8545 | 8545 | { |
| 8546 | - return $this->source; |
|
| 8546 | + return $this->source; |
|
| 8547 | 8547 | } |
| 8548 | 8548 | } |
| 8549 | 8549 | |
@@ -8580,147 +8580,147 @@ discard block |
||
| 8580 | 8580 | |
| 8581 | 8581 | public function setCanIpForward($canIpForward) |
| 8582 | 8582 | { |
| 8583 | - $this->canIpForward = $canIpForward; |
|
| 8583 | + $this->canIpForward = $canIpForward; |
|
| 8584 | 8584 | } |
| 8585 | 8585 | public function getCanIpForward() |
| 8586 | 8586 | { |
| 8587 | - return $this->canIpForward; |
|
| 8587 | + return $this->canIpForward; |
|
| 8588 | 8588 | } |
| 8589 | 8589 | public function setCpuPlatform($cpuPlatform) |
| 8590 | 8590 | { |
| 8591 | - $this->cpuPlatform = $cpuPlatform; |
|
| 8591 | + $this->cpuPlatform = $cpuPlatform; |
|
| 8592 | 8592 | } |
| 8593 | 8593 | public function getCpuPlatform() |
| 8594 | 8594 | { |
| 8595 | - return $this->cpuPlatform; |
|
| 8595 | + return $this->cpuPlatform; |
|
| 8596 | 8596 | } |
| 8597 | 8597 | public function setCreationTimestamp($creationTimestamp) |
| 8598 | 8598 | { |
| 8599 | - $this->creationTimestamp = $creationTimestamp; |
|
| 8599 | + $this->creationTimestamp = $creationTimestamp; |
|
| 8600 | 8600 | } |
| 8601 | 8601 | public function getCreationTimestamp() |
| 8602 | 8602 | { |
| 8603 | - return $this->creationTimestamp; |
|
| 8603 | + return $this->creationTimestamp; |
|
| 8604 | 8604 | } |
| 8605 | 8605 | public function setDescription($description) |
| 8606 | 8606 | { |
| 8607 | - $this->description = $description; |
|
| 8607 | + $this->description = $description; |
|
| 8608 | 8608 | } |
| 8609 | 8609 | public function getDescription() |
| 8610 | 8610 | { |
| 8611 | - return $this->description; |
|
| 8611 | + return $this->description; |
|
| 8612 | 8612 | } |
| 8613 | 8613 | public function setDisks($disks) |
| 8614 | 8614 | { |
| 8615 | - $this->disks = $disks; |
|
| 8615 | + $this->disks = $disks; |
|
| 8616 | 8616 | } |
| 8617 | 8617 | public function getDisks() |
| 8618 | 8618 | { |
| 8619 | - return $this->disks; |
|
| 8619 | + return $this->disks; |
|
| 8620 | 8620 | } |
| 8621 | 8621 | public function setId($id) |
| 8622 | 8622 | { |
| 8623 | - $this->id = $id; |
|
| 8623 | + $this->id = $id; |
|
| 8624 | 8624 | } |
| 8625 | 8625 | public function getId() |
| 8626 | 8626 | { |
| 8627 | - return $this->id; |
|
| 8627 | + return $this->id; |
|
| 8628 | 8628 | } |
| 8629 | 8629 | public function setKind($kind) |
| 8630 | 8630 | { |
| 8631 | - $this->kind = $kind; |
|
| 8631 | + $this->kind = $kind; |
|
| 8632 | 8632 | } |
| 8633 | 8633 | public function getKind() |
| 8634 | 8634 | { |
| 8635 | - return $this->kind; |
|
| 8635 | + return $this->kind; |
|
| 8636 | 8636 | } |
| 8637 | 8637 | public function setMachineType($machineType) |
| 8638 | 8638 | { |
| 8639 | - $this->machineType = $machineType; |
|
| 8639 | + $this->machineType = $machineType; |
|
| 8640 | 8640 | } |
| 8641 | 8641 | public function getMachineType() |
| 8642 | 8642 | { |
| 8643 | - return $this->machineType; |
|
| 8643 | + return $this->machineType; |
|
| 8644 | 8644 | } |
| 8645 | 8645 | public function setMetadata(Google_Service_Compute_Metadata $metadata) |
| 8646 | 8646 | { |
| 8647 | - $this->metadata = $metadata; |
|
| 8647 | + $this->metadata = $metadata; |
|
| 8648 | 8648 | } |
| 8649 | 8649 | public function getMetadata() |
| 8650 | 8650 | { |
| 8651 | - return $this->metadata; |
|
| 8651 | + return $this->metadata; |
|
| 8652 | 8652 | } |
| 8653 | 8653 | public function setName($name) |
| 8654 | 8654 | { |
| 8655 | - $this->name = $name; |
|
| 8655 | + $this->name = $name; |
|
| 8656 | 8656 | } |
| 8657 | 8657 | public function getName() |
| 8658 | 8658 | { |
| 8659 | - return $this->name; |
|
| 8659 | + return $this->name; |
|
| 8660 | 8660 | } |
| 8661 | 8661 | public function setNetworkInterfaces($networkInterfaces) |
| 8662 | 8662 | { |
| 8663 | - $this->networkInterfaces = $networkInterfaces; |
|
| 8663 | + $this->networkInterfaces = $networkInterfaces; |
|
| 8664 | 8664 | } |
| 8665 | 8665 | public function getNetworkInterfaces() |
| 8666 | 8666 | { |
| 8667 | - return $this->networkInterfaces; |
|
| 8667 | + return $this->networkInterfaces; |
|
| 8668 | 8668 | } |
| 8669 | 8669 | public function setScheduling(Google_Service_Compute_Scheduling $scheduling) |
| 8670 | 8670 | { |
| 8671 | - $this->scheduling = $scheduling; |
|
| 8671 | + $this->scheduling = $scheduling; |
|
| 8672 | 8672 | } |
| 8673 | 8673 | public function getScheduling() |
| 8674 | 8674 | { |
| 8675 | - return $this->scheduling; |
|
| 8675 | + return $this->scheduling; |
|
| 8676 | 8676 | } |
| 8677 | 8677 | public function setSelfLink($selfLink) |
| 8678 | 8678 | { |
| 8679 | - $this->selfLink = $selfLink; |
|
| 8679 | + $this->selfLink = $selfLink; |
|
| 8680 | 8680 | } |
| 8681 | 8681 | public function getSelfLink() |
| 8682 | 8682 | { |
| 8683 | - return $this->selfLink; |
|
| 8683 | + return $this->selfLink; |
|
| 8684 | 8684 | } |
| 8685 | 8685 | public function setServiceAccounts($serviceAccounts) |
| 8686 | 8686 | { |
| 8687 | - $this->serviceAccounts = $serviceAccounts; |
|
| 8687 | + $this->serviceAccounts = $serviceAccounts; |
|
| 8688 | 8688 | } |
| 8689 | 8689 | public function getServiceAccounts() |
| 8690 | 8690 | { |
| 8691 | - return $this->serviceAccounts; |
|
| 8691 | + return $this->serviceAccounts; |
|
| 8692 | 8692 | } |
| 8693 | 8693 | public function setStatus($status) |
| 8694 | 8694 | { |
| 8695 | - $this->status = $status; |
|
| 8695 | + $this->status = $status; |
|
| 8696 | 8696 | } |
| 8697 | 8697 | public function getStatus() |
| 8698 | 8698 | { |
| 8699 | - return $this->status; |
|
| 8699 | + return $this->status; |
|
| 8700 | 8700 | } |
| 8701 | 8701 | public function setStatusMessage($statusMessage) |
| 8702 | 8702 | { |
| 8703 | - $this->statusMessage = $statusMessage; |
|
| 8703 | + $this->statusMessage = $statusMessage; |
|
| 8704 | 8704 | } |
| 8705 | 8705 | public function getStatusMessage() |
| 8706 | 8706 | { |
| 8707 | - return $this->statusMessage; |
|
| 8707 | + return $this->statusMessage; |
|
| 8708 | 8708 | } |
| 8709 | 8709 | public function setTags(Google_Service_Compute_Tags $tags) |
| 8710 | 8710 | { |
| 8711 | - $this->tags = $tags; |
|
| 8711 | + $this->tags = $tags; |
|
| 8712 | 8712 | } |
| 8713 | 8713 | public function getTags() |
| 8714 | 8714 | { |
| 8715 | - return $this->tags; |
|
| 8715 | + return $this->tags; |
|
| 8716 | 8716 | } |
| 8717 | 8717 | public function setZone($zone) |
| 8718 | 8718 | { |
| 8719 | - $this->zone = $zone; |
|
| 8719 | + $this->zone = $zone; |
|
| 8720 | 8720 | } |
| 8721 | 8721 | public function getZone() |
| 8722 | 8722 | { |
| 8723 | - return $this->zone; |
|
| 8723 | + return $this->zone; |
|
| 8724 | 8724 | } |
| 8725 | 8725 | } |
| 8726 | 8726 | |
@@ -8738,43 +8738,43 @@ discard block |
||
| 8738 | 8738 | |
| 8739 | 8739 | public function setId($id) |
| 8740 | 8740 | { |
| 8741 | - $this->id = $id; |
|
| 8741 | + $this->id = $id; |
|
| 8742 | 8742 | } |
| 8743 | 8743 | public function getId() |
| 8744 | 8744 | { |
| 8745 | - return $this->id; |
|
| 8745 | + return $this->id; |
|
| 8746 | 8746 | } |
| 8747 | 8747 | public function setItems($items) |
| 8748 | 8748 | { |
| 8749 | - $this->items = $items; |
|
| 8749 | + $this->items = $items; |
|
| 8750 | 8750 | } |
| 8751 | 8751 | public function getItems() |
| 8752 | 8752 | { |
| 8753 | - return $this->items; |
|
| 8753 | + return $this->items; |
|
| 8754 | 8754 | } |
| 8755 | 8755 | public function setKind($kind) |
| 8756 | 8756 | { |
| 8757 | - $this->kind = $kind; |
|
| 8757 | + $this->kind = $kind; |
|
| 8758 | 8758 | } |
| 8759 | 8759 | public function getKind() |
| 8760 | 8760 | { |
| 8761 | - return $this->kind; |
|
| 8761 | + return $this->kind; |
|
| 8762 | 8762 | } |
| 8763 | 8763 | public function setNextPageToken($nextPageToken) |
| 8764 | 8764 | { |
| 8765 | - $this->nextPageToken = $nextPageToken; |
|
| 8765 | + $this->nextPageToken = $nextPageToken; |
|
| 8766 | 8766 | } |
| 8767 | 8767 | public function getNextPageToken() |
| 8768 | 8768 | { |
| 8769 | - return $this->nextPageToken; |
|
| 8769 | + return $this->nextPageToken; |
|
| 8770 | 8770 | } |
| 8771 | 8771 | public function setSelfLink($selfLink) |
| 8772 | 8772 | { |
| 8773 | - $this->selfLink = $selfLink; |
|
| 8773 | + $this->selfLink = $selfLink; |
|
| 8774 | 8774 | } |
| 8775 | 8775 | public function getSelfLink() |
| 8776 | 8776 | { |
| 8777 | - return $this->selfLink; |
|
| 8777 | + return $this->selfLink; |
|
| 8778 | 8778 | } |
| 8779 | 8779 | } |
| 8780 | 8780 | |
@@ -8797,43 +8797,43 @@ discard block |
||
| 8797 | 8797 | |
| 8798 | 8798 | public function setId($id) |
| 8799 | 8799 | { |
| 8800 | - $this->id = $id; |
|
| 8800 | + $this->id = $id; |
|
| 8801 | 8801 | } |
| 8802 | 8802 | public function getId() |
| 8803 | 8803 | { |
| 8804 | - return $this->id; |
|
| 8804 | + return $this->id; |
|
| 8805 | 8805 | } |
| 8806 | 8806 | public function setItems($items) |
| 8807 | 8807 | { |
| 8808 | - $this->items = $items; |
|
| 8808 | + $this->items = $items; |
|
| 8809 | 8809 | } |
| 8810 | 8810 | public function getItems() |
| 8811 | 8811 | { |
| 8812 | - return $this->items; |
|
| 8812 | + return $this->items; |
|
| 8813 | 8813 | } |
| 8814 | 8814 | public function setKind($kind) |
| 8815 | 8815 | { |
| 8816 | - $this->kind = $kind; |
|
| 8816 | + $this->kind = $kind; |
|
| 8817 | 8817 | } |
| 8818 | 8818 | public function getKind() |
| 8819 | 8819 | { |
| 8820 | - return $this->kind; |
|
| 8820 | + return $this->kind; |
|
| 8821 | 8821 | } |
| 8822 | 8822 | public function setNextPageToken($nextPageToken) |
| 8823 | 8823 | { |
| 8824 | - $this->nextPageToken = $nextPageToken; |
|
| 8824 | + $this->nextPageToken = $nextPageToken; |
|
| 8825 | 8825 | } |
| 8826 | 8826 | public function getNextPageToken() |
| 8827 | 8827 | { |
| 8828 | - return $this->nextPageToken; |
|
| 8828 | + return $this->nextPageToken; |
|
| 8829 | 8829 | } |
| 8830 | 8830 | public function setSelfLink($selfLink) |
| 8831 | 8831 | { |
| 8832 | - $this->selfLink = $selfLink; |
|
| 8832 | + $this->selfLink = $selfLink; |
|
| 8833 | 8833 | } |
| 8834 | 8834 | public function getSelfLink() |
| 8835 | 8835 | { |
| 8836 | - return $this->selfLink; |
|
| 8836 | + return $this->selfLink; |
|
| 8837 | 8837 | } |
| 8838 | 8838 | } |
| 8839 | 8839 | |
@@ -8847,19 +8847,19 @@ discard block |
||
| 8847 | 8847 | |
| 8848 | 8848 | public function setDestinationZone($destinationZone) |
| 8849 | 8849 | { |
| 8850 | - $this->destinationZone = $destinationZone; |
|
| 8850 | + $this->destinationZone = $destinationZone; |
|
| 8851 | 8851 | } |
| 8852 | 8852 | public function getDestinationZone() |
| 8853 | 8853 | { |
| 8854 | - return $this->destinationZone; |
|
| 8854 | + return $this->destinationZone; |
|
| 8855 | 8855 | } |
| 8856 | 8856 | public function setTargetInstance($targetInstance) |
| 8857 | 8857 | { |
| 8858 | - $this->targetInstance = $targetInstance; |
|
| 8858 | + $this->targetInstance = $targetInstance; |
|
| 8859 | 8859 | } |
| 8860 | 8860 | public function getTargetInstance() |
| 8861 | 8861 | { |
| 8862 | - return $this->targetInstance; |
|
| 8862 | + return $this->targetInstance; |
|
| 8863 | 8863 | } |
| 8864 | 8864 | } |
| 8865 | 8865 | |
@@ -8887,75 +8887,75 @@ discard block |
||
| 8887 | 8887 | |
| 8888 | 8888 | public function setCanIpForward($canIpForward) |
| 8889 | 8889 | { |
| 8890 | - $this->canIpForward = $canIpForward; |
|
| 8890 | + $this->canIpForward = $canIpForward; |
|
| 8891 | 8891 | } |
| 8892 | 8892 | public function getCanIpForward() |
| 8893 | 8893 | { |
| 8894 | - return $this->canIpForward; |
|
| 8894 | + return $this->canIpForward; |
|
| 8895 | 8895 | } |
| 8896 | 8896 | public function setDescription($description) |
| 8897 | 8897 | { |
| 8898 | - $this->description = $description; |
|
| 8898 | + $this->description = $description; |
|
| 8899 | 8899 | } |
| 8900 | 8900 | public function getDescription() |
| 8901 | 8901 | { |
| 8902 | - return $this->description; |
|
| 8902 | + return $this->description; |
|
| 8903 | 8903 | } |
| 8904 | 8904 | public function setDisks($disks) |
| 8905 | 8905 | { |
| 8906 | - $this->disks = $disks; |
|
| 8906 | + $this->disks = $disks; |
|
| 8907 | 8907 | } |
| 8908 | 8908 | public function getDisks() |
| 8909 | 8909 | { |
| 8910 | - return $this->disks; |
|
| 8910 | + return $this->disks; |
|
| 8911 | 8911 | } |
| 8912 | 8912 | public function setMachineType($machineType) |
| 8913 | 8913 | { |
| 8914 | - $this->machineType = $machineType; |
|
| 8914 | + $this->machineType = $machineType; |
|
| 8915 | 8915 | } |
| 8916 | 8916 | public function getMachineType() |
| 8917 | 8917 | { |
| 8918 | - return $this->machineType; |
|
| 8918 | + return $this->machineType; |
|
| 8919 | 8919 | } |
| 8920 | 8920 | public function setMetadata(Google_Service_Compute_Metadata $metadata) |
| 8921 | 8921 | { |
| 8922 | - $this->metadata = $metadata; |
|
| 8922 | + $this->metadata = $metadata; |
|
| 8923 | 8923 | } |
| 8924 | 8924 | public function getMetadata() |
| 8925 | 8925 | { |
| 8926 | - return $this->metadata; |
|
| 8926 | + return $this->metadata; |
|
| 8927 | 8927 | } |
| 8928 | 8928 | public function setNetworkInterfaces($networkInterfaces) |
| 8929 | 8929 | { |
| 8930 | - $this->networkInterfaces = $networkInterfaces; |
|
| 8930 | + $this->networkInterfaces = $networkInterfaces; |
|
| 8931 | 8931 | } |
| 8932 | 8932 | public function getNetworkInterfaces() |
| 8933 | 8933 | { |
| 8934 | - return $this->networkInterfaces; |
|
| 8934 | + return $this->networkInterfaces; |
|
| 8935 | 8935 | } |
| 8936 | 8936 | public function setScheduling(Google_Service_Compute_Scheduling $scheduling) |
| 8937 | 8937 | { |
| 8938 | - $this->scheduling = $scheduling; |
|
| 8938 | + $this->scheduling = $scheduling; |
|
| 8939 | 8939 | } |
| 8940 | 8940 | public function getScheduling() |
| 8941 | 8941 | { |
| 8942 | - return $this->scheduling; |
|
| 8942 | + return $this->scheduling; |
|
| 8943 | 8943 | } |
| 8944 | 8944 | public function setServiceAccounts($serviceAccounts) |
| 8945 | 8945 | { |
| 8946 | - $this->serviceAccounts = $serviceAccounts; |
|
| 8946 | + $this->serviceAccounts = $serviceAccounts; |
|
| 8947 | 8947 | } |
| 8948 | 8948 | public function getServiceAccounts() |
| 8949 | 8949 | { |
| 8950 | - return $this->serviceAccounts; |
|
| 8950 | + return $this->serviceAccounts; |
|
| 8951 | 8951 | } |
| 8952 | 8952 | public function setTags(Google_Service_Compute_Tags $tags) |
| 8953 | 8953 | { |
| 8954 | - $this->tags = $tags; |
|
| 8954 | + $this->tags = $tags; |
|
| 8955 | 8955 | } |
| 8956 | 8956 | public function getTags() |
| 8957 | 8957 | { |
| 8958 | - return $this->tags; |
|
| 8958 | + return $this->tags; |
|
| 8959 | 8959 | } |
| 8960 | 8960 | } |
| 8961 | 8961 | |
@@ -8968,11 +8968,11 @@ discard block |
||
| 8968 | 8968 | |
| 8969 | 8969 | public function setInstance($instance) |
| 8970 | 8970 | { |
| 8971 | - $this->instance = $instance; |
|
| 8971 | + $this->instance = $instance; |
|
| 8972 | 8972 | } |
| 8973 | 8973 | public function getInstance() |
| 8974 | 8974 | { |
| 8975 | - return $this->instance; |
|
| 8975 | + return $this->instance; |
|
| 8976 | 8976 | } |
| 8977 | 8977 | } |
| 8978 | 8978 | |
@@ -8992,59 +8992,59 @@ discard block |
||
| 8992 | 8992 | |
| 8993 | 8993 | public function setCreationTimestamp($creationTimestamp) |
| 8994 | 8994 | { |
| 8995 | - $this->creationTimestamp = $creationTimestamp; |
|
| 8995 | + $this->creationTimestamp = $creationTimestamp; |
|
| 8996 | 8996 | } |
| 8997 | 8997 | public function getCreationTimestamp() |
| 8998 | 8998 | { |
| 8999 | - return $this->creationTimestamp; |
|
| 8999 | + return $this->creationTimestamp; |
|
| 9000 | 9000 | } |
| 9001 | 9001 | public function setDescription($description) |
| 9002 | 9002 | { |
| 9003 | - $this->description = $description; |
|
| 9003 | + $this->description = $description; |
|
| 9004 | 9004 | } |
| 9005 | 9005 | public function getDescription() |
| 9006 | 9006 | { |
| 9007 | - return $this->description; |
|
| 9007 | + return $this->description; |
|
| 9008 | 9008 | } |
| 9009 | 9009 | public function setId($id) |
| 9010 | 9010 | { |
| 9011 | - $this->id = $id; |
|
| 9011 | + $this->id = $id; |
|
| 9012 | 9012 | } |
| 9013 | 9013 | public function getId() |
| 9014 | 9014 | { |
| 9015 | - return $this->id; |
|
| 9015 | + return $this->id; |
|
| 9016 | 9016 | } |
| 9017 | 9017 | public function setKind($kind) |
| 9018 | 9018 | { |
| 9019 | - $this->kind = $kind; |
|
| 9019 | + $this->kind = $kind; |
|
| 9020 | 9020 | } |
| 9021 | 9021 | public function getKind() |
| 9022 | 9022 | { |
| 9023 | - return $this->kind; |
|
| 9023 | + return $this->kind; |
|
| 9024 | 9024 | } |
| 9025 | 9025 | public function setName($name) |
| 9026 | 9026 | { |
| 9027 | - $this->name = $name; |
|
| 9027 | + $this->name = $name; |
|
| 9028 | 9028 | } |
| 9029 | 9029 | public function getName() |
| 9030 | 9030 | { |
| 9031 | - return $this->name; |
|
| 9031 | + return $this->name; |
|
| 9032 | 9032 | } |
| 9033 | 9033 | public function setProperties(Google_Service_Compute_InstanceProperties $properties) |
| 9034 | 9034 | { |
| 9035 | - $this->properties = $properties; |
|
| 9035 | + $this->properties = $properties; |
|
| 9036 | 9036 | } |
| 9037 | 9037 | public function getProperties() |
| 9038 | 9038 | { |
| 9039 | - return $this->properties; |
|
| 9039 | + return $this->properties; |
|
| 9040 | 9040 | } |
| 9041 | 9041 | public function setSelfLink($selfLink) |
| 9042 | 9042 | { |
| 9043 | - $this->selfLink = $selfLink; |
|
| 9043 | + $this->selfLink = $selfLink; |
|
| 9044 | 9044 | } |
| 9045 | 9045 | public function getSelfLink() |
| 9046 | 9046 | { |
| 9047 | - return $this->selfLink; |
|
| 9047 | + return $this->selfLink; |
|
| 9048 | 9048 | } |
| 9049 | 9049 | } |
| 9050 | 9050 | |
@@ -9063,43 +9063,43 @@ discard block |
||
| 9063 | 9063 | |
| 9064 | 9064 | public function setId($id) |
| 9065 | 9065 | { |
| 9066 | - $this->id = $id; |
|
| 9066 | + $this->id = $id; |
|
| 9067 | 9067 | } |
| 9068 | 9068 | public function getId() |
| 9069 | 9069 | { |
| 9070 | - return $this->id; |
|
| 9070 | + return $this->id; |
|
| 9071 | 9071 | } |
| 9072 | 9072 | public function setItems($items) |
| 9073 | 9073 | { |
| 9074 | - $this->items = $items; |
|
| 9074 | + $this->items = $items; |
|
| 9075 | 9075 | } |
| 9076 | 9076 | public function getItems() |
| 9077 | 9077 | { |
| 9078 | - return $this->items; |
|
| 9078 | + return $this->items; |
|
| 9079 | 9079 | } |
| 9080 | 9080 | public function setKind($kind) |
| 9081 | 9081 | { |
| 9082 | - $this->kind = $kind; |
|
| 9082 | + $this->kind = $kind; |
|
| 9083 | 9083 | } |
| 9084 | 9084 | public function getKind() |
| 9085 | 9085 | { |
| 9086 | - return $this->kind; |
|
| 9086 | + return $this->kind; |
|
| 9087 | 9087 | } |
| 9088 | 9088 | public function setNextPageToken($nextPageToken) |
| 9089 | 9089 | { |
| 9090 | - $this->nextPageToken = $nextPageToken; |
|
| 9090 | + $this->nextPageToken = $nextPageToken; |
|
| 9091 | 9091 | } |
| 9092 | 9092 | public function getNextPageToken() |
| 9093 | 9093 | { |
| 9094 | - return $this->nextPageToken; |
|
| 9094 | + return $this->nextPageToken; |
|
| 9095 | 9095 | } |
| 9096 | 9096 | public function setSelfLink($selfLink) |
| 9097 | 9097 | { |
| 9098 | - $this->selfLink = $selfLink; |
|
| 9098 | + $this->selfLink = $selfLink; |
|
| 9099 | 9099 | } |
| 9100 | 9100 | public function getSelfLink() |
| 9101 | 9101 | { |
| 9102 | - return $this->selfLink; |
|
| 9102 | + return $this->selfLink; |
|
| 9103 | 9103 | } |
| 9104 | 9104 | } |
| 9105 | 9105 | |
@@ -9116,19 +9116,19 @@ discard block |
||
| 9116 | 9116 | |
| 9117 | 9117 | public function setInstances($instances) |
| 9118 | 9118 | { |
| 9119 | - $this->instances = $instances; |
|
| 9119 | + $this->instances = $instances; |
|
| 9120 | 9120 | } |
| 9121 | 9121 | public function getInstances() |
| 9122 | 9122 | { |
| 9123 | - return $this->instances; |
|
| 9123 | + return $this->instances; |
|
| 9124 | 9124 | } |
| 9125 | 9125 | public function setWarning(Google_Service_Compute_InstancesScopedListWarning $warning) |
| 9126 | 9126 | { |
| 9127 | - $this->warning = $warning; |
|
| 9127 | + $this->warning = $warning; |
|
| 9128 | 9128 | } |
| 9129 | 9129 | public function getWarning() |
| 9130 | 9130 | { |
| 9131 | - return $this->warning; |
|
| 9131 | + return $this->warning; |
|
| 9132 | 9132 | } |
| 9133 | 9133 | } |
| 9134 | 9134 | |
@@ -9145,27 +9145,27 @@ discard block |
||
| 9145 | 9145 | |
| 9146 | 9146 | public function setCode($code) |
| 9147 | 9147 | { |
| 9148 | - $this->code = $code; |
|
| 9148 | + $this->code = $code; |
|
| 9149 | 9149 | } |
| 9150 | 9150 | public function getCode() |
| 9151 | 9151 | { |
| 9152 | - return $this->code; |
|
| 9152 | + return $this->code; |
|
| 9153 | 9153 | } |
| 9154 | 9154 | public function setData($data) |
| 9155 | 9155 | { |
| 9156 | - $this->data = $data; |
|
| 9156 | + $this->data = $data; |
|
| 9157 | 9157 | } |
| 9158 | 9158 | public function getData() |
| 9159 | 9159 | { |
| 9160 | - return $this->data; |
|
| 9160 | + return $this->data; |
|
| 9161 | 9161 | } |
| 9162 | 9162 | public function setMessage($message) |
| 9163 | 9163 | { |
| 9164 | - $this->message = $message; |
|
| 9164 | + $this->message = $message; |
|
| 9165 | 9165 | } |
| 9166 | 9166 | public function getMessage() |
| 9167 | 9167 | { |
| 9168 | - return $this->message; |
|
| 9168 | + return $this->message; |
|
| 9169 | 9169 | } |
| 9170 | 9170 | } |
| 9171 | 9171 | |
@@ -9179,19 +9179,19 @@ discard block |
||
| 9179 | 9179 | |
| 9180 | 9180 | public function setKey($key) |
| 9181 | 9181 | { |
| 9182 | - $this->key = $key; |
|
| 9182 | + $this->key = $key; |
|
| 9183 | 9183 | } |
| 9184 | 9184 | public function getKey() |
| 9185 | 9185 | { |
| 9186 | - return $this->key; |
|
| 9186 | + return $this->key; |
|
| 9187 | 9187 | } |
| 9188 | 9188 | public function setValue($value) |
| 9189 | 9189 | { |
| 9190 | - $this->value = $value; |
|
| 9190 | + $this->value = $value; |
|
| 9191 | 9191 | } |
| 9192 | 9192 | public function getValue() |
| 9193 | 9193 | { |
| 9194 | - return $this->value; |
|
| 9194 | + return $this->value; |
|
| 9195 | 9195 | } |
| 9196 | 9196 | } |
| 9197 | 9197 | |
@@ -9207,35 +9207,35 @@ discard block |
||
| 9207 | 9207 | |
| 9208 | 9208 | public function setChargesUseFee($chargesUseFee) |
| 9209 | 9209 | { |
| 9210 | - $this->chargesUseFee = $chargesUseFee; |
|
| 9210 | + $this->chargesUseFee = $chargesUseFee; |
|
| 9211 | 9211 | } |
| 9212 | 9212 | public function getChargesUseFee() |
| 9213 | 9213 | { |
| 9214 | - return $this->chargesUseFee; |
|
| 9214 | + return $this->chargesUseFee; |
|
| 9215 | 9215 | } |
| 9216 | 9216 | public function setKind($kind) |
| 9217 | 9217 | { |
| 9218 | - $this->kind = $kind; |
|
| 9218 | + $this->kind = $kind; |
|
| 9219 | 9219 | } |
| 9220 | 9220 | public function getKind() |
| 9221 | 9221 | { |
| 9222 | - return $this->kind; |
|
| 9222 | + return $this->kind; |
|
| 9223 | 9223 | } |
| 9224 | 9224 | public function setName($name) |
| 9225 | 9225 | { |
| 9226 | - $this->name = $name; |
|
| 9226 | + $this->name = $name; |
|
| 9227 | 9227 | } |
| 9228 | 9228 | public function getName() |
| 9229 | 9229 | { |
| 9230 | - return $this->name; |
|
| 9230 | + return $this->name; |
|
| 9231 | 9231 | } |
| 9232 | 9232 | public function setSelfLink($selfLink) |
| 9233 | 9233 | { |
| 9234 | - $this->selfLink = $selfLink; |
|
| 9234 | + $this->selfLink = $selfLink; |
|
| 9235 | 9235 | } |
| 9236 | 9236 | public function getSelfLink() |
| 9237 | 9237 | { |
| 9238 | - return $this->selfLink; |
|
| 9238 | + return $this->selfLink; |
|
| 9239 | 9239 | } |
| 9240 | 9240 | } |
| 9241 | 9241 | |
@@ -9264,115 +9264,115 @@ discard block |
||
| 9264 | 9264 | |
| 9265 | 9265 | public function setCreationTimestamp($creationTimestamp) |
| 9266 | 9266 | { |
| 9267 | - $this->creationTimestamp = $creationTimestamp; |
|
| 9267 | + $this->creationTimestamp = $creationTimestamp; |
|
| 9268 | 9268 | } |
| 9269 | 9269 | public function getCreationTimestamp() |
| 9270 | 9270 | { |
| 9271 | - return $this->creationTimestamp; |
|
| 9271 | + return $this->creationTimestamp; |
|
| 9272 | 9272 | } |
| 9273 | 9273 | public function setDeprecated(Google_Service_Compute_DeprecationStatus $deprecated) |
| 9274 | 9274 | { |
| 9275 | - $this->deprecated = $deprecated; |
|
| 9275 | + $this->deprecated = $deprecated; |
|
| 9276 | 9276 | } |
| 9277 | 9277 | public function getDeprecated() |
| 9278 | 9278 | { |
| 9279 | - return $this->deprecated; |
|
| 9279 | + return $this->deprecated; |
|
| 9280 | 9280 | } |
| 9281 | 9281 | public function setDescription($description) |
| 9282 | 9282 | { |
| 9283 | - $this->description = $description; |
|
| 9283 | + $this->description = $description; |
|
| 9284 | 9284 | } |
| 9285 | 9285 | public function getDescription() |
| 9286 | 9286 | { |
| 9287 | - return $this->description; |
|
| 9287 | + return $this->description; |
|
| 9288 | 9288 | } |
| 9289 | 9289 | public function setGuestCpus($guestCpus) |
| 9290 | 9290 | { |
| 9291 | - $this->guestCpus = $guestCpus; |
|
| 9291 | + $this->guestCpus = $guestCpus; |
|
| 9292 | 9292 | } |
| 9293 | 9293 | public function getGuestCpus() |
| 9294 | 9294 | { |
| 9295 | - return $this->guestCpus; |
|
| 9295 | + return $this->guestCpus; |
|
| 9296 | 9296 | } |
| 9297 | 9297 | public function setId($id) |
| 9298 | 9298 | { |
| 9299 | - $this->id = $id; |
|
| 9299 | + $this->id = $id; |
|
| 9300 | 9300 | } |
| 9301 | 9301 | public function getId() |
| 9302 | 9302 | { |
| 9303 | - return $this->id; |
|
| 9303 | + return $this->id; |
|
| 9304 | 9304 | } |
| 9305 | 9305 | public function setImageSpaceGb($imageSpaceGb) |
| 9306 | 9306 | { |
| 9307 | - $this->imageSpaceGb = $imageSpaceGb; |
|
| 9307 | + $this->imageSpaceGb = $imageSpaceGb; |
|
| 9308 | 9308 | } |
| 9309 | 9309 | public function getImageSpaceGb() |
| 9310 | 9310 | { |
| 9311 | - return $this->imageSpaceGb; |
|
| 9311 | + return $this->imageSpaceGb; |
|
| 9312 | 9312 | } |
| 9313 | 9313 | public function setKind($kind) |
| 9314 | 9314 | { |
| 9315 | - $this->kind = $kind; |
|
| 9315 | + $this->kind = $kind; |
|
| 9316 | 9316 | } |
| 9317 | 9317 | public function getKind() |
| 9318 | 9318 | { |
| 9319 | - return $this->kind; |
|
| 9319 | + return $this->kind; |
|
| 9320 | 9320 | } |
| 9321 | 9321 | public function setMaximumPersistentDisks($maximumPersistentDisks) |
| 9322 | 9322 | { |
| 9323 | - $this->maximumPersistentDisks = $maximumPersistentDisks; |
|
| 9323 | + $this->maximumPersistentDisks = $maximumPersistentDisks; |
|
| 9324 | 9324 | } |
| 9325 | 9325 | public function getMaximumPersistentDisks() |
| 9326 | 9326 | { |
| 9327 | - return $this->maximumPersistentDisks; |
|
| 9327 | + return $this->maximumPersistentDisks; |
|
| 9328 | 9328 | } |
| 9329 | 9329 | public function setMaximumPersistentDisksSizeGb($maximumPersistentDisksSizeGb) |
| 9330 | 9330 | { |
| 9331 | - $this->maximumPersistentDisksSizeGb = $maximumPersistentDisksSizeGb; |
|
| 9331 | + $this->maximumPersistentDisksSizeGb = $maximumPersistentDisksSizeGb; |
|
| 9332 | 9332 | } |
| 9333 | 9333 | public function getMaximumPersistentDisksSizeGb() |
| 9334 | 9334 | { |
| 9335 | - return $this->maximumPersistentDisksSizeGb; |
|
| 9335 | + return $this->maximumPersistentDisksSizeGb; |
|
| 9336 | 9336 | } |
| 9337 | 9337 | public function setMemoryMb($memoryMb) |
| 9338 | 9338 | { |
| 9339 | - $this->memoryMb = $memoryMb; |
|
| 9339 | + $this->memoryMb = $memoryMb; |
|
| 9340 | 9340 | } |
| 9341 | 9341 | public function getMemoryMb() |
| 9342 | 9342 | { |
| 9343 | - return $this->memoryMb; |
|
| 9343 | + return $this->memoryMb; |
|
| 9344 | 9344 | } |
| 9345 | 9345 | public function setName($name) |
| 9346 | 9346 | { |
| 9347 | - $this->name = $name; |
|
| 9347 | + $this->name = $name; |
|
| 9348 | 9348 | } |
| 9349 | 9349 | public function getName() |
| 9350 | 9350 | { |
| 9351 | - return $this->name; |
|
| 9351 | + return $this->name; |
|
| 9352 | 9352 | } |
| 9353 | 9353 | public function setScratchDisks($scratchDisks) |
| 9354 | 9354 | { |
| 9355 | - $this->scratchDisks = $scratchDisks; |
|
| 9355 | + $this->scratchDisks = $scratchDisks; |
|
| 9356 | 9356 | } |
| 9357 | 9357 | public function getScratchDisks() |
| 9358 | 9358 | { |
| 9359 | - return $this->scratchDisks; |
|
| 9359 | + return $this->scratchDisks; |
|
| 9360 | 9360 | } |
| 9361 | 9361 | public function setSelfLink($selfLink) |
| 9362 | 9362 | { |
| 9363 | - $this->selfLink = $selfLink; |
|
| 9363 | + $this->selfLink = $selfLink; |
|
| 9364 | 9364 | } |
| 9365 | 9365 | public function getSelfLink() |
| 9366 | 9366 | { |
| 9367 | - return $this->selfLink; |
|
| 9367 | + return $this->selfLink; |
|
| 9368 | 9368 | } |
| 9369 | 9369 | public function setZone($zone) |
| 9370 | 9370 | { |
| 9371 | - $this->zone = $zone; |
|
| 9371 | + $this->zone = $zone; |
|
| 9372 | 9372 | } |
| 9373 | 9373 | public function getZone() |
| 9374 | 9374 | { |
| 9375 | - return $this->zone; |
|
| 9375 | + return $this->zone; |
|
| 9376 | 9376 | } |
| 9377 | 9377 | } |
| 9378 | 9378 | |
@@ -9390,43 +9390,43 @@ discard block |
||
| 9390 | 9390 | |
| 9391 | 9391 | public function setId($id) |
| 9392 | 9392 | { |
| 9393 | - $this->id = $id; |
|
| 9393 | + $this->id = $id; |
|
| 9394 | 9394 | } |
| 9395 | 9395 | public function getId() |
| 9396 | 9396 | { |
| 9397 | - return $this->id; |
|
| 9397 | + return $this->id; |
|
| 9398 | 9398 | } |
| 9399 | 9399 | public function setItems($items) |
| 9400 | 9400 | { |
| 9401 | - $this->items = $items; |
|
| 9401 | + $this->items = $items; |
|
| 9402 | 9402 | } |
| 9403 | 9403 | public function getItems() |
| 9404 | 9404 | { |
| 9405 | - return $this->items; |
|
| 9405 | + return $this->items; |
|
| 9406 | 9406 | } |
| 9407 | 9407 | public function setKind($kind) |
| 9408 | 9408 | { |
| 9409 | - $this->kind = $kind; |
|
| 9409 | + $this->kind = $kind; |
|
| 9410 | 9410 | } |
| 9411 | 9411 | public function getKind() |
| 9412 | 9412 | { |
| 9413 | - return $this->kind; |
|
| 9413 | + return $this->kind; |
|
| 9414 | 9414 | } |
| 9415 | 9415 | public function setNextPageToken($nextPageToken) |
| 9416 | 9416 | { |
| 9417 | - $this->nextPageToken = $nextPageToken; |
|
| 9417 | + $this->nextPageToken = $nextPageToken; |
|
| 9418 | 9418 | } |
| 9419 | 9419 | public function getNextPageToken() |
| 9420 | 9420 | { |
| 9421 | - return $this->nextPageToken; |
|
| 9421 | + return $this->nextPageToken; |
|
| 9422 | 9422 | } |
| 9423 | 9423 | public function setSelfLink($selfLink) |
| 9424 | 9424 | { |
| 9425 | - $this->selfLink = $selfLink; |
|
| 9425 | + $this->selfLink = $selfLink; |
|
| 9426 | 9426 | } |
| 9427 | 9427 | public function getSelfLink() |
| 9428 | 9428 | { |
| 9429 | - return $this->selfLink; |
|
| 9429 | + return $this->selfLink; |
|
| 9430 | 9430 | } |
| 9431 | 9431 | } |
| 9432 | 9432 | |
@@ -9449,43 +9449,43 @@ discard block |
||
| 9449 | 9449 | |
| 9450 | 9450 | public function setId($id) |
| 9451 | 9451 | { |
| 9452 | - $this->id = $id; |
|
| 9452 | + $this->id = $id; |
|
| 9453 | 9453 | } |
| 9454 | 9454 | public function getId() |
| 9455 | 9455 | { |
| 9456 | - return $this->id; |
|
| 9456 | + return $this->id; |
|
| 9457 | 9457 | } |
| 9458 | 9458 | public function setItems($items) |
| 9459 | 9459 | { |
| 9460 | - $this->items = $items; |
|
| 9460 | + $this->items = $items; |
|
| 9461 | 9461 | } |
| 9462 | 9462 | public function getItems() |
| 9463 | 9463 | { |
| 9464 | - return $this->items; |
|
| 9464 | + return $this->items; |
|
| 9465 | 9465 | } |
| 9466 | 9466 | public function setKind($kind) |
| 9467 | 9467 | { |
| 9468 | - $this->kind = $kind; |
|
| 9468 | + $this->kind = $kind; |
|
| 9469 | 9469 | } |
| 9470 | 9470 | public function getKind() |
| 9471 | 9471 | { |
| 9472 | - return $this->kind; |
|
| 9472 | + return $this->kind; |
|
| 9473 | 9473 | } |
| 9474 | 9474 | public function setNextPageToken($nextPageToken) |
| 9475 | 9475 | { |
| 9476 | - $this->nextPageToken = $nextPageToken; |
|
| 9476 | + $this->nextPageToken = $nextPageToken; |
|
| 9477 | 9477 | } |
| 9478 | 9478 | public function getNextPageToken() |
| 9479 | 9479 | { |
| 9480 | - return $this->nextPageToken; |
|
| 9480 | + return $this->nextPageToken; |
|
| 9481 | 9481 | } |
| 9482 | 9482 | public function setSelfLink($selfLink) |
| 9483 | 9483 | { |
| 9484 | - $this->selfLink = $selfLink; |
|
| 9484 | + $this->selfLink = $selfLink; |
|
| 9485 | 9485 | } |
| 9486 | 9486 | public function getSelfLink() |
| 9487 | 9487 | { |
| 9488 | - return $this->selfLink; |
|
| 9488 | + return $this->selfLink; |
|
| 9489 | 9489 | } |
| 9490 | 9490 | } |
| 9491 | 9491 | |
@@ -9498,11 +9498,11 @@ discard block |
||
| 9498 | 9498 | |
| 9499 | 9499 | public function setDiskGb($diskGb) |
| 9500 | 9500 | { |
| 9501 | - $this->diskGb = $diskGb; |
|
| 9501 | + $this->diskGb = $diskGb; |
|
| 9502 | 9502 | } |
| 9503 | 9503 | public function getDiskGb() |
| 9504 | 9504 | { |
| 9505 | - return $this->diskGb; |
|
| 9505 | + return $this->diskGb; |
|
| 9506 | 9506 | } |
| 9507 | 9507 | } |
| 9508 | 9508 | |
@@ -9519,19 +9519,19 @@ discard block |
||
| 9519 | 9519 | |
| 9520 | 9520 | public function setMachineTypes($machineTypes) |
| 9521 | 9521 | { |
| 9522 | - $this->machineTypes = $machineTypes; |
|
| 9522 | + $this->machineTypes = $machineTypes; |
|
| 9523 | 9523 | } |
| 9524 | 9524 | public function getMachineTypes() |
| 9525 | 9525 | { |
| 9526 | - return $this->machineTypes; |
|
| 9526 | + return $this->machineTypes; |
|
| 9527 | 9527 | } |
| 9528 | 9528 | public function setWarning(Google_Service_Compute_MachineTypesScopedListWarning $warning) |
| 9529 | 9529 | { |
| 9530 | - $this->warning = $warning; |
|
| 9530 | + $this->warning = $warning; |
|
| 9531 | 9531 | } |
| 9532 | 9532 | public function getWarning() |
| 9533 | 9533 | { |
| 9534 | - return $this->warning; |
|
| 9534 | + return $this->warning; |
|
| 9535 | 9535 | } |
| 9536 | 9536 | } |
| 9537 | 9537 | |
@@ -9548,27 +9548,27 @@ discard block |
||
| 9548 | 9548 | |
| 9549 | 9549 | public function setCode($code) |
| 9550 | 9550 | { |
| 9551 | - $this->code = $code; |
|
| 9551 | + $this->code = $code; |
|
| 9552 | 9552 | } |
| 9553 | 9553 | public function getCode() |
| 9554 | 9554 | { |
| 9555 | - return $this->code; |
|
| 9555 | + return $this->code; |
|
| 9556 | 9556 | } |
| 9557 | 9557 | public function setData($data) |
| 9558 | 9558 | { |
| 9559 | - $this->data = $data; |
|
| 9559 | + $this->data = $data; |
|
| 9560 | 9560 | } |
| 9561 | 9561 | public function getData() |
| 9562 | 9562 | { |
| 9563 | - return $this->data; |
|
| 9563 | + return $this->data; |
|
| 9564 | 9564 | } |
| 9565 | 9565 | public function setMessage($message) |
| 9566 | 9566 | { |
| 9567 | - $this->message = $message; |
|
| 9567 | + $this->message = $message; |
|
| 9568 | 9568 | } |
| 9569 | 9569 | public function getMessage() |
| 9570 | 9570 | { |
| 9571 | - return $this->message; |
|
| 9571 | + return $this->message; |
|
| 9572 | 9572 | } |
| 9573 | 9573 | } |
| 9574 | 9574 | |
@@ -9582,19 +9582,19 @@ discard block |
||
| 9582 | 9582 | |
| 9583 | 9583 | public function setKey($key) |
| 9584 | 9584 | { |
| 9585 | - $this->key = $key; |
|
| 9585 | + $this->key = $key; |
|
| 9586 | 9586 | } |
| 9587 | 9587 | public function getKey() |
| 9588 | 9588 | { |
| 9589 | - return $this->key; |
|
| 9589 | + return $this->key; |
|
| 9590 | 9590 | } |
| 9591 | 9591 | public function setValue($value) |
| 9592 | 9592 | { |
| 9593 | - $this->value = $value; |
|
| 9593 | + $this->value = $value; |
|
| 9594 | 9594 | } |
| 9595 | 9595 | public function getValue() |
| 9596 | 9596 | { |
| 9597 | - return $this->value; |
|
| 9597 | + return $this->value; |
|
| 9598 | 9598 | } |
| 9599 | 9599 | } |
| 9600 | 9600 | |
@@ -9611,27 +9611,27 @@ discard block |
||
| 9611 | 9611 | |
| 9612 | 9612 | public function setFingerprint($fingerprint) |
| 9613 | 9613 | { |
| 9614 | - $this->fingerprint = $fingerprint; |
|
| 9614 | + $this->fingerprint = $fingerprint; |
|
| 9615 | 9615 | } |
| 9616 | 9616 | public function getFingerprint() |
| 9617 | 9617 | { |
| 9618 | - return $this->fingerprint; |
|
| 9618 | + return $this->fingerprint; |
|
| 9619 | 9619 | } |
| 9620 | 9620 | public function setItems($items) |
| 9621 | 9621 | { |
| 9622 | - $this->items = $items; |
|
| 9622 | + $this->items = $items; |
|
| 9623 | 9623 | } |
| 9624 | 9624 | public function getItems() |
| 9625 | 9625 | { |
| 9626 | - return $this->items; |
|
| 9626 | + return $this->items; |
|
| 9627 | 9627 | } |
| 9628 | 9628 | public function setKind($kind) |
| 9629 | 9629 | { |
| 9630 | - $this->kind = $kind; |
|
| 9630 | + $this->kind = $kind; |
|
| 9631 | 9631 | } |
| 9632 | 9632 | public function getKind() |
| 9633 | 9633 | { |
| 9634 | - return $this->kind; |
|
| 9634 | + return $this->kind; |
|
| 9635 | 9635 | } |
| 9636 | 9636 | } |
| 9637 | 9637 | |
@@ -9645,26 +9645,26 @@ discard block |
||
| 9645 | 9645 | |
| 9646 | 9646 | public function setKey($key) |
| 9647 | 9647 | { |
| 9648 | - $this->key = $key; |
|
| 9648 | + $this->key = $key; |
|
| 9649 | 9649 | } |
| 9650 | 9650 | public function getKey() |
| 9651 | 9651 | { |
| 9652 | - return $this->key; |
|
| 9652 | + return $this->key; |
|
| 9653 | 9653 | } |
| 9654 | 9654 | public function setValue($value) |
| 9655 | 9655 | { |
| 9656 | - $this->value = $value; |
|
| 9656 | + $this->value = $value; |
|
| 9657 | 9657 | } |
| 9658 | 9658 | public function getValue() |
| 9659 | 9659 | { |
| 9660 | - return $this->value; |
|
| 9660 | + return $this->value; |
|
| 9661 | 9661 | } |
| 9662 | 9662 | } |
| 9663 | 9663 | |
| 9664 | 9664 | class Google_Service_Compute_Network extends Google_Model |
| 9665 | 9665 | { |
| 9666 | 9666 | protected $internal_gapi_mappings = array( |
| 9667 | - "iPv4Range" => "IPv4Range", |
|
| 9667 | + "iPv4Range" => "IPv4Range", |
|
| 9668 | 9668 | ); |
| 9669 | 9669 | public $iPv4Range; |
| 9670 | 9670 | public $creationTimestamp; |
@@ -9678,67 +9678,67 @@ discard block |
||
| 9678 | 9678 | |
| 9679 | 9679 | public function setIPv4Range($iPv4Range) |
| 9680 | 9680 | { |
| 9681 | - $this->iPv4Range = $iPv4Range; |
|
| 9681 | + $this->iPv4Range = $iPv4Range; |
|
| 9682 | 9682 | } |
| 9683 | 9683 | public function getIPv4Range() |
| 9684 | 9684 | { |
| 9685 | - return $this->iPv4Range; |
|
| 9685 | + return $this->iPv4Range; |
|
| 9686 | 9686 | } |
| 9687 | 9687 | public function setCreationTimestamp($creationTimestamp) |
| 9688 | 9688 | { |
| 9689 | - $this->creationTimestamp = $creationTimestamp; |
|
| 9689 | + $this->creationTimestamp = $creationTimestamp; |
|
| 9690 | 9690 | } |
| 9691 | 9691 | public function getCreationTimestamp() |
| 9692 | 9692 | { |
| 9693 | - return $this->creationTimestamp; |
|
| 9693 | + return $this->creationTimestamp; |
|
| 9694 | 9694 | } |
| 9695 | 9695 | public function setDescription($description) |
| 9696 | 9696 | { |
| 9697 | - $this->description = $description; |
|
| 9697 | + $this->description = $description; |
|
| 9698 | 9698 | } |
| 9699 | 9699 | public function getDescription() |
| 9700 | 9700 | { |
| 9701 | - return $this->description; |
|
| 9701 | + return $this->description; |
|
| 9702 | 9702 | } |
| 9703 | 9703 | public function setGatewayIPv4($gatewayIPv4) |
| 9704 | 9704 | { |
| 9705 | - $this->gatewayIPv4 = $gatewayIPv4; |
|
| 9705 | + $this->gatewayIPv4 = $gatewayIPv4; |
|
| 9706 | 9706 | } |
| 9707 | 9707 | public function getGatewayIPv4() |
| 9708 | 9708 | { |
| 9709 | - return $this->gatewayIPv4; |
|
| 9709 | + return $this->gatewayIPv4; |
|
| 9710 | 9710 | } |
| 9711 | 9711 | public function setId($id) |
| 9712 | 9712 | { |
| 9713 | - $this->id = $id; |
|
| 9713 | + $this->id = $id; |
|
| 9714 | 9714 | } |
| 9715 | 9715 | public function getId() |
| 9716 | 9716 | { |
| 9717 | - return $this->id; |
|
| 9717 | + return $this->id; |
|
| 9718 | 9718 | } |
| 9719 | 9719 | public function setKind($kind) |
| 9720 | 9720 | { |
| 9721 | - $this->kind = $kind; |
|
| 9721 | + $this->kind = $kind; |
|
| 9722 | 9722 | } |
| 9723 | 9723 | public function getKind() |
| 9724 | 9724 | { |
| 9725 | - return $this->kind; |
|
| 9725 | + return $this->kind; |
|
| 9726 | 9726 | } |
| 9727 | 9727 | public function setName($name) |
| 9728 | 9728 | { |
| 9729 | - $this->name = $name; |
|
| 9729 | + $this->name = $name; |
|
| 9730 | 9730 | } |
| 9731 | 9731 | public function getName() |
| 9732 | 9732 | { |
| 9733 | - return $this->name; |
|
| 9733 | + return $this->name; |
|
| 9734 | 9734 | } |
| 9735 | 9735 | public function setSelfLink($selfLink) |
| 9736 | 9736 | { |
| 9737 | - $this->selfLink = $selfLink; |
|
| 9737 | + $this->selfLink = $selfLink; |
|
| 9738 | 9738 | } |
| 9739 | 9739 | public function getSelfLink() |
| 9740 | 9740 | { |
| 9741 | - return $this->selfLink; |
|
| 9741 | + return $this->selfLink; |
|
| 9742 | 9742 | } |
| 9743 | 9743 | } |
| 9744 | 9744 | |
@@ -9756,35 +9756,35 @@ discard block |
||
| 9756 | 9756 | |
| 9757 | 9757 | public function setAccessConfigs($accessConfigs) |
| 9758 | 9758 | { |
| 9759 | - $this->accessConfigs = $accessConfigs; |
|
| 9759 | + $this->accessConfigs = $accessConfigs; |
|
| 9760 | 9760 | } |
| 9761 | 9761 | public function getAccessConfigs() |
| 9762 | 9762 | { |
| 9763 | - return $this->accessConfigs; |
|
| 9763 | + return $this->accessConfigs; |
|
| 9764 | 9764 | } |
| 9765 | 9765 | public function setName($name) |
| 9766 | 9766 | { |
| 9767 | - $this->name = $name; |
|
| 9767 | + $this->name = $name; |
|
| 9768 | 9768 | } |
| 9769 | 9769 | public function getName() |
| 9770 | 9770 | { |
| 9771 | - return $this->name; |
|
| 9771 | + return $this->name; |
|
| 9772 | 9772 | } |
| 9773 | 9773 | public function setNetwork($network) |
| 9774 | 9774 | { |
| 9775 | - $this->network = $network; |
|
| 9775 | + $this->network = $network; |
|
| 9776 | 9776 | } |
| 9777 | 9777 | public function getNetwork() |
| 9778 | 9778 | { |
| 9779 | - return $this->network; |
|
| 9779 | + return $this->network; |
|
| 9780 | 9780 | } |
| 9781 | 9781 | public function setNetworkIP($networkIP) |
| 9782 | 9782 | { |
| 9783 | - $this->networkIP = $networkIP; |
|
| 9783 | + $this->networkIP = $networkIP; |
|
| 9784 | 9784 | } |
| 9785 | 9785 | public function getNetworkIP() |
| 9786 | 9786 | { |
| 9787 | - return $this->networkIP; |
|
| 9787 | + return $this->networkIP; |
|
| 9788 | 9788 | } |
| 9789 | 9789 | } |
| 9790 | 9790 | |
@@ -9803,43 +9803,43 @@ discard block |
||
| 9803 | 9803 | |
| 9804 | 9804 | public function setId($id) |
| 9805 | 9805 | { |
| 9806 | - $this->id = $id; |
|
| 9806 | + $this->id = $id; |
|
| 9807 | 9807 | } |
| 9808 | 9808 | public function getId() |
| 9809 | 9809 | { |
| 9810 | - return $this->id; |
|
| 9810 | + return $this->id; |
|
| 9811 | 9811 | } |
| 9812 | 9812 | public function setItems($items) |
| 9813 | 9813 | { |
| 9814 | - $this->items = $items; |
|
| 9814 | + $this->items = $items; |
|
| 9815 | 9815 | } |
| 9816 | 9816 | public function getItems() |
| 9817 | 9817 | { |
| 9818 | - return $this->items; |
|
| 9818 | + return $this->items; |
|
| 9819 | 9819 | } |
| 9820 | 9820 | public function setKind($kind) |
| 9821 | 9821 | { |
| 9822 | - $this->kind = $kind; |
|
| 9822 | + $this->kind = $kind; |
|
| 9823 | 9823 | } |
| 9824 | 9824 | public function getKind() |
| 9825 | 9825 | { |
| 9826 | - return $this->kind; |
|
| 9826 | + return $this->kind; |
|
| 9827 | 9827 | } |
| 9828 | 9828 | public function setNextPageToken($nextPageToken) |
| 9829 | 9829 | { |
| 9830 | - $this->nextPageToken = $nextPageToken; |
|
| 9830 | + $this->nextPageToken = $nextPageToken; |
|
| 9831 | 9831 | } |
| 9832 | 9832 | public function getNextPageToken() |
| 9833 | 9833 | { |
| 9834 | - return $this->nextPageToken; |
|
| 9834 | + return $this->nextPageToken; |
|
| 9835 | 9835 | } |
| 9836 | 9836 | public function setSelfLink($selfLink) |
| 9837 | 9837 | { |
| 9838 | - $this->selfLink = $selfLink; |
|
| 9838 | + $this->selfLink = $selfLink; |
|
| 9839 | 9839 | } |
| 9840 | 9840 | public function getSelfLink() |
| 9841 | 9841 | { |
| 9842 | - return $this->selfLink; |
|
| 9842 | + return $this->selfLink; |
|
| 9843 | 9843 | } |
| 9844 | 9844 | } |
| 9845 | 9845 | |
@@ -9876,179 +9876,179 @@ discard block |
||
| 9876 | 9876 | |
| 9877 | 9877 | public function setClientOperationId($clientOperationId) |
| 9878 | 9878 | { |
| 9879 | - $this->clientOperationId = $clientOperationId; |
|
| 9879 | + $this->clientOperationId = $clientOperationId; |
|
| 9880 | 9880 | } |
| 9881 | 9881 | public function getClientOperationId() |
| 9882 | 9882 | { |
| 9883 | - return $this->clientOperationId; |
|
| 9883 | + return $this->clientOperationId; |
|
| 9884 | 9884 | } |
| 9885 | 9885 | public function setCreationTimestamp($creationTimestamp) |
| 9886 | 9886 | { |
| 9887 | - $this->creationTimestamp = $creationTimestamp; |
|
| 9887 | + $this->creationTimestamp = $creationTimestamp; |
|
| 9888 | 9888 | } |
| 9889 | 9889 | public function getCreationTimestamp() |
| 9890 | 9890 | { |
| 9891 | - return $this->creationTimestamp; |
|
| 9891 | + return $this->creationTimestamp; |
|
| 9892 | 9892 | } |
| 9893 | 9893 | public function setEndTime($endTime) |
| 9894 | 9894 | { |
| 9895 | - $this->endTime = $endTime; |
|
| 9895 | + $this->endTime = $endTime; |
|
| 9896 | 9896 | } |
| 9897 | 9897 | public function getEndTime() |
| 9898 | 9898 | { |
| 9899 | - return $this->endTime; |
|
| 9899 | + return $this->endTime; |
|
| 9900 | 9900 | } |
| 9901 | 9901 | public function setError(Google_Service_Compute_OperationError $error) |
| 9902 | 9902 | { |
| 9903 | - $this->error = $error; |
|
| 9903 | + $this->error = $error; |
|
| 9904 | 9904 | } |
| 9905 | 9905 | public function getError() |
| 9906 | 9906 | { |
| 9907 | - return $this->error; |
|
| 9907 | + return $this->error; |
|
| 9908 | 9908 | } |
| 9909 | 9909 | public function setHttpErrorMessage($httpErrorMessage) |
| 9910 | 9910 | { |
| 9911 | - $this->httpErrorMessage = $httpErrorMessage; |
|
| 9911 | + $this->httpErrorMessage = $httpErrorMessage; |
|
| 9912 | 9912 | } |
| 9913 | 9913 | public function getHttpErrorMessage() |
| 9914 | 9914 | { |
| 9915 | - return $this->httpErrorMessage; |
|
| 9915 | + return $this->httpErrorMessage; |
|
| 9916 | 9916 | } |
| 9917 | 9917 | public function setHttpErrorStatusCode($httpErrorStatusCode) |
| 9918 | 9918 | { |
| 9919 | - $this->httpErrorStatusCode = $httpErrorStatusCode; |
|
| 9919 | + $this->httpErrorStatusCode = $httpErrorStatusCode; |
|
| 9920 | 9920 | } |
| 9921 | 9921 | public function getHttpErrorStatusCode() |
| 9922 | 9922 | { |
| 9923 | - return $this->httpErrorStatusCode; |
|
| 9923 | + return $this->httpErrorStatusCode; |
|
| 9924 | 9924 | } |
| 9925 | 9925 | public function setId($id) |
| 9926 | 9926 | { |
| 9927 | - $this->id = $id; |
|
| 9927 | + $this->id = $id; |
|
| 9928 | 9928 | } |
| 9929 | 9929 | public function getId() |
| 9930 | 9930 | { |
| 9931 | - return $this->id; |
|
| 9931 | + return $this->id; |
|
| 9932 | 9932 | } |
| 9933 | 9933 | public function setInsertTime($insertTime) |
| 9934 | 9934 | { |
| 9935 | - $this->insertTime = $insertTime; |
|
| 9935 | + $this->insertTime = $insertTime; |
|
| 9936 | 9936 | } |
| 9937 | 9937 | public function getInsertTime() |
| 9938 | 9938 | { |
| 9939 | - return $this->insertTime; |
|
| 9939 | + return $this->insertTime; |
|
| 9940 | 9940 | } |
| 9941 | 9941 | public function setKind($kind) |
| 9942 | 9942 | { |
| 9943 | - $this->kind = $kind; |
|
| 9943 | + $this->kind = $kind; |
|
| 9944 | 9944 | } |
| 9945 | 9945 | public function getKind() |
| 9946 | 9946 | { |
| 9947 | - return $this->kind; |
|
| 9947 | + return $this->kind; |
|
| 9948 | 9948 | } |
| 9949 | 9949 | public function setName($name) |
| 9950 | 9950 | { |
| 9951 | - $this->name = $name; |
|
| 9951 | + $this->name = $name; |
|
| 9952 | 9952 | } |
| 9953 | 9953 | public function getName() |
| 9954 | 9954 | { |
| 9955 | - return $this->name; |
|
| 9955 | + return $this->name; |
|
| 9956 | 9956 | } |
| 9957 | 9957 | public function setOperationType($operationType) |
| 9958 | 9958 | { |
| 9959 | - $this->operationType = $operationType; |
|
| 9959 | + $this->operationType = $operationType; |
|
| 9960 | 9960 | } |
| 9961 | 9961 | public function getOperationType() |
| 9962 | 9962 | { |
| 9963 | - return $this->operationType; |
|
| 9963 | + return $this->operationType; |
|
| 9964 | 9964 | } |
| 9965 | 9965 | public function setProgress($progress) |
| 9966 | 9966 | { |
| 9967 | - $this->progress = $progress; |
|
| 9967 | + $this->progress = $progress; |
|
| 9968 | 9968 | } |
| 9969 | 9969 | public function getProgress() |
| 9970 | 9970 | { |
| 9971 | - return $this->progress; |
|
| 9971 | + return $this->progress; |
|
| 9972 | 9972 | } |
| 9973 | 9973 | public function setRegion($region) |
| 9974 | 9974 | { |
| 9975 | - $this->region = $region; |
|
| 9975 | + $this->region = $region; |
|
| 9976 | 9976 | } |
| 9977 | 9977 | public function getRegion() |
| 9978 | 9978 | { |
| 9979 | - return $this->region; |
|
| 9979 | + return $this->region; |
|
| 9980 | 9980 | } |
| 9981 | 9981 | public function setSelfLink($selfLink) |
| 9982 | 9982 | { |
| 9983 | - $this->selfLink = $selfLink; |
|
| 9983 | + $this->selfLink = $selfLink; |
|
| 9984 | 9984 | } |
| 9985 | 9985 | public function getSelfLink() |
| 9986 | 9986 | { |
| 9987 | - return $this->selfLink; |
|
| 9987 | + return $this->selfLink; |
|
| 9988 | 9988 | } |
| 9989 | 9989 | public function setStartTime($startTime) |
| 9990 | 9990 | { |
| 9991 | - $this->startTime = $startTime; |
|
| 9991 | + $this->startTime = $startTime; |
|
| 9992 | 9992 | } |
| 9993 | 9993 | public function getStartTime() |
| 9994 | 9994 | { |
| 9995 | - return $this->startTime; |
|
| 9995 | + return $this->startTime; |
|
| 9996 | 9996 | } |
| 9997 | 9997 | public function setStatus($status) |
| 9998 | 9998 | { |
| 9999 | - $this->status = $status; |
|
| 9999 | + $this->status = $status; |
|
| 10000 | 10000 | } |
| 10001 | 10001 | public function getStatus() |
| 10002 | 10002 | { |
| 10003 | - return $this->status; |
|
| 10003 | + return $this->status; |
|
| 10004 | 10004 | } |
| 10005 | 10005 | public function setStatusMessage($statusMessage) |
| 10006 | 10006 | { |
| 10007 | - $this->statusMessage = $statusMessage; |
|
| 10007 | + $this->statusMessage = $statusMessage; |
|
| 10008 | 10008 | } |
| 10009 | 10009 | public function getStatusMessage() |
| 10010 | 10010 | { |
| 10011 | - return $this->statusMessage; |
|
| 10011 | + return $this->statusMessage; |
|
| 10012 | 10012 | } |
| 10013 | 10013 | public function setTargetId($targetId) |
| 10014 | 10014 | { |
| 10015 | - $this->targetId = $targetId; |
|
| 10015 | + $this->targetId = $targetId; |
|
| 10016 | 10016 | } |
| 10017 | 10017 | public function getTargetId() |
| 10018 | 10018 | { |
| 10019 | - return $this->targetId; |
|
| 10019 | + return $this->targetId; |
|
| 10020 | 10020 | } |
| 10021 | 10021 | public function setTargetLink($targetLink) |
| 10022 | 10022 | { |
| 10023 | - $this->targetLink = $targetLink; |
|
| 10023 | + $this->targetLink = $targetLink; |
|
| 10024 | 10024 | } |
| 10025 | 10025 | public function getTargetLink() |
| 10026 | 10026 | { |
| 10027 | - return $this->targetLink; |
|
| 10027 | + return $this->targetLink; |
|
| 10028 | 10028 | } |
| 10029 | 10029 | public function setUser($user) |
| 10030 | 10030 | { |
| 10031 | - $this->user = $user; |
|
| 10031 | + $this->user = $user; |
|
| 10032 | 10032 | } |
| 10033 | 10033 | public function getUser() |
| 10034 | 10034 | { |
| 10035 | - return $this->user; |
|
| 10035 | + return $this->user; |
|
| 10036 | 10036 | } |
| 10037 | 10037 | public function setWarnings($warnings) |
| 10038 | 10038 | { |
| 10039 | - $this->warnings = $warnings; |
|
| 10039 | + $this->warnings = $warnings; |
|
| 10040 | 10040 | } |
| 10041 | 10041 | public function getWarnings() |
| 10042 | 10042 | { |
| 10043 | - return $this->warnings; |
|
| 10043 | + return $this->warnings; |
|
| 10044 | 10044 | } |
| 10045 | 10045 | public function setZone($zone) |
| 10046 | 10046 | { |
| 10047 | - $this->zone = $zone; |
|
| 10047 | + $this->zone = $zone; |
|
| 10048 | 10048 | } |
| 10049 | 10049 | public function getZone() |
| 10050 | 10050 | { |
| 10051 | - return $this->zone; |
|
| 10051 | + return $this->zone; |
|
| 10052 | 10052 | } |
| 10053 | 10053 | } |
| 10054 | 10054 | |
@@ -10066,43 +10066,43 @@ discard block |
||
| 10066 | 10066 | |
| 10067 | 10067 | public function setId($id) |
| 10068 | 10068 | { |
| 10069 | - $this->id = $id; |
|
| 10069 | + $this->id = $id; |
|
| 10070 | 10070 | } |
| 10071 | 10071 | public function getId() |
| 10072 | 10072 | { |
| 10073 | - return $this->id; |
|
| 10073 | + return $this->id; |
|
| 10074 | 10074 | } |
| 10075 | 10075 | public function setItems($items) |
| 10076 | 10076 | { |
| 10077 | - $this->items = $items; |
|
| 10077 | + $this->items = $items; |
|
| 10078 | 10078 | } |
| 10079 | 10079 | public function getItems() |
| 10080 | 10080 | { |
| 10081 | - return $this->items; |
|
| 10081 | + return $this->items; |
|
| 10082 | 10082 | } |
| 10083 | 10083 | public function setKind($kind) |
| 10084 | 10084 | { |
| 10085 | - $this->kind = $kind; |
|
| 10085 | + $this->kind = $kind; |
|
| 10086 | 10086 | } |
| 10087 | 10087 | public function getKind() |
| 10088 | 10088 | { |
| 10089 | - return $this->kind; |
|
| 10089 | + return $this->kind; |
|
| 10090 | 10090 | } |
| 10091 | 10091 | public function setNextPageToken($nextPageToken) |
| 10092 | 10092 | { |
| 10093 | - $this->nextPageToken = $nextPageToken; |
|
| 10093 | + $this->nextPageToken = $nextPageToken; |
|
| 10094 | 10094 | } |
| 10095 | 10095 | public function getNextPageToken() |
| 10096 | 10096 | { |
| 10097 | - return $this->nextPageToken; |
|
| 10097 | + return $this->nextPageToken; |
|
| 10098 | 10098 | } |
| 10099 | 10099 | public function setSelfLink($selfLink) |
| 10100 | 10100 | { |
| 10101 | - $this->selfLink = $selfLink; |
|
| 10101 | + $this->selfLink = $selfLink; |
|
| 10102 | 10102 | } |
| 10103 | 10103 | public function getSelfLink() |
| 10104 | 10104 | { |
| 10105 | - return $this->selfLink; |
|
| 10105 | + return $this->selfLink; |
|
| 10106 | 10106 | } |
| 10107 | 10107 | } |
| 10108 | 10108 | |
@@ -10121,11 +10121,11 @@ discard block |
||
| 10121 | 10121 | |
| 10122 | 10122 | public function setErrors($errors) |
| 10123 | 10123 | { |
| 10124 | - $this->errors = $errors; |
|
| 10124 | + $this->errors = $errors; |
|
| 10125 | 10125 | } |
| 10126 | 10126 | public function getErrors() |
| 10127 | 10127 | { |
| 10128 | - return $this->errors; |
|
| 10128 | + return $this->errors; |
|
| 10129 | 10129 | } |
| 10130 | 10130 | } |
| 10131 | 10131 | |
@@ -10140,27 +10140,27 @@ discard block |
||
| 10140 | 10140 | |
| 10141 | 10141 | public function setCode($code) |
| 10142 | 10142 | { |
| 10143 | - $this->code = $code; |
|
| 10143 | + $this->code = $code; |
|
| 10144 | 10144 | } |
| 10145 | 10145 | public function getCode() |
| 10146 | 10146 | { |
| 10147 | - return $this->code; |
|
| 10147 | + return $this->code; |
|
| 10148 | 10148 | } |
| 10149 | 10149 | public function setLocation($location) |
| 10150 | 10150 | { |
| 10151 | - $this->location = $location; |
|
| 10151 | + $this->location = $location; |
|
| 10152 | 10152 | } |
| 10153 | 10153 | public function getLocation() |
| 10154 | 10154 | { |
| 10155 | - return $this->location; |
|
| 10155 | + return $this->location; |
|
| 10156 | 10156 | } |
| 10157 | 10157 | public function setMessage($message) |
| 10158 | 10158 | { |
| 10159 | - $this->message = $message; |
|
| 10159 | + $this->message = $message; |
|
| 10160 | 10160 | } |
| 10161 | 10161 | public function getMessage() |
| 10162 | 10162 | { |
| 10163 | - return $this->message; |
|
| 10163 | + return $this->message; |
|
| 10164 | 10164 | } |
| 10165 | 10165 | } |
| 10166 | 10166 | |
@@ -10179,43 +10179,43 @@ discard block |
||
| 10179 | 10179 | |
| 10180 | 10180 | public function setId($id) |
| 10181 | 10181 | { |
| 10182 | - $this->id = $id; |
|
| 10182 | + $this->id = $id; |
|
| 10183 | 10183 | } |
| 10184 | 10184 | public function getId() |
| 10185 | 10185 | { |
| 10186 | - return $this->id; |
|
| 10186 | + return $this->id; |
|
| 10187 | 10187 | } |
| 10188 | 10188 | public function setItems($items) |
| 10189 | 10189 | { |
| 10190 | - $this->items = $items; |
|
| 10190 | + $this->items = $items; |
|
| 10191 | 10191 | } |
| 10192 | 10192 | public function getItems() |
| 10193 | 10193 | { |
| 10194 | - return $this->items; |
|
| 10194 | + return $this->items; |
|
| 10195 | 10195 | } |
| 10196 | 10196 | public function setKind($kind) |
| 10197 | 10197 | { |
| 10198 | - $this->kind = $kind; |
|
| 10198 | + $this->kind = $kind; |
|
| 10199 | 10199 | } |
| 10200 | 10200 | public function getKind() |
| 10201 | 10201 | { |
| 10202 | - return $this->kind; |
|
| 10202 | + return $this->kind; |
|
| 10203 | 10203 | } |
| 10204 | 10204 | public function setNextPageToken($nextPageToken) |
| 10205 | 10205 | { |
| 10206 | - $this->nextPageToken = $nextPageToken; |
|
| 10206 | + $this->nextPageToken = $nextPageToken; |
|
| 10207 | 10207 | } |
| 10208 | 10208 | public function getNextPageToken() |
| 10209 | 10209 | { |
| 10210 | - return $this->nextPageToken; |
|
| 10210 | + return $this->nextPageToken; |
|
| 10211 | 10211 | } |
| 10212 | 10212 | public function setSelfLink($selfLink) |
| 10213 | 10213 | { |
| 10214 | - $this->selfLink = $selfLink; |
|
| 10214 | + $this->selfLink = $selfLink; |
|
| 10215 | 10215 | } |
| 10216 | 10216 | public function getSelfLink() |
| 10217 | 10217 | { |
| 10218 | - return $this->selfLink; |
|
| 10218 | + return $this->selfLink; |
|
| 10219 | 10219 | } |
| 10220 | 10220 | } |
| 10221 | 10221 | |
@@ -10232,27 +10232,27 @@ discard block |
||
| 10232 | 10232 | |
| 10233 | 10233 | public function setCode($code) |
| 10234 | 10234 | { |
| 10235 | - $this->code = $code; |
|
| 10235 | + $this->code = $code; |
|
| 10236 | 10236 | } |
| 10237 | 10237 | public function getCode() |
| 10238 | 10238 | { |
| 10239 | - return $this->code; |
|
| 10239 | + return $this->code; |
|
| 10240 | 10240 | } |
| 10241 | 10241 | public function setData($data) |
| 10242 | 10242 | { |
| 10243 | - $this->data = $data; |
|
| 10243 | + $this->data = $data; |
|
| 10244 | 10244 | } |
| 10245 | 10245 | public function getData() |
| 10246 | 10246 | { |
| 10247 | - return $this->data; |
|
| 10247 | + return $this->data; |
|
| 10248 | 10248 | } |
| 10249 | 10249 | public function setMessage($message) |
| 10250 | 10250 | { |
| 10251 | - $this->message = $message; |
|
| 10251 | + $this->message = $message; |
|
| 10252 | 10252 | } |
| 10253 | 10253 | public function getMessage() |
| 10254 | 10254 | { |
| 10255 | - return $this->message; |
|
| 10255 | + return $this->message; |
|
| 10256 | 10256 | } |
| 10257 | 10257 | } |
| 10258 | 10258 | |
@@ -10266,19 +10266,19 @@ discard block |
||
| 10266 | 10266 | |
| 10267 | 10267 | public function setKey($key) |
| 10268 | 10268 | { |
| 10269 | - $this->key = $key; |
|
| 10269 | + $this->key = $key; |
|
| 10270 | 10270 | } |
| 10271 | 10271 | public function getKey() |
| 10272 | 10272 | { |
| 10273 | - return $this->key; |
|
| 10273 | + return $this->key; |
|
| 10274 | 10274 | } |
| 10275 | 10275 | public function setValue($value) |
| 10276 | 10276 | { |
| 10277 | - $this->value = $value; |
|
| 10277 | + $this->value = $value; |
|
| 10278 | 10278 | } |
| 10279 | 10279 | public function getValue() |
| 10280 | 10280 | { |
| 10281 | - return $this->value; |
|
| 10281 | + return $this->value; |
|
| 10282 | 10282 | } |
| 10283 | 10283 | } |
| 10284 | 10284 | |
@@ -10295,19 +10295,19 @@ discard block |
||
| 10295 | 10295 | |
| 10296 | 10296 | public function setOperations($operations) |
| 10297 | 10297 | { |
| 10298 | - $this->operations = $operations; |
|
| 10298 | + $this->operations = $operations; |
|
| 10299 | 10299 | } |
| 10300 | 10300 | public function getOperations() |
| 10301 | 10301 | { |
| 10302 | - return $this->operations; |
|
| 10302 | + return $this->operations; |
|
| 10303 | 10303 | } |
| 10304 | 10304 | public function setWarning(Google_Service_Compute_OperationsScopedListWarning $warning) |
| 10305 | 10305 | { |
| 10306 | - $this->warning = $warning; |
|
| 10306 | + $this->warning = $warning; |
|
| 10307 | 10307 | } |
| 10308 | 10308 | public function getWarning() |
| 10309 | 10309 | { |
| 10310 | - return $this->warning; |
|
| 10310 | + return $this->warning; |
|
| 10311 | 10311 | } |
| 10312 | 10312 | } |
| 10313 | 10313 | |
@@ -10324,27 +10324,27 @@ discard block |
||
| 10324 | 10324 | |
| 10325 | 10325 | public function setCode($code) |
| 10326 | 10326 | { |
| 10327 | - $this->code = $code; |
|
| 10327 | + $this->code = $code; |
|
| 10328 | 10328 | } |
| 10329 | 10329 | public function getCode() |
| 10330 | 10330 | { |
| 10331 | - return $this->code; |
|
| 10331 | + return $this->code; |
|
| 10332 | 10332 | } |
| 10333 | 10333 | public function setData($data) |
| 10334 | 10334 | { |
| 10335 | - $this->data = $data; |
|
| 10335 | + $this->data = $data; |
|
| 10336 | 10336 | } |
| 10337 | 10337 | public function getData() |
| 10338 | 10338 | { |
| 10339 | - return $this->data; |
|
| 10339 | + return $this->data; |
|
| 10340 | 10340 | } |
| 10341 | 10341 | public function setMessage($message) |
| 10342 | 10342 | { |
| 10343 | - $this->message = $message; |
|
| 10343 | + $this->message = $message; |
|
| 10344 | 10344 | } |
| 10345 | 10345 | public function getMessage() |
| 10346 | 10346 | { |
| 10347 | - return $this->message; |
|
| 10347 | + return $this->message; |
|
| 10348 | 10348 | } |
| 10349 | 10349 | } |
| 10350 | 10350 | |
@@ -10358,19 +10358,19 @@ discard block |
||
| 10358 | 10358 | |
| 10359 | 10359 | public function setKey($key) |
| 10360 | 10360 | { |
| 10361 | - $this->key = $key; |
|
| 10361 | + $this->key = $key; |
|
| 10362 | 10362 | } |
| 10363 | 10363 | public function getKey() |
| 10364 | 10364 | { |
| 10365 | - return $this->key; |
|
| 10365 | + return $this->key; |
|
| 10366 | 10366 | } |
| 10367 | 10367 | public function setValue($value) |
| 10368 | 10368 | { |
| 10369 | - $this->value = $value; |
|
| 10369 | + $this->value = $value; |
|
| 10370 | 10370 | } |
| 10371 | 10371 | public function getValue() |
| 10372 | 10372 | { |
| 10373 | - return $this->value; |
|
| 10373 | + return $this->value; |
|
| 10374 | 10374 | } |
| 10375 | 10375 | } |
| 10376 | 10376 | |
@@ -10388,35 +10388,35 @@ discard block |
||
| 10388 | 10388 | |
| 10389 | 10389 | public function setDefaultService($defaultService) |
| 10390 | 10390 | { |
| 10391 | - $this->defaultService = $defaultService; |
|
| 10391 | + $this->defaultService = $defaultService; |
|
| 10392 | 10392 | } |
| 10393 | 10393 | public function getDefaultService() |
| 10394 | 10394 | { |
| 10395 | - return $this->defaultService; |
|
| 10395 | + return $this->defaultService; |
|
| 10396 | 10396 | } |
| 10397 | 10397 | public function setDescription($description) |
| 10398 | 10398 | { |
| 10399 | - $this->description = $description; |
|
| 10399 | + $this->description = $description; |
|
| 10400 | 10400 | } |
| 10401 | 10401 | public function getDescription() |
| 10402 | 10402 | { |
| 10403 | - return $this->description; |
|
| 10403 | + return $this->description; |
|
| 10404 | 10404 | } |
| 10405 | 10405 | public function setName($name) |
| 10406 | 10406 | { |
| 10407 | - $this->name = $name; |
|
| 10407 | + $this->name = $name; |
|
| 10408 | 10408 | } |
| 10409 | 10409 | public function getName() |
| 10410 | 10410 | { |
| 10411 | - return $this->name; |
|
| 10411 | + return $this->name; |
|
| 10412 | 10412 | } |
| 10413 | 10413 | public function setPathRules($pathRules) |
| 10414 | 10414 | { |
| 10415 | - $this->pathRules = $pathRules; |
|
| 10415 | + $this->pathRules = $pathRules; |
|
| 10416 | 10416 | } |
| 10417 | 10417 | public function getPathRules() |
| 10418 | 10418 | { |
| 10419 | - return $this->pathRules; |
|
| 10419 | + return $this->pathRules; |
|
| 10420 | 10420 | } |
| 10421 | 10421 | } |
| 10422 | 10422 | |
@@ -10431,19 +10431,19 @@ discard block |
||
| 10431 | 10431 | |
| 10432 | 10432 | public function setPaths($paths) |
| 10433 | 10433 | { |
| 10434 | - $this->paths = $paths; |
|
| 10434 | + $this->paths = $paths; |
|
| 10435 | 10435 | } |
| 10436 | 10436 | public function getPaths() |
| 10437 | 10437 | { |
| 10438 | - return $this->paths; |
|
| 10438 | + return $this->paths; |
|
| 10439 | 10439 | } |
| 10440 | 10440 | public function setService($service) |
| 10441 | 10441 | { |
| 10442 | - $this->service = $service; |
|
| 10442 | + $this->service = $service; |
|
| 10443 | 10443 | } |
| 10444 | 10444 | public function getService() |
| 10445 | 10445 | { |
| 10446 | - return $this->service; |
|
| 10446 | + return $this->service; |
|
| 10447 | 10447 | } |
| 10448 | 10448 | } |
| 10449 | 10449 | |
@@ -10468,75 +10468,75 @@ discard block |
||
| 10468 | 10468 | |
| 10469 | 10469 | public function setCommonInstanceMetadata(Google_Service_Compute_Metadata $commonInstanceMetadata) |
| 10470 | 10470 | { |
| 10471 | - $this->commonInstanceMetadata = $commonInstanceMetadata; |
|
| 10471 | + $this->commonInstanceMetadata = $commonInstanceMetadata; |
|
| 10472 | 10472 | } |
| 10473 | 10473 | public function getCommonInstanceMetadata() |
| 10474 | 10474 | { |
| 10475 | - return $this->commonInstanceMetadata; |
|
| 10475 | + return $this->commonInstanceMetadata; |
|
| 10476 | 10476 | } |
| 10477 | 10477 | public function setCreationTimestamp($creationTimestamp) |
| 10478 | 10478 | { |
| 10479 | - $this->creationTimestamp = $creationTimestamp; |
|
| 10479 | + $this->creationTimestamp = $creationTimestamp; |
|
| 10480 | 10480 | } |
| 10481 | 10481 | public function getCreationTimestamp() |
| 10482 | 10482 | { |
| 10483 | - return $this->creationTimestamp; |
|
| 10483 | + return $this->creationTimestamp; |
|
| 10484 | 10484 | } |
| 10485 | 10485 | public function setDescription($description) |
| 10486 | 10486 | { |
| 10487 | - $this->description = $description; |
|
| 10487 | + $this->description = $description; |
|
| 10488 | 10488 | } |
| 10489 | 10489 | public function getDescription() |
| 10490 | 10490 | { |
| 10491 | - return $this->description; |
|
| 10491 | + return $this->description; |
|
| 10492 | 10492 | } |
| 10493 | 10493 | public function setId($id) |
| 10494 | 10494 | { |
| 10495 | - $this->id = $id; |
|
| 10495 | + $this->id = $id; |
|
| 10496 | 10496 | } |
| 10497 | 10497 | public function getId() |
| 10498 | 10498 | { |
| 10499 | - return $this->id; |
|
| 10499 | + return $this->id; |
|
| 10500 | 10500 | } |
| 10501 | 10501 | public function setKind($kind) |
| 10502 | 10502 | { |
| 10503 | - $this->kind = $kind; |
|
| 10503 | + $this->kind = $kind; |
|
| 10504 | 10504 | } |
| 10505 | 10505 | public function getKind() |
| 10506 | 10506 | { |
| 10507 | - return $this->kind; |
|
| 10507 | + return $this->kind; |
|
| 10508 | 10508 | } |
| 10509 | 10509 | public function setName($name) |
| 10510 | 10510 | { |
| 10511 | - $this->name = $name; |
|
| 10511 | + $this->name = $name; |
|
| 10512 | 10512 | } |
| 10513 | 10513 | public function getName() |
| 10514 | 10514 | { |
| 10515 | - return $this->name; |
|
| 10515 | + return $this->name; |
|
| 10516 | 10516 | } |
| 10517 | 10517 | public function setQuotas($quotas) |
| 10518 | 10518 | { |
| 10519 | - $this->quotas = $quotas; |
|
| 10519 | + $this->quotas = $quotas; |
|
| 10520 | 10520 | } |
| 10521 | 10521 | public function getQuotas() |
| 10522 | 10522 | { |
| 10523 | - return $this->quotas; |
|
| 10523 | + return $this->quotas; |
|
| 10524 | 10524 | } |
| 10525 | 10525 | public function setSelfLink($selfLink) |
| 10526 | 10526 | { |
| 10527 | - $this->selfLink = $selfLink; |
|
| 10527 | + $this->selfLink = $selfLink; |
|
| 10528 | 10528 | } |
| 10529 | 10529 | public function getSelfLink() |
| 10530 | 10530 | { |
| 10531 | - return $this->selfLink; |
|
| 10531 | + return $this->selfLink; |
|
| 10532 | 10532 | } |
| 10533 | 10533 | public function setUsageExportLocation(Google_Service_Compute_UsageExportLocation $usageExportLocation) |
| 10534 | 10534 | { |
| 10535 | - $this->usageExportLocation = $usageExportLocation; |
|
| 10535 | + $this->usageExportLocation = $usageExportLocation; |
|
| 10536 | 10536 | } |
| 10537 | 10537 | public function getUsageExportLocation() |
| 10538 | 10538 | { |
| 10539 | - return $this->usageExportLocation; |
|
| 10539 | + return $this->usageExportLocation; |
|
| 10540 | 10540 | } |
| 10541 | 10541 | } |
| 10542 | 10542 | |
@@ -10551,27 +10551,27 @@ discard block |
||
| 10551 | 10551 | |
| 10552 | 10552 | public function setLimit($limit) |
| 10553 | 10553 | { |
| 10554 | - $this->limit = $limit; |
|
| 10554 | + $this->limit = $limit; |
|
| 10555 | 10555 | } |
| 10556 | 10556 | public function getLimit() |
| 10557 | 10557 | { |
| 10558 | - return $this->limit; |
|
| 10558 | + return $this->limit; |
|
| 10559 | 10559 | } |
| 10560 | 10560 | public function setMetric($metric) |
| 10561 | 10561 | { |
| 10562 | - $this->metric = $metric; |
|
| 10562 | + $this->metric = $metric; |
|
| 10563 | 10563 | } |
| 10564 | 10564 | public function getMetric() |
| 10565 | 10565 | { |
| 10566 | - return $this->metric; |
|
| 10566 | + return $this->metric; |
|
| 10567 | 10567 | } |
| 10568 | 10568 | public function setUsage($usage) |
| 10569 | 10569 | { |
| 10570 | - $this->usage = $usage; |
|
| 10570 | + $this->usage = $usage; |
|
| 10571 | 10571 | } |
| 10572 | 10572 | public function getUsage() |
| 10573 | 10573 | { |
| 10574 | - return $this->usage; |
|
| 10574 | + return $this->usage; |
|
| 10575 | 10575 | } |
| 10576 | 10576 | } |
| 10577 | 10577 | |
@@ -10596,83 +10596,83 @@ discard block |
||
| 10596 | 10596 | |
| 10597 | 10597 | public function setCreationTimestamp($creationTimestamp) |
| 10598 | 10598 | { |
| 10599 | - $this->creationTimestamp = $creationTimestamp; |
|
| 10599 | + $this->creationTimestamp = $creationTimestamp; |
|
| 10600 | 10600 | } |
| 10601 | 10601 | public function getCreationTimestamp() |
| 10602 | 10602 | { |
| 10603 | - return $this->creationTimestamp; |
|
| 10603 | + return $this->creationTimestamp; |
|
| 10604 | 10604 | } |
| 10605 | 10605 | public function setDeprecated(Google_Service_Compute_DeprecationStatus $deprecated) |
| 10606 | 10606 | { |
| 10607 | - $this->deprecated = $deprecated; |
|
| 10607 | + $this->deprecated = $deprecated; |
|
| 10608 | 10608 | } |
| 10609 | 10609 | public function getDeprecated() |
| 10610 | 10610 | { |
| 10611 | - return $this->deprecated; |
|
| 10611 | + return $this->deprecated; |
|
| 10612 | 10612 | } |
| 10613 | 10613 | public function setDescription($description) |
| 10614 | 10614 | { |
| 10615 | - $this->description = $description; |
|
| 10615 | + $this->description = $description; |
|
| 10616 | 10616 | } |
| 10617 | 10617 | public function getDescription() |
| 10618 | 10618 | { |
| 10619 | - return $this->description; |
|
| 10619 | + return $this->description; |
|
| 10620 | 10620 | } |
| 10621 | 10621 | public function setId($id) |
| 10622 | 10622 | { |
| 10623 | - $this->id = $id; |
|
| 10623 | + $this->id = $id; |
|
| 10624 | 10624 | } |
| 10625 | 10625 | public function getId() |
| 10626 | 10626 | { |
| 10627 | - return $this->id; |
|
| 10627 | + return $this->id; |
|
| 10628 | 10628 | } |
| 10629 | 10629 | public function setKind($kind) |
| 10630 | 10630 | { |
| 10631 | - $this->kind = $kind; |
|
| 10631 | + $this->kind = $kind; |
|
| 10632 | 10632 | } |
| 10633 | 10633 | public function getKind() |
| 10634 | 10634 | { |
| 10635 | - return $this->kind; |
|
| 10635 | + return $this->kind; |
|
| 10636 | 10636 | } |
| 10637 | 10637 | public function setName($name) |
| 10638 | 10638 | { |
| 10639 | - $this->name = $name; |
|
| 10639 | + $this->name = $name; |
|
| 10640 | 10640 | } |
| 10641 | 10641 | public function getName() |
| 10642 | 10642 | { |
| 10643 | - return $this->name; |
|
| 10643 | + return $this->name; |
|
| 10644 | 10644 | } |
| 10645 | 10645 | public function setQuotas($quotas) |
| 10646 | 10646 | { |
| 10647 | - $this->quotas = $quotas; |
|
| 10647 | + $this->quotas = $quotas; |
|
| 10648 | 10648 | } |
| 10649 | 10649 | public function getQuotas() |
| 10650 | 10650 | { |
| 10651 | - return $this->quotas; |
|
| 10651 | + return $this->quotas; |
|
| 10652 | 10652 | } |
| 10653 | 10653 | public function setSelfLink($selfLink) |
| 10654 | 10654 | { |
| 10655 | - $this->selfLink = $selfLink; |
|
| 10655 | + $this->selfLink = $selfLink; |
|
| 10656 | 10656 | } |
| 10657 | 10657 | public function getSelfLink() |
| 10658 | 10658 | { |
| 10659 | - return $this->selfLink; |
|
| 10659 | + return $this->selfLink; |
|
| 10660 | 10660 | } |
| 10661 | 10661 | public function setStatus($status) |
| 10662 | 10662 | { |
| 10663 | - $this->status = $status; |
|
| 10663 | + $this->status = $status; |
|
| 10664 | 10664 | } |
| 10665 | 10665 | public function getStatus() |
| 10666 | 10666 | { |
| 10667 | - return $this->status; |
|
| 10667 | + return $this->status; |
|
| 10668 | 10668 | } |
| 10669 | 10669 | public function setZones($zones) |
| 10670 | 10670 | { |
| 10671 | - $this->zones = $zones; |
|
| 10671 | + $this->zones = $zones; |
|
| 10672 | 10672 | } |
| 10673 | 10673 | public function getZones() |
| 10674 | 10674 | { |
| 10675 | - return $this->zones; |
|
| 10675 | + return $this->zones; |
|
| 10676 | 10676 | } |
| 10677 | 10677 | } |
| 10678 | 10678 | |
@@ -10691,43 +10691,43 @@ discard block |
||
| 10691 | 10691 | |
| 10692 | 10692 | public function setId($id) |
| 10693 | 10693 | { |
| 10694 | - $this->id = $id; |
|
| 10694 | + $this->id = $id; |
|
| 10695 | 10695 | } |
| 10696 | 10696 | public function getId() |
| 10697 | 10697 | { |
| 10698 | - return $this->id; |
|
| 10698 | + return $this->id; |
|
| 10699 | 10699 | } |
| 10700 | 10700 | public function setItems($items) |
| 10701 | 10701 | { |
| 10702 | - $this->items = $items; |
|
| 10702 | + $this->items = $items; |
|
| 10703 | 10703 | } |
| 10704 | 10704 | public function getItems() |
| 10705 | 10705 | { |
| 10706 | - return $this->items; |
|
| 10706 | + return $this->items; |
|
| 10707 | 10707 | } |
| 10708 | 10708 | public function setKind($kind) |
| 10709 | 10709 | { |
| 10710 | - $this->kind = $kind; |
|
| 10710 | + $this->kind = $kind; |
|
| 10711 | 10711 | } |
| 10712 | 10712 | public function getKind() |
| 10713 | 10713 | { |
| 10714 | - return $this->kind; |
|
| 10714 | + return $this->kind; |
|
| 10715 | 10715 | } |
| 10716 | 10716 | public function setNextPageToken($nextPageToken) |
| 10717 | 10717 | { |
| 10718 | - $this->nextPageToken = $nextPageToken; |
|
| 10718 | + $this->nextPageToken = $nextPageToken; |
|
| 10719 | 10719 | } |
| 10720 | 10720 | public function getNextPageToken() |
| 10721 | 10721 | { |
| 10722 | - return $this->nextPageToken; |
|
| 10722 | + return $this->nextPageToken; |
|
| 10723 | 10723 | } |
| 10724 | 10724 | public function setSelfLink($selfLink) |
| 10725 | 10725 | { |
| 10726 | - $this->selfLink = $selfLink; |
|
| 10726 | + $this->selfLink = $selfLink; |
|
| 10727 | 10727 | } |
| 10728 | 10728 | public function getSelfLink() |
| 10729 | 10729 | { |
| 10730 | - return $this->selfLink; |
|
| 10730 | + return $this->selfLink; |
|
| 10731 | 10731 | } |
| 10732 | 10732 | } |
| 10733 | 10733 | |
@@ -10740,11 +10740,11 @@ discard block |
||
| 10740 | 10740 | |
| 10741 | 10741 | public function setGroup($group) |
| 10742 | 10742 | { |
| 10743 | - $this->group = $group; |
|
| 10743 | + $this->group = $group; |
|
| 10744 | 10744 | } |
| 10745 | 10745 | public function getGroup() |
| 10746 | 10746 | { |
| 10747 | - return $this->group; |
|
| 10747 | + return $this->group; |
|
| 10748 | 10748 | } |
| 10749 | 10749 | } |
| 10750 | 10750 | |
@@ -10774,131 +10774,131 @@ discard block |
||
| 10774 | 10774 | |
| 10775 | 10775 | public function setCreationTimestamp($creationTimestamp) |
| 10776 | 10776 | { |
| 10777 | - $this->creationTimestamp = $creationTimestamp; |
|
| 10777 | + $this->creationTimestamp = $creationTimestamp; |
|
| 10778 | 10778 | } |
| 10779 | 10779 | public function getCreationTimestamp() |
| 10780 | 10780 | { |
| 10781 | - return $this->creationTimestamp; |
|
| 10781 | + return $this->creationTimestamp; |
|
| 10782 | 10782 | } |
| 10783 | 10783 | public function setDescription($description) |
| 10784 | 10784 | { |
| 10785 | - $this->description = $description; |
|
| 10785 | + $this->description = $description; |
|
| 10786 | 10786 | } |
| 10787 | 10787 | public function getDescription() |
| 10788 | 10788 | { |
| 10789 | - return $this->description; |
|
| 10789 | + return $this->description; |
|
| 10790 | 10790 | } |
| 10791 | 10791 | public function setDestRange($destRange) |
| 10792 | 10792 | { |
| 10793 | - $this->destRange = $destRange; |
|
| 10793 | + $this->destRange = $destRange; |
|
| 10794 | 10794 | } |
| 10795 | 10795 | public function getDestRange() |
| 10796 | 10796 | { |
| 10797 | - return $this->destRange; |
|
| 10797 | + return $this->destRange; |
|
| 10798 | 10798 | } |
| 10799 | 10799 | public function setId($id) |
| 10800 | 10800 | { |
| 10801 | - $this->id = $id; |
|
| 10801 | + $this->id = $id; |
|
| 10802 | 10802 | } |
| 10803 | 10803 | public function getId() |
| 10804 | 10804 | { |
| 10805 | - return $this->id; |
|
| 10805 | + return $this->id; |
|
| 10806 | 10806 | } |
| 10807 | 10807 | public function setKind($kind) |
| 10808 | 10808 | { |
| 10809 | - $this->kind = $kind; |
|
| 10809 | + $this->kind = $kind; |
|
| 10810 | 10810 | } |
| 10811 | 10811 | public function getKind() |
| 10812 | 10812 | { |
| 10813 | - return $this->kind; |
|
| 10813 | + return $this->kind; |
|
| 10814 | 10814 | } |
| 10815 | 10815 | public function setName($name) |
| 10816 | 10816 | { |
| 10817 | - $this->name = $name; |
|
| 10817 | + $this->name = $name; |
|
| 10818 | 10818 | } |
| 10819 | 10819 | public function getName() |
| 10820 | 10820 | { |
| 10821 | - return $this->name; |
|
| 10821 | + return $this->name; |
|
| 10822 | 10822 | } |
| 10823 | 10823 | public function setNetwork($network) |
| 10824 | 10824 | { |
| 10825 | - $this->network = $network; |
|
| 10825 | + $this->network = $network; |
|
| 10826 | 10826 | } |
| 10827 | 10827 | public function getNetwork() |
| 10828 | 10828 | { |
| 10829 | - return $this->network; |
|
| 10829 | + return $this->network; |
|
| 10830 | 10830 | } |
| 10831 | 10831 | public function setNextHopGateway($nextHopGateway) |
| 10832 | 10832 | { |
| 10833 | - $this->nextHopGateway = $nextHopGateway; |
|
| 10833 | + $this->nextHopGateway = $nextHopGateway; |
|
| 10834 | 10834 | } |
| 10835 | 10835 | public function getNextHopGateway() |
| 10836 | 10836 | { |
| 10837 | - return $this->nextHopGateway; |
|
| 10837 | + return $this->nextHopGateway; |
|
| 10838 | 10838 | } |
| 10839 | 10839 | public function setNextHopInstance($nextHopInstance) |
| 10840 | 10840 | { |
| 10841 | - $this->nextHopInstance = $nextHopInstance; |
|
| 10841 | + $this->nextHopInstance = $nextHopInstance; |
|
| 10842 | 10842 | } |
| 10843 | 10843 | public function getNextHopInstance() |
| 10844 | 10844 | { |
| 10845 | - return $this->nextHopInstance; |
|
| 10845 | + return $this->nextHopInstance; |
|
| 10846 | 10846 | } |
| 10847 | 10847 | public function setNextHopIp($nextHopIp) |
| 10848 | 10848 | { |
| 10849 | - $this->nextHopIp = $nextHopIp; |
|
| 10849 | + $this->nextHopIp = $nextHopIp; |
|
| 10850 | 10850 | } |
| 10851 | 10851 | public function getNextHopIp() |
| 10852 | 10852 | { |
| 10853 | - return $this->nextHopIp; |
|
| 10853 | + return $this->nextHopIp; |
|
| 10854 | 10854 | } |
| 10855 | 10855 | public function setNextHopNetwork($nextHopNetwork) |
| 10856 | 10856 | { |
| 10857 | - $this->nextHopNetwork = $nextHopNetwork; |
|
| 10857 | + $this->nextHopNetwork = $nextHopNetwork; |
|
| 10858 | 10858 | } |
| 10859 | 10859 | public function getNextHopNetwork() |
| 10860 | 10860 | { |
| 10861 | - return $this->nextHopNetwork; |
|
| 10861 | + return $this->nextHopNetwork; |
|
| 10862 | 10862 | } |
| 10863 | 10863 | public function setNextHopVpnTunnel($nextHopVpnTunnel) |
| 10864 | 10864 | { |
| 10865 | - $this->nextHopVpnTunnel = $nextHopVpnTunnel; |
|
| 10865 | + $this->nextHopVpnTunnel = $nextHopVpnTunnel; |
|
| 10866 | 10866 | } |
| 10867 | 10867 | public function getNextHopVpnTunnel() |
| 10868 | 10868 | { |
| 10869 | - return $this->nextHopVpnTunnel; |
|
| 10869 | + return $this->nextHopVpnTunnel; |
|
| 10870 | 10870 | } |
| 10871 | 10871 | public function setPriority($priority) |
| 10872 | 10872 | { |
| 10873 | - $this->priority = $priority; |
|
| 10873 | + $this->priority = $priority; |
|
| 10874 | 10874 | } |
| 10875 | 10875 | public function getPriority() |
| 10876 | 10876 | { |
| 10877 | - return $this->priority; |
|
| 10877 | + return $this->priority; |
|
| 10878 | 10878 | } |
| 10879 | 10879 | public function setSelfLink($selfLink) |
| 10880 | 10880 | { |
| 10881 | - $this->selfLink = $selfLink; |
|
| 10881 | + $this->selfLink = $selfLink; |
|
| 10882 | 10882 | } |
| 10883 | 10883 | public function getSelfLink() |
| 10884 | 10884 | { |
| 10885 | - return $this->selfLink; |
|
| 10885 | + return $this->selfLink; |
|
| 10886 | 10886 | } |
| 10887 | 10887 | public function setTags($tags) |
| 10888 | 10888 | { |
| 10889 | - $this->tags = $tags; |
|
| 10889 | + $this->tags = $tags; |
|
| 10890 | 10890 | } |
| 10891 | 10891 | public function getTags() |
| 10892 | 10892 | { |
| 10893 | - return $this->tags; |
|
| 10893 | + return $this->tags; |
|
| 10894 | 10894 | } |
| 10895 | 10895 | public function setWarnings($warnings) |
| 10896 | 10896 | { |
| 10897 | - $this->warnings = $warnings; |
|
| 10897 | + $this->warnings = $warnings; |
|
| 10898 | 10898 | } |
| 10899 | 10899 | public function getWarnings() |
| 10900 | 10900 | { |
| 10901 | - return $this->warnings; |
|
| 10901 | + return $this->warnings; |
|
| 10902 | 10902 | } |
| 10903 | 10903 | } |
| 10904 | 10904 | |
@@ -10917,43 +10917,43 @@ discard block |
||
| 10917 | 10917 | |
| 10918 | 10918 | public function setId($id) |
| 10919 | 10919 | { |
| 10920 | - $this->id = $id; |
|
| 10920 | + $this->id = $id; |
|
| 10921 | 10921 | } |
| 10922 | 10922 | public function getId() |
| 10923 | 10923 | { |
| 10924 | - return $this->id; |
|
| 10924 | + return $this->id; |
|
| 10925 | 10925 | } |
| 10926 | 10926 | public function setItems($items) |
| 10927 | 10927 | { |
| 10928 | - $this->items = $items; |
|
| 10928 | + $this->items = $items; |
|
| 10929 | 10929 | } |
| 10930 | 10930 | public function getItems() |
| 10931 | 10931 | { |
| 10932 | - return $this->items; |
|
| 10932 | + return $this->items; |
|
| 10933 | 10933 | } |
| 10934 | 10934 | public function setKind($kind) |
| 10935 | 10935 | { |
| 10936 | - $this->kind = $kind; |
|
| 10936 | + $this->kind = $kind; |
|
| 10937 | 10937 | } |
| 10938 | 10938 | public function getKind() |
| 10939 | 10939 | { |
| 10940 | - return $this->kind; |
|
| 10940 | + return $this->kind; |
|
| 10941 | 10941 | } |
| 10942 | 10942 | public function setNextPageToken($nextPageToken) |
| 10943 | 10943 | { |
| 10944 | - $this->nextPageToken = $nextPageToken; |
|
| 10944 | + $this->nextPageToken = $nextPageToken; |
|
| 10945 | 10945 | } |
| 10946 | 10946 | public function getNextPageToken() |
| 10947 | 10947 | { |
| 10948 | - return $this->nextPageToken; |
|
| 10948 | + return $this->nextPageToken; |
|
| 10949 | 10949 | } |
| 10950 | 10950 | public function setSelfLink($selfLink) |
| 10951 | 10951 | { |
| 10952 | - $this->selfLink = $selfLink; |
|
| 10952 | + $this->selfLink = $selfLink; |
|
| 10953 | 10953 | } |
| 10954 | 10954 | public function getSelfLink() |
| 10955 | 10955 | { |
| 10956 | - return $this->selfLink; |
|
| 10956 | + return $this->selfLink; |
|
| 10957 | 10957 | } |
| 10958 | 10958 | } |
| 10959 | 10959 | |
@@ -10970,27 +10970,27 @@ discard block |
||
| 10970 | 10970 | |
| 10971 | 10971 | public function setCode($code) |
| 10972 | 10972 | { |
| 10973 | - $this->code = $code; |
|
| 10973 | + $this->code = $code; |
|
| 10974 | 10974 | } |
| 10975 | 10975 | public function getCode() |
| 10976 | 10976 | { |
| 10977 | - return $this->code; |
|
| 10977 | + return $this->code; |
|
| 10978 | 10978 | } |
| 10979 | 10979 | public function setData($data) |
| 10980 | 10980 | { |
| 10981 | - $this->data = $data; |
|
| 10981 | + $this->data = $data; |
|
| 10982 | 10982 | } |
| 10983 | 10983 | public function getData() |
| 10984 | 10984 | { |
| 10985 | - return $this->data; |
|
| 10985 | + return $this->data; |
|
| 10986 | 10986 | } |
| 10987 | 10987 | public function setMessage($message) |
| 10988 | 10988 | { |
| 10989 | - $this->message = $message; |
|
| 10989 | + $this->message = $message; |
|
| 10990 | 10990 | } |
| 10991 | 10991 | public function getMessage() |
| 10992 | 10992 | { |
| 10993 | - return $this->message; |
|
| 10993 | + return $this->message; |
|
| 10994 | 10994 | } |
| 10995 | 10995 | } |
| 10996 | 10996 | |
@@ -11004,19 +11004,19 @@ discard block |
||
| 11004 | 11004 | |
| 11005 | 11005 | public function setKey($key) |
| 11006 | 11006 | { |
| 11007 | - $this->key = $key; |
|
| 11007 | + $this->key = $key; |
|
| 11008 | 11008 | } |
| 11009 | 11009 | public function getKey() |
| 11010 | 11010 | { |
| 11011 | - return $this->key; |
|
| 11011 | + return $this->key; |
|
| 11012 | 11012 | } |
| 11013 | 11013 | public function setValue($value) |
| 11014 | 11014 | { |
| 11015 | - $this->value = $value; |
|
| 11015 | + $this->value = $value; |
|
| 11016 | 11016 | } |
| 11017 | 11017 | public function getValue() |
| 11018 | 11018 | { |
| 11019 | - return $this->value; |
|
| 11019 | + return $this->value; |
|
| 11020 | 11020 | } |
| 11021 | 11021 | } |
| 11022 | 11022 | |
@@ -11031,27 +11031,27 @@ discard block |
||
| 11031 | 11031 | |
| 11032 | 11032 | public function setAutomaticRestart($automaticRestart) |
| 11033 | 11033 | { |
| 11034 | - $this->automaticRestart = $automaticRestart; |
|
| 11034 | + $this->automaticRestart = $automaticRestart; |
|
| 11035 | 11035 | } |
| 11036 | 11036 | public function getAutomaticRestart() |
| 11037 | 11037 | { |
| 11038 | - return $this->automaticRestart; |
|
| 11038 | + return $this->automaticRestart; |
|
| 11039 | 11039 | } |
| 11040 | 11040 | public function setOnHostMaintenance($onHostMaintenance) |
| 11041 | 11041 | { |
| 11042 | - $this->onHostMaintenance = $onHostMaintenance; |
|
| 11042 | + $this->onHostMaintenance = $onHostMaintenance; |
|
| 11043 | 11043 | } |
| 11044 | 11044 | public function getOnHostMaintenance() |
| 11045 | 11045 | { |
| 11046 | - return $this->onHostMaintenance; |
|
| 11046 | + return $this->onHostMaintenance; |
|
| 11047 | 11047 | } |
| 11048 | 11048 | public function setPreemptible($preemptible) |
| 11049 | 11049 | { |
| 11050 | - $this->preemptible = $preemptible; |
|
| 11050 | + $this->preemptible = $preemptible; |
|
| 11051 | 11051 | } |
| 11052 | 11052 | public function getPreemptible() |
| 11053 | 11053 | { |
| 11054 | - return $this->preemptible; |
|
| 11054 | + return $this->preemptible; |
|
| 11055 | 11055 | } |
| 11056 | 11056 | } |
| 11057 | 11057 | |
@@ -11066,27 +11066,27 @@ discard block |
||
| 11066 | 11066 | |
| 11067 | 11067 | public function setContents($contents) |
| 11068 | 11068 | { |
| 11069 | - $this->contents = $contents; |
|
| 11069 | + $this->contents = $contents; |
|
| 11070 | 11070 | } |
| 11071 | 11071 | public function getContents() |
| 11072 | 11072 | { |
| 11073 | - return $this->contents; |
|
| 11073 | + return $this->contents; |
|
| 11074 | 11074 | } |
| 11075 | 11075 | public function setKind($kind) |
| 11076 | 11076 | { |
| 11077 | - $this->kind = $kind; |
|
| 11077 | + $this->kind = $kind; |
|
| 11078 | 11078 | } |
| 11079 | 11079 | public function getKind() |
| 11080 | 11080 | { |
| 11081 | - return $this->kind; |
|
| 11081 | + return $this->kind; |
|
| 11082 | 11082 | } |
| 11083 | 11083 | public function setSelfLink($selfLink) |
| 11084 | 11084 | { |
| 11085 | - $this->selfLink = $selfLink; |
|
| 11085 | + $this->selfLink = $selfLink; |
|
| 11086 | 11086 | } |
| 11087 | 11087 | public function getSelfLink() |
| 11088 | 11088 | { |
| 11089 | - return $this->selfLink; |
|
| 11089 | + return $this->selfLink; |
|
| 11090 | 11090 | } |
| 11091 | 11091 | } |
| 11092 | 11092 | |
@@ -11101,19 +11101,19 @@ discard block |
||
| 11101 | 11101 | |
| 11102 | 11102 | public function setEmail($email) |
| 11103 | 11103 | { |
| 11104 | - $this->email = $email; |
|
| 11104 | + $this->email = $email; |
|
| 11105 | 11105 | } |
| 11106 | 11106 | public function getEmail() |
| 11107 | 11107 | { |
| 11108 | - return $this->email; |
|
| 11108 | + return $this->email; |
|
| 11109 | 11109 | } |
| 11110 | 11110 | public function setScopes($scopes) |
| 11111 | 11111 | { |
| 11112 | - $this->scopes = $scopes; |
|
| 11112 | + $this->scopes = $scopes; |
|
| 11113 | 11113 | } |
| 11114 | 11114 | public function getScopes() |
| 11115 | 11115 | { |
| 11116 | - return $this->scopes; |
|
| 11116 | + return $this->scopes; |
|
| 11117 | 11117 | } |
| 11118 | 11118 | } |
| 11119 | 11119 | |
@@ -11139,107 +11139,107 @@ discard block |
||
| 11139 | 11139 | |
| 11140 | 11140 | public function setCreationTimestamp($creationTimestamp) |
| 11141 | 11141 | { |
| 11142 | - $this->creationTimestamp = $creationTimestamp; |
|
| 11142 | + $this->creationTimestamp = $creationTimestamp; |
|
| 11143 | 11143 | } |
| 11144 | 11144 | public function getCreationTimestamp() |
| 11145 | 11145 | { |
| 11146 | - return $this->creationTimestamp; |
|
| 11146 | + return $this->creationTimestamp; |
|
| 11147 | 11147 | } |
| 11148 | 11148 | public function setDescription($description) |
| 11149 | 11149 | { |
| 11150 | - $this->description = $description; |
|
| 11150 | + $this->description = $description; |
|
| 11151 | 11151 | } |
| 11152 | 11152 | public function getDescription() |
| 11153 | 11153 | { |
| 11154 | - return $this->description; |
|
| 11154 | + return $this->description; |
|
| 11155 | 11155 | } |
| 11156 | 11156 | public function setDiskSizeGb($diskSizeGb) |
| 11157 | 11157 | { |
| 11158 | - $this->diskSizeGb = $diskSizeGb; |
|
| 11158 | + $this->diskSizeGb = $diskSizeGb; |
|
| 11159 | 11159 | } |
| 11160 | 11160 | public function getDiskSizeGb() |
| 11161 | 11161 | { |
| 11162 | - return $this->diskSizeGb; |
|
| 11162 | + return $this->diskSizeGb; |
|
| 11163 | 11163 | } |
| 11164 | 11164 | public function setId($id) |
| 11165 | 11165 | { |
| 11166 | - $this->id = $id; |
|
| 11166 | + $this->id = $id; |
|
| 11167 | 11167 | } |
| 11168 | 11168 | public function getId() |
| 11169 | 11169 | { |
| 11170 | - return $this->id; |
|
| 11170 | + return $this->id; |
|
| 11171 | 11171 | } |
| 11172 | 11172 | public function setKind($kind) |
| 11173 | 11173 | { |
| 11174 | - $this->kind = $kind; |
|
| 11174 | + $this->kind = $kind; |
|
| 11175 | 11175 | } |
| 11176 | 11176 | public function getKind() |
| 11177 | 11177 | { |
| 11178 | - return $this->kind; |
|
| 11178 | + return $this->kind; |
|
| 11179 | 11179 | } |
| 11180 | 11180 | public function setLicenses($licenses) |
| 11181 | 11181 | { |
| 11182 | - $this->licenses = $licenses; |
|
| 11182 | + $this->licenses = $licenses; |
|
| 11183 | 11183 | } |
| 11184 | 11184 | public function getLicenses() |
| 11185 | 11185 | { |
| 11186 | - return $this->licenses; |
|
| 11186 | + return $this->licenses; |
|
| 11187 | 11187 | } |
| 11188 | 11188 | public function setName($name) |
| 11189 | 11189 | { |
| 11190 | - $this->name = $name; |
|
| 11190 | + $this->name = $name; |
|
| 11191 | 11191 | } |
| 11192 | 11192 | public function getName() |
| 11193 | 11193 | { |
| 11194 | - return $this->name; |
|
| 11194 | + return $this->name; |
|
| 11195 | 11195 | } |
| 11196 | 11196 | public function setSelfLink($selfLink) |
| 11197 | 11197 | { |
| 11198 | - $this->selfLink = $selfLink; |
|
| 11198 | + $this->selfLink = $selfLink; |
|
| 11199 | 11199 | } |
| 11200 | 11200 | public function getSelfLink() |
| 11201 | 11201 | { |
| 11202 | - return $this->selfLink; |
|
| 11202 | + return $this->selfLink; |
|
| 11203 | 11203 | } |
| 11204 | 11204 | public function setSourceDisk($sourceDisk) |
| 11205 | 11205 | { |
| 11206 | - $this->sourceDisk = $sourceDisk; |
|
| 11206 | + $this->sourceDisk = $sourceDisk; |
|
| 11207 | 11207 | } |
| 11208 | 11208 | public function getSourceDisk() |
| 11209 | 11209 | { |
| 11210 | - return $this->sourceDisk; |
|
| 11210 | + return $this->sourceDisk; |
|
| 11211 | 11211 | } |
| 11212 | 11212 | public function setSourceDiskId($sourceDiskId) |
| 11213 | 11213 | { |
| 11214 | - $this->sourceDiskId = $sourceDiskId; |
|
| 11214 | + $this->sourceDiskId = $sourceDiskId; |
|
| 11215 | 11215 | } |
| 11216 | 11216 | public function getSourceDiskId() |
| 11217 | 11217 | { |
| 11218 | - return $this->sourceDiskId; |
|
| 11218 | + return $this->sourceDiskId; |
|
| 11219 | 11219 | } |
| 11220 | 11220 | public function setStatus($status) |
| 11221 | 11221 | { |
| 11222 | - $this->status = $status; |
|
| 11222 | + $this->status = $status; |
|
| 11223 | 11223 | } |
| 11224 | 11224 | public function getStatus() |
| 11225 | 11225 | { |
| 11226 | - return $this->status; |
|
| 11226 | + return $this->status; |
|
| 11227 | 11227 | } |
| 11228 | 11228 | public function setStorageBytes($storageBytes) |
| 11229 | 11229 | { |
| 11230 | - $this->storageBytes = $storageBytes; |
|
| 11230 | + $this->storageBytes = $storageBytes; |
|
| 11231 | 11231 | } |
| 11232 | 11232 | public function getStorageBytes() |
| 11233 | 11233 | { |
| 11234 | - return $this->storageBytes; |
|
| 11234 | + return $this->storageBytes; |
|
| 11235 | 11235 | } |
| 11236 | 11236 | public function setStorageBytesStatus($storageBytesStatus) |
| 11237 | 11237 | { |
| 11238 | - $this->storageBytesStatus = $storageBytesStatus; |
|
| 11238 | + $this->storageBytesStatus = $storageBytesStatus; |
|
| 11239 | 11239 | } |
| 11240 | 11240 | public function getStorageBytesStatus() |
| 11241 | 11241 | { |
| 11242 | - return $this->storageBytesStatus; |
|
| 11242 | + return $this->storageBytesStatus; |
|
| 11243 | 11243 | } |
| 11244 | 11244 | } |
| 11245 | 11245 | |
@@ -11258,43 +11258,43 @@ discard block |
||
| 11258 | 11258 | |
| 11259 | 11259 | public function setId($id) |
| 11260 | 11260 | { |
| 11261 | - $this->id = $id; |
|
| 11261 | + $this->id = $id; |
|
| 11262 | 11262 | } |
| 11263 | 11263 | public function getId() |
| 11264 | 11264 | { |
| 11265 | - return $this->id; |
|
| 11265 | + return $this->id; |
|
| 11266 | 11266 | } |
| 11267 | 11267 | public function setItems($items) |
| 11268 | 11268 | { |
| 11269 | - $this->items = $items; |
|
| 11269 | + $this->items = $items; |
|
| 11270 | 11270 | } |
| 11271 | 11271 | public function getItems() |
| 11272 | 11272 | { |
| 11273 | - return $this->items; |
|
| 11273 | + return $this->items; |
|
| 11274 | 11274 | } |
| 11275 | 11275 | public function setKind($kind) |
| 11276 | 11276 | { |
| 11277 | - $this->kind = $kind; |
|
| 11277 | + $this->kind = $kind; |
|
| 11278 | 11278 | } |
| 11279 | 11279 | public function getKind() |
| 11280 | 11280 | { |
| 11281 | - return $this->kind; |
|
| 11281 | + return $this->kind; |
|
| 11282 | 11282 | } |
| 11283 | 11283 | public function setNextPageToken($nextPageToken) |
| 11284 | 11284 | { |
| 11285 | - $this->nextPageToken = $nextPageToken; |
|
| 11285 | + $this->nextPageToken = $nextPageToken; |
|
| 11286 | 11286 | } |
| 11287 | 11287 | public function getNextPageToken() |
| 11288 | 11288 | { |
| 11289 | - return $this->nextPageToken; |
|
| 11289 | + return $this->nextPageToken; |
|
| 11290 | 11290 | } |
| 11291 | 11291 | public function setSelfLink($selfLink) |
| 11292 | 11292 | { |
| 11293 | - $this->selfLink = $selfLink; |
|
| 11293 | + $this->selfLink = $selfLink; |
|
| 11294 | 11294 | } |
| 11295 | 11295 | public function getSelfLink() |
| 11296 | 11296 | { |
| 11297 | - return $this->selfLink; |
|
| 11297 | + return $this->selfLink; |
|
| 11298 | 11298 | } |
| 11299 | 11299 | } |
| 11300 | 11300 | |
@@ -11309,19 +11309,19 @@ discard block |
||
| 11309 | 11309 | |
| 11310 | 11310 | public function setFingerprint($fingerprint) |
| 11311 | 11311 | { |
| 11312 | - $this->fingerprint = $fingerprint; |
|
| 11312 | + $this->fingerprint = $fingerprint; |
|
| 11313 | 11313 | } |
| 11314 | 11314 | public function getFingerprint() |
| 11315 | 11315 | { |
| 11316 | - return $this->fingerprint; |
|
| 11316 | + return $this->fingerprint; |
|
| 11317 | 11317 | } |
| 11318 | 11318 | public function setItems($items) |
| 11319 | 11319 | { |
| 11320 | - $this->items = $items; |
|
| 11320 | + $this->items = $items; |
|
| 11321 | 11321 | } |
| 11322 | 11322 | public function getItems() |
| 11323 | 11323 | { |
| 11324 | - return $this->items; |
|
| 11324 | + return $this->items; |
|
| 11325 | 11325 | } |
| 11326 | 11326 | } |
| 11327 | 11327 | |
@@ -11340,59 +11340,59 @@ discard block |
||
| 11340 | 11340 | |
| 11341 | 11341 | public function setCreationTimestamp($creationTimestamp) |
| 11342 | 11342 | { |
| 11343 | - $this->creationTimestamp = $creationTimestamp; |
|
| 11343 | + $this->creationTimestamp = $creationTimestamp; |
|
| 11344 | 11344 | } |
| 11345 | 11345 | public function getCreationTimestamp() |
| 11346 | 11346 | { |
| 11347 | - return $this->creationTimestamp; |
|
| 11347 | + return $this->creationTimestamp; |
|
| 11348 | 11348 | } |
| 11349 | 11349 | public function setDescription($description) |
| 11350 | 11350 | { |
| 11351 | - $this->description = $description; |
|
| 11351 | + $this->description = $description; |
|
| 11352 | 11352 | } |
| 11353 | 11353 | public function getDescription() |
| 11354 | 11354 | { |
| 11355 | - return $this->description; |
|
| 11355 | + return $this->description; |
|
| 11356 | 11356 | } |
| 11357 | 11357 | public function setId($id) |
| 11358 | 11358 | { |
| 11359 | - $this->id = $id; |
|
| 11359 | + $this->id = $id; |
|
| 11360 | 11360 | } |
| 11361 | 11361 | public function getId() |
| 11362 | 11362 | { |
| 11363 | - return $this->id; |
|
| 11363 | + return $this->id; |
|
| 11364 | 11364 | } |
| 11365 | 11365 | public function setKind($kind) |
| 11366 | 11366 | { |
| 11367 | - $this->kind = $kind; |
|
| 11367 | + $this->kind = $kind; |
|
| 11368 | 11368 | } |
| 11369 | 11369 | public function getKind() |
| 11370 | 11370 | { |
| 11371 | - return $this->kind; |
|
| 11371 | + return $this->kind; |
|
| 11372 | 11372 | } |
| 11373 | 11373 | public function setName($name) |
| 11374 | 11374 | { |
| 11375 | - $this->name = $name; |
|
| 11375 | + $this->name = $name; |
|
| 11376 | 11376 | } |
| 11377 | 11377 | public function getName() |
| 11378 | 11378 | { |
| 11379 | - return $this->name; |
|
| 11379 | + return $this->name; |
|
| 11380 | 11380 | } |
| 11381 | 11381 | public function setSelfLink($selfLink) |
| 11382 | 11382 | { |
| 11383 | - $this->selfLink = $selfLink; |
|
| 11383 | + $this->selfLink = $selfLink; |
|
| 11384 | 11384 | } |
| 11385 | 11385 | public function getSelfLink() |
| 11386 | 11386 | { |
| 11387 | - return $this->selfLink; |
|
| 11387 | + return $this->selfLink; |
|
| 11388 | 11388 | } |
| 11389 | 11389 | public function setUrlMap($urlMap) |
| 11390 | 11390 | { |
| 11391 | - $this->urlMap = $urlMap; |
|
| 11391 | + $this->urlMap = $urlMap; |
|
| 11392 | 11392 | } |
| 11393 | 11393 | public function getUrlMap() |
| 11394 | 11394 | { |
| 11395 | - return $this->urlMap; |
|
| 11395 | + return $this->urlMap; |
|
| 11396 | 11396 | } |
| 11397 | 11397 | } |
| 11398 | 11398 | |
@@ -11411,43 +11411,43 @@ discard block |
||
| 11411 | 11411 | |
| 11412 | 11412 | public function setId($id) |
| 11413 | 11413 | { |
| 11414 | - $this->id = $id; |
|
| 11414 | + $this->id = $id; |
|
| 11415 | 11415 | } |
| 11416 | 11416 | public function getId() |
| 11417 | 11417 | { |
| 11418 | - return $this->id; |
|
| 11418 | + return $this->id; |
|
| 11419 | 11419 | } |
| 11420 | 11420 | public function setItems($items) |
| 11421 | 11421 | { |
| 11422 | - $this->items = $items; |
|
| 11422 | + $this->items = $items; |
|
| 11423 | 11423 | } |
| 11424 | 11424 | public function getItems() |
| 11425 | 11425 | { |
| 11426 | - return $this->items; |
|
| 11426 | + return $this->items; |
|
| 11427 | 11427 | } |
| 11428 | 11428 | public function setKind($kind) |
| 11429 | 11429 | { |
| 11430 | - $this->kind = $kind; |
|
| 11430 | + $this->kind = $kind; |
|
| 11431 | 11431 | } |
| 11432 | 11432 | public function getKind() |
| 11433 | 11433 | { |
| 11434 | - return $this->kind; |
|
| 11434 | + return $this->kind; |
|
| 11435 | 11435 | } |
| 11436 | 11436 | public function setNextPageToken($nextPageToken) |
| 11437 | 11437 | { |
| 11438 | - $this->nextPageToken = $nextPageToken; |
|
| 11438 | + $this->nextPageToken = $nextPageToken; |
|
| 11439 | 11439 | } |
| 11440 | 11440 | public function getNextPageToken() |
| 11441 | 11441 | { |
| 11442 | - return $this->nextPageToken; |
|
| 11442 | + return $this->nextPageToken; |
|
| 11443 | 11443 | } |
| 11444 | 11444 | public function setSelfLink($selfLink) |
| 11445 | 11445 | { |
| 11446 | - $this->selfLink = $selfLink; |
|
| 11446 | + $this->selfLink = $selfLink; |
|
| 11447 | 11447 | } |
| 11448 | 11448 | public function getSelfLink() |
| 11449 | 11449 | { |
| 11450 | - return $this->selfLink; |
|
| 11450 | + return $this->selfLink; |
|
| 11451 | 11451 | } |
| 11452 | 11452 | } |
| 11453 | 11453 | |
@@ -11468,75 +11468,75 @@ discard block |
||
| 11468 | 11468 | |
| 11469 | 11469 | public function setCreationTimestamp($creationTimestamp) |
| 11470 | 11470 | { |
| 11471 | - $this->creationTimestamp = $creationTimestamp; |
|
| 11471 | + $this->creationTimestamp = $creationTimestamp; |
|
| 11472 | 11472 | } |
| 11473 | 11473 | public function getCreationTimestamp() |
| 11474 | 11474 | { |
| 11475 | - return $this->creationTimestamp; |
|
| 11475 | + return $this->creationTimestamp; |
|
| 11476 | 11476 | } |
| 11477 | 11477 | public function setDescription($description) |
| 11478 | 11478 | { |
| 11479 | - $this->description = $description; |
|
| 11479 | + $this->description = $description; |
|
| 11480 | 11480 | } |
| 11481 | 11481 | public function getDescription() |
| 11482 | 11482 | { |
| 11483 | - return $this->description; |
|
| 11483 | + return $this->description; |
|
| 11484 | 11484 | } |
| 11485 | 11485 | public function setId($id) |
| 11486 | 11486 | { |
| 11487 | - $this->id = $id; |
|
| 11487 | + $this->id = $id; |
|
| 11488 | 11488 | } |
| 11489 | 11489 | public function getId() |
| 11490 | 11490 | { |
| 11491 | - return $this->id; |
|
| 11491 | + return $this->id; |
|
| 11492 | 11492 | } |
| 11493 | 11493 | public function setInstance($instance) |
| 11494 | 11494 | { |
| 11495 | - $this->instance = $instance; |
|
| 11495 | + $this->instance = $instance; |
|
| 11496 | 11496 | } |
| 11497 | 11497 | public function getInstance() |
| 11498 | 11498 | { |
| 11499 | - return $this->instance; |
|
| 11499 | + return $this->instance; |
|
| 11500 | 11500 | } |
| 11501 | 11501 | public function setKind($kind) |
| 11502 | 11502 | { |
| 11503 | - $this->kind = $kind; |
|
| 11503 | + $this->kind = $kind; |
|
| 11504 | 11504 | } |
| 11505 | 11505 | public function getKind() |
| 11506 | 11506 | { |
| 11507 | - return $this->kind; |
|
| 11507 | + return $this->kind; |
|
| 11508 | 11508 | } |
| 11509 | 11509 | public function setName($name) |
| 11510 | 11510 | { |
| 11511 | - $this->name = $name; |
|
| 11511 | + $this->name = $name; |
|
| 11512 | 11512 | } |
| 11513 | 11513 | public function getName() |
| 11514 | 11514 | { |
| 11515 | - return $this->name; |
|
| 11515 | + return $this->name; |
|
| 11516 | 11516 | } |
| 11517 | 11517 | public function setNatPolicy($natPolicy) |
| 11518 | 11518 | { |
| 11519 | - $this->natPolicy = $natPolicy; |
|
| 11519 | + $this->natPolicy = $natPolicy; |
|
| 11520 | 11520 | } |
| 11521 | 11521 | public function getNatPolicy() |
| 11522 | 11522 | { |
| 11523 | - return $this->natPolicy; |
|
| 11523 | + return $this->natPolicy; |
|
| 11524 | 11524 | } |
| 11525 | 11525 | public function setSelfLink($selfLink) |
| 11526 | 11526 | { |
| 11527 | - $this->selfLink = $selfLink; |
|
| 11527 | + $this->selfLink = $selfLink; |
|
| 11528 | 11528 | } |
| 11529 | 11529 | public function getSelfLink() |
| 11530 | 11530 | { |
| 11531 | - return $this->selfLink; |
|
| 11531 | + return $this->selfLink; |
|
| 11532 | 11532 | } |
| 11533 | 11533 | public function setZone($zone) |
| 11534 | 11534 | { |
| 11535 | - $this->zone = $zone; |
|
| 11535 | + $this->zone = $zone; |
|
| 11536 | 11536 | } |
| 11537 | 11537 | public function getZone() |
| 11538 | 11538 | { |
| 11539 | - return $this->zone; |
|
| 11539 | + return $this->zone; |
|
| 11540 | 11540 | } |
| 11541 | 11541 | } |
| 11542 | 11542 | |
@@ -11554,43 +11554,43 @@ discard block |
||
| 11554 | 11554 | |
| 11555 | 11555 | public function setId($id) |
| 11556 | 11556 | { |
| 11557 | - $this->id = $id; |
|
| 11557 | + $this->id = $id; |
|
| 11558 | 11558 | } |
| 11559 | 11559 | public function getId() |
| 11560 | 11560 | { |
| 11561 | - return $this->id; |
|
| 11561 | + return $this->id; |
|
| 11562 | 11562 | } |
| 11563 | 11563 | public function setItems($items) |
| 11564 | 11564 | { |
| 11565 | - $this->items = $items; |
|
| 11565 | + $this->items = $items; |
|
| 11566 | 11566 | } |
| 11567 | 11567 | public function getItems() |
| 11568 | 11568 | { |
| 11569 | - return $this->items; |
|
| 11569 | + return $this->items; |
|
| 11570 | 11570 | } |
| 11571 | 11571 | public function setKind($kind) |
| 11572 | 11572 | { |
| 11573 | - $this->kind = $kind; |
|
| 11573 | + $this->kind = $kind; |
|
| 11574 | 11574 | } |
| 11575 | 11575 | public function getKind() |
| 11576 | 11576 | { |
| 11577 | - return $this->kind; |
|
| 11577 | + return $this->kind; |
|
| 11578 | 11578 | } |
| 11579 | 11579 | public function setNextPageToken($nextPageToken) |
| 11580 | 11580 | { |
| 11581 | - $this->nextPageToken = $nextPageToken; |
|
| 11581 | + $this->nextPageToken = $nextPageToken; |
|
| 11582 | 11582 | } |
| 11583 | 11583 | public function getNextPageToken() |
| 11584 | 11584 | { |
| 11585 | - return $this->nextPageToken; |
|
| 11585 | + return $this->nextPageToken; |
|
| 11586 | 11586 | } |
| 11587 | 11587 | public function setSelfLink($selfLink) |
| 11588 | 11588 | { |
| 11589 | - $this->selfLink = $selfLink; |
|
| 11589 | + $this->selfLink = $selfLink; |
|
| 11590 | 11590 | } |
| 11591 | 11591 | public function getSelfLink() |
| 11592 | 11592 | { |
| 11593 | - return $this->selfLink; |
|
| 11593 | + return $this->selfLink; |
|
| 11594 | 11594 | } |
| 11595 | 11595 | } |
| 11596 | 11596 | |
@@ -11613,43 +11613,43 @@ discard block |
||
| 11613 | 11613 | |
| 11614 | 11614 | public function setId($id) |
| 11615 | 11615 | { |
| 11616 | - $this->id = $id; |
|
| 11616 | + $this->id = $id; |
|
| 11617 | 11617 | } |
| 11618 | 11618 | public function getId() |
| 11619 | 11619 | { |
| 11620 | - return $this->id; |
|
| 11620 | + return $this->id; |
|
| 11621 | 11621 | } |
| 11622 | 11622 | public function setItems($items) |
| 11623 | 11623 | { |
| 11624 | - $this->items = $items; |
|
| 11624 | + $this->items = $items; |
|
| 11625 | 11625 | } |
| 11626 | 11626 | public function getItems() |
| 11627 | 11627 | { |
| 11628 | - return $this->items; |
|
| 11628 | + return $this->items; |
|
| 11629 | 11629 | } |
| 11630 | 11630 | public function setKind($kind) |
| 11631 | 11631 | { |
| 11632 | - $this->kind = $kind; |
|
| 11632 | + $this->kind = $kind; |
|
| 11633 | 11633 | } |
| 11634 | 11634 | public function getKind() |
| 11635 | 11635 | { |
| 11636 | - return $this->kind; |
|
| 11636 | + return $this->kind; |
|
| 11637 | 11637 | } |
| 11638 | 11638 | public function setNextPageToken($nextPageToken) |
| 11639 | 11639 | { |
| 11640 | - $this->nextPageToken = $nextPageToken; |
|
| 11640 | + $this->nextPageToken = $nextPageToken; |
|
| 11641 | 11641 | } |
| 11642 | 11642 | public function getNextPageToken() |
| 11643 | 11643 | { |
| 11644 | - return $this->nextPageToken; |
|
| 11644 | + return $this->nextPageToken; |
|
| 11645 | 11645 | } |
| 11646 | 11646 | public function setSelfLink($selfLink) |
| 11647 | 11647 | { |
| 11648 | - $this->selfLink = $selfLink; |
|
| 11648 | + $this->selfLink = $selfLink; |
|
| 11649 | 11649 | } |
| 11650 | 11650 | public function getSelfLink() |
| 11651 | 11651 | { |
| 11652 | - return $this->selfLink; |
|
| 11652 | + return $this->selfLink; |
|
| 11653 | 11653 | } |
| 11654 | 11654 | } |
| 11655 | 11655 | |
@@ -11666,19 +11666,19 @@ discard block |
||
| 11666 | 11666 | |
| 11667 | 11667 | public function setTargetInstances($targetInstances) |
| 11668 | 11668 | { |
| 11669 | - $this->targetInstances = $targetInstances; |
|
| 11669 | + $this->targetInstances = $targetInstances; |
|
| 11670 | 11670 | } |
| 11671 | 11671 | public function getTargetInstances() |
| 11672 | 11672 | { |
| 11673 | - return $this->targetInstances; |
|
| 11673 | + return $this->targetInstances; |
|
| 11674 | 11674 | } |
| 11675 | 11675 | public function setWarning(Google_Service_Compute_TargetInstancesScopedListWarning $warning) |
| 11676 | 11676 | { |
| 11677 | - $this->warning = $warning; |
|
| 11677 | + $this->warning = $warning; |
|
| 11678 | 11678 | } |
| 11679 | 11679 | public function getWarning() |
| 11680 | 11680 | { |
| 11681 | - return $this->warning; |
|
| 11681 | + return $this->warning; |
|
| 11682 | 11682 | } |
| 11683 | 11683 | } |
| 11684 | 11684 | |
@@ -11695,27 +11695,27 @@ discard block |
||
| 11695 | 11695 | |
| 11696 | 11696 | public function setCode($code) |
| 11697 | 11697 | { |
| 11698 | - $this->code = $code; |
|
| 11698 | + $this->code = $code; |
|
| 11699 | 11699 | } |
| 11700 | 11700 | public function getCode() |
| 11701 | 11701 | { |
| 11702 | - return $this->code; |
|
| 11702 | + return $this->code; |
|
| 11703 | 11703 | } |
| 11704 | 11704 | public function setData($data) |
| 11705 | 11705 | { |
| 11706 | - $this->data = $data; |
|
| 11706 | + $this->data = $data; |
|
| 11707 | 11707 | } |
| 11708 | 11708 | public function getData() |
| 11709 | 11709 | { |
| 11710 | - return $this->data; |
|
| 11710 | + return $this->data; |
|
| 11711 | 11711 | } |
| 11712 | 11712 | public function setMessage($message) |
| 11713 | 11713 | { |
| 11714 | - $this->message = $message; |
|
| 11714 | + $this->message = $message; |
|
| 11715 | 11715 | } |
| 11716 | 11716 | public function getMessage() |
| 11717 | 11717 | { |
| 11718 | - return $this->message; |
|
| 11718 | + return $this->message; |
|
| 11719 | 11719 | } |
| 11720 | 11720 | } |
| 11721 | 11721 | |
@@ -11729,19 +11729,19 @@ discard block |
||
| 11729 | 11729 | |
| 11730 | 11730 | public function setKey($key) |
| 11731 | 11731 | { |
| 11732 | - $this->key = $key; |
|
| 11732 | + $this->key = $key; |
|
| 11733 | 11733 | } |
| 11734 | 11734 | public function getKey() |
| 11735 | 11735 | { |
| 11736 | - return $this->key; |
|
| 11736 | + return $this->key; |
|
| 11737 | 11737 | } |
| 11738 | 11738 | public function setValue($value) |
| 11739 | 11739 | { |
| 11740 | - $this->value = $value; |
|
| 11740 | + $this->value = $value; |
|
| 11741 | 11741 | } |
| 11742 | 11742 | public function getValue() |
| 11743 | 11743 | { |
| 11744 | - return $this->value; |
|
| 11744 | + return $this->value; |
|
| 11745 | 11745 | } |
| 11746 | 11746 | } |
| 11747 | 11747 | |
@@ -11766,99 +11766,99 @@ discard block |
||
| 11766 | 11766 | |
| 11767 | 11767 | public function setBackupPool($backupPool) |
| 11768 | 11768 | { |
| 11769 | - $this->backupPool = $backupPool; |
|
| 11769 | + $this->backupPool = $backupPool; |
|
| 11770 | 11770 | } |
| 11771 | 11771 | public function getBackupPool() |
| 11772 | 11772 | { |
| 11773 | - return $this->backupPool; |
|
| 11773 | + return $this->backupPool; |
|
| 11774 | 11774 | } |
| 11775 | 11775 | public function setCreationTimestamp($creationTimestamp) |
| 11776 | 11776 | { |
| 11777 | - $this->creationTimestamp = $creationTimestamp; |
|
| 11777 | + $this->creationTimestamp = $creationTimestamp; |
|
| 11778 | 11778 | } |
| 11779 | 11779 | public function getCreationTimestamp() |
| 11780 | 11780 | { |
| 11781 | - return $this->creationTimestamp; |
|
| 11781 | + return $this->creationTimestamp; |
|
| 11782 | 11782 | } |
| 11783 | 11783 | public function setDescription($description) |
| 11784 | 11784 | { |
| 11785 | - $this->description = $description; |
|
| 11785 | + $this->description = $description; |
|
| 11786 | 11786 | } |
| 11787 | 11787 | public function getDescription() |
| 11788 | 11788 | { |
| 11789 | - return $this->description; |
|
| 11789 | + return $this->description; |
|
| 11790 | 11790 | } |
| 11791 | 11791 | public function setFailoverRatio($failoverRatio) |
| 11792 | 11792 | { |
| 11793 | - $this->failoverRatio = $failoverRatio; |
|
| 11793 | + $this->failoverRatio = $failoverRatio; |
|
| 11794 | 11794 | } |
| 11795 | 11795 | public function getFailoverRatio() |
| 11796 | 11796 | { |
| 11797 | - return $this->failoverRatio; |
|
| 11797 | + return $this->failoverRatio; |
|
| 11798 | 11798 | } |
| 11799 | 11799 | public function setHealthChecks($healthChecks) |
| 11800 | 11800 | { |
| 11801 | - $this->healthChecks = $healthChecks; |
|
| 11801 | + $this->healthChecks = $healthChecks; |
|
| 11802 | 11802 | } |
| 11803 | 11803 | public function getHealthChecks() |
| 11804 | 11804 | { |
| 11805 | - return $this->healthChecks; |
|
| 11805 | + return $this->healthChecks; |
|
| 11806 | 11806 | } |
| 11807 | 11807 | public function setId($id) |
| 11808 | 11808 | { |
| 11809 | - $this->id = $id; |
|
| 11809 | + $this->id = $id; |
|
| 11810 | 11810 | } |
| 11811 | 11811 | public function getId() |
| 11812 | 11812 | { |
| 11813 | - return $this->id; |
|
| 11813 | + return $this->id; |
|
| 11814 | 11814 | } |
| 11815 | 11815 | public function setInstances($instances) |
| 11816 | 11816 | { |
| 11817 | - $this->instances = $instances; |
|
| 11817 | + $this->instances = $instances; |
|
| 11818 | 11818 | } |
| 11819 | 11819 | public function getInstances() |
| 11820 | 11820 | { |
| 11821 | - return $this->instances; |
|
| 11821 | + return $this->instances; |
|
| 11822 | 11822 | } |
| 11823 | 11823 | public function setKind($kind) |
| 11824 | 11824 | { |
| 11825 | - $this->kind = $kind; |
|
| 11825 | + $this->kind = $kind; |
|
| 11826 | 11826 | } |
| 11827 | 11827 | public function getKind() |
| 11828 | 11828 | { |
| 11829 | - return $this->kind; |
|
| 11829 | + return $this->kind; |
|
| 11830 | 11830 | } |
| 11831 | 11831 | public function setName($name) |
| 11832 | 11832 | { |
| 11833 | - $this->name = $name; |
|
| 11833 | + $this->name = $name; |
|
| 11834 | 11834 | } |
| 11835 | 11835 | public function getName() |
| 11836 | 11836 | { |
| 11837 | - return $this->name; |
|
| 11837 | + return $this->name; |
|
| 11838 | 11838 | } |
| 11839 | 11839 | public function setRegion($region) |
| 11840 | 11840 | { |
| 11841 | - $this->region = $region; |
|
| 11841 | + $this->region = $region; |
|
| 11842 | 11842 | } |
| 11843 | 11843 | public function getRegion() |
| 11844 | 11844 | { |
| 11845 | - return $this->region; |
|
| 11845 | + return $this->region; |
|
| 11846 | 11846 | } |
| 11847 | 11847 | public function setSelfLink($selfLink) |
| 11848 | 11848 | { |
| 11849 | - $this->selfLink = $selfLink; |
|
| 11849 | + $this->selfLink = $selfLink; |
|
| 11850 | 11850 | } |
| 11851 | 11851 | public function getSelfLink() |
| 11852 | 11852 | { |
| 11853 | - return $this->selfLink; |
|
| 11853 | + return $this->selfLink; |
|
| 11854 | 11854 | } |
| 11855 | 11855 | public function setSessionAffinity($sessionAffinity) |
| 11856 | 11856 | { |
| 11857 | - $this->sessionAffinity = $sessionAffinity; |
|
| 11857 | + $this->sessionAffinity = $sessionAffinity; |
|
| 11858 | 11858 | } |
| 11859 | 11859 | public function getSessionAffinity() |
| 11860 | 11860 | { |
| 11861 | - return $this->sessionAffinity; |
|
| 11861 | + return $this->sessionAffinity; |
|
| 11862 | 11862 | } |
| 11863 | 11863 | } |
| 11864 | 11864 | |
@@ -11876,43 +11876,43 @@ discard block |
||
| 11876 | 11876 | |
| 11877 | 11877 | public function setId($id) |
| 11878 | 11878 | { |
| 11879 | - $this->id = $id; |
|
| 11879 | + $this->id = $id; |
|
| 11880 | 11880 | } |
| 11881 | 11881 | public function getId() |
| 11882 | 11882 | { |
| 11883 | - return $this->id; |
|
| 11883 | + return $this->id; |
|
| 11884 | 11884 | } |
| 11885 | 11885 | public function setItems($items) |
| 11886 | 11886 | { |
| 11887 | - $this->items = $items; |
|
| 11887 | + $this->items = $items; |
|
| 11888 | 11888 | } |
| 11889 | 11889 | public function getItems() |
| 11890 | 11890 | { |
| 11891 | - return $this->items; |
|
| 11891 | + return $this->items; |
|
| 11892 | 11892 | } |
| 11893 | 11893 | public function setKind($kind) |
| 11894 | 11894 | { |
| 11895 | - $this->kind = $kind; |
|
| 11895 | + $this->kind = $kind; |
|
| 11896 | 11896 | } |
| 11897 | 11897 | public function getKind() |
| 11898 | 11898 | { |
| 11899 | - return $this->kind; |
|
| 11899 | + return $this->kind; |
|
| 11900 | 11900 | } |
| 11901 | 11901 | public function setNextPageToken($nextPageToken) |
| 11902 | 11902 | { |
| 11903 | - $this->nextPageToken = $nextPageToken; |
|
| 11903 | + $this->nextPageToken = $nextPageToken; |
|
| 11904 | 11904 | } |
| 11905 | 11905 | public function getNextPageToken() |
| 11906 | 11906 | { |
| 11907 | - return $this->nextPageToken; |
|
| 11907 | + return $this->nextPageToken; |
|
| 11908 | 11908 | } |
| 11909 | 11909 | public function setSelfLink($selfLink) |
| 11910 | 11910 | { |
| 11911 | - $this->selfLink = $selfLink; |
|
| 11911 | + $this->selfLink = $selfLink; |
|
| 11912 | 11912 | } |
| 11913 | 11913 | public function getSelfLink() |
| 11914 | 11914 | { |
| 11915 | - return $this->selfLink; |
|
| 11915 | + return $this->selfLink; |
|
| 11916 | 11916 | } |
| 11917 | 11917 | } |
| 11918 | 11918 | |
@@ -11932,19 +11932,19 @@ discard block |
||
| 11932 | 11932 | |
| 11933 | 11933 | public function setHealthStatus($healthStatus) |
| 11934 | 11934 | { |
| 11935 | - $this->healthStatus = $healthStatus; |
|
| 11935 | + $this->healthStatus = $healthStatus; |
|
| 11936 | 11936 | } |
| 11937 | 11937 | public function getHealthStatus() |
| 11938 | 11938 | { |
| 11939 | - return $this->healthStatus; |
|
| 11939 | + return $this->healthStatus; |
|
| 11940 | 11940 | } |
| 11941 | 11941 | public function setKind($kind) |
| 11942 | 11942 | { |
| 11943 | - $this->kind = $kind; |
|
| 11943 | + $this->kind = $kind; |
|
| 11944 | 11944 | } |
| 11945 | 11945 | public function getKind() |
| 11946 | 11946 | { |
| 11947 | - return $this->kind; |
|
| 11947 | + return $this->kind; |
|
| 11948 | 11948 | } |
| 11949 | 11949 | } |
| 11950 | 11950 | |
@@ -11963,43 +11963,43 @@ discard block |
||
| 11963 | 11963 | |
| 11964 | 11964 | public function setId($id) |
| 11965 | 11965 | { |
| 11966 | - $this->id = $id; |
|
| 11966 | + $this->id = $id; |
|
| 11967 | 11967 | } |
| 11968 | 11968 | public function getId() |
| 11969 | 11969 | { |
| 11970 | - return $this->id; |
|
| 11970 | + return $this->id; |
|
| 11971 | 11971 | } |
| 11972 | 11972 | public function setItems($items) |
| 11973 | 11973 | { |
| 11974 | - $this->items = $items; |
|
| 11974 | + $this->items = $items; |
|
| 11975 | 11975 | } |
| 11976 | 11976 | public function getItems() |
| 11977 | 11977 | { |
| 11978 | - return $this->items; |
|
| 11978 | + return $this->items; |
|
| 11979 | 11979 | } |
| 11980 | 11980 | public function setKind($kind) |
| 11981 | 11981 | { |
| 11982 | - $this->kind = $kind; |
|
| 11982 | + $this->kind = $kind; |
|
| 11983 | 11983 | } |
| 11984 | 11984 | public function getKind() |
| 11985 | 11985 | { |
| 11986 | - return $this->kind; |
|
| 11986 | + return $this->kind; |
|
| 11987 | 11987 | } |
| 11988 | 11988 | public function setNextPageToken($nextPageToken) |
| 11989 | 11989 | { |
| 11990 | - $this->nextPageToken = $nextPageToken; |
|
| 11990 | + $this->nextPageToken = $nextPageToken; |
|
| 11991 | 11991 | } |
| 11992 | 11992 | public function getNextPageToken() |
| 11993 | 11993 | { |
| 11994 | - return $this->nextPageToken; |
|
| 11994 | + return $this->nextPageToken; |
|
| 11995 | 11995 | } |
| 11996 | 11996 | public function setSelfLink($selfLink) |
| 11997 | 11997 | { |
| 11998 | - $this->selfLink = $selfLink; |
|
| 11998 | + $this->selfLink = $selfLink; |
|
| 11999 | 11999 | } |
| 12000 | 12000 | public function getSelfLink() |
| 12001 | 12001 | { |
| 12002 | - return $this->selfLink; |
|
| 12002 | + return $this->selfLink; |
|
| 12003 | 12003 | } |
| 12004 | 12004 | } |
| 12005 | 12005 | |
@@ -12014,11 +12014,11 @@ discard block |
||
| 12014 | 12014 | |
| 12015 | 12015 | public function setHealthChecks($healthChecks) |
| 12016 | 12016 | { |
| 12017 | - $this->healthChecks = $healthChecks; |
|
| 12017 | + $this->healthChecks = $healthChecks; |
|
| 12018 | 12018 | } |
| 12019 | 12019 | public function getHealthChecks() |
| 12020 | 12020 | { |
| 12021 | - return $this->healthChecks; |
|
| 12021 | + return $this->healthChecks; |
|
| 12022 | 12022 | } |
| 12023 | 12023 | } |
| 12024 | 12024 | |
@@ -12033,11 +12033,11 @@ discard block |
||
| 12033 | 12033 | |
| 12034 | 12034 | public function setInstances($instances) |
| 12035 | 12035 | { |
| 12036 | - $this->instances = $instances; |
|
| 12036 | + $this->instances = $instances; |
|
| 12037 | 12037 | } |
| 12038 | 12038 | public function getInstances() |
| 12039 | 12039 | { |
| 12040 | - return $this->instances; |
|
| 12040 | + return $this->instances; |
|
| 12041 | 12041 | } |
| 12042 | 12042 | } |
| 12043 | 12043 | |
@@ -12052,11 +12052,11 @@ discard block |
||
| 12052 | 12052 | |
| 12053 | 12053 | public function setHealthChecks($healthChecks) |
| 12054 | 12054 | { |
| 12055 | - $this->healthChecks = $healthChecks; |
|
| 12055 | + $this->healthChecks = $healthChecks; |
|
| 12056 | 12056 | } |
| 12057 | 12057 | public function getHealthChecks() |
| 12058 | 12058 | { |
| 12059 | - return $this->healthChecks; |
|
| 12059 | + return $this->healthChecks; |
|
| 12060 | 12060 | } |
| 12061 | 12061 | } |
| 12062 | 12062 | |
@@ -12071,11 +12071,11 @@ discard block |
||
| 12071 | 12071 | |
| 12072 | 12072 | public function setInstances($instances) |
| 12073 | 12073 | { |
| 12074 | - $this->instances = $instances; |
|
| 12074 | + $this->instances = $instances; |
|
| 12075 | 12075 | } |
| 12076 | 12076 | public function getInstances() |
| 12077 | 12077 | { |
| 12078 | - return $this->instances; |
|
| 12078 | + return $this->instances; |
|
| 12079 | 12079 | } |
| 12080 | 12080 | } |
| 12081 | 12081 | |
@@ -12092,19 +12092,19 @@ discard block |
||
| 12092 | 12092 | |
| 12093 | 12093 | public function setTargetPools($targetPools) |
| 12094 | 12094 | { |
| 12095 | - $this->targetPools = $targetPools; |
|
| 12095 | + $this->targetPools = $targetPools; |
|
| 12096 | 12096 | } |
| 12097 | 12097 | public function getTargetPools() |
| 12098 | 12098 | { |
| 12099 | - return $this->targetPools; |
|
| 12099 | + return $this->targetPools; |
|
| 12100 | 12100 | } |
| 12101 | 12101 | public function setWarning(Google_Service_Compute_TargetPoolsScopedListWarning $warning) |
| 12102 | 12102 | { |
| 12103 | - $this->warning = $warning; |
|
| 12103 | + $this->warning = $warning; |
|
| 12104 | 12104 | } |
| 12105 | 12105 | public function getWarning() |
| 12106 | 12106 | { |
| 12107 | - return $this->warning; |
|
| 12107 | + return $this->warning; |
|
| 12108 | 12108 | } |
| 12109 | 12109 | } |
| 12110 | 12110 | |
@@ -12121,27 +12121,27 @@ discard block |
||
| 12121 | 12121 | |
| 12122 | 12122 | public function setCode($code) |
| 12123 | 12123 | { |
| 12124 | - $this->code = $code; |
|
| 12124 | + $this->code = $code; |
|
| 12125 | 12125 | } |
| 12126 | 12126 | public function getCode() |
| 12127 | 12127 | { |
| 12128 | - return $this->code; |
|
| 12128 | + return $this->code; |
|
| 12129 | 12129 | } |
| 12130 | 12130 | public function setData($data) |
| 12131 | 12131 | { |
| 12132 | - $this->data = $data; |
|
| 12132 | + $this->data = $data; |
|
| 12133 | 12133 | } |
| 12134 | 12134 | public function getData() |
| 12135 | 12135 | { |
| 12136 | - return $this->data; |
|
| 12136 | + return $this->data; |
|
| 12137 | 12137 | } |
| 12138 | 12138 | public function setMessage($message) |
| 12139 | 12139 | { |
| 12140 | - $this->message = $message; |
|
| 12140 | + $this->message = $message; |
|
| 12141 | 12141 | } |
| 12142 | 12142 | public function getMessage() |
| 12143 | 12143 | { |
| 12144 | - return $this->message; |
|
| 12144 | + return $this->message; |
|
| 12145 | 12145 | } |
| 12146 | 12146 | } |
| 12147 | 12147 | |
@@ -12155,19 +12155,19 @@ discard block |
||
| 12155 | 12155 | |
| 12156 | 12156 | public function setKey($key) |
| 12157 | 12157 | { |
| 12158 | - $this->key = $key; |
|
| 12158 | + $this->key = $key; |
|
| 12159 | 12159 | } |
| 12160 | 12160 | public function getKey() |
| 12161 | 12161 | { |
| 12162 | - return $this->key; |
|
| 12162 | + return $this->key; |
|
| 12163 | 12163 | } |
| 12164 | 12164 | public function setValue($value) |
| 12165 | 12165 | { |
| 12166 | - $this->value = $value; |
|
| 12166 | + $this->value = $value; |
|
| 12167 | 12167 | } |
| 12168 | 12168 | public function getValue() |
| 12169 | 12169 | { |
| 12170 | - return $this->value; |
|
| 12170 | + return $this->value; |
|
| 12171 | 12171 | } |
| 12172 | 12172 | } |
| 12173 | 12173 | |
@@ -12180,11 +12180,11 @@ discard block |
||
| 12180 | 12180 | |
| 12181 | 12181 | public function setTarget($target) |
| 12182 | 12182 | { |
| 12183 | - $this->target = $target; |
|
| 12183 | + $this->target = $target; |
|
| 12184 | 12184 | } |
| 12185 | 12185 | public function getTarget() |
| 12186 | 12186 | { |
| 12187 | - return $this->target; |
|
| 12187 | + return $this->target; |
|
| 12188 | 12188 | } |
| 12189 | 12189 | } |
| 12190 | 12190 | |
@@ -12208,91 +12208,91 @@ discard block |
||
| 12208 | 12208 | |
| 12209 | 12209 | public function setCreationTimestamp($creationTimestamp) |
| 12210 | 12210 | { |
| 12211 | - $this->creationTimestamp = $creationTimestamp; |
|
| 12211 | + $this->creationTimestamp = $creationTimestamp; |
|
| 12212 | 12212 | } |
| 12213 | 12213 | public function getCreationTimestamp() |
| 12214 | 12214 | { |
| 12215 | - return $this->creationTimestamp; |
|
| 12215 | + return $this->creationTimestamp; |
|
| 12216 | 12216 | } |
| 12217 | 12217 | public function setDescription($description) |
| 12218 | 12218 | { |
| 12219 | - $this->description = $description; |
|
| 12219 | + $this->description = $description; |
|
| 12220 | 12220 | } |
| 12221 | 12221 | public function getDescription() |
| 12222 | 12222 | { |
| 12223 | - return $this->description; |
|
| 12223 | + return $this->description; |
|
| 12224 | 12224 | } |
| 12225 | 12225 | public function setForwardingRules($forwardingRules) |
| 12226 | 12226 | { |
| 12227 | - $this->forwardingRules = $forwardingRules; |
|
| 12227 | + $this->forwardingRules = $forwardingRules; |
|
| 12228 | 12228 | } |
| 12229 | 12229 | public function getForwardingRules() |
| 12230 | 12230 | { |
| 12231 | - return $this->forwardingRules; |
|
| 12231 | + return $this->forwardingRules; |
|
| 12232 | 12232 | } |
| 12233 | 12233 | public function setId($id) |
| 12234 | 12234 | { |
| 12235 | - $this->id = $id; |
|
| 12235 | + $this->id = $id; |
|
| 12236 | 12236 | } |
| 12237 | 12237 | public function getId() |
| 12238 | 12238 | { |
| 12239 | - return $this->id; |
|
| 12239 | + return $this->id; |
|
| 12240 | 12240 | } |
| 12241 | 12241 | public function setKind($kind) |
| 12242 | 12242 | { |
| 12243 | - $this->kind = $kind; |
|
| 12243 | + $this->kind = $kind; |
|
| 12244 | 12244 | } |
| 12245 | 12245 | public function getKind() |
| 12246 | 12246 | { |
| 12247 | - return $this->kind; |
|
| 12247 | + return $this->kind; |
|
| 12248 | 12248 | } |
| 12249 | 12249 | public function setName($name) |
| 12250 | 12250 | { |
| 12251 | - $this->name = $name; |
|
| 12251 | + $this->name = $name; |
|
| 12252 | 12252 | } |
| 12253 | 12253 | public function getName() |
| 12254 | 12254 | { |
| 12255 | - return $this->name; |
|
| 12255 | + return $this->name; |
|
| 12256 | 12256 | } |
| 12257 | 12257 | public function setNetwork($network) |
| 12258 | 12258 | { |
| 12259 | - $this->network = $network; |
|
| 12259 | + $this->network = $network; |
|
| 12260 | 12260 | } |
| 12261 | 12261 | public function getNetwork() |
| 12262 | 12262 | { |
| 12263 | - return $this->network; |
|
| 12263 | + return $this->network; |
|
| 12264 | 12264 | } |
| 12265 | 12265 | public function setRegion($region) |
| 12266 | 12266 | { |
| 12267 | - $this->region = $region; |
|
| 12267 | + $this->region = $region; |
|
| 12268 | 12268 | } |
| 12269 | 12269 | public function getRegion() |
| 12270 | 12270 | { |
| 12271 | - return $this->region; |
|
| 12271 | + return $this->region; |
|
| 12272 | 12272 | } |
| 12273 | 12273 | public function setSelfLink($selfLink) |
| 12274 | 12274 | { |
| 12275 | - $this->selfLink = $selfLink; |
|
| 12275 | + $this->selfLink = $selfLink; |
|
| 12276 | 12276 | } |
| 12277 | 12277 | public function getSelfLink() |
| 12278 | 12278 | { |
| 12279 | - return $this->selfLink; |
|
| 12279 | + return $this->selfLink; |
|
| 12280 | 12280 | } |
| 12281 | 12281 | public function setStatus($status) |
| 12282 | 12282 | { |
| 12283 | - $this->status = $status; |
|
| 12283 | + $this->status = $status; |
|
| 12284 | 12284 | } |
| 12285 | 12285 | public function getStatus() |
| 12286 | 12286 | { |
| 12287 | - return $this->status; |
|
| 12287 | + return $this->status; |
|
| 12288 | 12288 | } |
| 12289 | 12289 | public function setTunnels($tunnels) |
| 12290 | 12290 | { |
| 12291 | - $this->tunnels = $tunnels; |
|
| 12291 | + $this->tunnels = $tunnels; |
|
| 12292 | 12292 | } |
| 12293 | 12293 | public function getTunnels() |
| 12294 | 12294 | { |
| 12295 | - return $this->tunnels; |
|
| 12295 | + return $this->tunnels; |
|
| 12296 | 12296 | } |
| 12297 | 12297 | } |
| 12298 | 12298 | |
@@ -12310,43 +12310,43 @@ discard block |
||
| 12310 | 12310 | |
| 12311 | 12311 | public function setId($id) |
| 12312 | 12312 | { |
| 12313 | - $this->id = $id; |
|
| 12313 | + $this->id = $id; |
|
| 12314 | 12314 | } |
| 12315 | 12315 | public function getId() |
| 12316 | 12316 | { |
| 12317 | - return $this->id; |
|
| 12317 | + return $this->id; |
|
| 12318 | 12318 | } |
| 12319 | 12319 | public function setItems($items) |
| 12320 | 12320 | { |
| 12321 | - $this->items = $items; |
|
| 12321 | + $this->items = $items; |
|
| 12322 | 12322 | } |
| 12323 | 12323 | public function getItems() |
| 12324 | 12324 | { |
| 12325 | - return $this->items; |
|
| 12325 | + return $this->items; |
|
| 12326 | 12326 | } |
| 12327 | 12327 | public function setKind($kind) |
| 12328 | 12328 | { |
| 12329 | - $this->kind = $kind; |
|
| 12329 | + $this->kind = $kind; |
|
| 12330 | 12330 | } |
| 12331 | 12331 | public function getKind() |
| 12332 | 12332 | { |
| 12333 | - return $this->kind; |
|
| 12333 | + return $this->kind; |
|
| 12334 | 12334 | } |
| 12335 | 12335 | public function setNextPageToken($nextPageToken) |
| 12336 | 12336 | { |
| 12337 | - $this->nextPageToken = $nextPageToken; |
|
| 12337 | + $this->nextPageToken = $nextPageToken; |
|
| 12338 | 12338 | } |
| 12339 | 12339 | public function getNextPageToken() |
| 12340 | 12340 | { |
| 12341 | - return $this->nextPageToken; |
|
| 12341 | + return $this->nextPageToken; |
|
| 12342 | 12342 | } |
| 12343 | 12343 | public function setSelfLink($selfLink) |
| 12344 | 12344 | { |
| 12345 | - $this->selfLink = $selfLink; |
|
| 12345 | + $this->selfLink = $selfLink; |
|
| 12346 | 12346 | } |
| 12347 | 12347 | public function getSelfLink() |
| 12348 | 12348 | { |
| 12349 | - return $this->selfLink; |
|
| 12349 | + return $this->selfLink; |
|
| 12350 | 12350 | } |
| 12351 | 12351 | } |
| 12352 | 12352 | |
@@ -12369,43 +12369,43 @@ discard block |
||
| 12369 | 12369 | |
| 12370 | 12370 | public function setId($id) |
| 12371 | 12371 | { |
| 12372 | - $this->id = $id; |
|
| 12372 | + $this->id = $id; |
|
| 12373 | 12373 | } |
| 12374 | 12374 | public function getId() |
| 12375 | 12375 | { |
| 12376 | - return $this->id; |
|
| 12376 | + return $this->id; |
|
| 12377 | 12377 | } |
| 12378 | 12378 | public function setItems($items) |
| 12379 | 12379 | { |
| 12380 | - $this->items = $items; |
|
| 12380 | + $this->items = $items; |
|
| 12381 | 12381 | } |
| 12382 | 12382 | public function getItems() |
| 12383 | 12383 | { |
| 12384 | - return $this->items; |
|
| 12384 | + return $this->items; |
|
| 12385 | 12385 | } |
| 12386 | 12386 | public function setKind($kind) |
| 12387 | 12387 | { |
| 12388 | - $this->kind = $kind; |
|
| 12388 | + $this->kind = $kind; |
|
| 12389 | 12389 | } |
| 12390 | 12390 | public function getKind() |
| 12391 | 12391 | { |
| 12392 | - return $this->kind; |
|
| 12392 | + return $this->kind; |
|
| 12393 | 12393 | } |
| 12394 | 12394 | public function setNextPageToken($nextPageToken) |
| 12395 | 12395 | { |
| 12396 | - $this->nextPageToken = $nextPageToken; |
|
| 12396 | + $this->nextPageToken = $nextPageToken; |
|
| 12397 | 12397 | } |
| 12398 | 12398 | public function getNextPageToken() |
| 12399 | 12399 | { |
| 12400 | - return $this->nextPageToken; |
|
| 12400 | + return $this->nextPageToken; |
|
| 12401 | 12401 | } |
| 12402 | 12402 | public function setSelfLink($selfLink) |
| 12403 | 12403 | { |
| 12404 | - $this->selfLink = $selfLink; |
|
| 12404 | + $this->selfLink = $selfLink; |
|
| 12405 | 12405 | } |
| 12406 | 12406 | public function getSelfLink() |
| 12407 | 12407 | { |
| 12408 | - return $this->selfLink; |
|
| 12408 | + return $this->selfLink; |
|
| 12409 | 12409 | } |
| 12410 | 12410 | } |
| 12411 | 12411 | |
@@ -12422,19 +12422,19 @@ discard block |
||
| 12422 | 12422 | |
| 12423 | 12423 | public function setTargetVpnGateways($targetVpnGateways) |
| 12424 | 12424 | { |
| 12425 | - $this->targetVpnGateways = $targetVpnGateways; |
|
| 12425 | + $this->targetVpnGateways = $targetVpnGateways; |
|
| 12426 | 12426 | } |
| 12427 | 12427 | public function getTargetVpnGateways() |
| 12428 | 12428 | { |
| 12429 | - return $this->targetVpnGateways; |
|
| 12429 | + return $this->targetVpnGateways; |
|
| 12430 | 12430 | } |
| 12431 | 12431 | public function setWarning(Google_Service_Compute_TargetVpnGatewaysScopedListWarning $warning) |
| 12432 | 12432 | { |
| 12433 | - $this->warning = $warning; |
|
| 12433 | + $this->warning = $warning; |
|
| 12434 | 12434 | } |
| 12435 | 12435 | public function getWarning() |
| 12436 | 12436 | { |
| 12437 | - return $this->warning; |
|
| 12437 | + return $this->warning; |
|
| 12438 | 12438 | } |
| 12439 | 12439 | } |
| 12440 | 12440 | |
@@ -12451,27 +12451,27 @@ discard block |
||
| 12451 | 12451 | |
| 12452 | 12452 | public function setCode($code) |
| 12453 | 12453 | { |
| 12454 | - $this->code = $code; |
|
| 12454 | + $this->code = $code; |
|
| 12455 | 12455 | } |
| 12456 | 12456 | public function getCode() |
| 12457 | 12457 | { |
| 12458 | - return $this->code; |
|
| 12458 | + return $this->code; |
|
| 12459 | 12459 | } |
| 12460 | 12460 | public function setData($data) |
| 12461 | 12461 | { |
| 12462 | - $this->data = $data; |
|
| 12462 | + $this->data = $data; |
|
| 12463 | 12463 | } |
| 12464 | 12464 | public function getData() |
| 12465 | 12465 | { |
| 12466 | - return $this->data; |
|
| 12466 | + return $this->data; |
|
| 12467 | 12467 | } |
| 12468 | 12468 | public function setMessage($message) |
| 12469 | 12469 | { |
| 12470 | - $this->message = $message; |
|
| 12470 | + $this->message = $message; |
|
| 12471 | 12471 | } |
| 12472 | 12472 | public function getMessage() |
| 12473 | 12473 | { |
| 12474 | - return $this->message; |
|
| 12474 | + return $this->message; |
|
| 12475 | 12475 | } |
| 12476 | 12476 | } |
| 12477 | 12477 | |
@@ -12485,19 +12485,19 @@ discard block |
||
| 12485 | 12485 | |
| 12486 | 12486 | public function setKey($key) |
| 12487 | 12487 | { |
| 12488 | - $this->key = $key; |
|
| 12488 | + $this->key = $key; |
|
| 12489 | 12489 | } |
| 12490 | 12490 | public function getKey() |
| 12491 | 12491 | { |
| 12492 | - return $this->key; |
|
| 12492 | + return $this->key; |
|
| 12493 | 12493 | } |
| 12494 | 12494 | public function setValue($value) |
| 12495 | 12495 | { |
| 12496 | - $this->value = $value; |
|
| 12496 | + $this->value = $value; |
|
| 12497 | 12497 | } |
| 12498 | 12498 | public function getValue() |
| 12499 | 12499 | { |
| 12500 | - return $this->value; |
|
| 12500 | + return $this->value; |
|
| 12501 | 12501 | } |
| 12502 | 12502 | } |
| 12503 | 12503 | |
@@ -12513,35 +12513,35 @@ discard block |
||
| 12513 | 12513 | |
| 12514 | 12514 | public function setActualService($actualService) |
| 12515 | 12515 | { |
| 12516 | - $this->actualService = $actualService; |
|
| 12516 | + $this->actualService = $actualService; |
|
| 12517 | 12517 | } |
| 12518 | 12518 | public function getActualService() |
| 12519 | 12519 | { |
| 12520 | - return $this->actualService; |
|
| 12520 | + return $this->actualService; |
|
| 12521 | 12521 | } |
| 12522 | 12522 | public function setExpectedService($expectedService) |
| 12523 | 12523 | { |
| 12524 | - $this->expectedService = $expectedService; |
|
| 12524 | + $this->expectedService = $expectedService; |
|
| 12525 | 12525 | } |
| 12526 | 12526 | public function getExpectedService() |
| 12527 | 12527 | { |
| 12528 | - return $this->expectedService; |
|
| 12528 | + return $this->expectedService; |
|
| 12529 | 12529 | } |
| 12530 | 12530 | public function setHost($host) |
| 12531 | 12531 | { |
| 12532 | - $this->host = $host; |
|
| 12532 | + $this->host = $host; |
|
| 12533 | 12533 | } |
| 12534 | 12534 | public function getHost() |
| 12535 | 12535 | { |
| 12536 | - return $this->host; |
|
| 12536 | + return $this->host; |
|
| 12537 | 12537 | } |
| 12538 | 12538 | public function setPath($path) |
| 12539 | 12539 | { |
| 12540 | - $this->path = $path; |
|
| 12540 | + $this->path = $path; |
|
| 12541 | 12541 | } |
| 12542 | 12542 | public function getPath() |
| 12543 | 12543 | { |
| 12544 | - return $this->path; |
|
| 12544 | + return $this->path; |
|
| 12545 | 12545 | } |
| 12546 | 12546 | } |
| 12547 | 12547 | |
@@ -12568,91 +12568,91 @@ discard block |
||
| 12568 | 12568 | |
| 12569 | 12569 | public function setCreationTimestamp($creationTimestamp) |
| 12570 | 12570 | { |
| 12571 | - $this->creationTimestamp = $creationTimestamp; |
|
| 12571 | + $this->creationTimestamp = $creationTimestamp; |
|
| 12572 | 12572 | } |
| 12573 | 12573 | public function getCreationTimestamp() |
| 12574 | 12574 | { |
| 12575 | - return $this->creationTimestamp; |
|
| 12575 | + return $this->creationTimestamp; |
|
| 12576 | 12576 | } |
| 12577 | 12577 | public function setDefaultService($defaultService) |
| 12578 | 12578 | { |
| 12579 | - $this->defaultService = $defaultService; |
|
| 12579 | + $this->defaultService = $defaultService; |
|
| 12580 | 12580 | } |
| 12581 | 12581 | public function getDefaultService() |
| 12582 | 12582 | { |
| 12583 | - return $this->defaultService; |
|
| 12583 | + return $this->defaultService; |
|
| 12584 | 12584 | } |
| 12585 | 12585 | public function setDescription($description) |
| 12586 | 12586 | { |
| 12587 | - $this->description = $description; |
|
| 12587 | + $this->description = $description; |
|
| 12588 | 12588 | } |
| 12589 | 12589 | public function getDescription() |
| 12590 | 12590 | { |
| 12591 | - return $this->description; |
|
| 12591 | + return $this->description; |
|
| 12592 | 12592 | } |
| 12593 | 12593 | public function setFingerprint($fingerprint) |
| 12594 | 12594 | { |
| 12595 | - $this->fingerprint = $fingerprint; |
|
| 12595 | + $this->fingerprint = $fingerprint; |
|
| 12596 | 12596 | } |
| 12597 | 12597 | public function getFingerprint() |
| 12598 | 12598 | { |
| 12599 | - return $this->fingerprint; |
|
| 12599 | + return $this->fingerprint; |
|
| 12600 | 12600 | } |
| 12601 | 12601 | public function setHostRules($hostRules) |
| 12602 | 12602 | { |
| 12603 | - $this->hostRules = $hostRules; |
|
| 12603 | + $this->hostRules = $hostRules; |
|
| 12604 | 12604 | } |
| 12605 | 12605 | public function getHostRules() |
| 12606 | 12606 | { |
| 12607 | - return $this->hostRules; |
|
| 12607 | + return $this->hostRules; |
|
| 12608 | 12608 | } |
| 12609 | 12609 | public function setId($id) |
| 12610 | 12610 | { |
| 12611 | - $this->id = $id; |
|
| 12611 | + $this->id = $id; |
|
| 12612 | 12612 | } |
| 12613 | 12613 | public function getId() |
| 12614 | 12614 | { |
| 12615 | - return $this->id; |
|
| 12615 | + return $this->id; |
|
| 12616 | 12616 | } |
| 12617 | 12617 | public function setKind($kind) |
| 12618 | 12618 | { |
| 12619 | - $this->kind = $kind; |
|
| 12619 | + $this->kind = $kind; |
|
| 12620 | 12620 | } |
| 12621 | 12621 | public function getKind() |
| 12622 | 12622 | { |
| 12623 | - return $this->kind; |
|
| 12623 | + return $this->kind; |
|
| 12624 | 12624 | } |
| 12625 | 12625 | public function setName($name) |
| 12626 | 12626 | { |
| 12627 | - $this->name = $name; |
|
| 12627 | + $this->name = $name; |
|
| 12628 | 12628 | } |
| 12629 | 12629 | public function getName() |
| 12630 | 12630 | { |
| 12631 | - return $this->name; |
|
| 12631 | + return $this->name; |
|
| 12632 | 12632 | } |
| 12633 | 12633 | public function setPathMatchers($pathMatchers) |
| 12634 | 12634 | { |
| 12635 | - $this->pathMatchers = $pathMatchers; |
|
| 12635 | + $this->pathMatchers = $pathMatchers; |
|
| 12636 | 12636 | } |
| 12637 | 12637 | public function getPathMatchers() |
| 12638 | 12638 | { |
| 12639 | - return $this->pathMatchers; |
|
| 12639 | + return $this->pathMatchers; |
|
| 12640 | 12640 | } |
| 12641 | 12641 | public function setSelfLink($selfLink) |
| 12642 | 12642 | { |
| 12643 | - $this->selfLink = $selfLink; |
|
| 12643 | + $this->selfLink = $selfLink; |
|
| 12644 | 12644 | } |
| 12645 | 12645 | public function getSelfLink() |
| 12646 | 12646 | { |
| 12647 | - return $this->selfLink; |
|
| 12647 | + return $this->selfLink; |
|
| 12648 | 12648 | } |
| 12649 | 12649 | public function setTests($tests) |
| 12650 | 12650 | { |
| 12651 | - $this->tests = $tests; |
|
| 12651 | + $this->tests = $tests; |
|
| 12652 | 12652 | } |
| 12653 | 12653 | public function getTests() |
| 12654 | 12654 | { |
| 12655 | - return $this->tests; |
|
| 12655 | + return $this->tests; |
|
| 12656 | 12656 | } |
| 12657 | 12657 | } |
| 12658 | 12658 | |
@@ -12671,43 +12671,43 @@ discard block |
||
| 12671 | 12671 | |
| 12672 | 12672 | public function setId($id) |
| 12673 | 12673 | { |
| 12674 | - $this->id = $id; |
|
| 12674 | + $this->id = $id; |
|
| 12675 | 12675 | } |
| 12676 | 12676 | public function getId() |
| 12677 | 12677 | { |
| 12678 | - return $this->id; |
|
| 12678 | + return $this->id; |
|
| 12679 | 12679 | } |
| 12680 | 12680 | public function setItems($items) |
| 12681 | 12681 | { |
| 12682 | - $this->items = $items; |
|
| 12682 | + $this->items = $items; |
|
| 12683 | 12683 | } |
| 12684 | 12684 | public function getItems() |
| 12685 | 12685 | { |
| 12686 | - return $this->items; |
|
| 12686 | + return $this->items; |
|
| 12687 | 12687 | } |
| 12688 | 12688 | public function setKind($kind) |
| 12689 | 12689 | { |
| 12690 | - $this->kind = $kind; |
|
| 12690 | + $this->kind = $kind; |
|
| 12691 | 12691 | } |
| 12692 | 12692 | public function getKind() |
| 12693 | 12693 | { |
| 12694 | - return $this->kind; |
|
| 12694 | + return $this->kind; |
|
| 12695 | 12695 | } |
| 12696 | 12696 | public function setNextPageToken($nextPageToken) |
| 12697 | 12697 | { |
| 12698 | - $this->nextPageToken = $nextPageToken; |
|
| 12698 | + $this->nextPageToken = $nextPageToken; |
|
| 12699 | 12699 | } |
| 12700 | 12700 | public function getNextPageToken() |
| 12701 | 12701 | { |
| 12702 | - return $this->nextPageToken; |
|
| 12702 | + return $this->nextPageToken; |
|
| 12703 | 12703 | } |
| 12704 | 12704 | public function setSelfLink($selfLink) |
| 12705 | 12705 | { |
| 12706 | - $this->selfLink = $selfLink; |
|
| 12706 | + $this->selfLink = $selfLink; |
|
| 12707 | 12707 | } |
| 12708 | 12708 | public function getSelfLink() |
| 12709 | 12709 | { |
| 12710 | - return $this->selfLink; |
|
| 12710 | + return $this->selfLink; |
|
| 12711 | 12711 | } |
| 12712 | 12712 | } |
| 12713 | 12713 | |
@@ -12720,11 +12720,11 @@ discard block |
||
| 12720 | 12720 | |
| 12721 | 12721 | public function setUrlMap($urlMap) |
| 12722 | 12722 | { |
| 12723 | - $this->urlMap = $urlMap; |
|
| 12723 | + $this->urlMap = $urlMap; |
|
| 12724 | 12724 | } |
| 12725 | 12725 | public function getUrlMap() |
| 12726 | 12726 | { |
| 12727 | - return $this->urlMap; |
|
| 12727 | + return $this->urlMap; |
|
| 12728 | 12728 | } |
| 12729 | 12729 | } |
| 12730 | 12730 | |
@@ -12740,35 +12740,35 @@ discard block |
||
| 12740 | 12740 | |
| 12741 | 12741 | public function setDescription($description) |
| 12742 | 12742 | { |
| 12743 | - $this->description = $description; |
|
| 12743 | + $this->description = $description; |
|
| 12744 | 12744 | } |
| 12745 | 12745 | public function getDescription() |
| 12746 | 12746 | { |
| 12747 | - return $this->description; |
|
| 12747 | + return $this->description; |
|
| 12748 | 12748 | } |
| 12749 | 12749 | public function setHost($host) |
| 12750 | 12750 | { |
| 12751 | - $this->host = $host; |
|
| 12751 | + $this->host = $host; |
|
| 12752 | 12752 | } |
| 12753 | 12753 | public function getHost() |
| 12754 | 12754 | { |
| 12755 | - return $this->host; |
|
| 12755 | + return $this->host; |
|
| 12756 | 12756 | } |
| 12757 | 12757 | public function setPath($path) |
| 12758 | 12758 | { |
| 12759 | - $this->path = $path; |
|
| 12759 | + $this->path = $path; |
|
| 12760 | 12760 | } |
| 12761 | 12761 | public function getPath() |
| 12762 | 12762 | { |
| 12763 | - return $this->path; |
|
| 12763 | + return $this->path; |
|
| 12764 | 12764 | } |
| 12765 | 12765 | public function setService($service) |
| 12766 | 12766 | { |
| 12767 | - $this->service = $service; |
|
| 12767 | + $this->service = $service; |
|
| 12768 | 12768 | } |
| 12769 | 12769 | public function getService() |
| 12770 | 12770 | { |
| 12771 | - return $this->service; |
|
| 12771 | + return $this->service; |
|
| 12772 | 12772 | } |
| 12773 | 12773 | } |
| 12774 | 12774 | |
@@ -12786,35 +12786,35 @@ discard block |
||
| 12786 | 12786 | |
| 12787 | 12787 | public function setLoadErrors($loadErrors) |
| 12788 | 12788 | { |
| 12789 | - $this->loadErrors = $loadErrors; |
|
| 12789 | + $this->loadErrors = $loadErrors; |
|
| 12790 | 12790 | } |
| 12791 | 12791 | public function getLoadErrors() |
| 12792 | 12792 | { |
| 12793 | - return $this->loadErrors; |
|
| 12793 | + return $this->loadErrors; |
|
| 12794 | 12794 | } |
| 12795 | 12795 | public function setLoadSucceeded($loadSucceeded) |
| 12796 | 12796 | { |
| 12797 | - $this->loadSucceeded = $loadSucceeded; |
|
| 12797 | + $this->loadSucceeded = $loadSucceeded; |
|
| 12798 | 12798 | } |
| 12799 | 12799 | public function getLoadSucceeded() |
| 12800 | 12800 | { |
| 12801 | - return $this->loadSucceeded; |
|
| 12801 | + return $this->loadSucceeded; |
|
| 12802 | 12802 | } |
| 12803 | 12803 | public function setTestFailures($testFailures) |
| 12804 | 12804 | { |
| 12805 | - $this->testFailures = $testFailures; |
|
| 12805 | + $this->testFailures = $testFailures; |
|
| 12806 | 12806 | } |
| 12807 | 12807 | public function getTestFailures() |
| 12808 | 12808 | { |
| 12809 | - return $this->testFailures; |
|
| 12809 | + return $this->testFailures; |
|
| 12810 | 12810 | } |
| 12811 | 12811 | public function setTestPassed($testPassed) |
| 12812 | 12812 | { |
| 12813 | - $this->testPassed = $testPassed; |
|
| 12813 | + $this->testPassed = $testPassed; |
|
| 12814 | 12814 | } |
| 12815 | 12815 | public function getTestPassed() |
| 12816 | 12816 | { |
| 12817 | - return $this->testPassed; |
|
| 12817 | + return $this->testPassed; |
|
| 12818 | 12818 | } |
| 12819 | 12819 | } |
| 12820 | 12820 | |
@@ -12828,11 +12828,11 @@ discard block |
||
| 12828 | 12828 | |
| 12829 | 12829 | public function setResource(Google_Service_Compute_UrlMap $resource) |
| 12830 | 12830 | { |
| 12831 | - $this->resource = $resource; |
|
| 12831 | + $this->resource = $resource; |
|
| 12832 | 12832 | } |
| 12833 | 12833 | public function getResource() |
| 12834 | 12834 | { |
| 12835 | - return $this->resource; |
|
| 12835 | + return $this->resource; |
|
| 12836 | 12836 | } |
| 12837 | 12837 | } |
| 12838 | 12838 | |
@@ -12846,11 +12846,11 @@ discard block |
||
| 12846 | 12846 | |
| 12847 | 12847 | public function setResult(Google_Service_Compute_UrlMapValidationResult $result) |
| 12848 | 12848 | { |
| 12849 | - $this->result = $result; |
|
| 12849 | + $this->result = $result; |
|
| 12850 | 12850 | } |
| 12851 | 12851 | public function getResult() |
| 12852 | 12852 | { |
| 12853 | - return $this->result; |
|
| 12853 | + return $this->result; |
|
| 12854 | 12854 | } |
| 12855 | 12855 | } |
| 12856 | 12856 | |
@@ -12864,19 +12864,19 @@ discard block |
||
| 12864 | 12864 | |
| 12865 | 12865 | public function setBucketName($bucketName) |
| 12866 | 12866 | { |
| 12867 | - $this->bucketName = $bucketName; |
|
| 12867 | + $this->bucketName = $bucketName; |
|
| 12868 | 12868 | } |
| 12869 | 12869 | public function getBucketName() |
| 12870 | 12870 | { |
| 12871 | - return $this->bucketName; |
|
| 12871 | + return $this->bucketName; |
|
| 12872 | 12872 | } |
| 12873 | 12873 | public function setReportNamePrefix($reportNamePrefix) |
| 12874 | 12874 | { |
| 12875 | - $this->reportNamePrefix = $reportNamePrefix; |
|
| 12875 | + $this->reportNamePrefix = $reportNamePrefix; |
|
| 12876 | 12876 | } |
| 12877 | 12877 | public function getReportNamePrefix() |
| 12878 | 12878 | { |
| 12879 | - return $this->reportNamePrefix; |
|
| 12879 | + return $this->reportNamePrefix; |
|
| 12880 | 12880 | } |
| 12881 | 12881 | } |
| 12882 | 12882 | |
@@ -12904,123 +12904,123 @@ discard block |
||
| 12904 | 12904 | |
| 12905 | 12905 | public function setCreationTimestamp($creationTimestamp) |
| 12906 | 12906 | { |
| 12907 | - $this->creationTimestamp = $creationTimestamp; |
|
| 12907 | + $this->creationTimestamp = $creationTimestamp; |
|
| 12908 | 12908 | } |
| 12909 | 12909 | public function getCreationTimestamp() |
| 12910 | 12910 | { |
| 12911 | - return $this->creationTimestamp; |
|
| 12911 | + return $this->creationTimestamp; |
|
| 12912 | 12912 | } |
| 12913 | 12913 | public function setDescription($description) |
| 12914 | 12914 | { |
| 12915 | - $this->description = $description; |
|
| 12915 | + $this->description = $description; |
|
| 12916 | 12916 | } |
| 12917 | 12917 | public function getDescription() |
| 12918 | 12918 | { |
| 12919 | - return $this->description; |
|
| 12919 | + return $this->description; |
|
| 12920 | 12920 | } |
| 12921 | 12921 | public function setDetailedStatus($detailedStatus) |
| 12922 | 12922 | { |
| 12923 | - $this->detailedStatus = $detailedStatus; |
|
| 12923 | + $this->detailedStatus = $detailedStatus; |
|
| 12924 | 12924 | } |
| 12925 | 12925 | public function getDetailedStatus() |
| 12926 | 12926 | { |
| 12927 | - return $this->detailedStatus; |
|
| 12927 | + return $this->detailedStatus; |
|
| 12928 | 12928 | } |
| 12929 | 12929 | public function setId($id) |
| 12930 | 12930 | { |
| 12931 | - $this->id = $id; |
|
| 12931 | + $this->id = $id; |
|
| 12932 | 12932 | } |
| 12933 | 12933 | public function getId() |
| 12934 | 12934 | { |
| 12935 | - return $this->id; |
|
| 12935 | + return $this->id; |
|
| 12936 | 12936 | } |
| 12937 | 12937 | public function setIkeNetworks($ikeNetworks) |
| 12938 | 12938 | { |
| 12939 | - $this->ikeNetworks = $ikeNetworks; |
|
| 12939 | + $this->ikeNetworks = $ikeNetworks; |
|
| 12940 | 12940 | } |
| 12941 | 12941 | public function getIkeNetworks() |
| 12942 | 12942 | { |
| 12943 | - return $this->ikeNetworks; |
|
| 12943 | + return $this->ikeNetworks; |
|
| 12944 | 12944 | } |
| 12945 | 12945 | public function setIkeVersion($ikeVersion) |
| 12946 | 12946 | { |
| 12947 | - $this->ikeVersion = $ikeVersion; |
|
| 12947 | + $this->ikeVersion = $ikeVersion; |
|
| 12948 | 12948 | } |
| 12949 | 12949 | public function getIkeVersion() |
| 12950 | 12950 | { |
| 12951 | - return $this->ikeVersion; |
|
| 12951 | + return $this->ikeVersion; |
|
| 12952 | 12952 | } |
| 12953 | 12953 | public function setKind($kind) |
| 12954 | 12954 | { |
| 12955 | - $this->kind = $kind; |
|
| 12955 | + $this->kind = $kind; |
|
| 12956 | 12956 | } |
| 12957 | 12957 | public function getKind() |
| 12958 | 12958 | { |
| 12959 | - return $this->kind; |
|
| 12959 | + return $this->kind; |
|
| 12960 | 12960 | } |
| 12961 | 12961 | public function setName($name) |
| 12962 | 12962 | { |
| 12963 | - $this->name = $name; |
|
| 12963 | + $this->name = $name; |
|
| 12964 | 12964 | } |
| 12965 | 12965 | public function getName() |
| 12966 | 12966 | { |
| 12967 | - return $this->name; |
|
| 12967 | + return $this->name; |
|
| 12968 | 12968 | } |
| 12969 | 12969 | public function setPeerIp($peerIp) |
| 12970 | 12970 | { |
| 12971 | - $this->peerIp = $peerIp; |
|
| 12971 | + $this->peerIp = $peerIp; |
|
| 12972 | 12972 | } |
| 12973 | 12973 | public function getPeerIp() |
| 12974 | 12974 | { |
| 12975 | - return $this->peerIp; |
|
| 12975 | + return $this->peerIp; |
|
| 12976 | 12976 | } |
| 12977 | 12977 | public function setRegion($region) |
| 12978 | 12978 | { |
| 12979 | - $this->region = $region; |
|
| 12979 | + $this->region = $region; |
|
| 12980 | 12980 | } |
| 12981 | 12981 | public function getRegion() |
| 12982 | 12982 | { |
| 12983 | - return $this->region; |
|
| 12983 | + return $this->region; |
|
| 12984 | 12984 | } |
| 12985 | 12985 | public function setSelfLink($selfLink) |
| 12986 | 12986 | { |
| 12987 | - $this->selfLink = $selfLink; |
|
| 12987 | + $this->selfLink = $selfLink; |
|
| 12988 | 12988 | } |
| 12989 | 12989 | public function getSelfLink() |
| 12990 | 12990 | { |
| 12991 | - return $this->selfLink; |
|
| 12991 | + return $this->selfLink; |
|
| 12992 | 12992 | } |
| 12993 | 12993 | public function setSharedSecret($sharedSecret) |
| 12994 | 12994 | { |
| 12995 | - $this->sharedSecret = $sharedSecret; |
|
| 12995 | + $this->sharedSecret = $sharedSecret; |
|
| 12996 | 12996 | } |
| 12997 | 12997 | public function getSharedSecret() |
| 12998 | 12998 | { |
| 12999 | - return $this->sharedSecret; |
|
| 12999 | + return $this->sharedSecret; |
|
| 13000 | 13000 | } |
| 13001 | 13001 | public function setSharedSecretHash($sharedSecretHash) |
| 13002 | 13002 | { |
| 13003 | - $this->sharedSecretHash = $sharedSecretHash; |
|
| 13003 | + $this->sharedSecretHash = $sharedSecretHash; |
|
| 13004 | 13004 | } |
| 13005 | 13005 | public function getSharedSecretHash() |
| 13006 | 13006 | { |
| 13007 | - return $this->sharedSecretHash; |
|
| 13007 | + return $this->sharedSecretHash; |
|
| 13008 | 13008 | } |
| 13009 | 13009 | public function setStatus($status) |
| 13010 | 13010 | { |
| 13011 | - $this->status = $status; |
|
| 13011 | + $this->status = $status; |
|
| 13012 | 13012 | } |
| 13013 | 13013 | public function getStatus() |
| 13014 | 13014 | { |
| 13015 | - return $this->status; |
|
| 13015 | + return $this->status; |
|
| 13016 | 13016 | } |
| 13017 | 13017 | public function setTargetVpnGateway($targetVpnGateway) |
| 13018 | 13018 | { |
| 13019 | - $this->targetVpnGateway = $targetVpnGateway; |
|
| 13019 | + $this->targetVpnGateway = $targetVpnGateway; |
|
| 13020 | 13020 | } |
| 13021 | 13021 | public function getTargetVpnGateway() |
| 13022 | 13022 | { |
| 13023 | - return $this->targetVpnGateway; |
|
| 13023 | + return $this->targetVpnGateway; |
|
| 13024 | 13024 | } |
| 13025 | 13025 | } |
| 13026 | 13026 | |
@@ -13038,43 +13038,43 @@ discard block |
||
| 13038 | 13038 | |
| 13039 | 13039 | public function setId($id) |
| 13040 | 13040 | { |
| 13041 | - $this->id = $id; |
|
| 13041 | + $this->id = $id; |
|
| 13042 | 13042 | } |
| 13043 | 13043 | public function getId() |
| 13044 | 13044 | { |
| 13045 | - return $this->id; |
|
| 13045 | + return $this->id; |
|
| 13046 | 13046 | } |
| 13047 | 13047 | public function setItems($items) |
| 13048 | 13048 | { |
| 13049 | - $this->items = $items; |
|
| 13049 | + $this->items = $items; |
|
| 13050 | 13050 | } |
| 13051 | 13051 | public function getItems() |
| 13052 | 13052 | { |
| 13053 | - return $this->items; |
|
| 13053 | + return $this->items; |
|
| 13054 | 13054 | } |
| 13055 | 13055 | public function setKind($kind) |
| 13056 | 13056 | { |
| 13057 | - $this->kind = $kind; |
|
| 13057 | + $this->kind = $kind; |
|
| 13058 | 13058 | } |
| 13059 | 13059 | public function getKind() |
| 13060 | 13060 | { |
| 13061 | - return $this->kind; |
|
| 13061 | + return $this->kind; |
|
| 13062 | 13062 | } |
| 13063 | 13063 | public function setNextPageToken($nextPageToken) |
| 13064 | 13064 | { |
| 13065 | - $this->nextPageToken = $nextPageToken; |
|
| 13065 | + $this->nextPageToken = $nextPageToken; |
|
| 13066 | 13066 | } |
| 13067 | 13067 | public function getNextPageToken() |
| 13068 | 13068 | { |
| 13069 | - return $this->nextPageToken; |
|
| 13069 | + return $this->nextPageToken; |
|
| 13070 | 13070 | } |
| 13071 | 13071 | public function setSelfLink($selfLink) |
| 13072 | 13072 | { |
| 13073 | - $this->selfLink = $selfLink; |
|
| 13073 | + $this->selfLink = $selfLink; |
|
| 13074 | 13074 | } |
| 13075 | 13075 | public function getSelfLink() |
| 13076 | 13076 | { |
| 13077 | - return $this->selfLink; |
|
| 13077 | + return $this->selfLink; |
|
| 13078 | 13078 | } |
| 13079 | 13079 | } |
| 13080 | 13080 | |
@@ -13097,43 +13097,43 @@ discard block |
||
| 13097 | 13097 | |
| 13098 | 13098 | public function setId($id) |
| 13099 | 13099 | { |
| 13100 | - $this->id = $id; |
|
| 13100 | + $this->id = $id; |
|
| 13101 | 13101 | } |
| 13102 | 13102 | public function getId() |
| 13103 | 13103 | { |
| 13104 | - return $this->id; |
|
| 13104 | + return $this->id; |
|
| 13105 | 13105 | } |
| 13106 | 13106 | public function setItems($items) |
| 13107 | 13107 | { |
| 13108 | - $this->items = $items; |
|
| 13108 | + $this->items = $items; |
|
| 13109 | 13109 | } |
| 13110 | 13110 | public function getItems() |
| 13111 | 13111 | { |
| 13112 | - return $this->items; |
|
| 13112 | + return $this->items; |
|
| 13113 | 13113 | } |
| 13114 | 13114 | public function setKind($kind) |
| 13115 | 13115 | { |
| 13116 | - $this->kind = $kind; |
|
| 13116 | + $this->kind = $kind; |
|
| 13117 | 13117 | } |
| 13118 | 13118 | public function getKind() |
| 13119 | 13119 | { |
| 13120 | - return $this->kind; |
|
| 13120 | + return $this->kind; |
|
| 13121 | 13121 | } |
| 13122 | 13122 | public function setNextPageToken($nextPageToken) |
| 13123 | 13123 | { |
| 13124 | - $this->nextPageToken = $nextPageToken; |
|
| 13124 | + $this->nextPageToken = $nextPageToken; |
|
| 13125 | 13125 | } |
| 13126 | 13126 | public function getNextPageToken() |
| 13127 | 13127 | { |
| 13128 | - return $this->nextPageToken; |
|
| 13128 | + return $this->nextPageToken; |
|
| 13129 | 13129 | } |
| 13130 | 13130 | public function setSelfLink($selfLink) |
| 13131 | 13131 | { |
| 13132 | - $this->selfLink = $selfLink; |
|
| 13132 | + $this->selfLink = $selfLink; |
|
| 13133 | 13133 | } |
| 13134 | 13134 | public function getSelfLink() |
| 13135 | 13135 | { |
| 13136 | - return $this->selfLink; |
|
| 13136 | + return $this->selfLink; |
|
| 13137 | 13137 | } |
| 13138 | 13138 | } |
| 13139 | 13139 | |
@@ -13150,19 +13150,19 @@ discard block |
||
| 13150 | 13150 | |
| 13151 | 13151 | public function setVpnTunnels($vpnTunnels) |
| 13152 | 13152 | { |
| 13153 | - $this->vpnTunnels = $vpnTunnels; |
|
| 13153 | + $this->vpnTunnels = $vpnTunnels; |
|
| 13154 | 13154 | } |
| 13155 | 13155 | public function getVpnTunnels() |
| 13156 | 13156 | { |
| 13157 | - return $this->vpnTunnels; |
|
| 13157 | + return $this->vpnTunnels; |
|
| 13158 | 13158 | } |
| 13159 | 13159 | public function setWarning(Google_Service_Compute_VpnTunnelsScopedListWarning $warning) |
| 13160 | 13160 | { |
| 13161 | - $this->warning = $warning; |
|
| 13161 | + $this->warning = $warning; |
|
| 13162 | 13162 | } |
| 13163 | 13163 | public function getWarning() |
| 13164 | 13164 | { |
| 13165 | - return $this->warning; |
|
| 13165 | + return $this->warning; |
|
| 13166 | 13166 | } |
| 13167 | 13167 | } |
| 13168 | 13168 | |
@@ -13179,27 +13179,27 @@ discard block |
||
| 13179 | 13179 | |
| 13180 | 13180 | public function setCode($code) |
| 13181 | 13181 | { |
| 13182 | - $this->code = $code; |
|
| 13182 | + $this->code = $code; |
|
| 13183 | 13183 | } |
| 13184 | 13184 | public function getCode() |
| 13185 | 13185 | { |
| 13186 | - return $this->code; |
|
| 13186 | + return $this->code; |
|
| 13187 | 13187 | } |
| 13188 | 13188 | public function setData($data) |
| 13189 | 13189 | { |
| 13190 | - $this->data = $data; |
|
| 13190 | + $this->data = $data; |
|
| 13191 | 13191 | } |
| 13192 | 13192 | public function getData() |
| 13193 | 13193 | { |
| 13194 | - return $this->data; |
|
| 13194 | + return $this->data; |
|
| 13195 | 13195 | } |
| 13196 | 13196 | public function setMessage($message) |
| 13197 | 13197 | { |
| 13198 | - $this->message = $message; |
|
| 13198 | + $this->message = $message; |
|
| 13199 | 13199 | } |
| 13200 | 13200 | public function getMessage() |
| 13201 | 13201 | { |
| 13202 | - return $this->message; |
|
| 13202 | + return $this->message; |
|
| 13203 | 13203 | } |
| 13204 | 13204 | } |
| 13205 | 13205 | |
@@ -13213,19 +13213,19 @@ discard block |
||
| 13213 | 13213 | |
| 13214 | 13214 | public function setKey($key) |
| 13215 | 13215 | { |
| 13216 | - $this->key = $key; |
|
| 13216 | + $this->key = $key; |
|
| 13217 | 13217 | } |
| 13218 | 13218 | public function getKey() |
| 13219 | 13219 | { |
| 13220 | - return $this->key; |
|
| 13220 | + return $this->key; |
|
| 13221 | 13221 | } |
| 13222 | 13222 | public function setValue($value) |
| 13223 | 13223 | { |
| 13224 | - $this->value = $value; |
|
| 13224 | + $this->value = $value; |
|
| 13225 | 13225 | } |
| 13226 | 13226 | public function getValue() |
| 13227 | 13227 | { |
| 13228 | - return $this->value; |
|
| 13228 | + return $this->value; |
|
| 13229 | 13229 | } |
| 13230 | 13230 | } |
| 13231 | 13231 | |
@@ -13250,83 +13250,83 @@ discard block |
||
| 13250 | 13250 | |
| 13251 | 13251 | public function setCreationTimestamp($creationTimestamp) |
| 13252 | 13252 | { |
| 13253 | - $this->creationTimestamp = $creationTimestamp; |
|
| 13253 | + $this->creationTimestamp = $creationTimestamp; |
|
| 13254 | 13254 | } |
| 13255 | 13255 | public function getCreationTimestamp() |
| 13256 | 13256 | { |
| 13257 | - return $this->creationTimestamp; |
|
| 13257 | + return $this->creationTimestamp; |
|
| 13258 | 13258 | } |
| 13259 | 13259 | public function setDeprecated(Google_Service_Compute_DeprecationStatus $deprecated) |
| 13260 | 13260 | { |
| 13261 | - $this->deprecated = $deprecated; |
|
| 13261 | + $this->deprecated = $deprecated; |
|
| 13262 | 13262 | } |
| 13263 | 13263 | public function getDeprecated() |
| 13264 | 13264 | { |
| 13265 | - return $this->deprecated; |
|
| 13265 | + return $this->deprecated; |
|
| 13266 | 13266 | } |
| 13267 | 13267 | public function setDescription($description) |
| 13268 | 13268 | { |
| 13269 | - $this->description = $description; |
|
| 13269 | + $this->description = $description; |
|
| 13270 | 13270 | } |
| 13271 | 13271 | public function getDescription() |
| 13272 | 13272 | { |
| 13273 | - return $this->description; |
|
| 13273 | + return $this->description; |
|
| 13274 | 13274 | } |
| 13275 | 13275 | public function setId($id) |
| 13276 | 13276 | { |
| 13277 | - $this->id = $id; |
|
| 13277 | + $this->id = $id; |
|
| 13278 | 13278 | } |
| 13279 | 13279 | public function getId() |
| 13280 | 13280 | { |
| 13281 | - return $this->id; |
|
| 13281 | + return $this->id; |
|
| 13282 | 13282 | } |
| 13283 | 13283 | public function setKind($kind) |
| 13284 | 13284 | { |
| 13285 | - $this->kind = $kind; |
|
| 13285 | + $this->kind = $kind; |
|
| 13286 | 13286 | } |
| 13287 | 13287 | public function getKind() |
| 13288 | 13288 | { |
| 13289 | - return $this->kind; |
|
| 13289 | + return $this->kind; |
|
| 13290 | 13290 | } |
| 13291 | 13291 | public function setMaintenanceWindows($maintenanceWindows) |
| 13292 | 13292 | { |
| 13293 | - $this->maintenanceWindows = $maintenanceWindows; |
|
| 13293 | + $this->maintenanceWindows = $maintenanceWindows; |
|
| 13294 | 13294 | } |
| 13295 | 13295 | public function getMaintenanceWindows() |
| 13296 | 13296 | { |
| 13297 | - return $this->maintenanceWindows; |
|
| 13297 | + return $this->maintenanceWindows; |
|
| 13298 | 13298 | } |
| 13299 | 13299 | public function setName($name) |
| 13300 | 13300 | { |
| 13301 | - $this->name = $name; |
|
| 13301 | + $this->name = $name; |
|
| 13302 | 13302 | } |
| 13303 | 13303 | public function getName() |
| 13304 | 13304 | { |
| 13305 | - return $this->name; |
|
| 13305 | + return $this->name; |
|
| 13306 | 13306 | } |
| 13307 | 13307 | public function setRegion($region) |
| 13308 | 13308 | { |
| 13309 | - $this->region = $region; |
|
| 13309 | + $this->region = $region; |
|
| 13310 | 13310 | } |
| 13311 | 13311 | public function getRegion() |
| 13312 | 13312 | { |
| 13313 | - return $this->region; |
|
| 13313 | + return $this->region; |
|
| 13314 | 13314 | } |
| 13315 | 13315 | public function setSelfLink($selfLink) |
| 13316 | 13316 | { |
| 13317 | - $this->selfLink = $selfLink; |
|
| 13317 | + $this->selfLink = $selfLink; |
|
| 13318 | 13318 | } |
| 13319 | 13319 | public function getSelfLink() |
| 13320 | 13320 | { |
| 13321 | - return $this->selfLink; |
|
| 13321 | + return $this->selfLink; |
|
| 13322 | 13322 | } |
| 13323 | 13323 | public function setStatus($status) |
| 13324 | 13324 | { |
| 13325 | - $this->status = $status; |
|
| 13325 | + $this->status = $status; |
|
| 13326 | 13326 | } |
| 13327 | 13327 | public function getStatus() |
| 13328 | 13328 | { |
| 13329 | - return $this->status; |
|
| 13329 | + return $this->status; |
|
| 13330 | 13330 | } |
| 13331 | 13331 | } |
| 13332 | 13332 | |
@@ -13345,43 +13345,43 @@ discard block |
||
| 13345 | 13345 | |
| 13346 | 13346 | public function setId($id) |
| 13347 | 13347 | { |
| 13348 | - $this->id = $id; |
|
| 13348 | + $this->id = $id; |
|
| 13349 | 13349 | } |
| 13350 | 13350 | public function getId() |
| 13351 | 13351 | { |
| 13352 | - return $this->id; |
|
| 13352 | + return $this->id; |
|
| 13353 | 13353 | } |
| 13354 | 13354 | public function setItems($items) |
| 13355 | 13355 | { |
| 13356 | - $this->items = $items; |
|
| 13356 | + $this->items = $items; |
|
| 13357 | 13357 | } |
| 13358 | 13358 | public function getItems() |
| 13359 | 13359 | { |
| 13360 | - return $this->items; |
|
| 13360 | + return $this->items; |
|
| 13361 | 13361 | } |
| 13362 | 13362 | public function setKind($kind) |
| 13363 | 13363 | { |
| 13364 | - $this->kind = $kind; |
|
| 13364 | + $this->kind = $kind; |
|
| 13365 | 13365 | } |
| 13366 | 13366 | public function getKind() |
| 13367 | 13367 | { |
| 13368 | - return $this->kind; |
|
| 13368 | + return $this->kind; |
|
| 13369 | 13369 | } |
| 13370 | 13370 | public function setNextPageToken($nextPageToken) |
| 13371 | 13371 | { |
| 13372 | - $this->nextPageToken = $nextPageToken; |
|
| 13372 | + $this->nextPageToken = $nextPageToken; |
|
| 13373 | 13373 | } |
| 13374 | 13374 | public function getNextPageToken() |
| 13375 | 13375 | { |
| 13376 | - return $this->nextPageToken; |
|
| 13376 | + return $this->nextPageToken; |
|
| 13377 | 13377 | } |
| 13378 | 13378 | public function setSelfLink($selfLink) |
| 13379 | 13379 | { |
| 13380 | - $this->selfLink = $selfLink; |
|
| 13380 | + $this->selfLink = $selfLink; |
|
| 13381 | 13381 | } |
| 13382 | 13382 | public function getSelfLink() |
| 13383 | 13383 | { |
| 13384 | - return $this->selfLink; |
|
| 13384 | + return $this->selfLink; |
|
| 13385 | 13385 | } |
| 13386 | 13386 | } |
| 13387 | 13387 | |
@@ -13397,34 +13397,34 @@ discard block |
||
| 13397 | 13397 | |
| 13398 | 13398 | public function setBeginTime($beginTime) |
| 13399 | 13399 | { |
| 13400 | - $this->beginTime = $beginTime; |
|
| 13400 | + $this->beginTime = $beginTime; |
|
| 13401 | 13401 | } |
| 13402 | 13402 | public function getBeginTime() |
| 13403 | 13403 | { |
| 13404 | - return $this->beginTime; |
|
| 13404 | + return $this->beginTime; |
|
| 13405 | 13405 | } |
| 13406 | 13406 | public function setDescription($description) |
| 13407 | 13407 | { |
| 13408 | - $this->description = $description; |
|
| 13408 | + $this->description = $description; |
|
| 13409 | 13409 | } |
| 13410 | 13410 | public function getDescription() |
| 13411 | 13411 | { |
| 13412 | - return $this->description; |
|
| 13412 | + return $this->description; |
|
| 13413 | 13413 | } |
| 13414 | 13414 | public function setEndTime($endTime) |
| 13415 | 13415 | { |
| 13416 | - $this->endTime = $endTime; |
|
| 13416 | + $this->endTime = $endTime; |
|
| 13417 | 13417 | } |
| 13418 | 13418 | public function getEndTime() |
| 13419 | 13419 | { |
| 13420 | - return $this->endTime; |
|
| 13420 | + return $this->endTime; |
|
| 13421 | 13421 | } |
| 13422 | 13422 | public function setName($name) |
| 13423 | 13423 | { |
| 13424 | - $this->name = $name; |
|
| 13424 | + $this->name = $name; |
|
| 13425 | 13425 | } |
| 13426 | 13426 | public function getName() |
| 13427 | 13427 | { |
| 13428 | - return $this->name; |
|
| 13428 | + return $this->name; |
|
| 13429 | 13429 | } |
| 13430 | 13430 | } |
@@ -121,7 +121,7 @@ discard block |
||
| 121 | 121 | 'type' => 'integer', |
| 122 | 122 | ), |
| 123 | 123 | ), |
| 124 | - ),'delete' => array( |
|
| 124 | + ), 'delete' => array( |
|
| 125 | 125 | 'path' => '{project}/regions/{region}/addresses/{address}', |
| 126 | 126 | 'httpMethod' => 'DELETE', |
| 127 | 127 | 'parameters' => array( |
@@ -141,7 +141,7 @@ discard block |
||
| 141 | 141 | 'required' => true, |
| 142 | 142 | ), |
| 143 | 143 | ), |
| 144 | - ),'get' => array( |
|
| 144 | + ), 'get' => array( |
|
| 145 | 145 | 'path' => '{project}/regions/{region}/addresses/{address}', |
| 146 | 146 | 'httpMethod' => 'GET', |
| 147 | 147 | 'parameters' => array( |
@@ -161,7 +161,7 @@ discard block |
||
| 161 | 161 | 'required' => true, |
| 162 | 162 | ), |
| 163 | 163 | ), |
| 164 | - ),'insert' => array( |
|
| 164 | + ), 'insert' => array( |
|
| 165 | 165 | 'path' => '{project}/regions/{region}/addresses', |
| 166 | 166 | 'httpMethod' => 'POST', |
| 167 | 167 | 'parameters' => array( |
@@ -176,7 +176,7 @@ discard block |
||
| 176 | 176 | 'required' => true, |
| 177 | 177 | ), |
| 178 | 178 | ), |
| 179 | - ),'list' => array( |
|
| 179 | + ), 'list' => array( |
|
| 180 | 180 | 'path' => '{project}/regions/{region}/addresses', |
| 181 | 181 | 'httpMethod' => 'GET', |
| 182 | 182 | 'parameters' => array( |
@@ -228,7 +228,7 @@ discard block |
||
| 228 | 228 | 'required' => true, |
| 229 | 229 | ), |
| 230 | 230 | ), |
| 231 | - ),'get' => array( |
|
| 231 | + ), 'get' => array( |
|
| 232 | 232 | 'path' => '{project}/global/backendServices/{backendService}', |
| 233 | 233 | 'httpMethod' => 'GET', |
| 234 | 234 | 'parameters' => array( |
@@ -243,7 +243,7 @@ discard block |
||
| 243 | 243 | 'required' => true, |
| 244 | 244 | ), |
| 245 | 245 | ), |
| 246 | - ),'getHealth' => array( |
|
| 246 | + ), 'getHealth' => array( |
|
| 247 | 247 | 'path' => '{project}/global/backendServices/{backendService}/getHealth', |
| 248 | 248 | 'httpMethod' => 'POST', |
| 249 | 249 | 'parameters' => array( |
@@ -258,7 +258,7 @@ discard block |
||
| 258 | 258 | 'required' => true, |
| 259 | 259 | ), |
| 260 | 260 | ), |
| 261 | - ),'insert' => array( |
|
| 261 | + ), 'insert' => array( |
|
| 262 | 262 | 'path' => '{project}/global/backendServices', |
| 263 | 263 | 'httpMethod' => 'POST', |
| 264 | 264 | 'parameters' => array( |
@@ -268,7 +268,7 @@ discard block |
||
| 268 | 268 | 'required' => true, |
| 269 | 269 | ), |
| 270 | 270 | ), |
| 271 | - ),'list' => array( |
|
| 271 | + ), 'list' => array( |
|
| 272 | 272 | 'path' => '{project}/global/backendServices', |
| 273 | 273 | 'httpMethod' => 'GET', |
| 274 | 274 | 'parameters' => array( |
@@ -290,7 +290,7 @@ discard block |
||
| 290 | 290 | 'type' => 'integer', |
| 291 | 291 | ), |
| 292 | 292 | ), |
| 293 | - ),'patch' => array( |
|
| 293 | + ), 'patch' => array( |
|
| 294 | 294 | 'path' => '{project}/global/backendServices/{backendService}', |
| 295 | 295 | 'httpMethod' => 'PATCH', |
| 296 | 296 | 'parameters' => array( |
@@ -305,7 +305,7 @@ discard block |
||
| 305 | 305 | 'required' => true, |
| 306 | 306 | ), |
| 307 | 307 | ), |
| 308 | - ),'update' => array( |
|
| 308 | + ), 'update' => array( |
|
| 309 | 309 | 'path' => '{project}/global/backendServices/{backendService}', |
| 310 | 310 | 'httpMethod' => 'PUT', |
| 311 | 311 | 'parameters' => array( |
@@ -352,7 +352,7 @@ discard block |
||
| 352 | 352 | 'type' => 'integer', |
| 353 | 353 | ), |
| 354 | 354 | ), |
| 355 | - ),'get' => array( |
|
| 355 | + ), 'get' => array( |
|
| 356 | 356 | 'path' => '{project}/zones/{zone}/diskTypes/{diskType}', |
| 357 | 357 | 'httpMethod' => 'GET', |
| 358 | 358 | 'parameters' => array( |
@@ -372,7 +372,7 @@ discard block |
||
| 372 | 372 | 'required' => true, |
| 373 | 373 | ), |
| 374 | 374 | ), |
| 375 | - ),'list' => array( |
|
| 375 | + ), 'list' => array( |
|
| 376 | 376 | 'path' => '{project}/zones/{zone}/diskTypes', |
| 377 | 377 | 'httpMethod' => 'GET', |
| 378 | 378 | 'parameters' => array( |
@@ -431,7 +431,7 @@ discard block |
||
| 431 | 431 | 'type' => 'integer', |
| 432 | 432 | ), |
| 433 | 433 | ), |
| 434 | - ),'createSnapshot' => array( |
|
| 434 | + ), 'createSnapshot' => array( |
|
| 435 | 435 | 'path' => '{project}/zones/{zone}/disks/{disk}/createSnapshot', |
| 436 | 436 | 'httpMethod' => 'POST', |
| 437 | 437 | 'parameters' => array( |
@@ -451,7 +451,7 @@ discard block |
||
| 451 | 451 | 'required' => true, |
| 452 | 452 | ), |
| 453 | 453 | ), |
| 454 | - ),'delete' => array( |
|
| 454 | + ), 'delete' => array( |
|
| 455 | 455 | 'path' => '{project}/zones/{zone}/disks/{disk}', |
| 456 | 456 | 'httpMethod' => 'DELETE', |
| 457 | 457 | 'parameters' => array( |
@@ -471,7 +471,7 @@ discard block |
||
| 471 | 471 | 'required' => true, |
| 472 | 472 | ), |
| 473 | 473 | ), |
| 474 | - ),'get' => array( |
|
| 474 | + ), 'get' => array( |
|
| 475 | 475 | 'path' => '{project}/zones/{zone}/disks/{disk}', |
| 476 | 476 | 'httpMethod' => 'GET', |
| 477 | 477 | 'parameters' => array( |
@@ -491,7 +491,7 @@ discard block |
||
| 491 | 491 | 'required' => true, |
| 492 | 492 | ), |
| 493 | 493 | ), |
| 494 | - ),'insert' => array( |
|
| 494 | + ), 'insert' => array( |
|
| 495 | 495 | 'path' => '{project}/zones/{zone}/disks', |
| 496 | 496 | 'httpMethod' => 'POST', |
| 497 | 497 | 'parameters' => array( |
@@ -510,7 +510,7 @@ discard block |
||
| 510 | 510 | 'type' => 'string', |
| 511 | 511 | ), |
| 512 | 512 | ), |
| 513 | - ),'list' => array( |
|
| 513 | + ), 'list' => array( |
|
| 514 | 514 | 'path' => '{project}/zones/{zone}/disks', |
| 515 | 515 | 'httpMethod' => 'GET', |
| 516 | 516 | 'parameters' => array( |
@@ -562,7 +562,7 @@ discard block |
||
| 562 | 562 | 'required' => true, |
| 563 | 563 | ), |
| 564 | 564 | ), |
| 565 | - ),'get' => array( |
|
| 565 | + ), 'get' => array( |
|
| 566 | 566 | 'path' => '{project}/global/firewalls/{firewall}', |
| 567 | 567 | 'httpMethod' => 'GET', |
| 568 | 568 | 'parameters' => array( |
@@ -577,7 +577,7 @@ discard block |
||
| 577 | 577 | 'required' => true, |
| 578 | 578 | ), |
| 579 | 579 | ), |
| 580 | - ),'insert' => array( |
|
| 580 | + ), 'insert' => array( |
|
| 581 | 581 | 'path' => '{project}/global/firewalls', |
| 582 | 582 | 'httpMethod' => 'POST', |
| 583 | 583 | 'parameters' => array( |
@@ -587,7 +587,7 @@ discard block |
||
| 587 | 587 | 'required' => true, |
| 588 | 588 | ), |
| 589 | 589 | ), |
| 590 | - ),'list' => array( |
|
| 590 | + ), 'list' => array( |
|
| 591 | 591 | 'path' => '{project}/global/firewalls', |
| 592 | 592 | 'httpMethod' => 'GET', |
| 593 | 593 | 'parameters' => array( |
@@ -609,7 +609,7 @@ discard block |
||
| 609 | 609 | 'type' => 'integer', |
| 610 | 610 | ), |
| 611 | 611 | ), |
| 612 | - ),'patch' => array( |
|
| 612 | + ), 'patch' => array( |
|
| 613 | 613 | 'path' => '{project}/global/firewalls/{firewall}', |
| 614 | 614 | 'httpMethod' => 'PATCH', |
| 615 | 615 | 'parameters' => array( |
@@ -624,7 +624,7 @@ discard block |
||
| 624 | 624 | 'required' => true, |
| 625 | 625 | ), |
| 626 | 626 | ), |
| 627 | - ),'update' => array( |
|
| 627 | + ), 'update' => array( |
|
| 628 | 628 | 'path' => '{project}/global/firewalls/{firewall}', |
| 629 | 629 | 'httpMethod' => 'PUT', |
| 630 | 630 | 'parameters' => array( |
@@ -671,7 +671,7 @@ discard block |
||
| 671 | 671 | 'type' => 'integer', |
| 672 | 672 | ), |
| 673 | 673 | ), |
| 674 | - ),'delete' => array( |
|
| 674 | + ), 'delete' => array( |
|
| 675 | 675 | 'path' => '{project}/regions/{region}/forwardingRules/{forwardingRule}', |
| 676 | 676 | 'httpMethod' => 'DELETE', |
| 677 | 677 | 'parameters' => array( |
@@ -691,7 +691,7 @@ discard block |
||
| 691 | 691 | 'required' => true, |
| 692 | 692 | ), |
| 693 | 693 | ), |
| 694 | - ),'get' => array( |
|
| 694 | + ), 'get' => array( |
|
| 695 | 695 | 'path' => '{project}/regions/{region}/forwardingRules/{forwardingRule}', |
| 696 | 696 | 'httpMethod' => 'GET', |
| 697 | 697 | 'parameters' => array( |
@@ -711,7 +711,7 @@ discard block |
||
| 711 | 711 | 'required' => true, |
| 712 | 712 | ), |
| 713 | 713 | ), |
| 714 | - ),'insert' => array( |
|
| 714 | + ), 'insert' => array( |
|
| 715 | 715 | 'path' => '{project}/regions/{region}/forwardingRules', |
| 716 | 716 | 'httpMethod' => 'POST', |
| 717 | 717 | 'parameters' => array( |
@@ -726,7 +726,7 @@ discard block |
||
| 726 | 726 | 'required' => true, |
| 727 | 727 | ), |
| 728 | 728 | ), |
| 729 | - ),'list' => array( |
|
| 729 | + ), 'list' => array( |
|
| 730 | 730 | 'path' => '{project}/regions/{region}/forwardingRules', |
| 731 | 731 | 'httpMethod' => 'GET', |
| 732 | 732 | 'parameters' => array( |
@@ -753,7 +753,7 @@ discard block |
||
| 753 | 753 | 'type' => 'integer', |
| 754 | 754 | ), |
| 755 | 755 | ), |
| 756 | - ),'setTarget' => array( |
|
| 756 | + ), 'setTarget' => array( |
|
| 757 | 757 | 'path' => '{project}/regions/{region}/forwardingRules/{forwardingRule}/setTarget', |
| 758 | 758 | 'httpMethod' => 'POST', |
| 759 | 759 | 'parameters' => array( |
@@ -798,7 +798,7 @@ discard block |
||
| 798 | 798 | 'required' => true, |
| 799 | 799 | ), |
| 800 | 800 | ), |
| 801 | - ),'get' => array( |
|
| 801 | + ), 'get' => array( |
|
| 802 | 802 | 'path' => '{project}/global/addresses/{address}', |
| 803 | 803 | 'httpMethod' => 'GET', |
| 804 | 804 | 'parameters' => array( |
@@ -813,7 +813,7 @@ discard block |
||
| 813 | 813 | 'required' => true, |
| 814 | 814 | ), |
| 815 | 815 | ), |
| 816 | - ),'insert' => array( |
|
| 816 | + ), 'insert' => array( |
|
| 817 | 817 | 'path' => '{project}/global/addresses', |
| 818 | 818 | 'httpMethod' => 'POST', |
| 819 | 819 | 'parameters' => array( |
@@ -823,7 +823,7 @@ discard block |
||
| 823 | 823 | 'required' => true, |
| 824 | 824 | ), |
| 825 | 825 | ), |
| 826 | - ),'list' => array( |
|
| 826 | + ), 'list' => array( |
|
| 827 | 827 | 'path' => '{project}/global/addresses', |
| 828 | 828 | 'httpMethod' => 'GET', |
| 829 | 829 | 'parameters' => array( |
@@ -870,7 +870,7 @@ discard block |
||
| 870 | 870 | 'required' => true, |
| 871 | 871 | ), |
| 872 | 872 | ), |
| 873 | - ),'get' => array( |
|
| 873 | + ), 'get' => array( |
|
| 874 | 874 | 'path' => '{project}/global/forwardingRules/{forwardingRule}', |
| 875 | 875 | 'httpMethod' => 'GET', |
| 876 | 876 | 'parameters' => array( |
@@ -885,7 +885,7 @@ discard block |
||
| 885 | 885 | 'required' => true, |
| 886 | 886 | ), |
| 887 | 887 | ), |
| 888 | - ),'insert' => array( |
|
| 888 | + ), 'insert' => array( |
|
| 889 | 889 | 'path' => '{project}/global/forwardingRules', |
| 890 | 890 | 'httpMethod' => 'POST', |
| 891 | 891 | 'parameters' => array( |
@@ -895,7 +895,7 @@ discard block |
||
| 895 | 895 | 'required' => true, |
| 896 | 896 | ), |
| 897 | 897 | ), |
| 898 | - ),'list' => array( |
|
| 898 | + ), 'list' => array( |
|
| 899 | 899 | 'path' => '{project}/global/forwardingRules', |
| 900 | 900 | 'httpMethod' => 'GET', |
| 901 | 901 | 'parameters' => array( |
@@ -917,7 +917,7 @@ discard block |
||
| 917 | 917 | 'type' => 'integer', |
| 918 | 918 | ), |
| 919 | 919 | ), |
| 920 | - ),'setTarget' => array( |
|
| 920 | + ), 'setTarget' => array( |
|
| 921 | 921 | 'path' => '{project}/global/forwardingRules/{forwardingRule}/setTarget', |
| 922 | 922 | 'httpMethod' => 'POST', |
| 923 | 923 | 'parameters' => array( |
@@ -964,7 +964,7 @@ discard block |
||
| 964 | 964 | 'type' => 'integer', |
| 965 | 965 | ), |
| 966 | 966 | ), |
| 967 | - ),'delete' => array( |
|
| 967 | + ), 'delete' => array( |
|
| 968 | 968 | 'path' => '{project}/global/operations/{operation}', |
| 969 | 969 | 'httpMethod' => 'DELETE', |
| 970 | 970 | 'parameters' => array( |
@@ -979,7 +979,7 @@ discard block |
||
| 979 | 979 | 'required' => true, |
| 980 | 980 | ), |
| 981 | 981 | ), |
| 982 | - ),'get' => array( |
|
| 982 | + ), 'get' => array( |
|
| 983 | 983 | 'path' => '{project}/global/operations/{operation}', |
| 984 | 984 | 'httpMethod' => 'GET', |
| 985 | 985 | 'parameters' => array( |
@@ -994,7 +994,7 @@ discard block |
||
| 994 | 994 | 'required' => true, |
| 995 | 995 | ), |
| 996 | 996 | ), |
| 997 | - ),'list' => array( |
|
| 997 | + ), 'list' => array( |
|
| 998 | 998 | 'path' => '{project}/global/operations', |
| 999 | 999 | 'httpMethod' => 'GET', |
| 1000 | 1000 | 'parameters' => array( |
@@ -1041,7 +1041,7 @@ discard block |
||
| 1041 | 1041 | 'required' => true, |
| 1042 | 1042 | ), |
| 1043 | 1043 | ), |
| 1044 | - ),'get' => array( |
|
| 1044 | + ), 'get' => array( |
|
| 1045 | 1045 | 'path' => '{project}/global/httpHealthChecks/{httpHealthCheck}', |
| 1046 | 1046 | 'httpMethod' => 'GET', |
| 1047 | 1047 | 'parameters' => array( |
@@ -1056,7 +1056,7 @@ discard block |
||
| 1056 | 1056 | 'required' => true, |
| 1057 | 1057 | ), |
| 1058 | 1058 | ), |
| 1059 | - ),'insert' => array( |
|
| 1059 | + ), 'insert' => array( |
|
| 1060 | 1060 | 'path' => '{project}/global/httpHealthChecks', |
| 1061 | 1061 | 'httpMethod' => 'POST', |
| 1062 | 1062 | 'parameters' => array( |
@@ -1066,7 +1066,7 @@ discard block |
||
| 1066 | 1066 | 'required' => true, |
| 1067 | 1067 | ), |
| 1068 | 1068 | ), |
| 1069 | - ),'list' => array( |
|
| 1069 | + ), 'list' => array( |
|
| 1070 | 1070 | 'path' => '{project}/global/httpHealthChecks', |
| 1071 | 1071 | 'httpMethod' => 'GET', |
| 1072 | 1072 | 'parameters' => array( |
@@ -1088,7 +1088,7 @@ discard block |
||
| 1088 | 1088 | 'type' => 'integer', |
| 1089 | 1089 | ), |
| 1090 | 1090 | ), |
| 1091 | - ),'patch' => array( |
|
| 1091 | + ), 'patch' => array( |
|
| 1092 | 1092 | 'path' => '{project}/global/httpHealthChecks/{httpHealthCheck}', |
| 1093 | 1093 | 'httpMethod' => 'PATCH', |
| 1094 | 1094 | 'parameters' => array( |
@@ -1103,7 +1103,7 @@ discard block |
||
| 1103 | 1103 | 'required' => true, |
| 1104 | 1104 | ), |
| 1105 | 1105 | ), |
| 1106 | - ),'update' => array( |
|
| 1106 | + ), 'update' => array( |
|
| 1107 | 1107 | 'path' => '{project}/global/httpHealthChecks/{httpHealthCheck}', |
| 1108 | 1108 | 'httpMethod' => 'PUT', |
| 1109 | 1109 | 'parameters' => array( |
@@ -1143,7 +1143,7 @@ discard block |
||
| 1143 | 1143 | 'required' => true, |
| 1144 | 1144 | ), |
| 1145 | 1145 | ), |
| 1146 | - ),'deprecate' => array( |
|
| 1146 | + ), 'deprecate' => array( |
|
| 1147 | 1147 | 'path' => '{project}/global/images/{image}/deprecate', |
| 1148 | 1148 | 'httpMethod' => 'POST', |
| 1149 | 1149 | 'parameters' => array( |
@@ -1158,7 +1158,7 @@ discard block |
||
| 1158 | 1158 | 'required' => true, |
| 1159 | 1159 | ), |
| 1160 | 1160 | ), |
| 1161 | - ),'get' => array( |
|
| 1161 | + ), 'get' => array( |
|
| 1162 | 1162 | 'path' => '{project}/global/images/{image}', |
| 1163 | 1163 | 'httpMethod' => 'GET', |
| 1164 | 1164 | 'parameters' => array( |
@@ -1173,7 +1173,7 @@ discard block |
||
| 1173 | 1173 | 'required' => true, |
| 1174 | 1174 | ), |
| 1175 | 1175 | ), |
| 1176 | - ),'insert' => array( |
|
| 1176 | + ), 'insert' => array( |
|
| 1177 | 1177 | 'path' => '{project}/global/images', |
| 1178 | 1178 | 'httpMethod' => 'POST', |
| 1179 | 1179 | 'parameters' => array( |
@@ -1183,7 +1183,7 @@ discard block |
||
| 1183 | 1183 | 'required' => true, |
| 1184 | 1184 | ), |
| 1185 | 1185 | ), |
| 1186 | - ),'list' => array( |
|
| 1186 | + ), 'list' => array( |
|
| 1187 | 1187 | 'path' => '{project}/global/images', |
| 1188 | 1188 | 'httpMethod' => 'GET', |
| 1189 | 1189 | 'parameters' => array( |
@@ -1230,7 +1230,7 @@ discard block |
||
| 1230 | 1230 | 'required' => true, |
| 1231 | 1231 | ), |
| 1232 | 1232 | ), |
| 1233 | - ),'get' => array( |
|
| 1233 | + ), 'get' => array( |
|
| 1234 | 1234 | 'path' => '{project}/global/instanceTemplates/{instanceTemplate}', |
| 1235 | 1235 | 'httpMethod' => 'GET', |
| 1236 | 1236 | 'parameters' => array( |
@@ -1245,7 +1245,7 @@ discard block |
||
| 1245 | 1245 | 'required' => true, |
| 1246 | 1246 | ), |
| 1247 | 1247 | ), |
| 1248 | - ),'insert' => array( |
|
| 1248 | + ), 'insert' => array( |
|
| 1249 | 1249 | 'path' => '{project}/global/instanceTemplates', |
| 1250 | 1250 | 'httpMethod' => 'POST', |
| 1251 | 1251 | 'parameters' => array( |
@@ -1255,7 +1255,7 @@ discard block |
||
| 1255 | 1255 | 'required' => true, |
| 1256 | 1256 | ), |
| 1257 | 1257 | ), |
| 1258 | - ),'list' => array( |
|
| 1258 | + ), 'list' => array( |
|
| 1259 | 1259 | 'path' => '{project}/global/instanceTemplates', |
| 1260 | 1260 | 'httpMethod' => 'GET', |
| 1261 | 1261 | 'parameters' => array( |
@@ -1312,7 +1312,7 @@ discard block |
||
| 1312 | 1312 | 'required' => true, |
| 1313 | 1313 | ), |
| 1314 | 1314 | ), |
| 1315 | - ),'aggregatedList' => array( |
|
| 1315 | + ), 'aggregatedList' => array( |
|
| 1316 | 1316 | 'path' => '{project}/aggregated/instances', |
| 1317 | 1317 | 'httpMethod' => 'GET', |
| 1318 | 1318 | 'parameters' => array( |
@@ -1334,7 +1334,7 @@ discard block |
||
| 1334 | 1334 | 'type' => 'integer', |
| 1335 | 1335 | ), |
| 1336 | 1336 | ), |
| 1337 | - ),'attachDisk' => array( |
|
| 1337 | + ), 'attachDisk' => array( |
|
| 1338 | 1338 | 'path' => '{project}/zones/{zone}/instances/{instance}/attachDisk', |
| 1339 | 1339 | 'httpMethod' => 'POST', |
| 1340 | 1340 | 'parameters' => array( |
@@ -1354,7 +1354,7 @@ discard block |
||
| 1354 | 1354 | 'required' => true, |
| 1355 | 1355 | ), |
| 1356 | 1356 | ), |
| 1357 | - ),'delete' => array( |
|
| 1357 | + ), 'delete' => array( |
|
| 1358 | 1358 | 'path' => '{project}/zones/{zone}/instances/{instance}', |
| 1359 | 1359 | 'httpMethod' => 'DELETE', |
| 1360 | 1360 | 'parameters' => array( |
@@ -1374,7 +1374,7 @@ discard block |
||
| 1374 | 1374 | 'required' => true, |
| 1375 | 1375 | ), |
| 1376 | 1376 | ), |
| 1377 | - ),'deleteAccessConfig' => array( |
|
| 1377 | + ), 'deleteAccessConfig' => array( |
|
| 1378 | 1378 | 'path' => '{project}/zones/{zone}/instances/{instance}/deleteAccessConfig', |
| 1379 | 1379 | 'httpMethod' => 'POST', |
| 1380 | 1380 | 'parameters' => array( |
@@ -1404,7 +1404,7 @@ discard block |
||
| 1404 | 1404 | 'required' => true, |
| 1405 | 1405 | ), |
| 1406 | 1406 | ), |
| 1407 | - ),'detachDisk' => array( |
|
| 1407 | + ), 'detachDisk' => array( |
|
| 1408 | 1408 | 'path' => '{project}/zones/{zone}/instances/{instance}/detachDisk', |
| 1409 | 1409 | 'httpMethod' => 'POST', |
| 1410 | 1410 | 'parameters' => array( |
@@ -1429,7 +1429,7 @@ discard block |
||
| 1429 | 1429 | 'required' => true, |
| 1430 | 1430 | ), |
| 1431 | 1431 | ), |
| 1432 | - ),'get' => array( |
|
| 1432 | + ), 'get' => array( |
|
| 1433 | 1433 | 'path' => '{project}/zones/{zone}/instances/{instance}', |
| 1434 | 1434 | 'httpMethod' => 'GET', |
| 1435 | 1435 | 'parameters' => array( |
@@ -1449,7 +1449,7 @@ discard block |
||
| 1449 | 1449 | 'required' => true, |
| 1450 | 1450 | ), |
| 1451 | 1451 | ), |
| 1452 | - ),'getSerialPortOutput' => array( |
|
| 1452 | + ), 'getSerialPortOutput' => array( |
|
| 1453 | 1453 | 'path' => '{project}/zones/{zone}/instances/{instance}/serialPort', |
| 1454 | 1454 | 'httpMethod' => 'GET', |
| 1455 | 1455 | 'parameters' => array( |
@@ -1473,7 +1473,7 @@ discard block |
||
| 1473 | 1473 | 'type' => 'integer', |
| 1474 | 1474 | ), |
| 1475 | 1475 | ), |
| 1476 | - ),'insert' => array( |
|
| 1476 | + ), 'insert' => array( |
|
| 1477 | 1477 | 'path' => '{project}/zones/{zone}/instances', |
| 1478 | 1478 | 'httpMethod' => 'POST', |
| 1479 | 1479 | 'parameters' => array( |
@@ -1488,7 +1488,7 @@ discard block |
||
| 1488 | 1488 | 'required' => true, |
| 1489 | 1489 | ), |
| 1490 | 1490 | ), |
| 1491 | - ),'list' => array( |
|
| 1491 | + ), 'list' => array( |
|
| 1492 | 1492 | 'path' => '{project}/zones/{zone}/instances', |
| 1493 | 1493 | 'httpMethod' => 'GET', |
| 1494 | 1494 | 'parameters' => array( |
@@ -1515,7 +1515,7 @@ discard block |
||
| 1515 | 1515 | 'type' => 'integer', |
| 1516 | 1516 | ), |
| 1517 | 1517 | ), |
| 1518 | - ),'reset' => array( |
|
| 1518 | + ), 'reset' => array( |
|
| 1519 | 1519 | 'path' => '{project}/zones/{zone}/instances/{instance}/reset', |
| 1520 | 1520 | 'httpMethod' => 'POST', |
| 1521 | 1521 | 'parameters' => array( |
@@ -1535,7 +1535,7 @@ discard block |
||
| 1535 | 1535 | 'required' => true, |
| 1536 | 1536 | ), |
| 1537 | 1537 | ), |
| 1538 | - ),'setDiskAutoDelete' => array( |
|
| 1538 | + ), 'setDiskAutoDelete' => array( |
|
| 1539 | 1539 | 'path' => '{project}/zones/{zone}/instances/{instance}/setDiskAutoDelete', |
| 1540 | 1540 | 'httpMethod' => 'POST', |
| 1541 | 1541 | 'parameters' => array( |
@@ -1565,7 +1565,7 @@ discard block |
||
| 1565 | 1565 | 'required' => true, |
| 1566 | 1566 | ), |
| 1567 | 1567 | ), |
| 1568 | - ),'setMetadata' => array( |
|
| 1568 | + ), 'setMetadata' => array( |
|
| 1569 | 1569 | 'path' => '{project}/zones/{zone}/instances/{instance}/setMetadata', |
| 1570 | 1570 | 'httpMethod' => 'POST', |
| 1571 | 1571 | 'parameters' => array( |
@@ -1585,7 +1585,7 @@ discard block |
||
| 1585 | 1585 | 'required' => true, |
| 1586 | 1586 | ), |
| 1587 | 1587 | ), |
| 1588 | - ),'setScheduling' => array( |
|
| 1588 | + ), 'setScheduling' => array( |
|
| 1589 | 1589 | 'path' => '{project}/zones/{zone}/instances/{instance}/setScheduling', |
| 1590 | 1590 | 'httpMethod' => 'POST', |
| 1591 | 1591 | 'parameters' => array( |
@@ -1605,7 +1605,7 @@ discard block |
||
| 1605 | 1605 | 'required' => true, |
| 1606 | 1606 | ), |
| 1607 | 1607 | ), |
| 1608 | - ),'setTags' => array( |
|
| 1608 | + ), 'setTags' => array( |
|
| 1609 | 1609 | 'path' => '{project}/zones/{zone}/instances/{instance}/setTags', |
| 1610 | 1610 | 'httpMethod' => 'POST', |
| 1611 | 1611 | 'parameters' => array( |
@@ -1625,7 +1625,7 @@ discard block |
||
| 1625 | 1625 | 'required' => true, |
| 1626 | 1626 | ), |
| 1627 | 1627 | ), |
| 1628 | - ),'start' => array( |
|
| 1628 | + ), 'start' => array( |
|
| 1629 | 1629 | 'path' => '{project}/zones/{zone}/instances/{instance}/start', |
| 1630 | 1630 | 'httpMethod' => 'POST', |
| 1631 | 1631 | 'parameters' => array( |
@@ -1645,7 +1645,7 @@ discard block |
||
| 1645 | 1645 | 'required' => true, |
| 1646 | 1646 | ), |
| 1647 | 1647 | ), |
| 1648 | - ),'stop' => array( |
|
| 1648 | + ), 'stop' => array( |
|
| 1649 | 1649 | 'path' => '{project}/zones/{zone}/instances/{instance}/stop', |
| 1650 | 1650 | 'httpMethod' => 'POST', |
| 1651 | 1651 | 'parameters' => array( |
@@ -1722,7 +1722,7 @@ discard block |
||
| 1722 | 1722 | 'type' => 'integer', |
| 1723 | 1723 | ), |
| 1724 | 1724 | ), |
| 1725 | - ),'get' => array( |
|
| 1725 | + ), 'get' => array( |
|
| 1726 | 1726 | 'path' => '{project}/zones/{zone}/machineTypes/{machineType}', |
| 1727 | 1727 | 'httpMethod' => 'GET', |
| 1728 | 1728 | 'parameters' => array( |
@@ -1742,7 +1742,7 @@ discard block |
||
| 1742 | 1742 | 'required' => true, |
| 1743 | 1743 | ), |
| 1744 | 1744 | ), |
| 1745 | - ),'list' => array( |
|
| 1745 | + ), 'list' => array( |
|
| 1746 | 1746 | 'path' => '{project}/zones/{zone}/machineTypes', |
| 1747 | 1747 | 'httpMethod' => 'GET', |
| 1748 | 1748 | 'parameters' => array( |
@@ -1794,7 +1794,7 @@ discard block |
||
| 1794 | 1794 | 'required' => true, |
| 1795 | 1795 | ), |
| 1796 | 1796 | ), |
| 1797 | - ),'get' => array( |
|
| 1797 | + ), 'get' => array( |
|
| 1798 | 1798 | 'path' => '{project}/global/networks/{network}', |
| 1799 | 1799 | 'httpMethod' => 'GET', |
| 1800 | 1800 | 'parameters' => array( |
@@ -1809,7 +1809,7 @@ discard block |
||
| 1809 | 1809 | 'required' => true, |
| 1810 | 1810 | ), |
| 1811 | 1811 | ), |
| 1812 | - ),'insert' => array( |
|
| 1812 | + ), 'insert' => array( |
|
| 1813 | 1813 | 'path' => '{project}/global/networks', |
| 1814 | 1814 | 'httpMethod' => 'POST', |
| 1815 | 1815 | 'parameters' => array( |
@@ -1819,7 +1819,7 @@ discard block |
||
| 1819 | 1819 | 'required' => true, |
| 1820 | 1820 | ), |
| 1821 | 1821 | ), |
| 1822 | - ),'list' => array( |
|
| 1822 | + ), 'list' => array( |
|
| 1823 | 1823 | 'path' => '{project}/global/networks', |
| 1824 | 1824 | 'httpMethod' => 'GET', |
| 1825 | 1825 | 'parameters' => array( |
@@ -1861,7 +1861,7 @@ discard block |
||
| 1861 | 1861 | 'required' => true, |
| 1862 | 1862 | ), |
| 1863 | 1863 | ), |
| 1864 | - ),'moveDisk' => array( |
|
| 1864 | + ), 'moveDisk' => array( |
|
| 1865 | 1865 | 'path' => '{project}/moveDisk', |
| 1866 | 1866 | 'httpMethod' => 'POST', |
| 1867 | 1867 | 'parameters' => array( |
@@ -1871,7 +1871,7 @@ discard block |
||
| 1871 | 1871 | 'required' => true, |
| 1872 | 1872 | ), |
| 1873 | 1873 | ), |
| 1874 | - ),'moveInstance' => array( |
|
| 1874 | + ), 'moveInstance' => array( |
|
| 1875 | 1875 | 'path' => '{project}/moveInstance', |
| 1876 | 1876 | 'httpMethod' => 'POST', |
| 1877 | 1877 | 'parameters' => array( |
@@ -1881,7 +1881,7 @@ discard block |
||
| 1881 | 1881 | 'required' => true, |
| 1882 | 1882 | ), |
| 1883 | 1883 | ), |
| 1884 | - ),'setCommonInstanceMetadata' => array( |
|
| 1884 | + ), 'setCommonInstanceMetadata' => array( |
|
| 1885 | 1885 | 'path' => '{project}/setCommonInstanceMetadata', |
| 1886 | 1886 | 'httpMethod' => 'POST', |
| 1887 | 1887 | 'parameters' => array( |
@@ -1891,7 +1891,7 @@ discard block |
||
| 1891 | 1891 | 'required' => true, |
| 1892 | 1892 | ), |
| 1893 | 1893 | ), |
| 1894 | - ),'setUsageExportBucket' => array( |
|
| 1894 | + ), 'setUsageExportBucket' => array( |
|
| 1895 | 1895 | 'path' => '{project}/setUsageExportBucket', |
| 1896 | 1896 | 'httpMethod' => 'POST', |
| 1897 | 1897 | 'parameters' => array( |
@@ -1931,7 +1931,7 @@ discard block |
||
| 1931 | 1931 | 'required' => true, |
| 1932 | 1932 | ), |
| 1933 | 1933 | ), |
| 1934 | - ),'get' => array( |
|
| 1934 | + ), 'get' => array( |
|
| 1935 | 1935 | 'path' => '{project}/regions/{region}/operations/{operation}', |
| 1936 | 1936 | 'httpMethod' => 'GET', |
| 1937 | 1937 | 'parameters' => array( |
@@ -1951,7 +1951,7 @@ discard block |
||
| 1951 | 1951 | 'required' => true, |
| 1952 | 1952 | ), |
| 1953 | 1953 | ), |
| 1954 | - ),'list' => array( |
|
| 1954 | + ), 'list' => array( |
|
| 1955 | 1955 | 'path' => '{project}/regions/{region}/operations', |
| 1956 | 1956 | 'httpMethod' => 'GET', |
| 1957 | 1957 | 'parameters' => array( |
@@ -2003,7 +2003,7 @@ discard block |
||
| 2003 | 2003 | 'required' => true, |
| 2004 | 2004 | ), |
| 2005 | 2005 | ), |
| 2006 | - ),'list' => array( |
|
| 2006 | + ), 'list' => array( |
|
| 2007 | 2007 | 'path' => '{project}/regions', |
| 2008 | 2008 | 'httpMethod' => 'GET', |
| 2009 | 2009 | 'parameters' => array( |
@@ -2050,7 +2050,7 @@ discard block |
||
| 2050 | 2050 | 'required' => true, |
| 2051 | 2051 | ), |
| 2052 | 2052 | ), |
| 2053 | - ),'get' => array( |
|
| 2053 | + ), 'get' => array( |
|
| 2054 | 2054 | 'path' => '{project}/global/routes/{route}', |
| 2055 | 2055 | 'httpMethod' => 'GET', |
| 2056 | 2056 | 'parameters' => array( |
@@ -2065,7 +2065,7 @@ discard block |
||
| 2065 | 2065 | 'required' => true, |
| 2066 | 2066 | ), |
| 2067 | 2067 | ), |
| 2068 | - ),'insert' => array( |
|
| 2068 | + ), 'insert' => array( |
|
| 2069 | 2069 | 'path' => '{project}/global/routes', |
| 2070 | 2070 | 'httpMethod' => 'POST', |
| 2071 | 2071 | 'parameters' => array( |
@@ -2075,7 +2075,7 @@ discard block |
||
| 2075 | 2075 | 'required' => true, |
| 2076 | 2076 | ), |
| 2077 | 2077 | ), |
| 2078 | - ),'list' => array( |
|
| 2078 | + ), 'list' => array( |
|
| 2079 | 2079 | 'path' => '{project}/global/routes', |
| 2080 | 2080 | 'httpMethod' => 'GET', |
| 2081 | 2081 | 'parameters' => array( |
@@ -2122,7 +2122,7 @@ discard block |
||
| 2122 | 2122 | 'required' => true, |
| 2123 | 2123 | ), |
| 2124 | 2124 | ), |
| 2125 | - ),'get' => array( |
|
| 2125 | + ), 'get' => array( |
|
| 2126 | 2126 | 'path' => '{project}/global/snapshots/{snapshot}', |
| 2127 | 2127 | 'httpMethod' => 'GET', |
| 2128 | 2128 | 'parameters' => array( |
@@ -2137,7 +2137,7 @@ discard block |
||
| 2137 | 2137 | 'required' => true, |
| 2138 | 2138 | ), |
| 2139 | 2139 | ), |
| 2140 | - ),'list' => array( |
|
| 2140 | + ), 'list' => array( |
|
| 2141 | 2141 | 'path' => '{project}/global/snapshots', |
| 2142 | 2142 | 'httpMethod' => 'GET', |
| 2143 | 2143 | 'parameters' => array( |
@@ -2184,7 +2184,7 @@ discard block |
||
| 2184 | 2184 | 'required' => true, |
| 2185 | 2185 | ), |
| 2186 | 2186 | ), |
| 2187 | - ),'get' => array( |
|
| 2187 | + ), 'get' => array( |
|
| 2188 | 2188 | 'path' => '{project}/global/targetHttpProxies/{targetHttpProxy}', |
| 2189 | 2189 | 'httpMethod' => 'GET', |
| 2190 | 2190 | 'parameters' => array( |
@@ -2199,7 +2199,7 @@ discard block |
||
| 2199 | 2199 | 'required' => true, |
| 2200 | 2200 | ), |
| 2201 | 2201 | ), |
| 2202 | - ),'insert' => array( |
|
| 2202 | + ), 'insert' => array( |
|
| 2203 | 2203 | 'path' => '{project}/global/targetHttpProxies', |
| 2204 | 2204 | 'httpMethod' => 'POST', |
| 2205 | 2205 | 'parameters' => array( |
@@ -2209,7 +2209,7 @@ discard block |
||
| 2209 | 2209 | 'required' => true, |
| 2210 | 2210 | ), |
| 2211 | 2211 | ), |
| 2212 | - ),'list' => array( |
|
| 2212 | + ), 'list' => array( |
|
| 2213 | 2213 | 'path' => '{project}/global/targetHttpProxies', |
| 2214 | 2214 | 'httpMethod' => 'GET', |
| 2215 | 2215 | 'parameters' => array( |
@@ -2231,7 +2231,7 @@ discard block |
||
| 2231 | 2231 | 'type' => 'integer', |
| 2232 | 2232 | ), |
| 2233 | 2233 | ), |
| 2234 | - ),'setUrlMap' => array( |
|
| 2234 | + ), 'setUrlMap' => array( |
|
| 2235 | 2235 | 'path' => '{project}/targetHttpProxies/{targetHttpProxy}/setUrlMap', |
| 2236 | 2236 | 'httpMethod' => 'POST', |
| 2237 | 2237 | 'parameters' => array( |
@@ -2278,7 +2278,7 @@ discard block |
||
| 2278 | 2278 | 'type' => 'integer', |
| 2279 | 2279 | ), |
| 2280 | 2280 | ), |
| 2281 | - ),'delete' => array( |
|
| 2281 | + ), 'delete' => array( |
|
| 2282 | 2282 | 'path' => '{project}/zones/{zone}/targetInstances/{targetInstance}', |
| 2283 | 2283 | 'httpMethod' => 'DELETE', |
| 2284 | 2284 | 'parameters' => array( |
@@ -2298,7 +2298,7 @@ discard block |
||
| 2298 | 2298 | 'required' => true, |
| 2299 | 2299 | ), |
| 2300 | 2300 | ), |
| 2301 | - ),'get' => array( |
|
| 2301 | + ), 'get' => array( |
|
| 2302 | 2302 | 'path' => '{project}/zones/{zone}/targetInstances/{targetInstance}', |
| 2303 | 2303 | 'httpMethod' => 'GET', |
| 2304 | 2304 | 'parameters' => array( |
@@ -2318,7 +2318,7 @@ discard block |
||
| 2318 | 2318 | 'required' => true, |
| 2319 | 2319 | ), |
| 2320 | 2320 | ), |
| 2321 | - ),'insert' => array( |
|
| 2321 | + ), 'insert' => array( |
|
| 2322 | 2322 | 'path' => '{project}/zones/{zone}/targetInstances', |
| 2323 | 2323 | 'httpMethod' => 'POST', |
| 2324 | 2324 | 'parameters' => array( |
@@ -2333,7 +2333,7 @@ discard block |
||
| 2333 | 2333 | 'required' => true, |
| 2334 | 2334 | ), |
| 2335 | 2335 | ), |
| 2336 | - ),'list' => array( |
|
| 2336 | + ), 'list' => array( |
|
| 2337 | 2337 | 'path' => '{project}/zones/{zone}/targetInstances', |
| 2338 | 2338 | 'httpMethod' => 'GET', |
| 2339 | 2339 | 'parameters' => array( |
@@ -2390,7 +2390,7 @@ discard block |
||
| 2390 | 2390 | 'required' => true, |
| 2391 | 2391 | ), |
| 2392 | 2392 | ), |
| 2393 | - ),'addInstance' => array( |
|
| 2393 | + ), 'addInstance' => array( |
|
| 2394 | 2394 | 'path' => '{project}/regions/{region}/targetPools/{targetPool}/addInstance', |
| 2395 | 2395 | 'httpMethod' => 'POST', |
| 2396 | 2396 | 'parameters' => array( |
@@ -2410,7 +2410,7 @@ discard block |
||
| 2410 | 2410 | 'required' => true, |
| 2411 | 2411 | ), |
| 2412 | 2412 | ), |
| 2413 | - ),'aggregatedList' => array( |
|
| 2413 | + ), 'aggregatedList' => array( |
|
| 2414 | 2414 | 'path' => '{project}/aggregated/targetPools', |
| 2415 | 2415 | 'httpMethod' => 'GET', |
| 2416 | 2416 | 'parameters' => array( |
@@ -2432,7 +2432,7 @@ discard block |
||
| 2432 | 2432 | 'type' => 'integer', |
| 2433 | 2433 | ), |
| 2434 | 2434 | ), |
| 2435 | - ),'delete' => array( |
|
| 2435 | + ), 'delete' => array( |
|
| 2436 | 2436 | 'path' => '{project}/regions/{region}/targetPools/{targetPool}', |
| 2437 | 2437 | 'httpMethod' => 'DELETE', |
| 2438 | 2438 | 'parameters' => array( |
@@ -2452,7 +2452,7 @@ discard block |
||
| 2452 | 2452 | 'required' => true, |
| 2453 | 2453 | ), |
| 2454 | 2454 | ), |
| 2455 | - ),'get' => array( |
|
| 2455 | + ), 'get' => array( |
|
| 2456 | 2456 | 'path' => '{project}/regions/{region}/targetPools/{targetPool}', |
| 2457 | 2457 | 'httpMethod' => 'GET', |
| 2458 | 2458 | 'parameters' => array( |
@@ -2472,7 +2472,7 @@ discard block |
||
| 2472 | 2472 | 'required' => true, |
| 2473 | 2473 | ), |
| 2474 | 2474 | ), |
| 2475 | - ),'getHealth' => array( |
|
| 2475 | + ), 'getHealth' => array( |
|
| 2476 | 2476 | 'path' => '{project}/regions/{region}/targetPools/{targetPool}/getHealth', |
| 2477 | 2477 | 'httpMethod' => 'POST', |
| 2478 | 2478 | 'parameters' => array( |
@@ -2492,7 +2492,7 @@ discard block |
||
| 2492 | 2492 | 'required' => true, |
| 2493 | 2493 | ), |
| 2494 | 2494 | ), |
| 2495 | - ),'insert' => array( |
|
| 2495 | + ), 'insert' => array( |
|
| 2496 | 2496 | 'path' => '{project}/regions/{region}/targetPools', |
| 2497 | 2497 | 'httpMethod' => 'POST', |
| 2498 | 2498 | 'parameters' => array( |
@@ -2507,7 +2507,7 @@ discard block |
||
| 2507 | 2507 | 'required' => true, |
| 2508 | 2508 | ), |
| 2509 | 2509 | ), |
| 2510 | - ),'list' => array( |
|
| 2510 | + ), 'list' => array( |
|
| 2511 | 2511 | 'path' => '{project}/regions/{region}/targetPools', |
| 2512 | 2512 | 'httpMethod' => 'GET', |
| 2513 | 2513 | 'parameters' => array( |
@@ -2534,7 +2534,7 @@ discard block |
||
| 2534 | 2534 | 'type' => 'integer', |
| 2535 | 2535 | ), |
| 2536 | 2536 | ), |
| 2537 | - ),'removeHealthCheck' => array( |
|
| 2537 | + ), 'removeHealthCheck' => array( |
|
| 2538 | 2538 | 'path' => '{project}/regions/{region}/targetPools/{targetPool}/removeHealthCheck', |
| 2539 | 2539 | 'httpMethod' => 'POST', |
| 2540 | 2540 | 'parameters' => array( |
@@ -2554,7 +2554,7 @@ discard block |
||
| 2554 | 2554 | 'required' => true, |
| 2555 | 2555 | ), |
| 2556 | 2556 | ), |
| 2557 | - ),'removeInstance' => array( |
|
| 2557 | + ), 'removeInstance' => array( |
|
| 2558 | 2558 | 'path' => '{project}/regions/{region}/targetPools/{targetPool}/removeInstance', |
| 2559 | 2559 | 'httpMethod' => 'POST', |
| 2560 | 2560 | 'parameters' => array( |
@@ -2574,7 +2574,7 @@ discard block |
||
| 2574 | 2574 | 'required' => true, |
| 2575 | 2575 | ), |
| 2576 | 2576 | ), |
| 2577 | - ),'setBackup' => array( |
|
| 2577 | + ), 'setBackup' => array( |
|
| 2578 | 2578 | 'path' => '{project}/regions/{region}/targetPools/{targetPool}/setBackup', |
| 2579 | 2579 | 'httpMethod' => 'POST', |
| 2580 | 2580 | 'parameters' => array( |
@@ -2630,7 +2630,7 @@ discard block |
||
| 2630 | 2630 | 'type' => 'integer', |
| 2631 | 2631 | ), |
| 2632 | 2632 | ), |
| 2633 | - ),'delete' => array( |
|
| 2633 | + ), 'delete' => array( |
|
| 2634 | 2634 | 'path' => '{project}/regions/{region}/targetVpnGateways/{targetVpnGateway}', |
| 2635 | 2635 | 'httpMethod' => 'DELETE', |
| 2636 | 2636 | 'parameters' => array( |
@@ -2650,7 +2650,7 @@ discard block |
||
| 2650 | 2650 | 'required' => true, |
| 2651 | 2651 | ), |
| 2652 | 2652 | ), |
| 2653 | - ),'get' => array( |
|
| 2653 | + ), 'get' => array( |
|
| 2654 | 2654 | 'path' => '{project}/regions/{region}/targetVpnGateways/{targetVpnGateway}', |
| 2655 | 2655 | 'httpMethod' => 'GET', |
| 2656 | 2656 | 'parameters' => array( |
@@ -2670,7 +2670,7 @@ discard block |
||
| 2670 | 2670 | 'required' => true, |
| 2671 | 2671 | ), |
| 2672 | 2672 | ), |
| 2673 | - ),'insert' => array( |
|
| 2673 | + ), 'insert' => array( |
|
| 2674 | 2674 | 'path' => '{project}/regions/{region}/targetVpnGateways', |
| 2675 | 2675 | 'httpMethod' => 'POST', |
| 2676 | 2676 | 'parameters' => array( |
@@ -2685,7 +2685,7 @@ discard block |
||
| 2685 | 2685 | 'required' => true, |
| 2686 | 2686 | ), |
| 2687 | 2687 | ), |
| 2688 | - ),'list' => array( |
|
| 2688 | + ), 'list' => array( |
|
| 2689 | 2689 | 'path' => '{project}/regions/{region}/targetVpnGateways', |
| 2690 | 2690 | 'httpMethod' => 'GET', |
| 2691 | 2691 | 'parameters' => array( |
@@ -2737,7 +2737,7 @@ discard block |
||
| 2737 | 2737 | 'required' => true, |
| 2738 | 2738 | ), |
| 2739 | 2739 | ), |
| 2740 | - ),'get' => array( |
|
| 2740 | + ), 'get' => array( |
|
| 2741 | 2741 | 'path' => '{project}/global/urlMaps/{urlMap}', |
| 2742 | 2742 | 'httpMethod' => 'GET', |
| 2743 | 2743 | 'parameters' => array( |
@@ -2752,7 +2752,7 @@ discard block |
||
| 2752 | 2752 | 'required' => true, |
| 2753 | 2753 | ), |
| 2754 | 2754 | ), |
| 2755 | - ),'insert' => array( |
|
| 2755 | + ), 'insert' => array( |
|
| 2756 | 2756 | 'path' => '{project}/global/urlMaps', |
| 2757 | 2757 | 'httpMethod' => 'POST', |
| 2758 | 2758 | 'parameters' => array( |
@@ -2762,7 +2762,7 @@ discard block |
||
| 2762 | 2762 | 'required' => true, |
| 2763 | 2763 | ), |
| 2764 | 2764 | ), |
| 2765 | - ),'list' => array( |
|
| 2765 | + ), 'list' => array( |
|
| 2766 | 2766 | 'path' => '{project}/global/urlMaps', |
| 2767 | 2767 | 'httpMethod' => 'GET', |
| 2768 | 2768 | 'parameters' => array( |
@@ -2784,7 +2784,7 @@ discard block |
||
| 2784 | 2784 | 'type' => 'integer', |
| 2785 | 2785 | ), |
| 2786 | 2786 | ), |
| 2787 | - ),'patch' => array( |
|
| 2787 | + ), 'patch' => array( |
|
| 2788 | 2788 | 'path' => '{project}/global/urlMaps/{urlMap}', |
| 2789 | 2789 | 'httpMethod' => 'PATCH', |
| 2790 | 2790 | 'parameters' => array( |
@@ -2799,7 +2799,7 @@ discard block |
||
| 2799 | 2799 | 'required' => true, |
| 2800 | 2800 | ), |
| 2801 | 2801 | ), |
| 2802 | - ),'update' => array( |
|
| 2802 | + ), 'update' => array( |
|
| 2803 | 2803 | 'path' => '{project}/global/urlMaps/{urlMap}', |
| 2804 | 2804 | 'httpMethod' => 'PUT', |
| 2805 | 2805 | 'parameters' => array( |
@@ -2814,7 +2814,7 @@ discard block |
||
| 2814 | 2814 | 'required' => true, |
| 2815 | 2815 | ), |
| 2816 | 2816 | ), |
| 2817 | - ),'validate' => array( |
|
| 2817 | + ), 'validate' => array( |
|
| 2818 | 2818 | 'path' => '{project}/global/urlMaps/{urlMap}/validate', |
| 2819 | 2819 | 'httpMethod' => 'POST', |
| 2820 | 2820 | 'parameters' => array( |
@@ -2861,7 +2861,7 @@ discard block |
||
| 2861 | 2861 | 'type' => 'integer', |
| 2862 | 2862 | ), |
| 2863 | 2863 | ), |
| 2864 | - ),'delete' => array( |
|
| 2864 | + ), 'delete' => array( |
|
| 2865 | 2865 | 'path' => '{project}/regions/{region}/vpnTunnels/{vpnTunnel}', |
| 2866 | 2866 | 'httpMethod' => 'DELETE', |
| 2867 | 2867 | 'parameters' => array( |
@@ -2881,7 +2881,7 @@ discard block |
||
| 2881 | 2881 | 'required' => true, |
| 2882 | 2882 | ), |
| 2883 | 2883 | ), |
| 2884 | - ),'get' => array( |
|
| 2884 | + ), 'get' => array( |
|
| 2885 | 2885 | 'path' => '{project}/regions/{region}/vpnTunnels/{vpnTunnel}', |
| 2886 | 2886 | 'httpMethod' => 'GET', |
| 2887 | 2887 | 'parameters' => array( |
@@ -2901,7 +2901,7 @@ discard block |
||
| 2901 | 2901 | 'required' => true, |
| 2902 | 2902 | ), |
| 2903 | 2903 | ), |
| 2904 | - ),'insert' => array( |
|
| 2904 | + ), 'insert' => array( |
|
| 2905 | 2905 | 'path' => '{project}/regions/{region}/vpnTunnels', |
| 2906 | 2906 | 'httpMethod' => 'POST', |
| 2907 | 2907 | 'parameters' => array( |
@@ -2916,7 +2916,7 @@ discard block |
||
| 2916 | 2916 | 'required' => true, |
| 2917 | 2917 | ), |
| 2918 | 2918 | ), |
| 2919 | - ),'list' => array( |
|
| 2919 | + ), 'list' => array( |
|
| 2920 | 2920 | 'path' => '{project}/regions/{region}/vpnTunnels', |
| 2921 | 2921 | 'httpMethod' => 'GET', |
| 2922 | 2922 | 'parameters' => array( |
@@ -2973,7 +2973,7 @@ discard block |
||
| 2973 | 2973 | 'required' => true, |
| 2974 | 2974 | ), |
| 2975 | 2975 | ), |
| 2976 | - ),'get' => array( |
|
| 2976 | + ), 'get' => array( |
|
| 2977 | 2977 | 'path' => '{project}/zones/{zone}/operations/{operation}', |
| 2978 | 2978 | 'httpMethod' => 'GET', |
| 2979 | 2979 | 'parameters' => array( |
@@ -2993,7 +2993,7 @@ discard block |
||
| 2993 | 2993 | 'required' => true, |
| 2994 | 2994 | ), |
| 2995 | 2995 | ), |
| 2996 | - ),'list' => array( |
|
| 2996 | + ), 'list' => array( |
|
| 2997 | 2997 | 'path' => '{project}/zones/{zone}/operations', |
| 2998 | 2998 | 'httpMethod' => 'GET', |
| 2999 | 2999 | 'parameters' => array( |
@@ -3045,7 +3045,7 @@ discard block |
||
| 3045 | 3045 | 'required' => true, |
| 3046 | 3046 | ), |
| 3047 | 3047 | ), |
| 3048 | - ),'list' => array( |
|
| 3048 | + ), 'list' => array( |
|
| 3049 | 3049 | 'path' => '{project}/zones', |
| 3050 | 3050 | 'httpMethod' => 'GET', |
| 3051 | 3051 | 'parameters' => array( |
@@ -483,7 +483,7 @@ discard block |
||
| 483 | 483 | * |
| 484 | 484 | * @param string $project Project ID for this request. |
| 485 | 485 | * @param string $groupName Name of the group for this request. |
| 486 | - * @param Google_GroupsAddMemberRequest $postBody |
|
| 486 | + * @param Google_Service_Computeaccounts_GroupsAddMemberRequest $postBody |
|
| 487 | 487 | * @param array $optParams Optional parameters. |
| 488 | 488 | * @return Google_Service_Computeaccounts_Operation |
| 489 | 489 | */ |
@@ -529,7 +529,7 @@ discard block |
||
| 529 | 529 | * the request. (groups.insert) |
| 530 | 530 | * |
| 531 | 531 | * @param string $project Project ID for this request. |
| 532 | - * @param Google_Group $postBody |
|
| 532 | + * @param Google_Service_Computeaccounts_Group $postBody |
|
| 533 | 533 | * @param array $optParams Optional parameters. |
| 534 | 534 | * @return Google_Service_Computeaccounts_Operation |
| 535 | 535 | */ |
@@ -567,7 +567,7 @@ discard block |
||
| 567 | 567 | * |
| 568 | 568 | * @param string $project Project ID for this request. |
| 569 | 569 | * @param string $groupName Name of the group for this request. |
| 570 | - * @param Google_GroupsRemoveMemberRequest $postBody |
|
| 570 | + * @param Google_Service_Computeaccounts_GroupsRemoveMemberRequest $postBody |
|
| 571 | 571 | * @param array $optParams Optional parameters. |
| 572 | 572 | * @return Google_Service_Computeaccounts_Operation |
| 573 | 573 | */ |
@@ -654,7 +654,7 @@ discard block |
||
| 654 | 654 | * |
| 655 | 655 | * @param string $project Project ID for this request. |
| 656 | 656 | * @param string $user Name of the user for this request. |
| 657 | - * @param Google_PublicKey $postBody |
|
| 657 | + * @param Google_Service_Computeaccounts_PublicKey $postBody |
|
| 658 | 658 | * @param array $optParams Optional parameters. |
| 659 | 659 | * @return Google_Service_Computeaccounts_Operation |
| 660 | 660 | */ |
@@ -700,7 +700,7 @@ discard block |
||
| 700 | 700 | * the request. (users.insert) |
| 701 | 701 | * |
| 702 | 702 | * @param string $project Project ID for this request. |
| 703 | - * @param Google_User $postBody |
|
| 703 | + * @param Google_Service_Computeaccounts_User $postBody |
|
| 704 | 704 | * @param array $optParams Optional parameters. |
| 705 | 705 | * @return Google_Service_Computeaccounts_Operation |
| 706 | 706 | */ |
@@ -32,13 +32,13 @@ discard block |
||
| 32 | 32 | { |
| 33 | 33 | /** View and manage your data across Google Cloud Platform services. */ |
| 34 | 34 | const CLOUD_PLATFORM = |
| 35 | - "https://www.googleapis.com/auth/cloud-platform"; |
|
| 35 | + "https://www.googleapis.com/auth/cloud-platform"; |
|
| 36 | 36 | /** New Service: https://www.googleapis.com/auth/computeaccounts. */ |
| 37 | 37 | const COMPUTEACCOUNTS = |
| 38 | - "https://www.googleapis.com/auth/computeaccounts"; |
|
| 38 | + "https://www.googleapis.com/auth/computeaccounts"; |
|
| 39 | 39 | /** New Service: https://www.googleapis.com/auth/computeaccounts.readonly. */ |
| 40 | 40 | const COMPUTEACCOUNTS_READONLY = |
| 41 | - "https://www.googleapis.com/auth/computeaccounts.readonly"; |
|
| 41 | + "https://www.googleapis.com/auth/computeaccounts.readonly"; |
|
| 42 | 42 | |
| 43 | 43 | public $globalAccountsOperations; |
| 44 | 44 | public $groups; |
@@ -53,353 +53,353 @@ discard block |
||
| 53 | 53 | */ |
| 54 | 54 | public function __construct(Google_Client $client) |
| 55 | 55 | { |
| 56 | - parent::__construct($client); |
|
| 57 | - $this->servicePath = 'computeaccounts/alpha/projects/'; |
|
| 58 | - $this->version = 'alpha'; |
|
| 59 | - $this->serviceName = 'computeaccounts'; |
|
| 60 | - |
|
| 61 | - $this->globalAccountsOperations = new Google_Service_Computeaccounts_GlobalAccountsOperations_Resource( |
|
| 62 | - $this, |
|
| 63 | - $this->serviceName, |
|
| 64 | - 'globalAccountsOperations', |
|
| 65 | - array( |
|
| 66 | - 'methods' => array( |
|
| 67 | - 'delete' => array( |
|
| 68 | - 'path' => '{project}/global/operations/{operation}', |
|
| 69 | - 'httpMethod' => 'DELETE', |
|
| 70 | - 'parameters' => array( |
|
| 71 | - 'project' => array( |
|
| 72 | - 'location' => 'path', |
|
| 73 | - 'type' => 'string', |
|
| 74 | - 'required' => true, |
|
| 75 | - ), |
|
| 76 | - 'operation' => array( |
|
| 77 | - 'location' => 'path', |
|
| 78 | - 'type' => 'string', |
|
| 79 | - 'required' => true, |
|
| 80 | - ), |
|
| 81 | - ), |
|
| 82 | - ),'get' => array( |
|
| 83 | - 'path' => '{project}/global/operations/{operation}', |
|
| 84 | - 'httpMethod' => 'GET', |
|
| 85 | - 'parameters' => array( |
|
| 86 | - 'project' => array( |
|
| 87 | - 'location' => 'path', |
|
| 88 | - 'type' => 'string', |
|
| 89 | - 'required' => true, |
|
| 90 | - ), |
|
| 91 | - 'operation' => array( |
|
| 92 | - 'location' => 'path', |
|
| 93 | - 'type' => 'string', |
|
| 94 | - 'required' => true, |
|
| 95 | - ), |
|
| 96 | - ), |
|
| 97 | - ),'list' => array( |
|
| 98 | - 'path' => '{project}/global/operations', |
|
| 99 | - 'httpMethod' => 'GET', |
|
| 100 | - 'parameters' => array( |
|
| 101 | - 'project' => array( |
|
| 102 | - 'location' => 'path', |
|
| 103 | - 'type' => 'string', |
|
| 104 | - 'required' => true, |
|
| 105 | - ), |
|
| 106 | - 'filter' => array( |
|
| 107 | - 'location' => 'query', |
|
| 108 | - 'type' => 'string', |
|
| 109 | - ), |
|
| 110 | - 'pageToken' => array( |
|
| 111 | - 'location' => 'query', |
|
| 112 | - 'type' => 'string', |
|
| 113 | - ), |
|
| 114 | - 'maxResults' => array( |
|
| 115 | - 'location' => 'query', |
|
| 116 | - 'type' => 'integer', |
|
| 117 | - ), |
|
| 118 | - ), |
|
| 119 | - ), |
|
| 120 | - ) |
|
| 121 | - ) |
|
| 122 | - ); |
|
| 123 | - $this->groups = new Google_Service_Computeaccounts_Groups_Resource( |
|
| 124 | - $this, |
|
| 125 | - $this->serviceName, |
|
| 126 | - 'groups', |
|
| 127 | - array( |
|
| 128 | - 'methods' => array( |
|
| 129 | - 'addMember' => array( |
|
| 130 | - 'path' => '{project}/global/groups/{groupName}/addMember', |
|
| 131 | - 'httpMethod' => 'POST', |
|
| 132 | - 'parameters' => array( |
|
| 133 | - 'project' => array( |
|
| 134 | - 'location' => 'path', |
|
| 135 | - 'type' => 'string', |
|
| 136 | - 'required' => true, |
|
| 137 | - ), |
|
| 138 | - 'groupName' => array( |
|
| 139 | - 'location' => 'path', |
|
| 140 | - 'type' => 'string', |
|
| 141 | - 'required' => true, |
|
| 142 | - ), |
|
| 143 | - ), |
|
| 144 | - ),'delete' => array( |
|
| 145 | - 'path' => '{project}/global/groups/{groupName}', |
|
| 146 | - 'httpMethod' => 'DELETE', |
|
| 147 | - 'parameters' => array( |
|
| 148 | - 'project' => array( |
|
| 149 | - 'location' => 'path', |
|
| 150 | - 'type' => 'string', |
|
| 151 | - 'required' => true, |
|
| 152 | - ), |
|
| 153 | - 'groupName' => array( |
|
| 154 | - 'location' => 'path', |
|
| 155 | - 'type' => 'string', |
|
| 156 | - 'required' => true, |
|
| 157 | - ), |
|
| 158 | - ), |
|
| 159 | - ),'get' => array( |
|
| 160 | - 'path' => '{project}/global/groups/{groupName}', |
|
| 161 | - 'httpMethod' => 'GET', |
|
| 162 | - 'parameters' => array( |
|
| 163 | - 'project' => array( |
|
| 164 | - 'location' => 'path', |
|
| 165 | - 'type' => 'string', |
|
| 166 | - 'required' => true, |
|
| 167 | - ), |
|
| 168 | - 'groupName' => array( |
|
| 169 | - 'location' => 'path', |
|
| 170 | - 'type' => 'string', |
|
| 171 | - 'required' => true, |
|
| 172 | - ), |
|
| 173 | - ), |
|
| 174 | - ),'insert' => array( |
|
| 175 | - 'path' => '{project}/global/groups', |
|
| 176 | - 'httpMethod' => 'POST', |
|
| 177 | - 'parameters' => array( |
|
| 178 | - 'project' => array( |
|
| 179 | - 'location' => 'path', |
|
| 180 | - 'type' => 'string', |
|
| 181 | - 'required' => true, |
|
| 182 | - ), |
|
| 183 | - ), |
|
| 184 | - ),'list' => array( |
|
| 185 | - 'path' => '{project}/global/groups', |
|
| 186 | - 'httpMethod' => 'GET', |
|
| 187 | - 'parameters' => array( |
|
| 188 | - 'project' => array( |
|
| 189 | - 'location' => 'path', |
|
| 190 | - 'type' => 'string', |
|
| 191 | - 'required' => true, |
|
| 192 | - ), |
|
| 193 | - 'filter' => array( |
|
| 194 | - 'location' => 'query', |
|
| 195 | - 'type' => 'string', |
|
| 196 | - ), |
|
| 197 | - 'pageToken' => array( |
|
| 198 | - 'location' => 'query', |
|
| 199 | - 'type' => 'string', |
|
| 200 | - ), |
|
| 201 | - 'maxResults' => array( |
|
| 202 | - 'location' => 'query', |
|
| 203 | - 'type' => 'integer', |
|
| 204 | - ), |
|
| 205 | - ), |
|
| 206 | - ),'removeMember' => array( |
|
| 207 | - 'path' => '{project}/global/groups/{groupName}/removeMember', |
|
| 208 | - 'httpMethod' => 'POST', |
|
| 209 | - 'parameters' => array( |
|
| 210 | - 'project' => array( |
|
| 211 | - 'location' => 'path', |
|
| 212 | - 'type' => 'string', |
|
| 213 | - 'required' => true, |
|
| 214 | - ), |
|
| 215 | - 'groupName' => array( |
|
| 216 | - 'location' => 'path', |
|
| 217 | - 'type' => 'string', |
|
| 218 | - 'required' => true, |
|
| 219 | - ), |
|
| 220 | - ), |
|
| 221 | - ), |
|
| 222 | - ) |
|
| 223 | - ) |
|
| 224 | - ); |
|
| 225 | - $this->linux = new Google_Service_Computeaccounts_Linux_Resource( |
|
| 226 | - $this, |
|
| 227 | - $this->serviceName, |
|
| 228 | - 'linux', |
|
| 229 | - array( |
|
| 230 | - 'methods' => array( |
|
| 231 | - 'getAuthorizedKeysView' => array( |
|
| 232 | - 'path' => '{project}/zones/{zone}/authorizedKeysView/{user}', |
|
| 233 | - 'httpMethod' => 'POST', |
|
| 234 | - 'parameters' => array( |
|
| 235 | - 'project' => array( |
|
| 236 | - 'location' => 'path', |
|
| 237 | - 'type' => 'string', |
|
| 238 | - 'required' => true, |
|
| 239 | - ), |
|
| 240 | - 'zone' => array( |
|
| 241 | - 'location' => 'path', |
|
| 242 | - 'type' => 'string', |
|
| 243 | - 'required' => true, |
|
| 244 | - ), |
|
| 245 | - 'user' => array( |
|
| 246 | - 'location' => 'path', |
|
| 247 | - 'type' => 'string', |
|
| 248 | - 'required' => true, |
|
| 249 | - ), |
|
| 250 | - 'instance' => array( |
|
| 251 | - 'location' => 'query', |
|
| 252 | - 'type' => 'string', |
|
| 253 | - 'required' => true, |
|
| 254 | - ), |
|
| 255 | - ), |
|
| 256 | - ),'getLinuxAccountViews' => array( |
|
| 257 | - 'path' => '{project}/zones/{zone}/linuxAccountViews', |
|
| 258 | - 'httpMethod' => 'POST', |
|
| 259 | - 'parameters' => array( |
|
| 260 | - 'project' => array( |
|
| 261 | - 'location' => 'path', |
|
| 262 | - 'type' => 'string', |
|
| 263 | - 'required' => true, |
|
| 264 | - ), |
|
| 265 | - 'zone' => array( |
|
| 266 | - 'location' => 'path', |
|
| 267 | - 'type' => 'string', |
|
| 268 | - 'required' => true, |
|
| 269 | - ), |
|
| 270 | - 'instance' => array( |
|
| 271 | - 'location' => 'query', |
|
| 272 | - 'type' => 'string', |
|
| 273 | - 'required' => true, |
|
| 274 | - ), |
|
| 275 | - 'pageToken' => array( |
|
| 276 | - 'location' => 'query', |
|
| 277 | - 'type' => 'string', |
|
| 278 | - ), |
|
| 279 | - 'maxResults' => array( |
|
| 280 | - 'location' => 'query', |
|
| 281 | - 'type' => 'integer', |
|
| 282 | - ), |
|
| 283 | - 'filter' => array( |
|
| 284 | - 'location' => 'query', |
|
| 285 | - 'type' => 'string', |
|
| 286 | - ), |
|
| 287 | - 'user' => array( |
|
| 288 | - 'location' => 'query', |
|
| 289 | - 'type' => 'string', |
|
| 290 | - ), |
|
| 291 | - ), |
|
| 292 | - ), |
|
| 293 | - ) |
|
| 294 | - ) |
|
| 295 | - ); |
|
| 296 | - $this->users = new Google_Service_Computeaccounts_Users_Resource( |
|
| 297 | - $this, |
|
| 298 | - $this->serviceName, |
|
| 299 | - 'users', |
|
| 300 | - array( |
|
| 301 | - 'methods' => array( |
|
| 302 | - 'addPublicKey' => array( |
|
| 303 | - 'path' => '{project}/global/users/{user}/addPublicKey', |
|
| 304 | - 'httpMethod' => 'POST', |
|
| 305 | - 'parameters' => array( |
|
| 306 | - 'project' => array( |
|
| 307 | - 'location' => 'path', |
|
| 308 | - 'type' => 'string', |
|
| 309 | - 'required' => true, |
|
| 310 | - ), |
|
| 311 | - 'user' => array( |
|
| 312 | - 'location' => 'path', |
|
| 313 | - 'type' => 'string', |
|
| 314 | - 'required' => true, |
|
| 315 | - ), |
|
| 316 | - ), |
|
| 317 | - ),'delete' => array( |
|
| 318 | - 'path' => '{project}/global/users/{user}', |
|
| 319 | - 'httpMethod' => 'DELETE', |
|
| 320 | - 'parameters' => array( |
|
| 321 | - 'project' => array( |
|
| 322 | - 'location' => 'path', |
|
| 323 | - 'type' => 'string', |
|
| 324 | - 'required' => true, |
|
| 325 | - ), |
|
| 326 | - 'user' => array( |
|
| 327 | - 'location' => 'path', |
|
| 328 | - 'type' => 'string', |
|
| 329 | - 'required' => true, |
|
| 330 | - ), |
|
| 331 | - ), |
|
| 332 | - ),'get' => array( |
|
| 333 | - 'path' => '{project}/global/users/{user}', |
|
| 334 | - 'httpMethod' => 'GET', |
|
| 335 | - 'parameters' => array( |
|
| 336 | - 'project' => array( |
|
| 337 | - 'location' => 'path', |
|
| 338 | - 'type' => 'string', |
|
| 339 | - 'required' => true, |
|
| 340 | - ), |
|
| 341 | - 'user' => array( |
|
| 342 | - 'location' => 'path', |
|
| 343 | - 'type' => 'string', |
|
| 344 | - 'required' => true, |
|
| 345 | - ), |
|
| 346 | - ), |
|
| 347 | - ),'insert' => array( |
|
| 348 | - 'path' => '{project}/global/users', |
|
| 349 | - 'httpMethod' => 'POST', |
|
| 350 | - 'parameters' => array( |
|
| 351 | - 'project' => array( |
|
| 352 | - 'location' => 'path', |
|
| 353 | - 'type' => 'string', |
|
| 354 | - 'required' => true, |
|
| 355 | - ), |
|
| 356 | - ), |
|
| 357 | - ),'list' => array( |
|
| 358 | - 'path' => '{project}/global/users', |
|
| 359 | - 'httpMethod' => 'GET', |
|
| 360 | - 'parameters' => array( |
|
| 361 | - 'project' => array( |
|
| 362 | - 'location' => 'path', |
|
| 363 | - 'type' => 'string', |
|
| 364 | - 'required' => true, |
|
| 365 | - ), |
|
| 366 | - 'filter' => array( |
|
| 367 | - 'location' => 'query', |
|
| 368 | - 'type' => 'string', |
|
| 369 | - ), |
|
| 370 | - 'pageToken' => array( |
|
| 371 | - 'location' => 'query', |
|
| 372 | - 'type' => 'string', |
|
| 373 | - ), |
|
| 374 | - 'maxResults' => array( |
|
| 375 | - 'location' => 'query', |
|
| 376 | - 'type' => 'integer', |
|
| 377 | - ), |
|
| 378 | - ), |
|
| 379 | - ),'removePublicKey' => array( |
|
| 380 | - 'path' => '{project}/global/users/{user}/removePublicKey', |
|
| 381 | - 'httpMethod' => 'POST', |
|
| 382 | - 'parameters' => array( |
|
| 383 | - 'project' => array( |
|
| 384 | - 'location' => 'path', |
|
| 385 | - 'type' => 'string', |
|
| 386 | - 'required' => true, |
|
| 387 | - ), |
|
| 388 | - 'user' => array( |
|
| 389 | - 'location' => 'path', |
|
| 390 | - 'type' => 'string', |
|
| 391 | - 'required' => true, |
|
| 392 | - ), |
|
| 393 | - 'fingerprint' => array( |
|
| 394 | - 'location' => 'query', |
|
| 395 | - 'type' => 'string', |
|
| 396 | - 'required' => true, |
|
| 397 | - ), |
|
| 398 | - ), |
|
| 399 | - ), |
|
| 400 | - ) |
|
| 401 | - ) |
|
| 402 | - ); |
|
| 56 | + parent::__construct($client); |
|
| 57 | + $this->servicePath = 'computeaccounts/alpha/projects/'; |
|
| 58 | + $this->version = 'alpha'; |
|
| 59 | + $this->serviceName = 'computeaccounts'; |
|
| 60 | + |
|
| 61 | + $this->globalAccountsOperations = new Google_Service_Computeaccounts_GlobalAccountsOperations_Resource( |
|
| 62 | + $this, |
|
| 63 | + $this->serviceName, |
|
| 64 | + 'globalAccountsOperations', |
|
| 65 | + array( |
|
| 66 | + 'methods' => array( |
|
| 67 | + 'delete' => array( |
|
| 68 | + 'path' => '{project}/global/operations/{operation}', |
|
| 69 | + 'httpMethod' => 'DELETE', |
|
| 70 | + 'parameters' => array( |
|
| 71 | + 'project' => array( |
|
| 72 | + 'location' => 'path', |
|
| 73 | + 'type' => 'string', |
|
| 74 | + 'required' => true, |
|
| 75 | + ), |
|
| 76 | + 'operation' => array( |
|
| 77 | + 'location' => 'path', |
|
| 78 | + 'type' => 'string', |
|
| 79 | + 'required' => true, |
|
| 80 | + ), |
|
| 81 | + ), |
|
| 82 | + ),'get' => array( |
|
| 83 | + 'path' => '{project}/global/operations/{operation}', |
|
| 84 | + 'httpMethod' => 'GET', |
|
| 85 | + 'parameters' => array( |
|
| 86 | + 'project' => array( |
|
| 87 | + 'location' => 'path', |
|
| 88 | + 'type' => 'string', |
|
| 89 | + 'required' => true, |
|
| 90 | + ), |
|
| 91 | + 'operation' => array( |
|
| 92 | + 'location' => 'path', |
|
| 93 | + 'type' => 'string', |
|
| 94 | + 'required' => true, |
|
| 95 | + ), |
|
| 96 | + ), |
|
| 97 | + ),'list' => array( |
|
| 98 | + 'path' => '{project}/global/operations', |
|
| 99 | + 'httpMethod' => 'GET', |
|
| 100 | + 'parameters' => array( |
|
| 101 | + 'project' => array( |
|
| 102 | + 'location' => 'path', |
|
| 103 | + 'type' => 'string', |
|
| 104 | + 'required' => true, |
|
| 105 | + ), |
|
| 106 | + 'filter' => array( |
|
| 107 | + 'location' => 'query', |
|
| 108 | + 'type' => 'string', |
|
| 109 | + ), |
|
| 110 | + 'pageToken' => array( |
|
| 111 | + 'location' => 'query', |
|
| 112 | + 'type' => 'string', |
|
| 113 | + ), |
|
| 114 | + 'maxResults' => array( |
|
| 115 | + 'location' => 'query', |
|
| 116 | + 'type' => 'integer', |
|
| 117 | + ), |
|
| 118 | + ), |
|
| 119 | + ), |
|
| 120 | + ) |
|
| 121 | + ) |
|
| 122 | + ); |
|
| 123 | + $this->groups = new Google_Service_Computeaccounts_Groups_Resource( |
|
| 124 | + $this, |
|
| 125 | + $this->serviceName, |
|
| 126 | + 'groups', |
|
| 127 | + array( |
|
| 128 | + 'methods' => array( |
|
| 129 | + 'addMember' => array( |
|
| 130 | + 'path' => '{project}/global/groups/{groupName}/addMember', |
|
| 131 | + 'httpMethod' => 'POST', |
|
| 132 | + 'parameters' => array( |
|
| 133 | + 'project' => array( |
|
| 134 | + 'location' => 'path', |
|
| 135 | + 'type' => 'string', |
|
| 136 | + 'required' => true, |
|
| 137 | + ), |
|
| 138 | + 'groupName' => array( |
|
| 139 | + 'location' => 'path', |
|
| 140 | + 'type' => 'string', |
|
| 141 | + 'required' => true, |
|
| 142 | + ), |
|
| 143 | + ), |
|
| 144 | + ),'delete' => array( |
|
| 145 | + 'path' => '{project}/global/groups/{groupName}', |
|
| 146 | + 'httpMethod' => 'DELETE', |
|
| 147 | + 'parameters' => array( |
|
| 148 | + 'project' => array( |
|
| 149 | + 'location' => 'path', |
|
| 150 | + 'type' => 'string', |
|
| 151 | + 'required' => true, |
|
| 152 | + ), |
|
| 153 | + 'groupName' => array( |
|
| 154 | + 'location' => 'path', |
|
| 155 | + 'type' => 'string', |
|
| 156 | + 'required' => true, |
|
| 157 | + ), |
|
| 158 | + ), |
|
| 159 | + ),'get' => array( |
|
| 160 | + 'path' => '{project}/global/groups/{groupName}', |
|
| 161 | + 'httpMethod' => 'GET', |
|
| 162 | + 'parameters' => array( |
|
| 163 | + 'project' => array( |
|
| 164 | + 'location' => 'path', |
|
| 165 | + 'type' => 'string', |
|
| 166 | + 'required' => true, |
|
| 167 | + ), |
|
| 168 | + 'groupName' => array( |
|
| 169 | + 'location' => 'path', |
|
| 170 | + 'type' => 'string', |
|
| 171 | + 'required' => true, |
|
| 172 | + ), |
|
| 173 | + ), |
|
| 174 | + ),'insert' => array( |
|
| 175 | + 'path' => '{project}/global/groups', |
|
| 176 | + 'httpMethod' => 'POST', |
|
| 177 | + 'parameters' => array( |
|
| 178 | + 'project' => array( |
|
| 179 | + 'location' => 'path', |
|
| 180 | + 'type' => 'string', |
|
| 181 | + 'required' => true, |
|
| 182 | + ), |
|
| 183 | + ), |
|
| 184 | + ),'list' => array( |
|
| 185 | + 'path' => '{project}/global/groups', |
|
| 186 | + 'httpMethod' => 'GET', |
|
| 187 | + 'parameters' => array( |
|
| 188 | + 'project' => array( |
|
| 189 | + 'location' => 'path', |
|
| 190 | + 'type' => 'string', |
|
| 191 | + 'required' => true, |
|
| 192 | + ), |
|
| 193 | + 'filter' => array( |
|
| 194 | + 'location' => 'query', |
|
| 195 | + 'type' => 'string', |
|
| 196 | + ), |
|
| 197 | + 'pageToken' => array( |
|
| 198 | + 'location' => 'query', |
|
| 199 | + 'type' => 'string', |
|
| 200 | + ), |
|
| 201 | + 'maxResults' => array( |
|
| 202 | + 'location' => 'query', |
|
| 203 | + 'type' => 'integer', |
|
| 204 | + ), |
|
| 205 | + ), |
|
| 206 | + ),'removeMember' => array( |
|
| 207 | + 'path' => '{project}/global/groups/{groupName}/removeMember', |
|
| 208 | + 'httpMethod' => 'POST', |
|
| 209 | + 'parameters' => array( |
|
| 210 | + 'project' => array( |
|
| 211 | + 'location' => 'path', |
|
| 212 | + 'type' => 'string', |
|
| 213 | + 'required' => true, |
|
| 214 | + ), |
|
| 215 | + 'groupName' => array( |
|
| 216 | + 'location' => 'path', |
|
| 217 | + 'type' => 'string', |
|
| 218 | + 'required' => true, |
|
| 219 | + ), |
|
| 220 | + ), |
|
| 221 | + ), |
|
| 222 | + ) |
|
| 223 | + ) |
|
| 224 | + ); |
|
| 225 | + $this->linux = new Google_Service_Computeaccounts_Linux_Resource( |
|
| 226 | + $this, |
|
| 227 | + $this->serviceName, |
|
| 228 | + 'linux', |
|
| 229 | + array( |
|
| 230 | + 'methods' => array( |
|
| 231 | + 'getAuthorizedKeysView' => array( |
|
| 232 | + 'path' => '{project}/zones/{zone}/authorizedKeysView/{user}', |
|
| 233 | + 'httpMethod' => 'POST', |
|
| 234 | + 'parameters' => array( |
|
| 235 | + 'project' => array( |
|
| 236 | + 'location' => 'path', |
|
| 237 | + 'type' => 'string', |
|
| 238 | + 'required' => true, |
|
| 239 | + ), |
|
| 240 | + 'zone' => array( |
|
| 241 | + 'location' => 'path', |
|
| 242 | + 'type' => 'string', |
|
| 243 | + 'required' => true, |
|
| 244 | + ), |
|
| 245 | + 'user' => array( |
|
| 246 | + 'location' => 'path', |
|
| 247 | + 'type' => 'string', |
|
| 248 | + 'required' => true, |
|
| 249 | + ), |
|
| 250 | + 'instance' => array( |
|
| 251 | + 'location' => 'query', |
|
| 252 | + 'type' => 'string', |
|
| 253 | + 'required' => true, |
|
| 254 | + ), |
|
| 255 | + ), |
|
| 256 | + ),'getLinuxAccountViews' => array( |
|
| 257 | + 'path' => '{project}/zones/{zone}/linuxAccountViews', |
|
| 258 | + 'httpMethod' => 'POST', |
|
| 259 | + 'parameters' => array( |
|
| 260 | + 'project' => array( |
|
| 261 | + 'location' => 'path', |
|
| 262 | + 'type' => 'string', |
|
| 263 | + 'required' => true, |
|
| 264 | + ), |
|
| 265 | + 'zone' => array( |
|
| 266 | + 'location' => 'path', |
|
| 267 | + 'type' => 'string', |
|
| 268 | + 'required' => true, |
|
| 269 | + ), |
|
| 270 | + 'instance' => array( |
|
| 271 | + 'location' => 'query', |
|
| 272 | + 'type' => 'string', |
|
| 273 | + 'required' => true, |
|
| 274 | + ), |
|
| 275 | + 'pageToken' => array( |
|
| 276 | + 'location' => 'query', |
|
| 277 | + 'type' => 'string', |
|
| 278 | + ), |
|
| 279 | + 'maxResults' => array( |
|
| 280 | + 'location' => 'query', |
|
| 281 | + 'type' => 'integer', |
|
| 282 | + ), |
|
| 283 | + 'filter' => array( |
|
| 284 | + 'location' => 'query', |
|
| 285 | + 'type' => 'string', |
|
| 286 | + ), |
|
| 287 | + 'user' => array( |
|
| 288 | + 'location' => 'query', |
|
| 289 | + 'type' => 'string', |
|
| 290 | + ), |
|
| 291 | + ), |
|
| 292 | + ), |
|
| 293 | + ) |
|
| 294 | + ) |
|
| 295 | + ); |
|
| 296 | + $this->users = new Google_Service_Computeaccounts_Users_Resource( |
|
| 297 | + $this, |
|
| 298 | + $this->serviceName, |
|
| 299 | + 'users', |
|
| 300 | + array( |
|
| 301 | + 'methods' => array( |
|
| 302 | + 'addPublicKey' => array( |
|
| 303 | + 'path' => '{project}/global/users/{user}/addPublicKey', |
|
| 304 | + 'httpMethod' => 'POST', |
|
| 305 | + 'parameters' => array( |
|
| 306 | + 'project' => array( |
|
| 307 | + 'location' => 'path', |
|
| 308 | + 'type' => 'string', |
|
| 309 | + 'required' => true, |
|
| 310 | + ), |
|
| 311 | + 'user' => array( |
|
| 312 | + 'location' => 'path', |
|
| 313 | + 'type' => 'string', |
|
| 314 | + 'required' => true, |
|
| 315 | + ), |
|
| 316 | + ), |
|
| 317 | + ),'delete' => array( |
|
| 318 | + 'path' => '{project}/global/users/{user}', |
|
| 319 | + 'httpMethod' => 'DELETE', |
|
| 320 | + 'parameters' => array( |
|
| 321 | + 'project' => array( |
|
| 322 | + 'location' => 'path', |
|
| 323 | + 'type' => 'string', |
|
| 324 | + 'required' => true, |
|
| 325 | + ), |
|
| 326 | + 'user' => array( |
|
| 327 | + 'location' => 'path', |
|
| 328 | + 'type' => 'string', |
|
| 329 | + 'required' => true, |
|
| 330 | + ), |
|
| 331 | + ), |
|
| 332 | + ),'get' => array( |
|
| 333 | + 'path' => '{project}/global/users/{user}', |
|
| 334 | + 'httpMethod' => 'GET', |
|
| 335 | + 'parameters' => array( |
|
| 336 | + 'project' => array( |
|
| 337 | + 'location' => 'path', |
|
| 338 | + 'type' => 'string', |
|
| 339 | + 'required' => true, |
|
| 340 | + ), |
|
| 341 | + 'user' => array( |
|
| 342 | + 'location' => 'path', |
|
| 343 | + 'type' => 'string', |
|
| 344 | + 'required' => true, |
|
| 345 | + ), |
|
| 346 | + ), |
|
| 347 | + ),'insert' => array( |
|
| 348 | + 'path' => '{project}/global/users', |
|
| 349 | + 'httpMethod' => 'POST', |
|
| 350 | + 'parameters' => array( |
|
| 351 | + 'project' => array( |
|
| 352 | + 'location' => 'path', |
|
| 353 | + 'type' => 'string', |
|
| 354 | + 'required' => true, |
|
| 355 | + ), |
|
| 356 | + ), |
|
| 357 | + ),'list' => array( |
|
| 358 | + 'path' => '{project}/global/users', |
|
| 359 | + 'httpMethod' => 'GET', |
|
| 360 | + 'parameters' => array( |
|
| 361 | + 'project' => array( |
|
| 362 | + 'location' => 'path', |
|
| 363 | + 'type' => 'string', |
|
| 364 | + 'required' => true, |
|
| 365 | + ), |
|
| 366 | + 'filter' => array( |
|
| 367 | + 'location' => 'query', |
|
| 368 | + 'type' => 'string', |
|
| 369 | + ), |
|
| 370 | + 'pageToken' => array( |
|
| 371 | + 'location' => 'query', |
|
| 372 | + 'type' => 'string', |
|
| 373 | + ), |
|
| 374 | + 'maxResults' => array( |
|
| 375 | + 'location' => 'query', |
|
| 376 | + 'type' => 'integer', |
|
| 377 | + ), |
|
| 378 | + ), |
|
| 379 | + ),'removePublicKey' => array( |
|
| 380 | + 'path' => '{project}/global/users/{user}/removePublicKey', |
|
| 381 | + 'httpMethod' => 'POST', |
|
| 382 | + 'parameters' => array( |
|
| 383 | + 'project' => array( |
|
| 384 | + 'location' => 'path', |
|
| 385 | + 'type' => 'string', |
|
| 386 | + 'required' => true, |
|
| 387 | + ), |
|
| 388 | + 'user' => array( |
|
| 389 | + 'location' => 'path', |
|
| 390 | + 'type' => 'string', |
|
| 391 | + 'required' => true, |
|
| 392 | + ), |
|
| 393 | + 'fingerprint' => array( |
|
| 394 | + 'location' => 'query', |
|
| 395 | + 'type' => 'string', |
|
| 396 | + 'required' => true, |
|
| 397 | + ), |
|
| 398 | + ), |
|
| 399 | + ), |
|
| 400 | + ) |
|
| 401 | + ) |
|
| 402 | + ); |
|
| 403 | 403 | } |
| 404 | 404 | } |
| 405 | 405 | |
@@ -424,9 +424,9 @@ discard block |
||
| 424 | 424 | */ |
| 425 | 425 | public function delete($project, $operation, $optParams = array()) |
| 426 | 426 | { |
| 427 | - $params = array('project' => $project, 'operation' => $operation); |
|
| 428 | - $params = array_merge($params, $optParams); |
|
| 429 | - return $this->call('delete', array($params)); |
|
| 427 | + $params = array('project' => $project, 'operation' => $operation); |
|
| 428 | + $params = array_merge($params, $optParams); |
|
| 429 | + return $this->call('delete', array($params)); |
|
| 430 | 430 | } |
| 431 | 431 | |
| 432 | 432 | /** |
@@ -439,9 +439,9 @@ discard block |
||
| 439 | 439 | */ |
| 440 | 440 | public function get($project, $operation, $optParams = array()) |
| 441 | 441 | { |
| 442 | - $params = array('project' => $project, 'operation' => $operation); |
|
| 443 | - $params = array_merge($params, $optParams); |
|
| 444 | - return $this->call('get', array($params), "Google_Service_Computeaccounts_Operation"); |
|
| 442 | + $params = array('project' => $project, 'operation' => $operation); |
|
| 443 | + $params = array_merge($params, $optParams); |
|
| 444 | + return $this->call('get', array($params), "Google_Service_Computeaccounts_Operation"); |
|
| 445 | 445 | } |
| 446 | 446 | |
| 447 | 447 | /** |
@@ -461,9 +461,9 @@ discard block |
||
| 461 | 461 | */ |
| 462 | 462 | public function listGlobalAccountsOperations($project, $optParams = array()) |
| 463 | 463 | { |
| 464 | - $params = array('project' => $project); |
|
| 465 | - $params = array_merge($params, $optParams); |
|
| 466 | - return $this->call('list', array($params), "Google_Service_Computeaccounts_OperationList"); |
|
| 464 | + $params = array('project' => $project); |
|
| 465 | + $params = array_merge($params, $optParams); |
|
| 466 | + return $this->call('list', array($params), "Google_Service_Computeaccounts_OperationList"); |
|
| 467 | 467 | } |
| 468 | 468 | } |
| 469 | 469 | |
@@ -489,9 +489,9 @@ discard block |
||
| 489 | 489 | */ |
| 490 | 490 | public function addMember($project, $groupName, Google_Service_Computeaccounts_GroupsAddMemberRequest $postBody, $optParams = array()) |
| 491 | 491 | { |
| 492 | - $params = array('project' => $project, 'groupName' => $groupName, 'postBody' => $postBody); |
|
| 493 | - $params = array_merge($params, $optParams); |
|
| 494 | - return $this->call('addMember', array($params), "Google_Service_Computeaccounts_Operation"); |
|
| 492 | + $params = array('project' => $project, 'groupName' => $groupName, 'postBody' => $postBody); |
|
| 493 | + $params = array_merge($params, $optParams); |
|
| 494 | + return $this->call('addMember', array($params), "Google_Service_Computeaccounts_Operation"); |
|
| 495 | 495 | } |
| 496 | 496 | |
| 497 | 497 | /** |
@@ -504,9 +504,9 @@ discard block |
||
| 504 | 504 | */ |
| 505 | 505 | public function delete($project, $groupName, $optParams = array()) |
| 506 | 506 | { |
| 507 | - $params = array('project' => $project, 'groupName' => $groupName); |
|
| 508 | - $params = array_merge($params, $optParams); |
|
| 509 | - return $this->call('delete', array($params), "Google_Service_Computeaccounts_Operation"); |
|
| 507 | + $params = array('project' => $project, 'groupName' => $groupName); |
|
| 508 | + $params = array_merge($params, $optParams); |
|
| 509 | + return $this->call('delete', array($params), "Google_Service_Computeaccounts_Operation"); |
|
| 510 | 510 | } |
| 511 | 511 | |
| 512 | 512 | /** |
@@ -519,9 +519,9 @@ discard block |
||
| 519 | 519 | */ |
| 520 | 520 | public function get($project, $groupName, $optParams = array()) |
| 521 | 521 | { |
| 522 | - $params = array('project' => $project, 'groupName' => $groupName); |
|
| 523 | - $params = array_merge($params, $optParams); |
|
| 524 | - return $this->call('get', array($params), "Google_Service_Computeaccounts_Group"); |
|
| 522 | + $params = array('project' => $project, 'groupName' => $groupName); |
|
| 523 | + $params = array_merge($params, $optParams); |
|
| 524 | + return $this->call('get', array($params), "Google_Service_Computeaccounts_Group"); |
|
| 525 | 525 | } |
| 526 | 526 | |
| 527 | 527 | /** |
@@ -535,9 +535,9 @@ discard block |
||
| 535 | 535 | */ |
| 536 | 536 | public function insert($project, Google_Service_Computeaccounts_Group $postBody, $optParams = array()) |
| 537 | 537 | { |
| 538 | - $params = array('project' => $project, 'postBody' => $postBody); |
|
| 539 | - $params = array_merge($params, $optParams); |
|
| 540 | - return $this->call('insert', array($params), "Google_Service_Computeaccounts_Operation"); |
|
| 538 | + $params = array('project' => $project, 'postBody' => $postBody); |
|
| 539 | + $params = array_merge($params, $optParams); |
|
| 540 | + return $this->call('insert', array($params), "Google_Service_Computeaccounts_Operation"); |
|
| 541 | 541 | } |
| 542 | 542 | |
| 543 | 543 | /** |
@@ -557,9 +557,9 @@ discard block |
||
| 557 | 557 | */ |
| 558 | 558 | public function listGroups($project, $optParams = array()) |
| 559 | 559 | { |
| 560 | - $params = array('project' => $project); |
|
| 561 | - $params = array_merge($params, $optParams); |
|
| 562 | - return $this->call('list', array($params), "Google_Service_Computeaccounts_GroupList"); |
|
| 560 | + $params = array('project' => $project); |
|
| 561 | + $params = array_merge($params, $optParams); |
|
| 562 | + return $this->call('list', array($params), "Google_Service_Computeaccounts_GroupList"); |
|
| 563 | 563 | } |
| 564 | 564 | |
| 565 | 565 | /** |
@@ -573,9 +573,9 @@ discard block |
||
| 573 | 573 | */ |
| 574 | 574 | public function removeMember($project, $groupName, Google_Service_Computeaccounts_GroupsRemoveMemberRequest $postBody, $optParams = array()) |
| 575 | 575 | { |
| 576 | - $params = array('project' => $project, 'groupName' => $groupName, 'postBody' => $postBody); |
|
| 577 | - $params = array_merge($params, $optParams); |
|
| 578 | - return $this->call('removeMember', array($params), "Google_Service_Computeaccounts_Operation"); |
|
| 576 | + $params = array('project' => $project, 'groupName' => $groupName, 'postBody' => $postBody); |
|
| 577 | + $params = array_merge($params, $optParams); |
|
| 578 | + return $this->call('removeMember', array($params), "Google_Service_Computeaccounts_Operation"); |
|
| 579 | 579 | } |
| 580 | 580 | } |
| 581 | 581 | |
@@ -604,9 +604,9 @@ discard block |
||
| 604 | 604 | */ |
| 605 | 605 | public function getAuthorizedKeysView($project, $zone, $user, $instance, $optParams = array()) |
| 606 | 606 | { |
| 607 | - $params = array('project' => $project, 'zone' => $zone, 'user' => $user, 'instance' => $instance); |
|
| 608 | - $params = array_merge($params, $optParams); |
|
| 609 | - return $this->call('getAuthorizedKeysView', array($params), "Google_Service_Computeaccounts_LinuxGetAuthorizedKeysViewResponse"); |
|
| 607 | + $params = array('project' => $project, 'zone' => $zone, 'user' => $user, 'instance' => $instance); |
|
| 608 | + $params = array_merge($params, $optParams); |
|
| 609 | + return $this->call('getAuthorizedKeysView', array($params), "Google_Service_Computeaccounts_LinuxGetAuthorizedKeysViewResponse"); |
|
| 610 | 610 | } |
| 611 | 611 | |
| 612 | 612 | /** |
@@ -631,9 +631,9 @@ discard block |
||
| 631 | 631 | */ |
| 632 | 632 | public function getLinuxAccountViews($project, $zone, $instance, $optParams = array()) |
| 633 | 633 | { |
| 634 | - $params = array('project' => $project, 'zone' => $zone, 'instance' => $instance); |
|
| 635 | - $params = array_merge($params, $optParams); |
|
| 636 | - return $this->call('getLinuxAccountViews', array($params), "Google_Service_Computeaccounts_LinuxGetLinuxAccountViewsResponse"); |
|
| 634 | + $params = array('project' => $project, 'zone' => $zone, 'instance' => $instance); |
|
| 635 | + $params = array_merge($params, $optParams); |
|
| 636 | + return $this->call('getLinuxAccountViews', array($params), "Google_Service_Computeaccounts_LinuxGetLinuxAccountViewsResponse"); |
|
| 637 | 637 | } |
| 638 | 638 | } |
| 639 | 639 | |
@@ -660,9 +660,9 @@ discard block |
||
| 660 | 660 | */ |
| 661 | 661 | public function addPublicKey($project, $user, Google_Service_Computeaccounts_PublicKey $postBody, $optParams = array()) |
| 662 | 662 | { |
| 663 | - $params = array('project' => $project, 'user' => $user, 'postBody' => $postBody); |
|
| 664 | - $params = array_merge($params, $optParams); |
|
| 665 | - return $this->call('addPublicKey', array($params), "Google_Service_Computeaccounts_Operation"); |
|
| 663 | + $params = array('project' => $project, 'user' => $user, 'postBody' => $postBody); |
|
| 664 | + $params = array_merge($params, $optParams); |
|
| 665 | + return $this->call('addPublicKey', array($params), "Google_Service_Computeaccounts_Operation"); |
|
| 666 | 666 | } |
| 667 | 667 | |
| 668 | 668 | /** |
@@ -675,9 +675,9 @@ discard block |
||
| 675 | 675 | */ |
| 676 | 676 | public function delete($project, $user, $optParams = array()) |
| 677 | 677 | { |
| 678 | - $params = array('project' => $project, 'user' => $user); |
|
| 679 | - $params = array_merge($params, $optParams); |
|
| 680 | - return $this->call('delete', array($params), "Google_Service_Computeaccounts_Operation"); |
|
| 678 | + $params = array('project' => $project, 'user' => $user); |
|
| 679 | + $params = array_merge($params, $optParams); |
|
| 680 | + return $this->call('delete', array($params), "Google_Service_Computeaccounts_Operation"); |
|
| 681 | 681 | } |
| 682 | 682 | |
| 683 | 683 | /** |
@@ -690,9 +690,9 @@ discard block |
||
| 690 | 690 | */ |
| 691 | 691 | public function get($project, $user, $optParams = array()) |
| 692 | 692 | { |
| 693 | - $params = array('project' => $project, 'user' => $user); |
|
| 694 | - $params = array_merge($params, $optParams); |
|
| 695 | - return $this->call('get', array($params), "Google_Service_Computeaccounts_User"); |
|
| 693 | + $params = array('project' => $project, 'user' => $user); |
|
| 694 | + $params = array_merge($params, $optParams); |
|
| 695 | + return $this->call('get', array($params), "Google_Service_Computeaccounts_User"); |
|
| 696 | 696 | } |
| 697 | 697 | |
| 698 | 698 | /** |
@@ -706,9 +706,9 @@ discard block |
||
| 706 | 706 | */ |
| 707 | 707 | public function insert($project, Google_Service_Computeaccounts_User $postBody, $optParams = array()) |
| 708 | 708 | { |
| 709 | - $params = array('project' => $project, 'postBody' => $postBody); |
|
| 710 | - $params = array_merge($params, $optParams); |
|
| 711 | - return $this->call('insert', array($params), "Google_Service_Computeaccounts_Operation"); |
|
| 709 | + $params = array('project' => $project, 'postBody' => $postBody); |
|
| 710 | + $params = array_merge($params, $optParams); |
|
| 711 | + return $this->call('insert', array($params), "Google_Service_Computeaccounts_Operation"); |
|
| 712 | 712 | } |
| 713 | 713 | |
| 714 | 714 | /** |
@@ -728,9 +728,9 @@ discard block |
||
| 728 | 728 | */ |
| 729 | 729 | public function listUsers($project, $optParams = array()) |
| 730 | 730 | { |
| 731 | - $params = array('project' => $project); |
|
| 732 | - $params = array_merge($params, $optParams); |
|
| 733 | - return $this->call('list', array($params), "Google_Service_Computeaccounts_UserList"); |
|
| 731 | + $params = array('project' => $project); |
|
| 732 | + $params = array_merge($params, $optParams); |
|
| 733 | + return $this->call('list', array($params), "Google_Service_Computeaccounts_UserList"); |
|
| 734 | 734 | } |
| 735 | 735 | |
| 736 | 736 | /** |
@@ -746,9 +746,9 @@ discard block |
||
| 746 | 746 | */ |
| 747 | 747 | public function removePublicKey($project, $user, $fingerprint, $optParams = array()) |
| 748 | 748 | { |
| 749 | - $params = array('project' => $project, 'user' => $user, 'fingerprint' => $fingerprint); |
|
| 750 | - $params = array_merge($params, $optParams); |
|
| 751 | - return $this->call('removePublicKey', array($params), "Google_Service_Computeaccounts_Operation"); |
|
| 749 | + $params = array('project' => $project, 'user' => $user, 'fingerprint' => $fingerprint); |
|
| 750 | + $params = array_merge($params, $optParams); |
|
| 751 | + return $this->call('removePublicKey', array($params), "Google_Service_Computeaccounts_Operation"); |
|
| 752 | 752 | } |
| 753 | 753 | } |
| 754 | 754 | |
@@ -765,11 +765,11 @@ discard block |
||
| 765 | 765 | |
| 766 | 766 | public function setKeys($keys) |
| 767 | 767 | { |
| 768 | - $this->keys = $keys; |
|
| 768 | + $this->keys = $keys; |
|
| 769 | 769 | } |
| 770 | 770 | public function getKeys() |
| 771 | 771 | { |
| 772 | - return $this->keys; |
|
| 772 | + return $this->keys; |
|
| 773 | 773 | } |
| 774 | 774 | } |
| 775 | 775 | |
@@ -789,59 +789,59 @@ discard block |
||
| 789 | 789 | |
| 790 | 790 | public function setCreationTimestamp($creationTimestamp) |
| 791 | 791 | { |
| 792 | - $this->creationTimestamp = $creationTimestamp; |
|
| 792 | + $this->creationTimestamp = $creationTimestamp; |
|
| 793 | 793 | } |
| 794 | 794 | public function getCreationTimestamp() |
| 795 | 795 | { |
| 796 | - return $this->creationTimestamp; |
|
| 796 | + return $this->creationTimestamp; |
|
| 797 | 797 | } |
| 798 | 798 | public function setDescription($description) |
| 799 | 799 | { |
| 800 | - $this->description = $description; |
|
| 800 | + $this->description = $description; |
|
| 801 | 801 | } |
| 802 | 802 | public function getDescription() |
| 803 | 803 | { |
| 804 | - return $this->description; |
|
| 804 | + return $this->description; |
|
| 805 | 805 | } |
| 806 | 806 | public function setId($id) |
| 807 | 807 | { |
| 808 | - $this->id = $id; |
|
| 808 | + $this->id = $id; |
|
| 809 | 809 | } |
| 810 | 810 | public function getId() |
| 811 | 811 | { |
| 812 | - return $this->id; |
|
| 812 | + return $this->id; |
|
| 813 | 813 | } |
| 814 | 814 | public function setKind($kind) |
| 815 | 815 | { |
| 816 | - $this->kind = $kind; |
|
| 816 | + $this->kind = $kind; |
|
| 817 | 817 | } |
| 818 | 818 | public function getKind() |
| 819 | 819 | { |
| 820 | - return $this->kind; |
|
| 820 | + return $this->kind; |
|
| 821 | 821 | } |
| 822 | 822 | public function setMembers($members) |
| 823 | 823 | { |
| 824 | - $this->members = $members; |
|
| 824 | + $this->members = $members; |
|
| 825 | 825 | } |
| 826 | 826 | public function getMembers() |
| 827 | 827 | { |
| 828 | - return $this->members; |
|
| 828 | + return $this->members; |
|
| 829 | 829 | } |
| 830 | 830 | public function setName($name) |
| 831 | 831 | { |
| 832 | - $this->name = $name; |
|
| 832 | + $this->name = $name; |
|
| 833 | 833 | } |
| 834 | 834 | public function getName() |
| 835 | 835 | { |
| 836 | - return $this->name; |
|
| 836 | + return $this->name; |
|
| 837 | 837 | } |
| 838 | 838 | public function setSelfLink($selfLink) |
| 839 | 839 | { |
| 840 | - $this->selfLink = $selfLink; |
|
| 840 | + $this->selfLink = $selfLink; |
|
| 841 | 841 | } |
| 842 | 842 | public function getSelfLink() |
| 843 | 843 | { |
| 844 | - return $this->selfLink; |
|
| 844 | + return $this->selfLink; |
|
| 845 | 845 | } |
| 846 | 846 | } |
| 847 | 847 | |
@@ -860,43 +860,43 @@ discard block |
||
| 860 | 860 | |
| 861 | 861 | public function setId($id) |
| 862 | 862 | { |
| 863 | - $this->id = $id; |
|
| 863 | + $this->id = $id; |
|
| 864 | 864 | } |
| 865 | 865 | public function getId() |
| 866 | 866 | { |
| 867 | - return $this->id; |
|
| 867 | + return $this->id; |
|
| 868 | 868 | } |
| 869 | 869 | public function setItems($items) |
| 870 | 870 | { |
| 871 | - $this->items = $items; |
|
| 871 | + $this->items = $items; |
|
| 872 | 872 | } |
| 873 | 873 | public function getItems() |
| 874 | 874 | { |
| 875 | - return $this->items; |
|
| 875 | + return $this->items; |
|
| 876 | 876 | } |
| 877 | 877 | public function setKind($kind) |
| 878 | 878 | { |
| 879 | - $this->kind = $kind; |
|
| 879 | + $this->kind = $kind; |
|
| 880 | 880 | } |
| 881 | 881 | public function getKind() |
| 882 | 882 | { |
| 883 | - return $this->kind; |
|
| 883 | + return $this->kind; |
|
| 884 | 884 | } |
| 885 | 885 | public function setNextPageToken($nextPageToken) |
| 886 | 886 | { |
| 887 | - $this->nextPageToken = $nextPageToken; |
|
| 887 | + $this->nextPageToken = $nextPageToken; |
|
| 888 | 888 | } |
| 889 | 889 | public function getNextPageToken() |
| 890 | 890 | { |
| 891 | - return $this->nextPageToken; |
|
| 891 | + return $this->nextPageToken; |
|
| 892 | 892 | } |
| 893 | 893 | public function setSelfLink($selfLink) |
| 894 | 894 | { |
| 895 | - $this->selfLink = $selfLink; |
|
| 895 | + $this->selfLink = $selfLink; |
|
| 896 | 896 | } |
| 897 | 897 | public function getSelfLink() |
| 898 | 898 | { |
| 899 | - return $this->selfLink; |
|
| 899 | + return $this->selfLink; |
|
| 900 | 900 | } |
| 901 | 901 | } |
| 902 | 902 | |
@@ -910,11 +910,11 @@ discard block |
||
| 910 | 910 | |
| 911 | 911 | public function setUsers($users) |
| 912 | 912 | { |
| 913 | - $this->users = $users; |
|
| 913 | + $this->users = $users; |
|
| 914 | 914 | } |
| 915 | 915 | public function getUsers() |
| 916 | 916 | { |
| 917 | - return $this->users; |
|
| 917 | + return $this->users; |
|
| 918 | 918 | } |
| 919 | 919 | } |
| 920 | 920 | |
@@ -928,11 +928,11 @@ discard block |
||
| 928 | 928 | |
| 929 | 929 | public function setUsers($users) |
| 930 | 930 | { |
| 931 | - $this->users = $users; |
|
| 931 | + $this->users = $users; |
|
| 932 | 932 | } |
| 933 | 933 | public function getUsers() |
| 934 | 934 | { |
| 935 | - return $this->users; |
|
| 935 | + return $this->users; |
|
| 936 | 936 | } |
| 937 | 937 | } |
| 938 | 938 | |
@@ -950,27 +950,27 @@ discard block |
||
| 950 | 950 | |
| 951 | 951 | public function setGroupViews($groupViews) |
| 952 | 952 | { |
| 953 | - $this->groupViews = $groupViews; |
|
| 953 | + $this->groupViews = $groupViews; |
|
| 954 | 954 | } |
| 955 | 955 | public function getGroupViews() |
| 956 | 956 | { |
| 957 | - return $this->groupViews; |
|
| 957 | + return $this->groupViews; |
|
| 958 | 958 | } |
| 959 | 959 | public function setKind($kind) |
| 960 | 960 | { |
| 961 | - $this->kind = $kind; |
|
| 961 | + $this->kind = $kind; |
|
| 962 | 962 | } |
| 963 | 963 | public function getKind() |
| 964 | 964 | { |
| 965 | - return $this->kind; |
|
| 965 | + return $this->kind; |
|
| 966 | 966 | } |
| 967 | 967 | public function setUserViews($userViews) |
| 968 | 968 | { |
| 969 | - $this->userViews = $userViews; |
|
| 969 | + $this->userViews = $userViews; |
|
| 970 | 970 | } |
| 971 | 971 | public function getUserViews() |
| 972 | 972 | { |
| 973 | - return $this->userViews; |
|
| 973 | + return $this->userViews; |
|
| 974 | 974 | } |
| 975 | 975 | } |
| 976 | 976 | |
@@ -984,11 +984,11 @@ discard block |
||
| 984 | 984 | |
| 985 | 985 | public function setResource(Google_Service_Computeaccounts_AuthorizedKeysView $resource) |
| 986 | 986 | { |
| 987 | - $this->resource = $resource; |
|
| 987 | + $this->resource = $resource; |
|
| 988 | 988 | } |
| 989 | 989 | public function getResource() |
| 990 | 990 | { |
| 991 | - return $this->resource; |
|
| 991 | + return $this->resource; |
|
| 992 | 992 | } |
| 993 | 993 | } |
| 994 | 994 | |
@@ -1002,11 +1002,11 @@ discard block |
||
| 1002 | 1002 | |
| 1003 | 1003 | public function setResource(Google_Service_Computeaccounts_LinuxAccountViews $resource) |
| 1004 | 1004 | { |
| 1005 | - $this->resource = $resource; |
|
| 1005 | + $this->resource = $resource; |
|
| 1006 | 1006 | } |
| 1007 | 1007 | public function getResource() |
| 1008 | 1008 | { |
| 1009 | - return $this->resource; |
|
| 1009 | + return $this->resource; |
|
| 1010 | 1010 | } |
| 1011 | 1011 | } |
| 1012 | 1012 | |
@@ -1022,27 +1022,27 @@ discard block |
||
| 1022 | 1022 | |
| 1023 | 1023 | public function setGid($gid) |
| 1024 | 1024 | { |
| 1025 | - $this->gid = $gid; |
|
| 1025 | + $this->gid = $gid; |
|
| 1026 | 1026 | } |
| 1027 | 1027 | public function getGid() |
| 1028 | 1028 | { |
| 1029 | - return $this->gid; |
|
| 1029 | + return $this->gid; |
|
| 1030 | 1030 | } |
| 1031 | 1031 | public function setGroupName($groupName) |
| 1032 | 1032 | { |
| 1033 | - $this->groupName = $groupName; |
|
| 1033 | + $this->groupName = $groupName; |
|
| 1034 | 1034 | } |
| 1035 | 1035 | public function getGroupName() |
| 1036 | 1036 | { |
| 1037 | - return $this->groupName; |
|
| 1037 | + return $this->groupName; |
|
| 1038 | 1038 | } |
| 1039 | 1039 | public function setMembers($members) |
| 1040 | 1040 | { |
| 1041 | - $this->members = $members; |
|
| 1041 | + $this->members = $members; |
|
| 1042 | 1042 | } |
| 1043 | 1043 | public function getMembers() |
| 1044 | 1044 | { |
| 1045 | - return $this->members; |
|
| 1045 | + return $this->members; |
|
| 1046 | 1046 | } |
| 1047 | 1047 | } |
| 1048 | 1048 | |
@@ -1060,51 +1060,51 @@ discard block |
||
| 1060 | 1060 | |
| 1061 | 1061 | public function setGecos($gecos) |
| 1062 | 1062 | { |
| 1063 | - $this->gecos = $gecos; |
|
| 1063 | + $this->gecos = $gecos; |
|
| 1064 | 1064 | } |
| 1065 | 1065 | public function getGecos() |
| 1066 | 1066 | { |
| 1067 | - return $this->gecos; |
|
| 1067 | + return $this->gecos; |
|
| 1068 | 1068 | } |
| 1069 | 1069 | public function setGid($gid) |
| 1070 | 1070 | { |
| 1071 | - $this->gid = $gid; |
|
| 1071 | + $this->gid = $gid; |
|
| 1072 | 1072 | } |
| 1073 | 1073 | public function getGid() |
| 1074 | 1074 | { |
| 1075 | - return $this->gid; |
|
| 1075 | + return $this->gid; |
|
| 1076 | 1076 | } |
| 1077 | 1077 | public function setHomeDirectory($homeDirectory) |
| 1078 | 1078 | { |
| 1079 | - $this->homeDirectory = $homeDirectory; |
|
| 1079 | + $this->homeDirectory = $homeDirectory; |
|
| 1080 | 1080 | } |
| 1081 | 1081 | public function getHomeDirectory() |
| 1082 | 1082 | { |
| 1083 | - return $this->homeDirectory; |
|
| 1083 | + return $this->homeDirectory; |
|
| 1084 | 1084 | } |
| 1085 | 1085 | public function setShell($shell) |
| 1086 | 1086 | { |
| 1087 | - $this->shell = $shell; |
|
| 1087 | + $this->shell = $shell; |
|
| 1088 | 1088 | } |
| 1089 | 1089 | public function getShell() |
| 1090 | 1090 | { |
| 1091 | - return $this->shell; |
|
| 1091 | + return $this->shell; |
|
| 1092 | 1092 | } |
| 1093 | 1093 | public function setUid($uid) |
| 1094 | 1094 | { |
| 1095 | - $this->uid = $uid; |
|
| 1095 | + $this->uid = $uid; |
|
| 1096 | 1096 | } |
| 1097 | 1097 | public function getUid() |
| 1098 | 1098 | { |
| 1099 | - return $this->uid; |
|
| 1099 | + return $this->uid; |
|
| 1100 | 1100 | } |
| 1101 | 1101 | public function setUsername($username) |
| 1102 | 1102 | { |
| 1103 | - $this->username = $username; |
|
| 1103 | + $this->username = $username; |
|
| 1104 | 1104 | } |
| 1105 | 1105 | public function getUsername() |
| 1106 | 1106 | { |
| 1107 | - return $this->username; |
|
| 1107 | + return $this->username; |
|
| 1108 | 1108 | } |
| 1109 | 1109 | } |
| 1110 | 1110 | |
@@ -1141,179 +1141,179 @@ discard block |
||
| 1141 | 1141 | |
| 1142 | 1142 | public function setClientOperationId($clientOperationId) |
| 1143 | 1143 | { |
| 1144 | - $this->clientOperationId = $clientOperationId; |
|
| 1144 | + $this->clientOperationId = $clientOperationId; |
|
| 1145 | 1145 | } |
| 1146 | 1146 | public function getClientOperationId() |
| 1147 | 1147 | { |
| 1148 | - return $this->clientOperationId; |
|
| 1148 | + return $this->clientOperationId; |
|
| 1149 | 1149 | } |
| 1150 | 1150 | public function setCreationTimestamp($creationTimestamp) |
| 1151 | 1151 | { |
| 1152 | - $this->creationTimestamp = $creationTimestamp; |
|
| 1152 | + $this->creationTimestamp = $creationTimestamp; |
|
| 1153 | 1153 | } |
| 1154 | 1154 | public function getCreationTimestamp() |
| 1155 | 1155 | { |
| 1156 | - return $this->creationTimestamp; |
|
| 1156 | + return $this->creationTimestamp; |
|
| 1157 | 1157 | } |
| 1158 | 1158 | public function setEndTime($endTime) |
| 1159 | 1159 | { |
| 1160 | - $this->endTime = $endTime; |
|
| 1160 | + $this->endTime = $endTime; |
|
| 1161 | 1161 | } |
| 1162 | 1162 | public function getEndTime() |
| 1163 | 1163 | { |
| 1164 | - return $this->endTime; |
|
| 1164 | + return $this->endTime; |
|
| 1165 | 1165 | } |
| 1166 | 1166 | public function setError(Google_Service_Computeaccounts_OperationError $error) |
| 1167 | 1167 | { |
| 1168 | - $this->error = $error; |
|
| 1168 | + $this->error = $error; |
|
| 1169 | 1169 | } |
| 1170 | 1170 | public function getError() |
| 1171 | 1171 | { |
| 1172 | - return $this->error; |
|
| 1172 | + return $this->error; |
|
| 1173 | 1173 | } |
| 1174 | 1174 | public function setHttpErrorMessage($httpErrorMessage) |
| 1175 | 1175 | { |
| 1176 | - $this->httpErrorMessage = $httpErrorMessage; |
|
| 1176 | + $this->httpErrorMessage = $httpErrorMessage; |
|
| 1177 | 1177 | } |
| 1178 | 1178 | public function getHttpErrorMessage() |
| 1179 | 1179 | { |
| 1180 | - return $this->httpErrorMessage; |
|
| 1180 | + return $this->httpErrorMessage; |
|
| 1181 | 1181 | } |
| 1182 | 1182 | public function setHttpErrorStatusCode($httpErrorStatusCode) |
| 1183 | 1183 | { |
| 1184 | - $this->httpErrorStatusCode = $httpErrorStatusCode; |
|
| 1184 | + $this->httpErrorStatusCode = $httpErrorStatusCode; |
|
| 1185 | 1185 | } |
| 1186 | 1186 | public function getHttpErrorStatusCode() |
| 1187 | 1187 | { |
| 1188 | - return $this->httpErrorStatusCode; |
|
| 1188 | + return $this->httpErrorStatusCode; |
|
| 1189 | 1189 | } |
| 1190 | 1190 | public function setId($id) |
| 1191 | 1191 | { |
| 1192 | - $this->id = $id; |
|
| 1192 | + $this->id = $id; |
|
| 1193 | 1193 | } |
| 1194 | 1194 | public function getId() |
| 1195 | 1195 | { |
| 1196 | - return $this->id; |
|
| 1196 | + return $this->id; |
|
| 1197 | 1197 | } |
| 1198 | 1198 | public function setInsertTime($insertTime) |
| 1199 | 1199 | { |
| 1200 | - $this->insertTime = $insertTime; |
|
| 1200 | + $this->insertTime = $insertTime; |
|
| 1201 | 1201 | } |
| 1202 | 1202 | public function getInsertTime() |
| 1203 | 1203 | { |
| 1204 | - return $this->insertTime; |
|
| 1204 | + return $this->insertTime; |
|
| 1205 | 1205 | } |
| 1206 | 1206 | public function setKind($kind) |
| 1207 | 1207 | { |
| 1208 | - $this->kind = $kind; |
|
| 1208 | + $this->kind = $kind; |
|
| 1209 | 1209 | } |
| 1210 | 1210 | public function getKind() |
| 1211 | 1211 | { |
| 1212 | - return $this->kind; |
|
| 1212 | + return $this->kind; |
|
| 1213 | 1213 | } |
| 1214 | 1214 | public function setName($name) |
| 1215 | 1215 | { |
| 1216 | - $this->name = $name; |
|
| 1216 | + $this->name = $name; |
|
| 1217 | 1217 | } |
| 1218 | 1218 | public function getName() |
| 1219 | 1219 | { |
| 1220 | - return $this->name; |
|
| 1220 | + return $this->name; |
|
| 1221 | 1221 | } |
| 1222 | 1222 | public function setOperationType($operationType) |
| 1223 | 1223 | { |
| 1224 | - $this->operationType = $operationType; |
|
| 1224 | + $this->operationType = $operationType; |
|
| 1225 | 1225 | } |
| 1226 | 1226 | public function getOperationType() |
| 1227 | 1227 | { |
| 1228 | - return $this->operationType; |
|
| 1228 | + return $this->operationType; |
|
| 1229 | 1229 | } |
| 1230 | 1230 | public function setProgress($progress) |
| 1231 | 1231 | { |
| 1232 | - $this->progress = $progress; |
|
| 1232 | + $this->progress = $progress; |
|
| 1233 | 1233 | } |
| 1234 | 1234 | public function getProgress() |
| 1235 | 1235 | { |
| 1236 | - return $this->progress; |
|
| 1236 | + return $this->progress; |
|
| 1237 | 1237 | } |
| 1238 | 1238 | public function setRegion($region) |
| 1239 | 1239 | { |
| 1240 | - $this->region = $region; |
|
| 1240 | + $this->region = $region; |
|
| 1241 | 1241 | } |
| 1242 | 1242 | public function getRegion() |
| 1243 | 1243 | { |
| 1244 | - return $this->region; |
|
| 1244 | + return $this->region; |
|
| 1245 | 1245 | } |
| 1246 | 1246 | public function setSelfLink($selfLink) |
| 1247 | 1247 | { |
| 1248 | - $this->selfLink = $selfLink; |
|
| 1248 | + $this->selfLink = $selfLink; |
|
| 1249 | 1249 | } |
| 1250 | 1250 | public function getSelfLink() |
| 1251 | 1251 | { |
| 1252 | - return $this->selfLink; |
|
| 1252 | + return $this->selfLink; |
|
| 1253 | 1253 | } |
| 1254 | 1254 | public function setStartTime($startTime) |
| 1255 | 1255 | { |
| 1256 | - $this->startTime = $startTime; |
|
| 1256 | + $this->startTime = $startTime; |
|
| 1257 | 1257 | } |
| 1258 | 1258 | public function getStartTime() |
| 1259 | 1259 | { |
| 1260 | - return $this->startTime; |
|
| 1260 | + return $this->startTime; |
|
| 1261 | 1261 | } |
| 1262 | 1262 | public function setStatus($status) |
| 1263 | 1263 | { |
| 1264 | - $this->status = $status; |
|
| 1264 | + $this->status = $status; |
|
| 1265 | 1265 | } |
| 1266 | 1266 | public function getStatus() |
| 1267 | 1267 | { |
| 1268 | - return $this->status; |
|
| 1268 | + return $this->status; |
|
| 1269 | 1269 | } |
| 1270 | 1270 | public function setStatusMessage($statusMessage) |
| 1271 | 1271 | { |
| 1272 | - $this->statusMessage = $statusMessage; |
|
| 1272 | + $this->statusMessage = $statusMessage; |
|
| 1273 | 1273 | } |
| 1274 | 1274 | public function getStatusMessage() |
| 1275 | 1275 | { |
| 1276 | - return $this->statusMessage; |
|
| 1276 | + return $this->statusMessage; |
|
| 1277 | 1277 | } |
| 1278 | 1278 | public function setTargetId($targetId) |
| 1279 | 1279 | { |
| 1280 | - $this->targetId = $targetId; |
|
| 1280 | + $this->targetId = $targetId; |
|
| 1281 | 1281 | } |
| 1282 | 1282 | public function getTargetId() |
| 1283 | 1283 | { |
| 1284 | - return $this->targetId; |
|
| 1284 | + return $this->targetId; |
|
| 1285 | 1285 | } |
| 1286 | 1286 | public function setTargetLink($targetLink) |
| 1287 | 1287 | { |
| 1288 | - $this->targetLink = $targetLink; |
|
| 1288 | + $this->targetLink = $targetLink; |
|
| 1289 | 1289 | } |
| 1290 | 1290 | public function getTargetLink() |
| 1291 | 1291 | { |
| 1292 | - return $this->targetLink; |
|
| 1292 | + return $this->targetLink; |
|
| 1293 | 1293 | } |
| 1294 | 1294 | public function setUser($user) |
| 1295 | 1295 | { |
| 1296 | - $this->user = $user; |
|
| 1296 | + $this->user = $user; |
|
| 1297 | 1297 | } |
| 1298 | 1298 | public function getUser() |
| 1299 | 1299 | { |
| 1300 | - return $this->user; |
|
| 1300 | + return $this->user; |
|
| 1301 | 1301 | } |
| 1302 | 1302 | public function setWarnings($warnings) |
| 1303 | 1303 | { |
| 1304 | - $this->warnings = $warnings; |
|
| 1304 | + $this->warnings = $warnings; |
|
| 1305 | 1305 | } |
| 1306 | 1306 | public function getWarnings() |
| 1307 | 1307 | { |
| 1308 | - return $this->warnings; |
|
| 1308 | + return $this->warnings; |
|
| 1309 | 1309 | } |
| 1310 | 1310 | public function setZone($zone) |
| 1311 | 1311 | { |
| 1312 | - $this->zone = $zone; |
|
| 1312 | + $this->zone = $zone; |
|
| 1313 | 1313 | } |
| 1314 | 1314 | public function getZone() |
| 1315 | 1315 | { |
| 1316 | - return $this->zone; |
|
| 1316 | + return $this->zone; |
|
| 1317 | 1317 | } |
| 1318 | 1318 | } |
| 1319 | 1319 | |
@@ -1328,11 +1328,11 @@ discard block |
||
| 1328 | 1328 | |
| 1329 | 1329 | public function setErrors($errors) |
| 1330 | 1330 | { |
| 1331 | - $this->errors = $errors; |
|
| 1331 | + $this->errors = $errors; |
|
| 1332 | 1332 | } |
| 1333 | 1333 | public function getErrors() |
| 1334 | 1334 | { |
| 1335 | - return $this->errors; |
|
| 1335 | + return $this->errors; |
|
| 1336 | 1336 | } |
| 1337 | 1337 | } |
| 1338 | 1338 | |
@@ -1347,27 +1347,27 @@ discard block |
||
| 1347 | 1347 | |
| 1348 | 1348 | public function setCode($code) |
| 1349 | 1349 | { |
| 1350 | - $this->code = $code; |
|
| 1350 | + $this->code = $code; |
|
| 1351 | 1351 | } |
| 1352 | 1352 | public function getCode() |
| 1353 | 1353 | { |
| 1354 | - return $this->code; |
|
| 1354 | + return $this->code; |
|
| 1355 | 1355 | } |
| 1356 | 1356 | public function setLocation($location) |
| 1357 | 1357 | { |
| 1358 | - $this->location = $location; |
|
| 1358 | + $this->location = $location; |
|
| 1359 | 1359 | } |
| 1360 | 1360 | public function getLocation() |
| 1361 | 1361 | { |
| 1362 | - return $this->location; |
|
| 1362 | + return $this->location; |
|
| 1363 | 1363 | } |
| 1364 | 1364 | public function setMessage($message) |
| 1365 | 1365 | { |
| 1366 | - $this->message = $message; |
|
| 1366 | + $this->message = $message; |
|
| 1367 | 1367 | } |
| 1368 | 1368 | public function getMessage() |
| 1369 | 1369 | { |
| 1370 | - return $this->message; |
|
| 1370 | + return $this->message; |
|
| 1371 | 1371 | } |
| 1372 | 1372 | } |
| 1373 | 1373 | |
@@ -1386,43 +1386,43 @@ discard block |
||
| 1386 | 1386 | |
| 1387 | 1387 | public function setId($id) |
| 1388 | 1388 | { |
| 1389 | - $this->id = $id; |
|
| 1389 | + $this->id = $id; |
|
| 1390 | 1390 | } |
| 1391 | 1391 | public function getId() |
| 1392 | 1392 | { |
| 1393 | - return $this->id; |
|
| 1393 | + return $this->id; |
|
| 1394 | 1394 | } |
| 1395 | 1395 | public function setItems($items) |
| 1396 | 1396 | { |
| 1397 | - $this->items = $items; |
|
| 1397 | + $this->items = $items; |
|
| 1398 | 1398 | } |
| 1399 | 1399 | public function getItems() |
| 1400 | 1400 | { |
| 1401 | - return $this->items; |
|
| 1401 | + return $this->items; |
|
| 1402 | 1402 | } |
| 1403 | 1403 | public function setKind($kind) |
| 1404 | 1404 | { |
| 1405 | - $this->kind = $kind; |
|
| 1405 | + $this->kind = $kind; |
|
| 1406 | 1406 | } |
| 1407 | 1407 | public function getKind() |
| 1408 | 1408 | { |
| 1409 | - return $this->kind; |
|
| 1409 | + return $this->kind; |
|
| 1410 | 1410 | } |
| 1411 | 1411 | public function setNextPageToken($nextPageToken) |
| 1412 | 1412 | { |
| 1413 | - $this->nextPageToken = $nextPageToken; |
|
| 1413 | + $this->nextPageToken = $nextPageToken; |
|
| 1414 | 1414 | } |
| 1415 | 1415 | public function getNextPageToken() |
| 1416 | 1416 | { |
| 1417 | - return $this->nextPageToken; |
|
| 1417 | + return $this->nextPageToken; |
|
| 1418 | 1418 | } |
| 1419 | 1419 | public function setSelfLink($selfLink) |
| 1420 | 1420 | { |
| 1421 | - $this->selfLink = $selfLink; |
|
| 1421 | + $this->selfLink = $selfLink; |
|
| 1422 | 1422 | } |
| 1423 | 1423 | public function getSelfLink() |
| 1424 | 1424 | { |
| 1425 | - return $this->selfLink; |
|
| 1425 | + return $this->selfLink; |
|
| 1426 | 1426 | } |
| 1427 | 1427 | } |
| 1428 | 1428 | |
@@ -1439,27 +1439,27 @@ discard block |
||
| 1439 | 1439 | |
| 1440 | 1440 | public function setCode($code) |
| 1441 | 1441 | { |
| 1442 | - $this->code = $code; |
|
| 1442 | + $this->code = $code; |
|
| 1443 | 1443 | } |
| 1444 | 1444 | public function getCode() |
| 1445 | 1445 | { |
| 1446 | - return $this->code; |
|
| 1446 | + return $this->code; |
|
| 1447 | 1447 | } |
| 1448 | 1448 | public function setData($data) |
| 1449 | 1449 | { |
| 1450 | - $this->data = $data; |
|
| 1450 | + $this->data = $data; |
|
| 1451 | 1451 | } |
| 1452 | 1452 | public function getData() |
| 1453 | 1453 | { |
| 1454 | - return $this->data; |
|
| 1454 | + return $this->data; |
|
| 1455 | 1455 | } |
| 1456 | 1456 | public function setMessage($message) |
| 1457 | 1457 | { |
| 1458 | - $this->message = $message; |
|
| 1458 | + $this->message = $message; |
|
| 1459 | 1459 | } |
| 1460 | 1460 | public function getMessage() |
| 1461 | 1461 | { |
| 1462 | - return $this->message; |
|
| 1462 | + return $this->message; |
|
| 1463 | 1463 | } |
| 1464 | 1464 | } |
| 1465 | 1465 | |
@@ -1473,19 +1473,19 @@ discard block |
||
| 1473 | 1473 | |
| 1474 | 1474 | public function setKey($key) |
| 1475 | 1475 | { |
| 1476 | - $this->key = $key; |
|
| 1476 | + $this->key = $key; |
|
| 1477 | 1477 | } |
| 1478 | 1478 | public function getKey() |
| 1479 | 1479 | { |
| 1480 | - return $this->key; |
|
| 1480 | + return $this->key; |
|
| 1481 | 1481 | } |
| 1482 | 1482 | public function setValue($value) |
| 1483 | 1483 | { |
| 1484 | - $this->value = $value; |
|
| 1484 | + $this->value = $value; |
|
| 1485 | 1485 | } |
| 1486 | 1486 | public function getValue() |
| 1487 | 1487 | { |
| 1488 | - return $this->value; |
|
| 1488 | + return $this->value; |
|
| 1489 | 1489 | } |
| 1490 | 1490 | } |
| 1491 | 1491 | |
@@ -1502,43 +1502,43 @@ discard block |
||
| 1502 | 1502 | |
| 1503 | 1503 | public function setCreationTimestamp($creationTimestamp) |
| 1504 | 1504 | { |
| 1505 | - $this->creationTimestamp = $creationTimestamp; |
|
| 1505 | + $this->creationTimestamp = $creationTimestamp; |
|
| 1506 | 1506 | } |
| 1507 | 1507 | public function getCreationTimestamp() |
| 1508 | 1508 | { |
| 1509 | - return $this->creationTimestamp; |
|
| 1509 | + return $this->creationTimestamp; |
|
| 1510 | 1510 | } |
| 1511 | 1511 | public function setDescription($description) |
| 1512 | 1512 | { |
| 1513 | - $this->description = $description; |
|
| 1513 | + $this->description = $description; |
|
| 1514 | 1514 | } |
| 1515 | 1515 | public function getDescription() |
| 1516 | 1516 | { |
| 1517 | - return $this->description; |
|
| 1517 | + return $this->description; |
|
| 1518 | 1518 | } |
| 1519 | 1519 | public function setExpirationTimestamp($expirationTimestamp) |
| 1520 | 1520 | { |
| 1521 | - $this->expirationTimestamp = $expirationTimestamp; |
|
| 1521 | + $this->expirationTimestamp = $expirationTimestamp; |
|
| 1522 | 1522 | } |
| 1523 | 1523 | public function getExpirationTimestamp() |
| 1524 | 1524 | { |
| 1525 | - return $this->expirationTimestamp; |
|
| 1525 | + return $this->expirationTimestamp; |
|
| 1526 | 1526 | } |
| 1527 | 1527 | public function setFingerprint($fingerprint) |
| 1528 | 1528 | { |
| 1529 | - $this->fingerprint = $fingerprint; |
|
| 1529 | + $this->fingerprint = $fingerprint; |
|
| 1530 | 1530 | } |
| 1531 | 1531 | public function getFingerprint() |
| 1532 | 1532 | { |
| 1533 | - return $this->fingerprint; |
|
| 1533 | + return $this->fingerprint; |
|
| 1534 | 1534 | } |
| 1535 | 1535 | public function setKey($key) |
| 1536 | 1536 | { |
| 1537 | - $this->key = $key; |
|
| 1537 | + $this->key = $key; |
|
| 1538 | 1538 | } |
| 1539 | 1539 | public function getKey() |
| 1540 | 1540 | { |
| 1541 | - return $this->key; |
|
| 1541 | + return $this->key; |
|
| 1542 | 1542 | } |
| 1543 | 1543 | } |
| 1544 | 1544 | |
@@ -1561,75 +1561,75 @@ discard block |
||
| 1561 | 1561 | |
| 1562 | 1562 | public function setCreationTimestamp($creationTimestamp) |
| 1563 | 1563 | { |
| 1564 | - $this->creationTimestamp = $creationTimestamp; |
|
| 1564 | + $this->creationTimestamp = $creationTimestamp; |
|
| 1565 | 1565 | } |
| 1566 | 1566 | public function getCreationTimestamp() |
| 1567 | 1567 | { |
| 1568 | - return $this->creationTimestamp; |
|
| 1568 | + return $this->creationTimestamp; |
|
| 1569 | 1569 | } |
| 1570 | 1570 | public function setDescription($description) |
| 1571 | 1571 | { |
| 1572 | - $this->description = $description; |
|
| 1572 | + $this->description = $description; |
|
| 1573 | 1573 | } |
| 1574 | 1574 | public function getDescription() |
| 1575 | 1575 | { |
| 1576 | - return $this->description; |
|
| 1576 | + return $this->description; |
|
| 1577 | 1577 | } |
| 1578 | 1578 | public function setGroups($groups) |
| 1579 | 1579 | { |
| 1580 | - $this->groups = $groups; |
|
| 1580 | + $this->groups = $groups; |
|
| 1581 | 1581 | } |
| 1582 | 1582 | public function getGroups() |
| 1583 | 1583 | { |
| 1584 | - return $this->groups; |
|
| 1584 | + return $this->groups; |
|
| 1585 | 1585 | } |
| 1586 | 1586 | public function setId($id) |
| 1587 | 1587 | { |
| 1588 | - $this->id = $id; |
|
| 1588 | + $this->id = $id; |
|
| 1589 | 1589 | } |
| 1590 | 1590 | public function getId() |
| 1591 | 1591 | { |
| 1592 | - return $this->id; |
|
| 1592 | + return $this->id; |
|
| 1593 | 1593 | } |
| 1594 | 1594 | public function setKind($kind) |
| 1595 | 1595 | { |
| 1596 | - $this->kind = $kind; |
|
| 1596 | + $this->kind = $kind; |
|
| 1597 | 1597 | } |
| 1598 | 1598 | public function getKind() |
| 1599 | 1599 | { |
| 1600 | - return $this->kind; |
|
| 1600 | + return $this->kind; |
|
| 1601 | 1601 | } |
| 1602 | 1602 | public function setName($name) |
| 1603 | 1603 | { |
| 1604 | - $this->name = $name; |
|
| 1604 | + $this->name = $name; |
|
| 1605 | 1605 | } |
| 1606 | 1606 | public function getName() |
| 1607 | 1607 | { |
| 1608 | - return $this->name; |
|
| 1608 | + return $this->name; |
|
| 1609 | 1609 | } |
| 1610 | 1610 | public function setOwner($owner) |
| 1611 | 1611 | { |
| 1612 | - $this->owner = $owner; |
|
| 1612 | + $this->owner = $owner; |
|
| 1613 | 1613 | } |
| 1614 | 1614 | public function getOwner() |
| 1615 | 1615 | { |
| 1616 | - return $this->owner; |
|
| 1616 | + return $this->owner; |
|
| 1617 | 1617 | } |
| 1618 | 1618 | public function setPublicKeys($publicKeys) |
| 1619 | 1619 | { |
| 1620 | - $this->publicKeys = $publicKeys; |
|
| 1620 | + $this->publicKeys = $publicKeys; |
|
| 1621 | 1621 | } |
| 1622 | 1622 | public function getPublicKeys() |
| 1623 | 1623 | { |
| 1624 | - return $this->publicKeys; |
|
| 1624 | + return $this->publicKeys; |
|
| 1625 | 1625 | } |
| 1626 | 1626 | public function setSelfLink($selfLink) |
| 1627 | 1627 | { |
| 1628 | - $this->selfLink = $selfLink; |
|
| 1628 | + $this->selfLink = $selfLink; |
|
| 1629 | 1629 | } |
| 1630 | 1630 | public function getSelfLink() |
| 1631 | 1631 | { |
| 1632 | - return $this->selfLink; |
|
| 1632 | + return $this->selfLink; |
|
| 1633 | 1633 | } |
| 1634 | 1634 | } |
| 1635 | 1635 | |
@@ -1648,42 +1648,42 @@ discard block |
||
| 1648 | 1648 | |
| 1649 | 1649 | public function setId($id) |
| 1650 | 1650 | { |
| 1651 | - $this->id = $id; |
|
| 1651 | + $this->id = $id; |
|
| 1652 | 1652 | } |
| 1653 | 1653 | public function getId() |
| 1654 | 1654 | { |
| 1655 | - return $this->id; |
|
| 1655 | + return $this->id; |
|
| 1656 | 1656 | } |
| 1657 | 1657 | public function setItems($items) |
| 1658 | 1658 | { |
| 1659 | - $this->items = $items; |
|
| 1659 | + $this->items = $items; |
|
| 1660 | 1660 | } |
| 1661 | 1661 | public function getItems() |
| 1662 | 1662 | { |
| 1663 | - return $this->items; |
|
| 1663 | + return $this->items; |
|
| 1664 | 1664 | } |
| 1665 | 1665 | public function setKind($kind) |
| 1666 | 1666 | { |
| 1667 | - $this->kind = $kind; |
|
| 1667 | + $this->kind = $kind; |
|
| 1668 | 1668 | } |
| 1669 | 1669 | public function getKind() |
| 1670 | 1670 | { |
| 1671 | - return $this->kind; |
|
| 1671 | + return $this->kind; |
|
| 1672 | 1672 | } |
| 1673 | 1673 | public function setNextPageToken($nextPageToken) |
| 1674 | 1674 | { |
| 1675 | - $this->nextPageToken = $nextPageToken; |
|
| 1675 | + $this->nextPageToken = $nextPageToken; |
|
| 1676 | 1676 | } |
| 1677 | 1677 | public function getNextPageToken() |
| 1678 | 1678 | { |
| 1679 | - return $this->nextPageToken; |
|
| 1679 | + return $this->nextPageToken; |
|
| 1680 | 1680 | } |
| 1681 | 1681 | public function setSelfLink($selfLink) |
| 1682 | 1682 | { |
| 1683 | - $this->selfLink = $selfLink; |
|
| 1683 | + $this->selfLink = $selfLink; |
|
| 1684 | 1684 | } |
| 1685 | 1685 | public function getSelfLink() |
| 1686 | 1686 | { |
| 1687 | - return $this->selfLink; |
|
| 1687 | + return $this->selfLink; |
|
| 1688 | 1688 | } |
| 1689 | 1689 | } |
@@ -79,7 +79,7 @@ discard block |
||
| 79 | 79 | 'required' => true, |
| 80 | 80 | ), |
| 81 | 81 | ), |
| 82 | - ),'get' => array( |
|
| 82 | + ), 'get' => array( |
|
| 83 | 83 | 'path' => '{project}/global/operations/{operation}', |
| 84 | 84 | 'httpMethod' => 'GET', |
| 85 | 85 | 'parameters' => array( |
@@ -94,7 +94,7 @@ discard block |
||
| 94 | 94 | 'required' => true, |
| 95 | 95 | ), |
| 96 | 96 | ), |
| 97 | - ),'list' => array( |
|
| 97 | + ), 'list' => array( |
|
| 98 | 98 | 'path' => '{project}/global/operations', |
| 99 | 99 | 'httpMethod' => 'GET', |
| 100 | 100 | 'parameters' => array( |
@@ -141,7 +141,7 @@ discard block |
||
| 141 | 141 | 'required' => true, |
| 142 | 142 | ), |
| 143 | 143 | ), |
| 144 | - ),'delete' => array( |
|
| 144 | + ), 'delete' => array( |
|
| 145 | 145 | 'path' => '{project}/global/groups/{groupName}', |
| 146 | 146 | 'httpMethod' => 'DELETE', |
| 147 | 147 | 'parameters' => array( |
@@ -156,7 +156,7 @@ discard block |
||
| 156 | 156 | 'required' => true, |
| 157 | 157 | ), |
| 158 | 158 | ), |
| 159 | - ),'get' => array( |
|
| 159 | + ), 'get' => array( |
|
| 160 | 160 | 'path' => '{project}/global/groups/{groupName}', |
| 161 | 161 | 'httpMethod' => 'GET', |
| 162 | 162 | 'parameters' => array( |
@@ -171,7 +171,7 @@ discard block |
||
| 171 | 171 | 'required' => true, |
| 172 | 172 | ), |
| 173 | 173 | ), |
| 174 | - ),'insert' => array( |
|
| 174 | + ), 'insert' => array( |
|
| 175 | 175 | 'path' => '{project}/global/groups', |
| 176 | 176 | 'httpMethod' => 'POST', |
| 177 | 177 | 'parameters' => array( |
@@ -181,7 +181,7 @@ discard block |
||
| 181 | 181 | 'required' => true, |
| 182 | 182 | ), |
| 183 | 183 | ), |
| 184 | - ),'list' => array( |
|
| 184 | + ), 'list' => array( |
|
| 185 | 185 | 'path' => '{project}/global/groups', |
| 186 | 186 | 'httpMethod' => 'GET', |
| 187 | 187 | 'parameters' => array( |
@@ -203,7 +203,7 @@ discard block |
||
| 203 | 203 | 'type' => 'integer', |
| 204 | 204 | ), |
| 205 | 205 | ), |
| 206 | - ),'removeMember' => array( |
|
| 206 | + ), 'removeMember' => array( |
|
| 207 | 207 | 'path' => '{project}/global/groups/{groupName}/removeMember', |
| 208 | 208 | 'httpMethod' => 'POST', |
| 209 | 209 | 'parameters' => array( |
@@ -253,7 +253,7 @@ discard block |
||
| 253 | 253 | 'required' => true, |
| 254 | 254 | ), |
| 255 | 255 | ), |
| 256 | - ),'getLinuxAccountViews' => array( |
|
| 256 | + ), 'getLinuxAccountViews' => array( |
|
| 257 | 257 | 'path' => '{project}/zones/{zone}/linuxAccountViews', |
| 258 | 258 | 'httpMethod' => 'POST', |
| 259 | 259 | 'parameters' => array( |
@@ -314,7 +314,7 @@ discard block |
||
| 314 | 314 | 'required' => true, |
| 315 | 315 | ), |
| 316 | 316 | ), |
| 317 | - ),'delete' => array( |
|
| 317 | + ), 'delete' => array( |
|
| 318 | 318 | 'path' => '{project}/global/users/{user}', |
| 319 | 319 | 'httpMethod' => 'DELETE', |
| 320 | 320 | 'parameters' => array( |
@@ -329,7 +329,7 @@ discard block |
||
| 329 | 329 | 'required' => true, |
| 330 | 330 | ), |
| 331 | 331 | ), |
| 332 | - ),'get' => array( |
|
| 332 | + ), 'get' => array( |
|
| 333 | 333 | 'path' => '{project}/global/users/{user}', |
| 334 | 334 | 'httpMethod' => 'GET', |
| 335 | 335 | 'parameters' => array( |
@@ -344,7 +344,7 @@ discard block |
||
| 344 | 344 | 'required' => true, |
| 345 | 345 | ), |
| 346 | 346 | ), |
| 347 | - ),'insert' => array( |
|
| 347 | + ), 'insert' => array( |
|
| 348 | 348 | 'path' => '{project}/global/users', |
| 349 | 349 | 'httpMethod' => 'POST', |
| 350 | 350 | 'parameters' => array( |
@@ -354,7 +354,7 @@ discard block |
||
| 354 | 354 | 'required' => true, |
| 355 | 355 | ), |
| 356 | 356 | ), |
| 357 | - ),'list' => array( |
|
| 357 | + ), 'list' => array( |
|
| 358 | 358 | 'path' => '{project}/global/users', |
| 359 | 359 | 'httpMethod' => 'GET', |
| 360 | 360 | 'parameters' => array( |
@@ -376,7 +376,7 @@ discard block |
||
| 376 | 376 | 'type' => 'integer', |
| 377 | 377 | ), |
| 378 | 378 | ), |
| 379 | - ),'removePublicKey' => array( |
|
| 379 | + ), 'removePublicKey' => array( |
|
| 380 | 380 | 'path' => '{project}/global/users/{user}/removePublicKey', |
| 381 | 381 | 'httpMethod' => 'POST', |
| 382 | 382 | 'parameters' => array( |
@@ -251,7 +251,7 @@ discard block |
||
| 251 | 251 | * number](https://developers.google.com/console/help/project-number) |
| 252 | 252 | * @param string $zone The name of the Google Compute Engine |
| 253 | 253 | * [zone](/compute/docs/zones#available) in which the cluster resides. |
| 254 | - * @param Google_CreateClusterRequest $postBody |
|
| 254 | + * @param Google_Service_Container_CreateClusterRequest $postBody |
|
| 255 | 255 | * @param array $optParams Optional parameters. |
| 256 | 256 | * @return Google_Service_Container_Operation |
| 257 | 257 | */ |
@@ -331,7 +331,7 @@ discard block |
||
| 331 | 331 | * @param string $zone The name of the Google Compute Engine |
| 332 | 332 | * [zone](/compute/docs/zones#available) in which the cluster resides. |
| 333 | 333 | * @param string $clusterId The name of the cluster to upgrade. |
| 334 | - * @param Google_UpdateClusterRequest $postBody |
|
| 334 | + * @param Google_Service_Container_UpdateClusterRequest $postBody |
|
| 335 | 335 | * @param array $optParams Optional parameters. |
| 336 | 336 | * @return Google_Service_Container_Operation |
| 337 | 337 | */ |
@@ -33,7 +33,7 @@ discard block |
||
| 33 | 33 | { |
| 34 | 34 | /** View and manage your data across Google Cloud Platform services. */ |
| 35 | 35 | const CLOUD_PLATFORM = |
| 36 | - "https://www.googleapis.com/auth/cloud-platform"; |
|
| 36 | + "https://www.googleapis.com/auth/cloud-platform"; |
|
| 37 | 37 | |
| 38 | 38 | public $projects_zones_clusters; |
| 39 | 39 | public $projects_zones_operations; |
@@ -46,157 +46,157 @@ discard block |
||
| 46 | 46 | */ |
| 47 | 47 | public function __construct(Google_Client $client) |
| 48 | 48 | { |
| 49 | - parent::__construct($client); |
|
| 50 | - $this->rootUrl = 'https://container.googleapis.com/'; |
|
| 51 | - $this->servicePath = ''; |
|
| 52 | - $this->version = 'v1'; |
|
| 53 | - $this->serviceName = 'container'; |
|
| 54 | - |
|
| 55 | - $this->projects_zones_clusters = new Google_Service_Container_ProjectsZonesClusters_Resource( |
|
| 56 | - $this, |
|
| 57 | - $this->serviceName, |
|
| 58 | - 'clusters', |
|
| 59 | - array( |
|
| 60 | - 'methods' => array( |
|
| 61 | - 'create' => array( |
|
| 62 | - 'path' => 'v1/projects/{projectId}/zones/{zone}/clusters', |
|
| 63 | - 'httpMethod' => 'POST', |
|
| 64 | - 'parameters' => array( |
|
| 65 | - 'projectId' => array( |
|
| 66 | - 'location' => 'path', |
|
| 67 | - 'type' => 'string', |
|
| 68 | - 'required' => true, |
|
| 69 | - ), |
|
| 70 | - 'zone' => array( |
|
| 71 | - 'location' => 'path', |
|
| 72 | - 'type' => 'string', |
|
| 73 | - 'required' => true, |
|
| 74 | - ), |
|
| 75 | - ), |
|
| 76 | - ),'delete' => array( |
|
| 77 | - 'path' => 'v1/projects/{projectId}/zones/{zone}/clusters/{clusterId}', |
|
| 78 | - 'httpMethod' => 'DELETE', |
|
| 79 | - 'parameters' => array( |
|
| 80 | - 'projectId' => array( |
|
| 81 | - 'location' => 'path', |
|
| 82 | - 'type' => 'string', |
|
| 83 | - 'required' => true, |
|
| 84 | - ), |
|
| 85 | - 'zone' => array( |
|
| 86 | - 'location' => 'path', |
|
| 87 | - 'type' => 'string', |
|
| 88 | - 'required' => true, |
|
| 89 | - ), |
|
| 90 | - 'clusterId' => array( |
|
| 91 | - 'location' => 'path', |
|
| 92 | - 'type' => 'string', |
|
| 93 | - 'required' => true, |
|
| 94 | - ), |
|
| 95 | - ), |
|
| 96 | - ),'get' => array( |
|
| 97 | - 'path' => 'v1/projects/{projectId}/zones/{zone}/clusters/{clusterId}', |
|
| 98 | - 'httpMethod' => 'GET', |
|
| 99 | - 'parameters' => array( |
|
| 100 | - 'projectId' => array( |
|
| 101 | - 'location' => 'path', |
|
| 102 | - 'type' => 'string', |
|
| 103 | - 'required' => true, |
|
| 104 | - ), |
|
| 105 | - 'zone' => array( |
|
| 106 | - 'location' => 'path', |
|
| 107 | - 'type' => 'string', |
|
| 108 | - 'required' => true, |
|
| 109 | - ), |
|
| 110 | - 'clusterId' => array( |
|
| 111 | - 'location' => 'path', |
|
| 112 | - 'type' => 'string', |
|
| 113 | - 'required' => true, |
|
| 114 | - ), |
|
| 115 | - ), |
|
| 116 | - ),'list' => array( |
|
| 117 | - 'path' => 'v1/projects/{projectId}/zones/{zone}/clusters', |
|
| 118 | - 'httpMethod' => 'GET', |
|
| 119 | - 'parameters' => array( |
|
| 120 | - 'projectId' => array( |
|
| 121 | - 'location' => 'path', |
|
| 122 | - 'type' => 'string', |
|
| 123 | - 'required' => true, |
|
| 124 | - ), |
|
| 125 | - 'zone' => array( |
|
| 126 | - 'location' => 'path', |
|
| 127 | - 'type' => 'string', |
|
| 128 | - 'required' => true, |
|
| 129 | - ), |
|
| 130 | - ), |
|
| 131 | - ),'update' => array( |
|
| 132 | - 'path' => 'v1/projects/{projectId}/zones/{zone}/clusters/{clusterId}', |
|
| 133 | - 'httpMethod' => 'PUT', |
|
| 134 | - 'parameters' => array( |
|
| 135 | - 'projectId' => array( |
|
| 136 | - 'location' => 'path', |
|
| 137 | - 'type' => 'string', |
|
| 138 | - 'required' => true, |
|
| 139 | - ), |
|
| 140 | - 'zone' => array( |
|
| 141 | - 'location' => 'path', |
|
| 142 | - 'type' => 'string', |
|
| 143 | - 'required' => true, |
|
| 144 | - ), |
|
| 145 | - 'clusterId' => array( |
|
| 146 | - 'location' => 'path', |
|
| 147 | - 'type' => 'string', |
|
| 148 | - 'required' => true, |
|
| 149 | - ), |
|
| 150 | - ), |
|
| 151 | - ), |
|
| 152 | - ) |
|
| 153 | - ) |
|
| 154 | - ); |
|
| 155 | - $this->projects_zones_operations = new Google_Service_Container_ProjectsZonesOperations_Resource( |
|
| 156 | - $this, |
|
| 157 | - $this->serviceName, |
|
| 158 | - 'operations', |
|
| 159 | - array( |
|
| 160 | - 'methods' => array( |
|
| 161 | - 'get' => array( |
|
| 162 | - 'path' => 'v1/projects/{projectId}/zones/{zone}/operations/{operationId}', |
|
| 163 | - 'httpMethod' => 'GET', |
|
| 164 | - 'parameters' => array( |
|
| 165 | - 'projectId' => array( |
|
| 166 | - 'location' => 'path', |
|
| 167 | - 'type' => 'string', |
|
| 168 | - 'required' => true, |
|
| 169 | - ), |
|
| 170 | - 'zone' => array( |
|
| 171 | - 'location' => 'path', |
|
| 172 | - 'type' => 'string', |
|
| 173 | - 'required' => true, |
|
| 174 | - ), |
|
| 175 | - 'operationId' => array( |
|
| 176 | - 'location' => 'path', |
|
| 177 | - 'type' => 'string', |
|
| 178 | - 'required' => true, |
|
| 179 | - ), |
|
| 180 | - ), |
|
| 181 | - ),'list' => array( |
|
| 182 | - 'path' => 'v1/projects/{projectId}/zones/{zone}/operations', |
|
| 183 | - 'httpMethod' => 'GET', |
|
| 184 | - 'parameters' => array( |
|
| 185 | - 'projectId' => array( |
|
| 186 | - 'location' => 'path', |
|
| 187 | - 'type' => 'string', |
|
| 188 | - 'required' => true, |
|
| 189 | - ), |
|
| 190 | - 'zone' => array( |
|
| 191 | - 'location' => 'path', |
|
| 192 | - 'type' => 'string', |
|
| 193 | - 'required' => true, |
|
| 194 | - ), |
|
| 195 | - ), |
|
| 196 | - ), |
|
| 197 | - ) |
|
| 198 | - ) |
|
| 199 | - ); |
|
| 49 | + parent::__construct($client); |
|
| 50 | + $this->rootUrl = 'https://container.googleapis.com/'; |
|
| 51 | + $this->servicePath = ''; |
|
| 52 | + $this->version = 'v1'; |
|
| 53 | + $this->serviceName = 'container'; |
|
| 54 | + |
|
| 55 | + $this->projects_zones_clusters = new Google_Service_Container_ProjectsZonesClusters_Resource( |
|
| 56 | + $this, |
|
| 57 | + $this->serviceName, |
|
| 58 | + 'clusters', |
|
| 59 | + array( |
|
| 60 | + 'methods' => array( |
|
| 61 | + 'create' => array( |
|
| 62 | + 'path' => 'v1/projects/{projectId}/zones/{zone}/clusters', |
|
| 63 | + 'httpMethod' => 'POST', |
|
| 64 | + 'parameters' => array( |
|
| 65 | + 'projectId' => array( |
|
| 66 | + 'location' => 'path', |
|
| 67 | + 'type' => 'string', |
|
| 68 | + 'required' => true, |
|
| 69 | + ), |
|
| 70 | + 'zone' => array( |
|
| 71 | + 'location' => 'path', |
|
| 72 | + 'type' => 'string', |
|
| 73 | + 'required' => true, |
|
| 74 | + ), |
|
| 75 | + ), |
|
| 76 | + ),'delete' => array( |
|
| 77 | + 'path' => 'v1/projects/{projectId}/zones/{zone}/clusters/{clusterId}', |
|
| 78 | + 'httpMethod' => 'DELETE', |
|
| 79 | + 'parameters' => array( |
|
| 80 | + 'projectId' => array( |
|
| 81 | + 'location' => 'path', |
|
| 82 | + 'type' => 'string', |
|
| 83 | + 'required' => true, |
|
| 84 | + ), |
|
| 85 | + 'zone' => array( |
|
| 86 | + 'location' => 'path', |
|
| 87 | + 'type' => 'string', |
|
| 88 | + 'required' => true, |
|
| 89 | + ), |
|
| 90 | + 'clusterId' => array( |
|
| 91 | + 'location' => 'path', |
|
| 92 | + 'type' => 'string', |
|
| 93 | + 'required' => true, |
|
| 94 | + ), |
|
| 95 | + ), |
|
| 96 | + ),'get' => array( |
|
| 97 | + 'path' => 'v1/projects/{projectId}/zones/{zone}/clusters/{clusterId}', |
|
| 98 | + 'httpMethod' => 'GET', |
|
| 99 | + 'parameters' => array( |
|
| 100 | + 'projectId' => array( |
|
| 101 | + 'location' => 'path', |
|
| 102 | + 'type' => 'string', |
|
| 103 | + 'required' => true, |
|
| 104 | + ), |
|
| 105 | + 'zone' => array( |
|
| 106 | + 'location' => 'path', |
|
| 107 | + 'type' => 'string', |
|
| 108 | + 'required' => true, |
|
| 109 | + ), |
|
| 110 | + 'clusterId' => array( |
|
| 111 | + 'location' => 'path', |
|
| 112 | + 'type' => 'string', |
|
| 113 | + 'required' => true, |
|
| 114 | + ), |
|
| 115 | + ), |
|
| 116 | + ),'list' => array( |
|
| 117 | + 'path' => 'v1/projects/{projectId}/zones/{zone}/clusters', |
|
| 118 | + 'httpMethod' => 'GET', |
|
| 119 | + 'parameters' => array( |
|
| 120 | + 'projectId' => array( |
|
| 121 | + 'location' => 'path', |
|
| 122 | + 'type' => 'string', |
|
| 123 | + 'required' => true, |
|
| 124 | + ), |
|
| 125 | + 'zone' => array( |
|
| 126 | + 'location' => 'path', |
|
| 127 | + 'type' => 'string', |
|
| 128 | + 'required' => true, |
|
| 129 | + ), |
|
| 130 | + ), |
|
| 131 | + ),'update' => array( |
|
| 132 | + 'path' => 'v1/projects/{projectId}/zones/{zone}/clusters/{clusterId}', |
|
| 133 | + 'httpMethod' => 'PUT', |
|
| 134 | + 'parameters' => array( |
|
| 135 | + 'projectId' => array( |
|
| 136 | + 'location' => 'path', |
|
| 137 | + 'type' => 'string', |
|
| 138 | + 'required' => true, |
|
| 139 | + ), |
|
| 140 | + 'zone' => array( |
|
| 141 | + 'location' => 'path', |
|
| 142 | + 'type' => 'string', |
|
| 143 | + 'required' => true, |
|
| 144 | + ), |
|
| 145 | + 'clusterId' => array( |
|
| 146 | + 'location' => 'path', |
|
| 147 | + 'type' => 'string', |
|
| 148 | + 'required' => true, |
|
| 149 | + ), |
|
| 150 | + ), |
|
| 151 | + ), |
|
| 152 | + ) |
|
| 153 | + ) |
|
| 154 | + ); |
|
| 155 | + $this->projects_zones_operations = new Google_Service_Container_ProjectsZonesOperations_Resource( |
|
| 156 | + $this, |
|
| 157 | + $this->serviceName, |
|
| 158 | + 'operations', |
|
| 159 | + array( |
|
| 160 | + 'methods' => array( |
|
| 161 | + 'get' => array( |
|
| 162 | + 'path' => 'v1/projects/{projectId}/zones/{zone}/operations/{operationId}', |
|
| 163 | + 'httpMethod' => 'GET', |
|
| 164 | + 'parameters' => array( |
|
| 165 | + 'projectId' => array( |
|
| 166 | + 'location' => 'path', |
|
| 167 | + 'type' => 'string', |
|
| 168 | + 'required' => true, |
|
| 169 | + ), |
|
| 170 | + 'zone' => array( |
|
| 171 | + 'location' => 'path', |
|
| 172 | + 'type' => 'string', |
|
| 173 | + 'required' => true, |
|
| 174 | + ), |
|
| 175 | + 'operationId' => array( |
|
| 176 | + 'location' => 'path', |
|
| 177 | + 'type' => 'string', |
|
| 178 | + 'required' => true, |
|
| 179 | + ), |
|
| 180 | + ), |
|
| 181 | + ),'list' => array( |
|
| 182 | + 'path' => 'v1/projects/{projectId}/zones/{zone}/operations', |
|
| 183 | + 'httpMethod' => 'GET', |
|
| 184 | + 'parameters' => array( |
|
| 185 | + 'projectId' => array( |
|
| 186 | + 'location' => 'path', |
|
| 187 | + 'type' => 'string', |
|
| 188 | + 'required' => true, |
|
| 189 | + ), |
|
| 190 | + 'zone' => array( |
|
| 191 | + 'location' => 'path', |
|
| 192 | + 'type' => 'string', |
|
| 193 | + 'required' => true, |
|
| 194 | + ), |
|
| 195 | + ), |
|
| 196 | + ), |
|
| 197 | + ) |
|
| 198 | + ) |
|
| 199 | + ); |
|
| 200 | 200 | } |
| 201 | 201 | } |
| 202 | 202 | |
@@ -257,9 +257,9 @@ discard block |
||
| 257 | 257 | */ |
| 258 | 258 | public function create($projectId, $zone, Google_Service_Container_CreateClusterRequest $postBody, $optParams = array()) |
| 259 | 259 | { |
| 260 | - $params = array('projectId' => $projectId, 'zone' => $zone, 'postBody' => $postBody); |
|
| 261 | - $params = array_merge($params, $optParams); |
|
| 262 | - return $this->call('create', array($params), "Google_Service_Container_Operation"); |
|
| 260 | + $params = array('projectId' => $projectId, 'zone' => $zone, 'postBody' => $postBody); |
|
| 261 | + $params = array_merge($params, $optParams); |
|
| 262 | + return $this->call('create', array($params), "Google_Service_Container_Operation"); |
|
| 263 | 263 | } |
| 264 | 264 | |
| 265 | 265 | /** |
@@ -278,9 +278,9 @@ discard block |
||
| 278 | 278 | */ |
| 279 | 279 | public function delete($projectId, $zone, $clusterId, $optParams = array()) |
| 280 | 280 | { |
| 281 | - $params = array('projectId' => $projectId, 'zone' => $zone, 'clusterId' => $clusterId); |
|
| 282 | - $params = array_merge($params, $optParams); |
|
| 283 | - return $this->call('delete', array($params), "Google_Service_Container_Operation"); |
|
| 281 | + $params = array('projectId' => $projectId, 'zone' => $zone, 'clusterId' => $clusterId); |
|
| 282 | + $params = array_merge($params, $optParams); |
|
| 283 | + return $this->call('delete', array($params), "Google_Service_Container_Operation"); |
|
| 284 | 284 | } |
| 285 | 285 | |
| 286 | 286 | /** |
@@ -297,9 +297,9 @@ discard block |
||
| 297 | 297 | */ |
| 298 | 298 | public function get($projectId, $zone, $clusterId, $optParams = array()) |
| 299 | 299 | { |
| 300 | - $params = array('projectId' => $projectId, 'zone' => $zone, 'clusterId' => $clusterId); |
|
| 301 | - $params = array_merge($params, $optParams); |
|
| 302 | - return $this->call('get', array($params), "Google_Service_Container_Cluster"); |
|
| 300 | + $params = array('projectId' => $projectId, 'zone' => $zone, 'clusterId' => $clusterId); |
|
| 301 | + $params = array_merge($params, $optParams); |
|
| 302 | + return $this->call('get', array($params), "Google_Service_Container_Cluster"); |
|
| 303 | 303 | } |
| 304 | 304 | |
| 305 | 305 | /** |
@@ -317,9 +317,9 @@ discard block |
||
| 317 | 317 | */ |
| 318 | 318 | public function listProjectsZonesClusters($projectId, $zone, $optParams = array()) |
| 319 | 319 | { |
| 320 | - $params = array('projectId' => $projectId, 'zone' => $zone); |
|
| 321 | - $params = array_merge($params, $optParams); |
|
| 322 | - return $this->call('list', array($params), "Google_Service_Container_ListClustersResponse"); |
|
| 320 | + $params = array('projectId' => $projectId, 'zone' => $zone); |
|
| 321 | + $params = array_merge($params, $optParams); |
|
| 322 | + return $this->call('list', array($params), "Google_Service_Container_ListClustersResponse"); |
|
| 323 | 323 | } |
| 324 | 324 | |
| 325 | 325 | /** |
@@ -337,9 +337,9 @@ discard block |
||
| 337 | 337 | */ |
| 338 | 338 | public function update($projectId, $zone, $clusterId, Google_Service_Container_UpdateClusterRequest $postBody, $optParams = array()) |
| 339 | 339 | { |
| 340 | - $params = array('projectId' => $projectId, 'zone' => $zone, 'clusterId' => $clusterId, 'postBody' => $postBody); |
|
| 341 | - $params = array_merge($params, $optParams); |
|
| 342 | - return $this->call('update', array($params), "Google_Service_Container_Operation"); |
|
| 340 | + $params = array('projectId' => $projectId, 'zone' => $zone, 'clusterId' => $clusterId, 'postBody' => $postBody); |
|
| 341 | + $params = array_merge($params, $optParams); |
|
| 342 | + return $this->call('update', array($params), "Google_Service_Container_Operation"); |
|
| 343 | 343 | } |
| 344 | 344 | } |
| 345 | 345 | /** |
@@ -367,9 +367,9 @@ discard block |
||
| 367 | 367 | */ |
| 368 | 368 | public function get($projectId, $zone, $operationId, $optParams = array()) |
| 369 | 369 | { |
| 370 | - $params = array('projectId' => $projectId, 'zone' => $zone, 'operationId' => $operationId); |
|
| 371 | - $params = array_merge($params, $optParams); |
|
| 372 | - return $this->call('get', array($params), "Google_Service_Container_Operation"); |
|
| 370 | + $params = array('projectId' => $projectId, 'zone' => $zone, 'operationId' => $operationId); |
|
| 371 | + $params = array_merge($params, $optParams); |
|
| 372 | + return $this->call('get', array($params), "Google_Service_Container_Operation"); |
|
| 373 | 373 | } |
| 374 | 374 | |
| 375 | 375 | /** |
@@ -387,9 +387,9 @@ discard block |
||
| 387 | 387 | */ |
| 388 | 388 | public function listProjectsZonesOperations($projectId, $zone, $optParams = array()) |
| 389 | 389 | { |
| 390 | - $params = array('projectId' => $projectId, 'zone' => $zone); |
|
| 391 | - $params = array_merge($params, $optParams); |
|
| 392 | - return $this->call('list', array($params), "Google_Service_Container_ListOperationsResponse"); |
|
| 390 | + $params = array('projectId' => $projectId, 'zone' => $zone); |
|
| 391 | + $params = array_merge($params, $optParams); |
|
| 392 | + return $this->call('list', array($params), "Google_Service_Container_ListOperationsResponse"); |
|
| 393 | 393 | } |
| 394 | 394 | } |
| 395 | 395 | |
@@ -428,171 +428,171 @@ discard block |
||
| 428 | 428 | |
| 429 | 429 | public function setClusterIpv4Cidr($clusterIpv4Cidr) |
| 430 | 430 | { |
| 431 | - $this->clusterIpv4Cidr = $clusterIpv4Cidr; |
|
| 431 | + $this->clusterIpv4Cidr = $clusterIpv4Cidr; |
|
| 432 | 432 | } |
| 433 | 433 | public function getClusterIpv4Cidr() |
| 434 | 434 | { |
| 435 | - return $this->clusterIpv4Cidr; |
|
| 435 | + return $this->clusterIpv4Cidr; |
|
| 436 | 436 | } |
| 437 | 437 | public function setCreateTime($createTime) |
| 438 | 438 | { |
| 439 | - $this->createTime = $createTime; |
|
| 439 | + $this->createTime = $createTime; |
|
| 440 | 440 | } |
| 441 | 441 | public function getCreateTime() |
| 442 | 442 | { |
| 443 | - return $this->createTime; |
|
| 443 | + return $this->createTime; |
|
| 444 | 444 | } |
| 445 | 445 | public function setCurrentMasterVersion($currentMasterVersion) |
| 446 | 446 | { |
| 447 | - $this->currentMasterVersion = $currentMasterVersion; |
|
| 447 | + $this->currentMasterVersion = $currentMasterVersion; |
|
| 448 | 448 | } |
| 449 | 449 | public function getCurrentMasterVersion() |
| 450 | 450 | { |
| 451 | - return $this->currentMasterVersion; |
|
| 451 | + return $this->currentMasterVersion; |
|
| 452 | 452 | } |
| 453 | 453 | public function setCurrentNodeVersion($currentNodeVersion) |
| 454 | 454 | { |
| 455 | - $this->currentNodeVersion = $currentNodeVersion; |
|
| 455 | + $this->currentNodeVersion = $currentNodeVersion; |
|
| 456 | 456 | } |
| 457 | 457 | public function getCurrentNodeVersion() |
| 458 | 458 | { |
| 459 | - return $this->currentNodeVersion; |
|
| 459 | + return $this->currentNodeVersion; |
|
| 460 | 460 | } |
| 461 | 461 | public function setDescription($description) |
| 462 | 462 | { |
| 463 | - $this->description = $description; |
|
| 463 | + $this->description = $description; |
|
| 464 | 464 | } |
| 465 | 465 | public function getDescription() |
| 466 | 466 | { |
| 467 | - return $this->description; |
|
| 467 | + return $this->description; |
|
| 468 | 468 | } |
| 469 | 469 | public function setEndpoint($endpoint) |
| 470 | 470 | { |
| 471 | - $this->endpoint = $endpoint; |
|
| 471 | + $this->endpoint = $endpoint; |
|
| 472 | 472 | } |
| 473 | 473 | public function getEndpoint() |
| 474 | 474 | { |
| 475 | - return $this->endpoint; |
|
| 475 | + return $this->endpoint; |
|
| 476 | 476 | } |
| 477 | 477 | public function setInitialClusterVersion($initialClusterVersion) |
| 478 | 478 | { |
| 479 | - $this->initialClusterVersion = $initialClusterVersion; |
|
| 479 | + $this->initialClusterVersion = $initialClusterVersion; |
|
| 480 | 480 | } |
| 481 | 481 | public function getInitialClusterVersion() |
| 482 | 482 | { |
| 483 | - return $this->initialClusterVersion; |
|
| 483 | + return $this->initialClusterVersion; |
|
| 484 | 484 | } |
| 485 | 485 | public function setInitialNodeCount($initialNodeCount) |
| 486 | 486 | { |
| 487 | - $this->initialNodeCount = $initialNodeCount; |
|
| 487 | + $this->initialNodeCount = $initialNodeCount; |
|
| 488 | 488 | } |
| 489 | 489 | public function getInitialNodeCount() |
| 490 | 490 | { |
| 491 | - return $this->initialNodeCount; |
|
| 491 | + return $this->initialNodeCount; |
|
| 492 | 492 | } |
| 493 | 493 | public function setInstanceGroupUrls($instanceGroupUrls) |
| 494 | 494 | { |
| 495 | - $this->instanceGroupUrls = $instanceGroupUrls; |
|
| 495 | + $this->instanceGroupUrls = $instanceGroupUrls; |
|
| 496 | 496 | } |
| 497 | 497 | public function getInstanceGroupUrls() |
| 498 | 498 | { |
| 499 | - return $this->instanceGroupUrls; |
|
| 499 | + return $this->instanceGroupUrls; |
|
| 500 | 500 | } |
| 501 | 501 | public function setLoggingService($loggingService) |
| 502 | 502 | { |
| 503 | - $this->loggingService = $loggingService; |
|
| 503 | + $this->loggingService = $loggingService; |
|
| 504 | 504 | } |
| 505 | 505 | public function getLoggingService() |
| 506 | 506 | { |
| 507 | - return $this->loggingService; |
|
| 507 | + return $this->loggingService; |
|
| 508 | 508 | } |
| 509 | 509 | public function setMasterAuth(Google_Service_Container_MasterAuth $masterAuth) |
| 510 | 510 | { |
| 511 | - $this->masterAuth = $masterAuth; |
|
| 511 | + $this->masterAuth = $masterAuth; |
|
| 512 | 512 | } |
| 513 | 513 | public function getMasterAuth() |
| 514 | 514 | { |
| 515 | - return $this->masterAuth; |
|
| 515 | + return $this->masterAuth; |
|
| 516 | 516 | } |
| 517 | 517 | public function setMonitoringService($monitoringService) |
| 518 | 518 | { |
| 519 | - $this->monitoringService = $monitoringService; |
|
| 519 | + $this->monitoringService = $monitoringService; |
|
| 520 | 520 | } |
| 521 | 521 | public function getMonitoringService() |
| 522 | 522 | { |
| 523 | - return $this->monitoringService; |
|
| 523 | + return $this->monitoringService; |
|
| 524 | 524 | } |
| 525 | 525 | public function setName($name) |
| 526 | 526 | { |
| 527 | - $this->name = $name; |
|
| 527 | + $this->name = $name; |
|
| 528 | 528 | } |
| 529 | 529 | public function getName() |
| 530 | 530 | { |
| 531 | - return $this->name; |
|
| 531 | + return $this->name; |
|
| 532 | 532 | } |
| 533 | 533 | public function setNetwork($network) |
| 534 | 534 | { |
| 535 | - $this->network = $network; |
|
| 535 | + $this->network = $network; |
|
| 536 | 536 | } |
| 537 | 537 | public function getNetwork() |
| 538 | 538 | { |
| 539 | - return $this->network; |
|
| 539 | + return $this->network; |
|
| 540 | 540 | } |
| 541 | 541 | public function setNodeConfig(Google_Service_Container_NodeConfig $nodeConfig) |
| 542 | 542 | { |
| 543 | - $this->nodeConfig = $nodeConfig; |
|
| 543 | + $this->nodeConfig = $nodeConfig; |
|
| 544 | 544 | } |
| 545 | 545 | public function getNodeConfig() |
| 546 | 546 | { |
| 547 | - return $this->nodeConfig; |
|
| 547 | + return $this->nodeConfig; |
|
| 548 | 548 | } |
| 549 | 549 | public function setNodeIpv4CidrSize($nodeIpv4CidrSize) |
| 550 | 550 | { |
| 551 | - $this->nodeIpv4CidrSize = $nodeIpv4CidrSize; |
|
| 551 | + $this->nodeIpv4CidrSize = $nodeIpv4CidrSize; |
|
| 552 | 552 | } |
| 553 | 553 | public function getNodeIpv4CidrSize() |
| 554 | 554 | { |
| 555 | - return $this->nodeIpv4CidrSize; |
|
| 555 | + return $this->nodeIpv4CidrSize; |
|
| 556 | 556 | } |
| 557 | 557 | public function setSelfLink($selfLink) |
| 558 | 558 | { |
| 559 | - $this->selfLink = $selfLink; |
|
| 559 | + $this->selfLink = $selfLink; |
|
| 560 | 560 | } |
| 561 | 561 | public function getSelfLink() |
| 562 | 562 | { |
| 563 | - return $this->selfLink; |
|
| 563 | + return $this->selfLink; |
|
| 564 | 564 | } |
| 565 | 565 | public function setServicesIpv4Cidr($servicesIpv4Cidr) |
| 566 | 566 | { |
| 567 | - $this->servicesIpv4Cidr = $servicesIpv4Cidr; |
|
| 567 | + $this->servicesIpv4Cidr = $servicesIpv4Cidr; |
|
| 568 | 568 | } |
| 569 | 569 | public function getServicesIpv4Cidr() |
| 570 | 570 | { |
| 571 | - return $this->servicesIpv4Cidr; |
|
| 571 | + return $this->servicesIpv4Cidr; |
|
| 572 | 572 | } |
| 573 | 573 | public function setStatus($status) |
| 574 | 574 | { |
| 575 | - $this->status = $status; |
|
| 575 | + $this->status = $status; |
|
| 576 | 576 | } |
| 577 | 577 | public function getStatus() |
| 578 | 578 | { |
| 579 | - return $this->status; |
|
| 579 | + return $this->status; |
|
| 580 | 580 | } |
| 581 | 581 | public function setStatusMessage($statusMessage) |
| 582 | 582 | { |
| 583 | - $this->statusMessage = $statusMessage; |
|
| 583 | + $this->statusMessage = $statusMessage; |
|
| 584 | 584 | } |
| 585 | 585 | public function getStatusMessage() |
| 586 | 586 | { |
| 587 | - return $this->statusMessage; |
|
| 587 | + return $this->statusMessage; |
|
| 588 | 588 | } |
| 589 | 589 | public function setZone($zone) |
| 590 | 590 | { |
| 591 | - $this->zone = $zone; |
|
| 591 | + $this->zone = $zone; |
|
| 592 | 592 | } |
| 593 | 593 | public function getZone() |
| 594 | 594 | { |
| 595 | - return $this->zone; |
|
| 595 | + return $this->zone; |
|
| 596 | 596 | } |
| 597 | 597 | } |
| 598 | 598 | |
@@ -605,11 +605,11 @@ discard block |
||
| 605 | 605 | |
| 606 | 606 | public function setDesiredNodeVersion($desiredNodeVersion) |
| 607 | 607 | { |
| 608 | - $this->desiredNodeVersion = $desiredNodeVersion; |
|
| 608 | + $this->desiredNodeVersion = $desiredNodeVersion; |
|
| 609 | 609 | } |
| 610 | 610 | public function getDesiredNodeVersion() |
| 611 | 611 | { |
| 612 | - return $this->desiredNodeVersion; |
|
| 612 | + return $this->desiredNodeVersion; |
|
| 613 | 613 | } |
| 614 | 614 | } |
| 615 | 615 | |
@@ -623,11 +623,11 @@ discard block |
||
| 623 | 623 | |
| 624 | 624 | public function setCluster(Google_Service_Container_Cluster $cluster) |
| 625 | 625 | { |
| 626 | - $this->cluster = $cluster; |
|
| 626 | + $this->cluster = $cluster; |
|
| 627 | 627 | } |
| 628 | 628 | public function getCluster() |
| 629 | 629 | { |
| 630 | - return $this->cluster; |
|
| 630 | + return $this->cluster; |
|
| 631 | 631 | } |
| 632 | 632 | } |
| 633 | 633 | |
@@ -642,11 +642,11 @@ discard block |
||
| 642 | 642 | |
| 643 | 643 | public function setClusters($clusters) |
| 644 | 644 | { |
| 645 | - $this->clusters = $clusters; |
|
| 645 | + $this->clusters = $clusters; |
|
| 646 | 646 | } |
| 647 | 647 | public function getClusters() |
| 648 | 648 | { |
| 649 | - return $this->clusters; |
|
| 649 | + return $this->clusters; |
|
| 650 | 650 | } |
| 651 | 651 | } |
| 652 | 652 | |
@@ -661,11 +661,11 @@ discard block |
||
| 661 | 661 | |
| 662 | 662 | public function setOperations($operations) |
| 663 | 663 | { |
| 664 | - $this->operations = $operations; |
|
| 664 | + $this->operations = $operations; |
|
| 665 | 665 | } |
| 666 | 666 | public function getOperations() |
| 667 | 667 | { |
| 668 | - return $this->operations; |
|
| 668 | + return $this->operations; |
|
| 669 | 669 | } |
| 670 | 670 | } |
| 671 | 671 | |
@@ -682,43 +682,43 @@ discard block |
||
| 682 | 682 | |
| 683 | 683 | public function setClientCertificate($clientCertificate) |
| 684 | 684 | { |
| 685 | - $this->clientCertificate = $clientCertificate; |
|
| 685 | + $this->clientCertificate = $clientCertificate; |
|
| 686 | 686 | } |
| 687 | 687 | public function getClientCertificate() |
| 688 | 688 | { |
| 689 | - return $this->clientCertificate; |
|
| 689 | + return $this->clientCertificate; |
|
| 690 | 690 | } |
| 691 | 691 | public function setClientKey($clientKey) |
| 692 | 692 | { |
| 693 | - $this->clientKey = $clientKey; |
|
| 693 | + $this->clientKey = $clientKey; |
|
| 694 | 694 | } |
| 695 | 695 | public function getClientKey() |
| 696 | 696 | { |
| 697 | - return $this->clientKey; |
|
| 697 | + return $this->clientKey; |
|
| 698 | 698 | } |
| 699 | 699 | public function setClusterCaCertificate($clusterCaCertificate) |
| 700 | 700 | { |
| 701 | - $this->clusterCaCertificate = $clusterCaCertificate; |
|
| 701 | + $this->clusterCaCertificate = $clusterCaCertificate; |
|
| 702 | 702 | } |
| 703 | 703 | public function getClusterCaCertificate() |
| 704 | 704 | { |
| 705 | - return $this->clusterCaCertificate; |
|
| 705 | + return $this->clusterCaCertificate; |
|
| 706 | 706 | } |
| 707 | 707 | public function setPassword($password) |
| 708 | 708 | { |
| 709 | - $this->password = $password; |
|
| 709 | + $this->password = $password; |
|
| 710 | 710 | } |
| 711 | 711 | public function getPassword() |
| 712 | 712 | { |
| 713 | - return $this->password; |
|
| 713 | + return $this->password; |
|
| 714 | 714 | } |
| 715 | 715 | public function setUsername($username) |
| 716 | 716 | { |
| 717 | - $this->username = $username; |
|
| 717 | + $this->username = $username; |
|
| 718 | 718 | } |
| 719 | 719 | public function getUsername() |
| 720 | 720 | { |
| 721 | - return $this->username; |
|
| 721 | + return $this->username; |
|
| 722 | 722 | } |
| 723 | 723 | } |
| 724 | 724 | |
@@ -734,27 +734,27 @@ discard block |
||
| 734 | 734 | |
| 735 | 735 | public function setDiskSizeGb($diskSizeGb) |
| 736 | 736 | { |
| 737 | - $this->diskSizeGb = $diskSizeGb; |
|
| 737 | + $this->diskSizeGb = $diskSizeGb; |
|
| 738 | 738 | } |
| 739 | 739 | public function getDiskSizeGb() |
| 740 | 740 | { |
| 741 | - return $this->diskSizeGb; |
|
| 741 | + return $this->diskSizeGb; |
|
| 742 | 742 | } |
| 743 | 743 | public function setMachineType($machineType) |
| 744 | 744 | { |
| 745 | - $this->machineType = $machineType; |
|
| 745 | + $this->machineType = $machineType; |
|
| 746 | 746 | } |
| 747 | 747 | public function getMachineType() |
| 748 | 748 | { |
| 749 | - return $this->machineType; |
|
| 749 | + return $this->machineType; |
|
| 750 | 750 | } |
| 751 | 751 | public function setOauthScopes($oauthScopes) |
| 752 | 752 | { |
| 753 | - $this->oauthScopes = $oauthScopes; |
|
| 753 | + $this->oauthScopes = $oauthScopes; |
|
| 754 | 754 | } |
| 755 | 755 | public function getOauthScopes() |
| 756 | 756 | { |
| 757 | - return $this->oauthScopes; |
|
| 757 | + return $this->oauthScopes; |
|
| 758 | 758 | } |
| 759 | 759 | } |
| 760 | 760 | |
@@ -773,59 +773,59 @@ discard block |
||
| 773 | 773 | |
| 774 | 774 | public function setName($name) |
| 775 | 775 | { |
| 776 | - $this->name = $name; |
|
| 776 | + $this->name = $name; |
|
| 777 | 777 | } |
| 778 | 778 | public function getName() |
| 779 | 779 | { |
| 780 | - return $this->name; |
|
| 780 | + return $this->name; |
|
| 781 | 781 | } |
| 782 | 782 | public function setOperationType($operationType) |
| 783 | 783 | { |
| 784 | - $this->operationType = $operationType; |
|
| 784 | + $this->operationType = $operationType; |
|
| 785 | 785 | } |
| 786 | 786 | public function getOperationType() |
| 787 | 787 | { |
| 788 | - return $this->operationType; |
|
| 788 | + return $this->operationType; |
|
| 789 | 789 | } |
| 790 | 790 | public function setSelfLink($selfLink) |
| 791 | 791 | { |
| 792 | - $this->selfLink = $selfLink; |
|
| 792 | + $this->selfLink = $selfLink; |
|
| 793 | 793 | } |
| 794 | 794 | public function getSelfLink() |
| 795 | 795 | { |
| 796 | - return $this->selfLink; |
|
| 796 | + return $this->selfLink; |
|
| 797 | 797 | } |
| 798 | 798 | public function setStatus($status) |
| 799 | 799 | { |
| 800 | - $this->status = $status; |
|
| 800 | + $this->status = $status; |
|
| 801 | 801 | } |
| 802 | 802 | public function getStatus() |
| 803 | 803 | { |
| 804 | - return $this->status; |
|
| 804 | + return $this->status; |
|
| 805 | 805 | } |
| 806 | 806 | public function setStatusMessage($statusMessage) |
| 807 | 807 | { |
| 808 | - $this->statusMessage = $statusMessage; |
|
| 808 | + $this->statusMessage = $statusMessage; |
|
| 809 | 809 | } |
| 810 | 810 | public function getStatusMessage() |
| 811 | 811 | { |
| 812 | - return $this->statusMessage; |
|
| 812 | + return $this->statusMessage; |
|
| 813 | 813 | } |
| 814 | 814 | public function setTargetLink($targetLink) |
| 815 | 815 | { |
| 816 | - $this->targetLink = $targetLink; |
|
| 816 | + $this->targetLink = $targetLink; |
|
| 817 | 817 | } |
| 818 | 818 | public function getTargetLink() |
| 819 | 819 | { |
| 820 | - return $this->targetLink; |
|
| 820 | + return $this->targetLink; |
|
| 821 | 821 | } |
| 822 | 822 | public function setZone($zone) |
| 823 | 823 | { |
| 824 | - $this->zone = $zone; |
|
| 824 | + $this->zone = $zone; |
|
| 825 | 825 | } |
| 826 | 826 | public function getZone() |
| 827 | 827 | { |
| 828 | - return $this->zone; |
|
| 828 | + return $this->zone; |
|
| 829 | 829 | } |
| 830 | 830 | } |
| 831 | 831 | |
@@ -839,10 +839,10 @@ discard block |
||
| 839 | 839 | |
| 840 | 840 | public function setUpdate(Google_Service_Container_ClusterUpdate $update) |
| 841 | 841 | { |
| 842 | - $this->update = $update; |
|
| 842 | + $this->update = $update; |
|
| 843 | 843 | } |
| 844 | 844 | public function getUpdate() |
| 845 | 845 | { |
| 846 | - return $this->update; |
|
| 846 | + return $this->update; |
|
| 847 | 847 | } |
| 848 | 848 | } |
@@ -73,7 +73,7 @@ discard block |
||
| 73 | 73 | 'required' => true, |
| 74 | 74 | ), |
| 75 | 75 | ), |
| 76 | - ),'delete' => array( |
|
| 76 | + ), 'delete' => array( |
|
| 77 | 77 | 'path' => 'v1/projects/{projectId}/zones/{zone}/clusters/{clusterId}', |
| 78 | 78 | 'httpMethod' => 'DELETE', |
| 79 | 79 | 'parameters' => array( |
@@ -93,7 +93,7 @@ discard block |
||
| 93 | 93 | 'required' => true, |
| 94 | 94 | ), |
| 95 | 95 | ), |
| 96 | - ),'get' => array( |
|
| 96 | + ), 'get' => array( |
|
| 97 | 97 | 'path' => 'v1/projects/{projectId}/zones/{zone}/clusters/{clusterId}', |
| 98 | 98 | 'httpMethod' => 'GET', |
| 99 | 99 | 'parameters' => array( |
@@ -113,7 +113,7 @@ discard block |
||
| 113 | 113 | 'required' => true, |
| 114 | 114 | ), |
| 115 | 115 | ), |
| 116 | - ),'list' => array( |
|
| 116 | + ), 'list' => array( |
|
| 117 | 117 | 'path' => 'v1/projects/{projectId}/zones/{zone}/clusters', |
| 118 | 118 | 'httpMethod' => 'GET', |
| 119 | 119 | 'parameters' => array( |
@@ -128,7 +128,7 @@ discard block |
||
| 128 | 128 | 'required' => true, |
| 129 | 129 | ), |
| 130 | 130 | ), |
| 131 | - ),'update' => array( |
|
| 131 | + ), 'update' => array( |
|
| 132 | 132 | 'path' => 'v1/projects/{projectId}/zones/{zone}/clusters/{clusterId}', |
| 133 | 133 | 'httpMethod' => 'PUT', |
| 134 | 134 | 'parameters' => array( |
@@ -178,7 +178,7 @@ discard block |
||
| 178 | 178 | 'required' => true, |
| 179 | 179 | ), |
| 180 | 180 | ), |
| 181 | - ),'list' => array( |
|
| 181 | + ), 'list' => array( |
|
| 182 | 182 | 'path' => 'v1/projects/{projectId}/zones/{zone}/operations', |
| 183 | 183 | 'httpMethod' => 'GET', |
| 184 | 184 | 'parameters' => array( |
@@ -526,7 +526,7 @@ discard block |
||
| 526 | 526 | * @param double $lat The latitude coordinate of this job's location. |
| 527 | 527 | * @param double $lng The longitude coordinate of this job's location. |
| 528 | 528 | * @param string $title Job title |
| 529 | - * @param Google_Job $postBody |
|
| 529 | + * @param Google_Service_Coordinate_Job $postBody |
|
| 530 | 530 | * @param array $optParams Optional parameters. |
| 531 | 531 | * |
| 532 | 532 | * @opt_param string customerName Customer name |
@@ -574,7 +574,7 @@ discard block |
||
| 574 | 574 | * |
| 575 | 575 | * @param string $teamId Team ID |
| 576 | 576 | * @param string $jobId Job number |
| 577 | - * @param Google_Job $postBody |
|
| 577 | + * @param Google_Service_Coordinate_Job $postBody |
|
| 578 | 578 | * @param array $optParams Optional parameters. |
| 579 | 579 | * |
| 580 | 580 | * @opt_param string customerName Customer name |
@@ -608,7 +608,7 @@ discard block |
||
| 608 | 608 | * |
| 609 | 609 | * @param string $teamId Team ID |
| 610 | 610 | * @param string $jobId Job number |
| 611 | - * @param Google_Job $postBody |
|
| 611 | + * @param Google_Service_Coordinate_Job $postBody |
|
| 612 | 612 | * @param array $optParams Optional parameters. |
| 613 | 613 | * |
| 614 | 614 | * @opt_param string customerName Customer name |
@@ -701,7 +701,7 @@ discard block |
||
| 701 | 701 | * |
| 702 | 702 | * @param string $teamId Team ID |
| 703 | 703 | * @param string $jobId Job number |
| 704 | - * @param Google_Schedule $postBody |
|
| 704 | + * @param Google_Service_Coordinate_Schedule $postBody |
|
| 705 | 705 | * @param array $optParams Optional parameters. |
| 706 | 706 | * |
| 707 | 707 | * @opt_param bool allDay Whether the job is scheduled for the whole day. Time |
@@ -723,7 +723,7 @@ discard block |
||
| 723 | 723 | * |
| 724 | 724 | * @param string $teamId Team ID |
| 725 | 725 | * @param string $jobId Job number |
| 726 | - * @param Google_Schedule $postBody |
|
| 726 | + * @param Google_Service_Coordinate_Schedule $postBody |
|
| 727 | 727 | * @param array $optParams Optional parameters. |
| 728 | 728 | * |
| 729 | 729 | * @opt_param bool allDay Whether the job is scheduled for the whole day. Time |
@@ -32,10 +32,10 @@ discard block |
||
| 32 | 32 | { |
| 33 | 33 | /** View and manage your Google Maps Coordinate jobs. */ |
| 34 | 34 | const COORDINATE = |
| 35 | - "https://www.googleapis.com/auth/coordinate"; |
|
| 35 | + "https://www.googleapis.com/auth/coordinate"; |
|
| 36 | 36 | /** View your Google Coordinate jobs. */ |
| 37 | 37 | const COORDINATE_READONLY = |
| 38 | - "https://www.googleapis.com/auth/coordinate.readonly"; |
|
| 38 | + "https://www.googleapis.com/auth/coordinate.readonly"; |
|
| 39 | 39 | |
| 40 | 40 | public $customFieldDef; |
| 41 | 41 | public $jobs; |
@@ -52,414 +52,414 @@ discard block |
||
| 52 | 52 | */ |
| 53 | 53 | public function __construct(Google_Client $client) |
| 54 | 54 | { |
| 55 | - parent::__construct($client); |
|
| 56 | - $this->rootUrl = 'https://www.googleapis.com/'; |
|
| 57 | - $this->servicePath = 'coordinate/v1/'; |
|
| 58 | - $this->version = 'v1'; |
|
| 59 | - $this->serviceName = 'coordinate'; |
|
| 60 | - |
|
| 61 | - $this->customFieldDef = new Google_Service_Coordinate_CustomFieldDef_Resource( |
|
| 62 | - $this, |
|
| 63 | - $this->serviceName, |
|
| 64 | - 'customFieldDef', |
|
| 65 | - array( |
|
| 66 | - 'methods' => array( |
|
| 67 | - 'list' => array( |
|
| 68 | - 'path' => 'teams/{teamId}/custom_fields', |
|
| 69 | - 'httpMethod' => 'GET', |
|
| 70 | - 'parameters' => array( |
|
| 71 | - 'teamId' => array( |
|
| 72 | - 'location' => 'path', |
|
| 73 | - 'type' => 'string', |
|
| 74 | - 'required' => true, |
|
| 75 | - ), |
|
| 76 | - ), |
|
| 77 | - ), |
|
| 78 | - ) |
|
| 79 | - ) |
|
| 80 | - ); |
|
| 81 | - $this->jobs = new Google_Service_Coordinate_Jobs_Resource( |
|
| 82 | - $this, |
|
| 83 | - $this->serviceName, |
|
| 84 | - 'jobs', |
|
| 85 | - array( |
|
| 86 | - 'methods' => array( |
|
| 87 | - 'get' => array( |
|
| 88 | - 'path' => 'teams/{teamId}/jobs/{jobId}', |
|
| 89 | - 'httpMethod' => 'GET', |
|
| 90 | - 'parameters' => array( |
|
| 91 | - 'teamId' => array( |
|
| 92 | - 'location' => 'path', |
|
| 93 | - 'type' => 'string', |
|
| 94 | - 'required' => true, |
|
| 95 | - ), |
|
| 96 | - 'jobId' => array( |
|
| 97 | - 'location' => 'path', |
|
| 98 | - 'type' => 'string', |
|
| 99 | - 'required' => true, |
|
| 100 | - ), |
|
| 101 | - ), |
|
| 102 | - ),'insert' => array( |
|
| 103 | - 'path' => 'teams/{teamId}/jobs', |
|
| 104 | - 'httpMethod' => 'POST', |
|
| 105 | - 'parameters' => array( |
|
| 106 | - 'teamId' => array( |
|
| 107 | - 'location' => 'path', |
|
| 108 | - 'type' => 'string', |
|
| 109 | - 'required' => true, |
|
| 110 | - ), |
|
| 111 | - 'address' => array( |
|
| 112 | - 'location' => 'query', |
|
| 113 | - 'type' => 'string', |
|
| 114 | - 'required' => true, |
|
| 115 | - ), |
|
| 116 | - 'lat' => array( |
|
| 117 | - 'location' => 'query', |
|
| 118 | - 'type' => 'number', |
|
| 119 | - 'required' => true, |
|
| 120 | - ), |
|
| 121 | - 'lng' => array( |
|
| 122 | - 'location' => 'query', |
|
| 123 | - 'type' => 'number', |
|
| 124 | - 'required' => true, |
|
| 125 | - ), |
|
| 126 | - 'title' => array( |
|
| 127 | - 'location' => 'query', |
|
| 128 | - 'type' => 'string', |
|
| 129 | - 'required' => true, |
|
| 130 | - ), |
|
| 131 | - 'customerName' => array( |
|
| 132 | - 'location' => 'query', |
|
| 133 | - 'type' => 'string', |
|
| 134 | - ), |
|
| 135 | - 'note' => array( |
|
| 136 | - 'location' => 'query', |
|
| 137 | - 'type' => 'string', |
|
| 138 | - ), |
|
| 139 | - 'assignee' => array( |
|
| 140 | - 'location' => 'query', |
|
| 141 | - 'type' => 'string', |
|
| 142 | - ), |
|
| 143 | - 'customerPhoneNumber' => array( |
|
| 144 | - 'location' => 'query', |
|
| 145 | - 'type' => 'string', |
|
| 146 | - ), |
|
| 147 | - 'customField' => array( |
|
| 148 | - 'location' => 'query', |
|
| 149 | - 'type' => 'string', |
|
| 150 | - 'repeated' => true, |
|
| 151 | - ), |
|
| 152 | - ), |
|
| 153 | - ),'list' => array( |
|
| 154 | - 'path' => 'teams/{teamId}/jobs', |
|
| 155 | - 'httpMethod' => 'GET', |
|
| 156 | - 'parameters' => array( |
|
| 157 | - 'teamId' => array( |
|
| 158 | - 'location' => 'path', |
|
| 159 | - 'type' => 'string', |
|
| 160 | - 'required' => true, |
|
| 161 | - ), |
|
| 162 | - 'minModifiedTimestampMs' => array( |
|
| 163 | - 'location' => 'query', |
|
| 164 | - 'type' => 'string', |
|
| 165 | - ), |
|
| 166 | - 'maxResults' => array( |
|
| 167 | - 'location' => 'query', |
|
| 168 | - 'type' => 'integer', |
|
| 169 | - ), |
|
| 170 | - 'pageToken' => array( |
|
| 171 | - 'location' => 'query', |
|
| 172 | - 'type' => 'string', |
|
| 173 | - ), |
|
| 174 | - ), |
|
| 175 | - ),'patch' => array( |
|
| 176 | - 'path' => 'teams/{teamId}/jobs/{jobId}', |
|
| 177 | - 'httpMethod' => 'PATCH', |
|
| 178 | - 'parameters' => array( |
|
| 179 | - 'teamId' => array( |
|
| 180 | - 'location' => 'path', |
|
| 181 | - 'type' => 'string', |
|
| 182 | - 'required' => true, |
|
| 183 | - ), |
|
| 184 | - 'jobId' => array( |
|
| 185 | - 'location' => 'path', |
|
| 186 | - 'type' => 'string', |
|
| 187 | - 'required' => true, |
|
| 188 | - ), |
|
| 189 | - 'customerName' => array( |
|
| 190 | - 'location' => 'query', |
|
| 191 | - 'type' => 'string', |
|
| 192 | - ), |
|
| 193 | - 'title' => array( |
|
| 194 | - 'location' => 'query', |
|
| 195 | - 'type' => 'string', |
|
| 196 | - ), |
|
| 197 | - 'note' => array( |
|
| 198 | - 'location' => 'query', |
|
| 199 | - 'type' => 'string', |
|
| 200 | - ), |
|
| 201 | - 'assignee' => array( |
|
| 202 | - 'location' => 'query', |
|
| 203 | - 'type' => 'string', |
|
| 204 | - ), |
|
| 205 | - 'customerPhoneNumber' => array( |
|
| 206 | - 'location' => 'query', |
|
| 207 | - 'type' => 'string', |
|
| 208 | - ), |
|
| 209 | - 'address' => array( |
|
| 210 | - 'location' => 'query', |
|
| 211 | - 'type' => 'string', |
|
| 212 | - ), |
|
| 213 | - 'lat' => array( |
|
| 214 | - 'location' => 'query', |
|
| 215 | - 'type' => 'number', |
|
| 216 | - ), |
|
| 217 | - 'progress' => array( |
|
| 218 | - 'location' => 'query', |
|
| 219 | - 'type' => 'string', |
|
| 220 | - ), |
|
| 221 | - 'lng' => array( |
|
| 222 | - 'location' => 'query', |
|
| 223 | - 'type' => 'number', |
|
| 224 | - ), |
|
| 225 | - 'customField' => array( |
|
| 226 | - 'location' => 'query', |
|
| 227 | - 'type' => 'string', |
|
| 228 | - 'repeated' => true, |
|
| 229 | - ), |
|
| 230 | - ), |
|
| 231 | - ),'update' => array( |
|
| 232 | - 'path' => 'teams/{teamId}/jobs/{jobId}', |
|
| 233 | - 'httpMethod' => 'PUT', |
|
| 234 | - 'parameters' => array( |
|
| 235 | - 'teamId' => array( |
|
| 236 | - 'location' => 'path', |
|
| 237 | - 'type' => 'string', |
|
| 238 | - 'required' => true, |
|
| 239 | - ), |
|
| 240 | - 'jobId' => array( |
|
| 241 | - 'location' => 'path', |
|
| 242 | - 'type' => 'string', |
|
| 243 | - 'required' => true, |
|
| 244 | - ), |
|
| 245 | - 'customerName' => array( |
|
| 246 | - 'location' => 'query', |
|
| 247 | - 'type' => 'string', |
|
| 248 | - ), |
|
| 249 | - 'title' => array( |
|
| 250 | - 'location' => 'query', |
|
| 251 | - 'type' => 'string', |
|
| 252 | - ), |
|
| 253 | - 'note' => array( |
|
| 254 | - 'location' => 'query', |
|
| 255 | - 'type' => 'string', |
|
| 256 | - ), |
|
| 257 | - 'assignee' => array( |
|
| 258 | - 'location' => 'query', |
|
| 259 | - 'type' => 'string', |
|
| 260 | - ), |
|
| 261 | - 'customerPhoneNumber' => array( |
|
| 262 | - 'location' => 'query', |
|
| 263 | - 'type' => 'string', |
|
| 264 | - ), |
|
| 265 | - 'address' => array( |
|
| 266 | - 'location' => 'query', |
|
| 267 | - 'type' => 'string', |
|
| 268 | - ), |
|
| 269 | - 'lat' => array( |
|
| 270 | - 'location' => 'query', |
|
| 271 | - 'type' => 'number', |
|
| 272 | - ), |
|
| 273 | - 'progress' => array( |
|
| 274 | - 'location' => 'query', |
|
| 275 | - 'type' => 'string', |
|
| 276 | - ), |
|
| 277 | - 'lng' => array( |
|
| 278 | - 'location' => 'query', |
|
| 279 | - 'type' => 'number', |
|
| 280 | - ), |
|
| 281 | - 'customField' => array( |
|
| 282 | - 'location' => 'query', |
|
| 283 | - 'type' => 'string', |
|
| 284 | - 'repeated' => true, |
|
| 285 | - ), |
|
| 286 | - ), |
|
| 287 | - ), |
|
| 288 | - ) |
|
| 289 | - ) |
|
| 290 | - ); |
|
| 291 | - $this->location = new Google_Service_Coordinate_Location_Resource( |
|
| 292 | - $this, |
|
| 293 | - $this->serviceName, |
|
| 294 | - 'location', |
|
| 295 | - array( |
|
| 296 | - 'methods' => array( |
|
| 297 | - 'list' => array( |
|
| 298 | - 'path' => 'teams/{teamId}/workers/{workerEmail}/locations', |
|
| 299 | - 'httpMethod' => 'GET', |
|
| 300 | - 'parameters' => array( |
|
| 301 | - 'teamId' => array( |
|
| 302 | - 'location' => 'path', |
|
| 303 | - 'type' => 'string', |
|
| 304 | - 'required' => true, |
|
| 305 | - ), |
|
| 306 | - 'workerEmail' => array( |
|
| 307 | - 'location' => 'path', |
|
| 308 | - 'type' => 'string', |
|
| 309 | - 'required' => true, |
|
| 310 | - ), |
|
| 311 | - 'startTimestampMs' => array( |
|
| 312 | - 'location' => 'query', |
|
| 313 | - 'type' => 'string', |
|
| 314 | - 'required' => true, |
|
| 315 | - ), |
|
| 316 | - 'pageToken' => array( |
|
| 317 | - 'location' => 'query', |
|
| 318 | - 'type' => 'string', |
|
| 319 | - ), |
|
| 320 | - 'maxResults' => array( |
|
| 321 | - 'location' => 'query', |
|
| 322 | - 'type' => 'integer', |
|
| 323 | - ), |
|
| 324 | - ), |
|
| 325 | - ), |
|
| 326 | - ) |
|
| 327 | - ) |
|
| 328 | - ); |
|
| 329 | - $this->schedule = new Google_Service_Coordinate_Schedule_Resource( |
|
| 330 | - $this, |
|
| 331 | - $this->serviceName, |
|
| 332 | - 'schedule', |
|
| 333 | - array( |
|
| 334 | - 'methods' => array( |
|
| 335 | - 'get' => array( |
|
| 336 | - 'path' => 'teams/{teamId}/jobs/{jobId}/schedule', |
|
| 337 | - 'httpMethod' => 'GET', |
|
| 338 | - 'parameters' => array( |
|
| 339 | - 'teamId' => array( |
|
| 340 | - 'location' => 'path', |
|
| 341 | - 'type' => 'string', |
|
| 342 | - 'required' => true, |
|
| 343 | - ), |
|
| 344 | - 'jobId' => array( |
|
| 345 | - 'location' => 'path', |
|
| 346 | - 'type' => 'string', |
|
| 347 | - 'required' => true, |
|
| 348 | - ), |
|
| 349 | - ), |
|
| 350 | - ),'patch' => array( |
|
| 351 | - 'path' => 'teams/{teamId}/jobs/{jobId}/schedule', |
|
| 352 | - 'httpMethod' => 'PATCH', |
|
| 353 | - 'parameters' => array( |
|
| 354 | - 'teamId' => array( |
|
| 355 | - 'location' => 'path', |
|
| 356 | - 'type' => 'string', |
|
| 357 | - 'required' => true, |
|
| 358 | - ), |
|
| 359 | - 'jobId' => array( |
|
| 360 | - 'location' => 'path', |
|
| 361 | - 'type' => 'string', |
|
| 362 | - 'required' => true, |
|
| 363 | - ), |
|
| 364 | - 'allDay' => array( |
|
| 365 | - 'location' => 'query', |
|
| 366 | - 'type' => 'boolean', |
|
| 367 | - ), |
|
| 368 | - 'startTime' => array( |
|
| 369 | - 'location' => 'query', |
|
| 370 | - 'type' => 'string', |
|
| 371 | - ), |
|
| 372 | - 'duration' => array( |
|
| 373 | - 'location' => 'query', |
|
| 374 | - 'type' => 'string', |
|
| 375 | - ), |
|
| 376 | - 'endTime' => array( |
|
| 377 | - 'location' => 'query', |
|
| 378 | - 'type' => 'string', |
|
| 379 | - ), |
|
| 380 | - ), |
|
| 381 | - ),'update' => array( |
|
| 382 | - 'path' => 'teams/{teamId}/jobs/{jobId}/schedule', |
|
| 383 | - 'httpMethod' => 'PUT', |
|
| 384 | - 'parameters' => array( |
|
| 385 | - 'teamId' => array( |
|
| 386 | - 'location' => 'path', |
|
| 387 | - 'type' => 'string', |
|
| 388 | - 'required' => true, |
|
| 389 | - ), |
|
| 390 | - 'jobId' => array( |
|
| 391 | - 'location' => 'path', |
|
| 392 | - 'type' => 'string', |
|
| 393 | - 'required' => true, |
|
| 394 | - ), |
|
| 395 | - 'allDay' => array( |
|
| 396 | - 'location' => 'query', |
|
| 397 | - 'type' => 'boolean', |
|
| 398 | - ), |
|
| 399 | - 'startTime' => array( |
|
| 400 | - 'location' => 'query', |
|
| 401 | - 'type' => 'string', |
|
| 402 | - ), |
|
| 403 | - 'duration' => array( |
|
| 404 | - 'location' => 'query', |
|
| 405 | - 'type' => 'string', |
|
| 406 | - ), |
|
| 407 | - 'endTime' => array( |
|
| 408 | - 'location' => 'query', |
|
| 409 | - 'type' => 'string', |
|
| 410 | - ), |
|
| 411 | - ), |
|
| 412 | - ), |
|
| 413 | - ) |
|
| 414 | - ) |
|
| 415 | - ); |
|
| 416 | - $this->team = new Google_Service_Coordinate_Team_Resource( |
|
| 417 | - $this, |
|
| 418 | - $this->serviceName, |
|
| 419 | - 'team', |
|
| 420 | - array( |
|
| 421 | - 'methods' => array( |
|
| 422 | - 'list' => array( |
|
| 423 | - 'path' => 'teams', |
|
| 424 | - 'httpMethod' => 'GET', |
|
| 425 | - 'parameters' => array( |
|
| 426 | - 'admin' => array( |
|
| 427 | - 'location' => 'query', |
|
| 428 | - 'type' => 'boolean', |
|
| 429 | - ), |
|
| 430 | - 'worker' => array( |
|
| 431 | - 'location' => 'query', |
|
| 432 | - 'type' => 'boolean', |
|
| 433 | - ), |
|
| 434 | - 'dispatcher' => array( |
|
| 435 | - 'location' => 'query', |
|
| 436 | - 'type' => 'boolean', |
|
| 437 | - ), |
|
| 438 | - ), |
|
| 439 | - ), |
|
| 440 | - ) |
|
| 441 | - ) |
|
| 442 | - ); |
|
| 443 | - $this->worker = new Google_Service_Coordinate_Worker_Resource( |
|
| 444 | - $this, |
|
| 445 | - $this->serviceName, |
|
| 446 | - 'worker', |
|
| 447 | - array( |
|
| 448 | - 'methods' => array( |
|
| 449 | - 'list' => array( |
|
| 450 | - 'path' => 'teams/{teamId}/workers', |
|
| 451 | - 'httpMethod' => 'GET', |
|
| 452 | - 'parameters' => array( |
|
| 453 | - 'teamId' => array( |
|
| 454 | - 'location' => 'path', |
|
| 455 | - 'type' => 'string', |
|
| 456 | - 'required' => true, |
|
| 457 | - ), |
|
| 458 | - ), |
|
| 459 | - ), |
|
| 460 | - ) |
|
| 461 | - ) |
|
| 462 | - ); |
|
| 55 | + parent::__construct($client); |
|
| 56 | + $this->rootUrl = 'https://www.googleapis.com/'; |
|
| 57 | + $this->servicePath = 'coordinate/v1/'; |
|
| 58 | + $this->version = 'v1'; |
|
| 59 | + $this->serviceName = 'coordinate'; |
|
| 60 | + |
|
| 61 | + $this->customFieldDef = new Google_Service_Coordinate_CustomFieldDef_Resource( |
|
| 62 | + $this, |
|
| 63 | + $this->serviceName, |
|
| 64 | + 'customFieldDef', |
|
| 65 | + array( |
|
| 66 | + 'methods' => array( |
|
| 67 | + 'list' => array( |
|
| 68 | + 'path' => 'teams/{teamId}/custom_fields', |
|
| 69 | + 'httpMethod' => 'GET', |
|
| 70 | + 'parameters' => array( |
|
| 71 | + 'teamId' => array( |
|
| 72 | + 'location' => 'path', |
|
| 73 | + 'type' => 'string', |
|
| 74 | + 'required' => true, |
|
| 75 | + ), |
|
| 76 | + ), |
|
| 77 | + ), |
|
| 78 | + ) |
|
| 79 | + ) |
|
| 80 | + ); |
|
| 81 | + $this->jobs = new Google_Service_Coordinate_Jobs_Resource( |
|
| 82 | + $this, |
|
| 83 | + $this->serviceName, |
|
| 84 | + 'jobs', |
|
| 85 | + array( |
|
| 86 | + 'methods' => array( |
|
| 87 | + 'get' => array( |
|
| 88 | + 'path' => 'teams/{teamId}/jobs/{jobId}', |
|
| 89 | + 'httpMethod' => 'GET', |
|
| 90 | + 'parameters' => array( |
|
| 91 | + 'teamId' => array( |
|
| 92 | + 'location' => 'path', |
|
| 93 | + 'type' => 'string', |
|
| 94 | + 'required' => true, |
|
| 95 | + ), |
|
| 96 | + 'jobId' => array( |
|
| 97 | + 'location' => 'path', |
|
| 98 | + 'type' => 'string', |
|
| 99 | + 'required' => true, |
|
| 100 | + ), |
|
| 101 | + ), |
|
| 102 | + ),'insert' => array( |
|
| 103 | + 'path' => 'teams/{teamId}/jobs', |
|
| 104 | + 'httpMethod' => 'POST', |
|
| 105 | + 'parameters' => array( |
|
| 106 | + 'teamId' => array( |
|
| 107 | + 'location' => 'path', |
|
| 108 | + 'type' => 'string', |
|
| 109 | + 'required' => true, |
|
| 110 | + ), |
|
| 111 | + 'address' => array( |
|
| 112 | + 'location' => 'query', |
|
| 113 | + 'type' => 'string', |
|
| 114 | + 'required' => true, |
|
| 115 | + ), |
|
| 116 | + 'lat' => array( |
|
| 117 | + 'location' => 'query', |
|
| 118 | + 'type' => 'number', |
|
| 119 | + 'required' => true, |
|
| 120 | + ), |
|
| 121 | + 'lng' => array( |
|
| 122 | + 'location' => 'query', |
|
| 123 | + 'type' => 'number', |
|
| 124 | + 'required' => true, |
|
| 125 | + ), |
|
| 126 | + 'title' => array( |
|
| 127 | + 'location' => 'query', |
|
| 128 | + 'type' => 'string', |
|
| 129 | + 'required' => true, |
|
| 130 | + ), |
|
| 131 | + 'customerName' => array( |
|
| 132 | + 'location' => 'query', |
|
| 133 | + 'type' => 'string', |
|
| 134 | + ), |
|
| 135 | + 'note' => array( |
|
| 136 | + 'location' => 'query', |
|
| 137 | + 'type' => 'string', |
|
| 138 | + ), |
|
| 139 | + 'assignee' => array( |
|
| 140 | + 'location' => 'query', |
|
| 141 | + 'type' => 'string', |
|
| 142 | + ), |
|
| 143 | + 'customerPhoneNumber' => array( |
|
| 144 | + 'location' => 'query', |
|
| 145 | + 'type' => 'string', |
|
| 146 | + ), |
|
| 147 | + 'customField' => array( |
|
| 148 | + 'location' => 'query', |
|
| 149 | + 'type' => 'string', |
|
| 150 | + 'repeated' => true, |
|
| 151 | + ), |
|
| 152 | + ), |
|
| 153 | + ),'list' => array( |
|
| 154 | + 'path' => 'teams/{teamId}/jobs', |
|
| 155 | + 'httpMethod' => 'GET', |
|
| 156 | + 'parameters' => array( |
|
| 157 | + 'teamId' => array( |
|
| 158 | + 'location' => 'path', |
|
| 159 | + 'type' => 'string', |
|
| 160 | + 'required' => true, |
|
| 161 | + ), |
|
| 162 | + 'minModifiedTimestampMs' => array( |
|
| 163 | + 'location' => 'query', |
|
| 164 | + 'type' => 'string', |
|
| 165 | + ), |
|
| 166 | + 'maxResults' => array( |
|
| 167 | + 'location' => 'query', |
|
| 168 | + 'type' => 'integer', |
|
| 169 | + ), |
|
| 170 | + 'pageToken' => array( |
|
| 171 | + 'location' => 'query', |
|
| 172 | + 'type' => 'string', |
|
| 173 | + ), |
|
| 174 | + ), |
|
| 175 | + ),'patch' => array( |
|
| 176 | + 'path' => 'teams/{teamId}/jobs/{jobId}', |
|
| 177 | + 'httpMethod' => 'PATCH', |
|
| 178 | + 'parameters' => array( |
|
| 179 | + 'teamId' => array( |
|
| 180 | + 'location' => 'path', |
|
| 181 | + 'type' => 'string', |
|
| 182 | + 'required' => true, |
|
| 183 | + ), |
|
| 184 | + 'jobId' => array( |
|
| 185 | + 'location' => 'path', |
|
| 186 | + 'type' => 'string', |
|
| 187 | + 'required' => true, |
|
| 188 | + ), |
|
| 189 | + 'customerName' => array( |
|
| 190 | + 'location' => 'query', |
|
| 191 | + 'type' => 'string', |
|
| 192 | + ), |
|
| 193 | + 'title' => array( |
|
| 194 | + 'location' => 'query', |
|
| 195 | + 'type' => 'string', |
|
| 196 | + ), |
|
| 197 | + 'note' => array( |
|
| 198 | + 'location' => 'query', |
|
| 199 | + 'type' => 'string', |
|
| 200 | + ), |
|
| 201 | + 'assignee' => array( |
|
| 202 | + 'location' => 'query', |
|
| 203 | + 'type' => 'string', |
|
| 204 | + ), |
|
| 205 | + 'customerPhoneNumber' => array( |
|
| 206 | + 'location' => 'query', |
|
| 207 | + 'type' => 'string', |
|
| 208 | + ), |
|
| 209 | + 'address' => array( |
|
| 210 | + 'location' => 'query', |
|
| 211 | + 'type' => 'string', |
|
| 212 | + ), |
|
| 213 | + 'lat' => array( |
|
| 214 | + 'location' => 'query', |
|
| 215 | + 'type' => 'number', |
|
| 216 | + ), |
|
| 217 | + 'progress' => array( |
|
| 218 | + 'location' => 'query', |
|
| 219 | + 'type' => 'string', |
|
| 220 | + ), |
|
| 221 | + 'lng' => array( |
|
| 222 | + 'location' => 'query', |
|
| 223 | + 'type' => 'number', |
|
| 224 | + ), |
|
| 225 | + 'customField' => array( |
|
| 226 | + 'location' => 'query', |
|
| 227 | + 'type' => 'string', |
|
| 228 | + 'repeated' => true, |
|
| 229 | + ), |
|
| 230 | + ), |
|
| 231 | + ),'update' => array( |
|
| 232 | + 'path' => 'teams/{teamId}/jobs/{jobId}', |
|
| 233 | + 'httpMethod' => 'PUT', |
|
| 234 | + 'parameters' => array( |
|
| 235 | + 'teamId' => array( |
|
| 236 | + 'location' => 'path', |
|
| 237 | + 'type' => 'string', |
|
| 238 | + 'required' => true, |
|
| 239 | + ), |
|
| 240 | + 'jobId' => array( |
|
| 241 | + 'location' => 'path', |
|
| 242 | + 'type' => 'string', |
|
| 243 | + 'required' => true, |
|
| 244 | + ), |
|
| 245 | + 'customerName' => array( |
|
| 246 | + 'location' => 'query', |
|
| 247 | + 'type' => 'string', |
|
| 248 | + ), |
|
| 249 | + 'title' => array( |
|
| 250 | + 'location' => 'query', |
|
| 251 | + 'type' => 'string', |
|
| 252 | + ), |
|
| 253 | + 'note' => array( |
|
| 254 | + 'location' => 'query', |
|
| 255 | + 'type' => 'string', |
|
| 256 | + ), |
|
| 257 | + 'assignee' => array( |
|
| 258 | + 'location' => 'query', |
|
| 259 | + 'type' => 'string', |
|
| 260 | + ), |
|
| 261 | + 'customerPhoneNumber' => array( |
|
| 262 | + 'location' => 'query', |
|
| 263 | + 'type' => 'string', |
|
| 264 | + ), |
|
| 265 | + 'address' => array( |
|
| 266 | + 'location' => 'query', |
|
| 267 | + 'type' => 'string', |
|
| 268 | + ), |
|
| 269 | + 'lat' => array( |
|
| 270 | + 'location' => 'query', |
|
| 271 | + 'type' => 'number', |
|
| 272 | + ), |
|
| 273 | + 'progress' => array( |
|
| 274 | + 'location' => 'query', |
|
| 275 | + 'type' => 'string', |
|
| 276 | + ), |
|
| 277 | + 'lng' => array( |
|
| 278 | + 'location' => 'query', |
|
| 279 | + 'type' => 'number', |
|
| 280 | + ), |
|
| 281 | + 'customField' => array( |
|
| 282 | + 'location' => 'query', |
|
| 283 | + 'type' => 'string', |
|
| 284 | + 'repeated' => true, |
|
| 285 | + ), |
|
| 286 | + ), |
|
| 287 | + ), |
|
| 288 | + ) |
|
| 289 | + ) |
|
| 290 | + ); |
|
| 291 | + $this->location = new Google_Service_Coordinate_Location_Resource( |
|
| 292 | + $this, |
|
| 293 | + $this->serviceName, |
|
| 294 | + 'location', |
|
| 295 | + array( |
|
| 296 | + 'methods' => array( |
|
| 297 | + 'list' => array( |
|
| 298 | + 'path' => 'teams/{teamId}/workers/{workerEmail}/locations', |
|
| 299 | + 'httpMethod' => 'GET', |
|
| 300 | + 'parameters' => array( |
|
| 301 | + 'teamId' => array( |
|
| 302 | + 'location' => 'path', |
|
| 303 | + 'type' => 'string', |
|
| 304 | + 'required' => true, |
|
| 305 | + ), |
|
| 306 | + 'workerEmail' => array( |
|
| 307 | + 'location' => 'path', |
|
| 308 | + 'type' => 'string', |
|
| 309 | + 'required' => true, |
|
| 310 | + ), |
|
| 311 | + 'startTimestampMs' => array( |
|
| 312 | + 'location' => 'query', |
|
| 313 | + 'type' => 'string', |
|
| 314 | + 'required' => true, |
|
| 315 | + ), |
|
| 316 | + 'pageToken' => array( |
|
| 317 | + 'location' => 'query', |
|
| 318 | + 'type' => 'string', |
|
| 319 | + ), |
|
| 320 | + 'maxResults' => array( |
|
| 321 | + 'location' => 'query', |
|
| 322 | + 'type' => 'integer', |
|
| 323 | + ), |
|
| 324 | + ), |
|
| 325 | + ), |
|
| 326 | + ) |
|
| 327 | + ) |
|
| 328 | + ); |
|
| 329 | + $this->schedule = new Google_Service_Coordinate_Schedule_Resource( |
|
| 330 | + $this, |
|
| 331 | + $this->serviceName, |
|
| 332 | + 'schedule', |
|
| 333 | + array( |
|
| 334 | + 'methods' => array( |
|
| 335 | + 'get' => array( |
|
| 336 | + 'path' => 'teams/{teamId}/jobs/{jobId}/schedule', |
|
| 337 | + 'httpMethod' => 'GET', |
|
| 338 | + 'parameters' => array( |
|
| 339 | + 'teamId' => array( |
|
| 340 | + 'location' => 'path', |
|
| 341 | + 'type' => 'string', |
|
| 342 | + 'required' => true, |
|
| 343 | + ), |
|
| 344 | + 'jobId' => array( |
|
| 345 | + 'location' => 'path', |
|
| 346 | + 'type' => 'string', |
|
| 347 | + 'required' => true, |
|
| 348 | + ), |
|
| 349 | + ), |
|
| 350 | + ),'patch' => array( |
|
| 351 | + 'path' => 'teams/{teamId}/jobs/{jobId}/schedule', |
|
| 352 | + 'httpMethod' => 'PATCH', |
|
| 353 | + 'parameters' => array( |
|
| 354 | + 'teamId' => array( |
|
| 355 | + 'location' => 'path', |
|
| 356 | + 'type' => 'string', |
|
| 357 | + 'required' => true, |
|
| 358 | + ), |
|
| 359 | + 'jobId' => array( |
|
| 360 | + 'location' => 'path', |
|
| 361 | + 'type' => 'string', |
|
| 362 | + 'required' => true, |
|
| 363 | + ), |
|
| 364 | + 'allDay' => array( |
|
| 365 | + 'location' => 'query', |
|
| 366 | + 'type' => 'boolean', |
|
| 367 | + ), |
|
| 368 | + 'startTime' => array( |
|
| 369 | + 'location' => 'query', |
|
| 370 | + 'type' => 'string', |
|
| 371 | + ), |
|
| 372 | + 'duration' => array( |
|
| 373 | + 'location' => 'query', |
|
| 374 | + 'type' => 'string', |
|
| 375 | + ), |
|
| 376 | + 'endTime' => array( |
|
| 377 | + 'location' => 'query', |
|
| 378 | + 'type' => 'string', |
|
| 379 | + ), |
|
| 380 | + ), |
|
| 381 | + ),'update' => array( |
|
| 382 | + 'path' => 'teams/{teamId}/jobs/{jobId}/schedule', |
|
| 383 | + 'httpMethod' => 'PUT', |
|
| 384 | + 'parameters' => array( |
|
| 385 | + 'teamId' => array( |
|
| 386 | + 'location' => 'path', |
|
| 387 | + 'type' => 'string', |
|
| 388 | + 'required' => true, |
|
| 389 | + ), |
|
| 390 | + 'jobId' => array( |
|
| 391 | + 'location' => 'path', |
|
| 392 | + 'type' => 'string', |
|
| 393 | + 'required' => true, |
|
| 394 | + ), |
|
| 395 | + 'allDay' => array( |
|
| 396 | + 'location' => 'query', |
|
| 397 | + 'type' => 'boolean', |
|
| 398 | + ), |
|
| 399 | + 'startTime' => array( |
|
| 400 | + 'location' => 'query', |
|
| 401 | + 'type' => 'string', |
|
| 402 | + ), |
|
| 403 | + 'duration' => array( |
|
| 404 | + 'location' => 'query', |
|
| 405 | + 'type' => 'string', |
|
| 406 | + ), |
|
| 407 | + 'endTime' => array( |
|
| 408 | + 'location' => 'query', |
|
| 409 | + 'type' => 'string', |
|
| 410 | + ), |
|
| 411 | + ), |
|
| 412 | + ), |
|
| 413 | + ) |
|
| 414 | + ) |
|
| 415 | + ); |
|
| 416 | + $this->team = new Google_Service_Coordinate_Team_Resource( |
|
| 417 | + $this, |
|
| 418 | + $this->serviceName, |
|
| 419 | + 'team', |
|
| 420 | + array( |
|
| 421 | + 'methods' => array( |
|
| 422 | + 'list' => array( |
|
| 423 | + 'path' => 'teams', |
|
| 424 | + 'httpMethod' => 'GET', |
|
| 425 | + 'parameters' => array( |
|
| 426 | + 'admin' => array( |
|
| 427 | + 'location' => 'query', |
|
| 428 | + 'type' => 'boolean', |
|
| 429 | + ), |
|
| 430 | + 'worker' => array( |
|
| 431 | + 'location' => 'query', |
|
| 432 | + 'type' => 'boolean', |
|
| 433 | + ), |
|
| 434 | + 'dispatcher' => array( |
|
| 435 | + 'location' => 'query', |
|
| 436 | + 'type' => 'boolean', |
|
| 437 | + ), |
|
| 438 | + ), |
|
| 439 | + ), |
|
| 440 | + ) |
|
| 441 | + ) |
|
| 442 | + ); |
|
| 443 | + $this->worker = new Google_Service_Coordinate_Worker_Resource( |
|
| 444 | + $this, |
|
| 445 | + $this->serviceName, |
|
| 446 | + 'worker', |
|
| 447 | + array( |
|
| 448 | + 'methods' => array( |
|
| 449 | + 'list' => array( |
|
| 450 | + 'path' => 'teams/{teamId}/workers', |
|
| 451 | + 'httpMethod' => 'GET', |
|
| 452 | + 'parameters' => array( |
|
| 453 | + 'teamId' => array( |
|
| 454 | + 'location' => 'path', |
|
| 455 | + 'type' => 'string', |
|
| 456 | + 'required' => true, |
|
| 457 | + ), |
|
| 458 | + ), |
|
| 459 | + ), |
|
| 460 | + ) |
|
| 461 | + ) |
|
| 462 | + ); |
|
| 463 | 463 | } |
| 464 | 464 | } |
| 465 | 465 | |
@@ -485,9 +485,9 @@ discard block |
||
| 485 | 485 | */ |
| 486 | 486 | public function listCustomFieldDef($teamId, $optParams = array()) |
| 487 | 487 | { |
| 488 | - $params = array('teamId' => $teamId); |
|
| 489 | - $params = array_merge($params, $optParams); |
|
| 490 | - return $this->call('list', array($params), "Google_Service_Coordinate_CustomFieldDefListResponse"); |
|
| 488 | + $params = array('teamId' => $teamId); |
|
| 489 | + $params = array_merge($params, $optParams); |
|
| 490 | + return $this->call('list', array($params), "Google_Service_Coordinate_CustomFieldDefListResponse"); |
|
| 491 | 491 | } |
| 492 | 492 | } |
| 493 | 493 | |
@@ -512,9 +512,9 @@ discard block |
||
| 512 | 512 | */ |
| 513 | 513 | public function get($teamId, $jobId, $optParams = array()) |
| 514 | 514 | { |
| 515 | - $params = array('teamId' => $teamId, 'jobId' => $jobId); |
|
| 516 | - $params = array_merge($params, $optParams); |
|
| 517 | - return $this->call('get', array($params), "Google_Service_Coordinate_Job"); |
|
| 515 | + $params = array('teamId' => $teamId, 'jobId' => $jobId); |
|
| 516 | + $params = array_merge($params, $optParams); |
|
| 517 | + return $this->call('get', array($params), "Google_Service_Coordinate_Job"); |
|
| 518 | 518 | } |
| 519 | 519 | |
| 520 | 520 | /** |
@@ -544,9 +544,9 @@ discard block |
||
| 544 | 544 | */ |
| 545 | 545 | public function insert($teamId, $address, $lat, $lng, $title, Google_Service_Coordinate_Job $postBody, $optParams = array()) |
| 546 | 546 | { |
| 547 | - $params = array('teamId' => $teamId, 'address' => $address, 'lat' => $lat, 'lng' => $lng, 'title' => $title, 'postBody' => $postBody); |
|
| 548 | - $params = array_merge($params, $optParams); |
|
| 549 | - return $this->call('insert', array($params), "Google_Service_Coordinate_Job"); |
|
| 547 | + $params = array('teamId' => $teamId, 'address' => $address, 'lat' => $lat, 'lng' => $lng, 'title' => $title, 'postBody' => $postBody); |
|
| 548 | + $params = array_merge($params, $optParams); |
|
| 549 | + return $this->call('insert', array($params), "Google_Service_Coordinate_Job"); |
|
| 550 | 550 | } |
| 551 | 551 | |
| 552 | 552 | /** |
@@ -563,9 +563,9 @@ discard block |
||
| 563 | 563 | */ |
| 564 | 564 | public function listJobs($teamId, $optParams = array()) |
| 565 | 565 | { |
| 566 | - $params = array('teamId' => $teamId); |
|
| 567 | - $params = array_merge($params, $optParams); |
|
| 568 | - return $this->call('list', array($params), "Google_Service_Coordinate_JobListResponse"); |
|
| 566 | + $params = array('teamId' => $teamId); |
|
| 567 | + $params = array_merge($params, $optParams); |
|
| 568 | + return $this->call('list', array($params), "Google_Service_Coordinate_JobListResponse"); |
|
| 569 | 569 | } |
| 570 | 570 | |
| 571 | 571 | /** |
@@ -597,9 +597,9 @@ discard block |
||
| 597 | 597 | */ |
| 598 | 598 | public function patch($teamId, $jobId, Google_Service_Coordinate_Job $postBody, $optParams = array()) |
| 599 | 599 | { |
| 600 | - $params = array('teamId' => $teamId, 'jobId' => $jobId, 'postBody' => $postBody); |
|
| 601 | - $params = array_merge($params, $optParams); |
|
| 602 | - return $this->call('patch', array($params), "Google_Service_Coordinate_Job"); |
|
| 600 | + $params = array('teamId' => $teamId, 'jobId' => $jobId, 'postBody' => $postBody); |
|
| 601 | + $params = array_merge($params, $optParams); |
|
| 602 | + return $this->call('patch', array($params), "Google_Service_Coordinate_Job"); |
|
| 603 | 603 | } |
| 604 | 604 | |
| 605 | 605 | /** |
@@ -631,9 +631,9 @@ discard block |
||
| 631 | 631 | */ |
| 632 | 632 | public function update($teamId, $jobId, Google_Service_Coordinate_Job $postBody, $optParams = array()) |
| 633 | 633 | { |
| 634 | - $params = array('teamId' => $teamId, 'jobId' => $jobId, 'postBody' => $postBody); |
|
| 635 | - $params = array_merge($params, $optParams); |
|
| 636 | - return $this->call('update', array($params), "Google_Service_Coordinate_Job"); |
|
| 634 | + $params = array('teamId' => $teamId, 'jobId' => $jobId, 'postBody' => $postBody); |
|
| 635 | + $params = array_merge($params, $optParams); |
|
| 636 | + return $this->call('update', array($params), "Google_Service_Coordinate_Job"); |
|
| 637 | 637 | } |
| 638 | 638 | } |
| 639 | 639 | |
@@ -663,9 +663,9 @@ discard block |
||
| 663 | 663 | */ |
| 664 | 664 | public function listLocation($teamId, $workerEmail, $startTimestampMs, $optParams = array()) |
| 665 | 665 | { |
| 666 | - $params = array('teamId' => $teamId, 'workerEmail' => $workerEmail, 'startTimestampMs' => $startTimestampMs); |
|
| 667 | - $params = array_merge($params, $optParams); |
|
| 668 | - return $this->call('list', array($params), "Google_Service_Coordinate_LocationListResponse"); |
|
| 666 | + $params = array('teamId' => $teamId, 'workerEmail' => $workerEmail, 'startTimestampMs' => $startTimestampMs); |
|
| 667 | + $params = array_merge($params, $optParams); |
|
| 668 | + return $this->call('list', array($params), "Google_Service_Coordinate_LocationListResponse"); |
|
| 669 | 669 | } |
| 670 | 670 | } |
| 671 | 671 | |
@@ -690,9 +690,9 @@ discard block |
||
| 690 | 690 | */ |
| 691 | 691 | public function get($teamId, $jobId, $optParams = array()) |
| 692 | 692 | { |
| 693 | - $params = array('teamId' => $teamId, 'jobId' => $jobId); |
|
| 694 | - $params = array_merge($params, $optParams); |
|
| 695 | - return $this->call('get', array($params), "Google_Service_Coordinate_Schedule"); |
|
| 693 | + $params = array('teamId' => $teamId, 'jobId' => $jobId); |
|
| 694 | + $params = array_merge($params, $optParams); |
|
| 695 | + return $this->call('get', array($params), "Google_Service_Coordinate_Schedule"); |
|
| 696 | 696 | } |
| 697 | 697 | |
| 698 | 698 | /** |
@@ -713,9 +713,9 @@ discard block |
||
| 713 | 713 | */ |
| 714 | 714 | public function patch($teamId, $jobId, Google_Service_Coordinate_Schedule $postBody, $optParams = array()) |
| 715 | 715 | { |
| 716 | - $params = array('teamId' => $teamId, 'jobId' => $jobId, 'postBody' => $postBody); |
|
| 717 | - $params = array_merge($params, $optParams); |
|
| 718 | - return $this->call('patch', array($params), "Google_Service_Coordinate_Schedule"); |
|
| 716 | + $params = array('teamId' => $teamId, 'jobId' => $jobId, 'postBody' => $postBody); |
|
| 717 | + $params = array_merge($params, $optParams); |
|
| 718 | + return $this->call('patch', array($params), "Google_Service_Coordinate_Schedule"); |
|
| 719 | 719 | } |
| 720 | 720 | |
| 721 | 721 | /** |
@@ -735,9 +735,9 @@ discard block |
||
| 735 | 735 | */ |
| 736 | 736 | public function update($teamId, $jobId, Google_Service_Coordinate_Schedule $postBody, $optParams = array()) |
| 737 | 737 | { |
| 738 | - $params = array('teamId' => $teamId, 'jobId' => $jobId, 'postBody' => $postBody); |
|
| 739 | - $params = array_merge($params, $optParams); |
|
| 740 | - return $this->call('update', array($params), "Google_Service_Coordinate_Schedule"); |
|
| 738 | + $params = array('teamId' => $teamId, 'jobId' => $jobId, 'postBody' => $postBody); |
|
| 739 | + $params = array_merge($params, $optParams); |
|
| 740 | + return $this->call('update', array($params), "Google_Service_Coordinate_Schedule"); |
|
| 741 | 741 | } |
| 742 | 742 | } |
| 743 | 743 | |
@@ -767,9 +767,9 @@ discard block |
||
| 767 | 767 | */ |
| 768 | 768 | public function listTeam($optParams = array()) |
| 769 | 769 | { |
| 770 | - $params = array(); |
|
| 771 | - $params = array_merge($params, $optParams); |
|
| 772 | - return $this->call('list', array($params), "Google_Service_Coordinate_TeamListResponse"); |
|
| 770 | + $params = array(); |
|
| 771 | + $params = array_merge($params, $optParams); |
|
| 772 | + return $this->call('list', array($params), "Google_Service_Coordinate_TeamListResponse"); |
|
| 773 | 773 | } |
| 774 | 774 | } |
| 775 | 775 | |
@@ -793,9 +793,9 @@ discard block |
||
| 793 | 793 | */ |
| 794 | 794 | public function listWorker($teamId, $optParams = array()) |
| 795 | 795 | { |
| 796 | - $params = array('teamId' => $teamId); |
|
| 797 | - $params = array_merge($params, $optParams); |
|
| 798 | - return $this->call('list', array($params), "Google_Service_Coordinate_WorkerListResponse"); |
|
| 796 | + $params = array('teamId' => $teamId); |
|
| 797 | + $params = array_merge($params, $optParams); |
|
| 798 | + return $this->call('list', array($params), "Google_Service_Coordinate_WorkerListResponse"); |
|
| 799 | 799 | } |
| 800 | 800 | } |
| 801 | 801 | |
@@ -813,27 +813,27 @@ discard block |
||
| 813 | 813 | |
| 814 | 814 | public function setCustomFieldId($customFieldId) |
| 815 | 815 | { |
| 816 | - $this->customFieldId = $customFieldId; |
|
| 816 | + $this->customFieldId = $customFieldId; |
|
| 817 | 817 | } |
| 818 | 818 | public function getCustomFieldId() |
| 819 | 819 | { |
| 820 | - return $this->customFieldId; |
|
| 820 | + return $this->customFieldId; |
|
| 821 | 821 | } |
| 822 | 822 | public function setKind($kind) |
| 823 | 823 | { |
| 824 | - $this->kind = $kind; |
|
| 824 | + $this->kind = $kind; |
|
| 825 | 825 | } |
| 826 | 826 | public function getKind() |
| 827 | 827 | { |
| 828 | - return $this->kind; |
|
| 828 | + return $this->kind; |
|
| 829 | 829 | } |
| 830 | 830 | public function setValue($value) |
| 831 | 831 | { |
| 832 | - $this->value = $value; |
|
| 832 | + $this->value = $value; |
|
| 833 | 833 | } |
| 834 | 834 | public function getValue() |
| 835 | 835 | { |
| 836 | - return $this->value; |
|
| 836 | + return $this->value; |
|
| 837 | 837 | } |
| 838 | 838 | } |
| 839 | 839 | |
@@ -854,59 +854,59 @@ discard block |
||
| 854 | 854 | |
| 855 | 855 | public function setEnabled($enabled) |
| 856 | 856 | { |
| 857 | - $this->enabled = $enabled; |
|
| 857 | + $this->enabled = $enabled; |
|
| 858 | 858 | } |
| 859 | 859 | public function getEnabled() |
| 860 | 860 | { |
| 861 | - return $this->enabled; |
|
| 861 | + return $this->enabled; |
|
| 862 | 862 | } |
| 863 | 863 | public function setEnumitems($enumitems) |
| 864 | 864 | { |
| 865 | - $this->enumitems = $enumitems; |
|
| 865 | + $this->enumitems = $enumitems; |
|
| 866 | 866 | } |
| 867 | 867 | public function getEnumitems() |
| 868 | 868 | { |
| 869 | - return $this->enumitems; |
|
| 869 | + return $this->enumitems; |
|
| 870 | 870 | } |
| 871 | 871 | public function setId($id) |
| 872 | 872 | { |
| 873 | - $this->id = $id; |
|
| 873 | + $this->id = $id; |
|
| 874 | 874 | } |
| 875 | 875 | public function getId() |
| 876 | 876 | { |
| 877 | - return $this->id; |
|
| 877 | + return $this->id; |
|
| 878 | 878 | } |
| 879 | 879 | public function setKind($kind) |
| 880 | 880 | { |
| 881 | - $this->kind = $kind; |
|
| 881 | + $this->kind = $kind; |
|
| 882 | 882 | } |
| 883 | 883 | public function getKind() |
| 884 | 884 | { |
| 885 | - return $this->kind; |
|
| 885 | + return $this->kind; |
|
| 886 | 886 | } |
| 887 | 887 | public function setName($name) |
| 888 | 888 | { |
| 889 | - $this->name = $name; |
|
| 889 | + $this->name = $name; |
|
| 890 | 890 | } |
| 891 | 891 | public function getName() |
| 892 | 892 | { |
| 893 | - return $this->name; |
|
| 893 | + return $this->name; |
|
| 894 | 894 | } |
| 895 | 895 | public function setRequiredForCheckout($requiredForCheckout) |
| 896 | 896 | { |
| 897 | - $this->requiredForCheckout = $requiredForCheckout; |
|
| 897 | + $this->requiredForCheckout = $requiredForCheckout; |
|
| 898 | 898 | } |
| 899 | 899 | public function getRequiredForCheckout() |
| 900 | 900 | { |
| 901 | - return $this->requiredForCheckout; |
|
| 901 | + return $this->requiredForCheckout; |
|
| 902 | 902 | } |
| 903 | 903 | public function setType($type) |
| 904 | 904 | { |
| 905 | - $this->type = $type; |
|
| 905 | + $this->type = $type; |
|
| 906 | 906 | } |
| 907 | 907 | public function getType() |
| 908 | 908 | { |
| 909 | - return $this->type; |
|
| 909 | + return $this->type; |
|
| 910 | 910 | } |
| 911 | 911 | } |
| 912 | 912 | |
@@ -922,19 +922,19 @@ discard block |
||
| 922 | 922 | |
| 923 | 923 | public function setItems($items) |
| 924 | 924 | { |
| 925 | - $this->items = $items; |
|
| 925 | + $this->items = $items; |
|
| 926 | 926 | } |
| 927 | 927 | public function getItems() |
| 928 | 928 | { |
| 929 | - return $this->items; |
|
| 929 | + return $this->items; |
|
| 930 | 930 | } |
| 931 | 931 | public function setKind($kind) |
| 932 | 932 | { |
| 933 | - $this->kind = $kind; |
|
| 933 | + $this->kind = $kind; |
|
| 934 | 934 | } |
| 935 | 935 | public function getKind() |
| 936 | 936 | { |
| 937 | - return $this->kind; |
|
| 937 | + return $this->kind; |
|
| 938 | 938 | } |
| 939 | 939 | } |
| 940 | 940 | |
@@ -950,19 +950,19 @@ discard block |
||
| 950 | 950 | |
| 951 | 951 | public function setCustomField($customField) |
| 952 | 952 | { |
| 953 | - $this->customField = $customField; |
|
| 953 | + $this->customField = $customField; |
|
| 954 | 954 | } |
| 955 | 955 | public function getCustomField() |
| 956 | 956 | { |
| 957 | - return $this->customField; |
|
| 957 | + return $this->customField; |
|
| 958 | 958 | } |
| 959 | 959 | public function setKind($kind) |
| 960 | 960 | { |
| 961 | - $this->kind = $kind; |
|
| 961 | + $this->kind = $kind; |
|
| 962 | 962 | } |
| 963 | 963 | public function getKind() |
| 964 | 964 | { |
| 965 | - return $this->kind; |
|
| 965 | + return $this->kind; |
|
| 966 | 966 | } |
| 967 | 967 | } |
| 968 | 968 | |
@@ -977,27 +977,27 @@ discard block |
||
| 977 | 977 | |
| 978 | 978 | public function setActive($active) |
| 979 | 979 | { |
| 980 | - $this->active = $active; |
|
| 980 | + $this->active = $active; |
|
| 981 | 981 | } |
| 982 | 982 | public function getActive() |
| 983 | 983 | { |
| 984 | - return $this->active; |
|
| 984 | + return $this->active; |
|
| 985 | 985 | } |
| 986 | 986 | public function setKind($kind) |
| 987 | 987 | { |
| 988 | - $this->kind = $kind; |
|
| 988 | + $this->kind = $kind; |
|
| 989 | 989 | } |
| 990 | 990 | public function getKind() |
| 991 | 991 | { |
| 992 | - return $this->kind; |
|
| 992 | + return $this->kind; |
|
| 993 | 993 | } |
| 994 | 994 | public function setValue($value) |
| 995 | 995 | { |
| 996 | - $this->value = $value; |
|
| 996 | + $this->value = $value; |
|
| 997 | 997 | } |
| 998 | 998 | public function getValue() |
| 999 | 999 | { |
| 1000 | - return $this->value; |
|
| 1000 | + return $this->value; |
|
| 1001 | 1001 | } |
| 1002 | 1002 | } |
| 1003 | 1003 | |
@@ -1016,35 +1016,35 @@ discard block |
||
| 1016 | 1016 | |
| 1017 | 1017 | public function setId($id) |
| 1018 | 1018 | { |
| 1019 | - $this->id = $id; |
|
| 1019 | + $this->id = $id; |
|
| 1020 | 1020 | } |
| 1021 | 1021 | public function getId() |
| 1022 | 1022 | { |
| 1023 | - return $this->id; |
|
| 1023 | + return $this->id; |
|
| 1024 | 1024 | } |
| 1025 | 1025 | public function setJobChange($jobChange) |
| 1026 | 1026 | { |
| 1027 | - $this->jobChange = $jobChange; |
|
| 1027 | + $this->jobChange = $jobChange; |
|
| 1028 | 1028 | } |
| 1029 | 1029 | public function getJobChange() |
| 1030 | 1030 | { |
| 1031 | - return $this->jobChange; |
|
| 1031 | + return $this->jobChange; |
|
| 1032 | 1032 | } |
| 1033 | 1033 | public function setKind($kind) |
| 1034 | 1034 | { |
| 1035 | - $this->kind = $kind; |
|
| 1035 | + $this->kind = $kind; |
|
| 1036 | 1036 | } |
| 1037 | 1037 | public function getKind() |
| 1038 | 1038 | { |
| 1039 | - return $this->kind; |
|
| 1039 | + return $this->kind; |
|
| 1040 | 1040 | } |
| 1041 | 1041 | public function setState(Google_Service_Coordinate_JobState $state) |
| 1042 | 1042 | { |
| 1043 | - $this->state = $state; |
|
| 1043 | + $this->state = $state; |
|
| 1044 | 1044 | } |
| 1045 | 1045 | public function getState() |
| 1046 | 1046 | { |
| 1047 | - return $this->state; |
|
| 1047 | + return $this->state; |
|
| 1048 | 1048 | } |
| 1049 | 1049 | } |
| 1050 | 1050 | |
@@ -1060,27 +1060,27 @@ discard block |
||
| 1060 | 1060 | |
| 1061 | 1061 | public function setKind($kind) |
| 1062 | 1062 | { |
| 1063 | - $this->kind = $kind; |
|
| 1063 | + $this->kind = $kind; |
|
| 1064 | 1064 | } |
| 1065 | 1065 | public function getKind() |
| 1066 | 1066 | { |
| 1067 | - return $this->kind; |
|
| 1067 | + return $this->kind; |
|
| 1068 | 1068 | } |
| 1069 | 1069 | public function setState(Google_Service_Coordinate_JobState $state) |
| 1070 | 1070 | { |
| 1071 | - $this->state = $state; |
|
| 1071 | + $this->state = $state; |
|
| 1072 | 1072 | } |
| 1073 | 1073 | public function getState() |
| 1074 | 1074 | { |
| 1075 | - return $this->state; |
|
| 1075 | + return $this->state; |
|
| 1076 | 1076 | } |
| 1077 | 1077 | public function setTimestamp($timestamp) |
| 1078 | 1078 | { |
| 1079 | - $this->timestamp = $timestamp; |
|
| 1079 | + $this->timestamp = $timestamp; |
|
| 1080 | 1080 | } |
| 1081 | 1081 | public function getTimestamp() |
| 1082 | 1082 | { |
| 1083 | - return $this->timestamp; |
|
| 1083 | + return $this->timestamp; |
|
| 1084 | 1084 | } |
| 1085 | 1085 | } |
| 1086 | 1086 | |
@@ -1097,27 +1097,27 @@ discard block |
||
| 1097 | 1097 | |
| 1098 | 1098 | public function setItems($items) |
| 1099 | 1099 | { |
| 1100 | - $this->items = $items; |
|
| 1100 | + $this->items = $items; |
|
| 1101 | 1101 | } |
| 1102 | 1102 | public function getItems() |
| 1103 | 1103 | { |
| 1104 | - return $this->items; |
|
| 1104 | + return $this->items; |
|
| 1105 | 1105 | } |
| 1106 | 1106 | public function setKind($kind) |
| 1107 | 1107 | { |
| 1108 | - $this->kind = $kind; |
|
| 1108 | + $this->kind = $kind; |
|
| 1109 | 1109 | } |
| 1110 | 1110 | public function getKind() |
| 1111 | 1111 | { |
| 1112 | - return $this->kind; |
|
| 1112 | + return $this->kind; |
|
| 1113 | 1113 | } |
| 1114 | 1114 | public function setNextPageToken($nextPageToken) |
| 1115 | 1115 | { |
| 1116 | - $this->nextPageToken = $nextPageToken; |
|
| 1116 | + $this->nextPageToken = $nextPageToken; |
|
| 1117 | 1117 | } |
| 1118 | 1118 | public function getNextPageToken() |
| 1119 | 1119 | { |
| 1120 | - return $this->nextPageToken; |
|
| 1120 | + return $this->nextPageToken; |
|
| 1121 | 1121 | } |
| 1122 | 1122 | } |
| 1123 | 1123 | |
@@ -1141,75 +1141,75 @@ discard block |
||
| 1141 | 1141 | |
| 1142 | 1142 | public function setAssignee($assignee) |
| 1143 | 1143 | { |
| 1144 | - $this->assignee = $assignee; |
|
| 1144 | + $this->assignee = $assignee; |
|
| 1145 | 1145 | } |
| 1146 | 1146 | public function getAssignee() |
| 1147 | 1147 | { |
| 1148 | - return $this->assignee; |
|
| 1148 | + return $this->assignee; |
|
| 1149 | 1149 | } |
| 1150 | 1150 | public function setCustomFields(Google_Service_Coordinate_CustomFields $customFields) |
| 1151 | 1151 | { |
| 1152 | - $this->customFields = $customFields; |
|
| 1152 | + $this->customFields = $customFields; |
|
| 1153 | 1153 | } |
| 1154 | 1154 | public function getCustomFields() |
| 1155 | 1155 | { |
| 1156 | - return $this->customFields; |
|
| 1156 | + return $this->customFields; |
|
| 1157 | 1157 | } |
| 1158 | 1158 | public function setCustomerName($customerName) |
| 1159 | 1159 | { |
| 1160 | - $this->customerName = $customerName; |
|
| 1160 | + $this->customerName = $customerName; |
|
| 1161 | 1161 | } |
| 1162 | 1162 | public function getCustomerName() |
| 1163 | 1163 | { |
| 1164 | - return $this->customerName; |
|
| 1164 | + return $this->customerName; |
|
| 1165 | 1165 | } |
| 1166 | 1166 | public function setCustomerPhoneNumber($customerPhoneNumber) |
| 1167 | 1167 | { |
| 1168 | - $this->customerPhoneNumber = $customerPhoneNumber; |
|
| 1168 | + $this->customerPhoneNumber = $customerPhoneNumber; |
|
| 1169 | 1169 | } |
| 1170 | 1170 | public function getCustomerPhoneNumber() |
| 1171 | 1171 | { |
| 1172 | - return $this->customerPhoneNumber; |
|
| 1172 | + return $this->customerPhoneNumber; |
|
| 1173 | 1173 | } |
| 1174 | 1174 | public function setKind($kind) |
| 1175 | 1175 | { |
| 1176 | - $this->kind = $kind; |
|
| 1176 | + $this->kind = $kind; |
|
| 1177 | 1177 | } |
| 1178 | 1178 | public function getKind() |
| 1179 | 1179 | { |
| 1180 | - return $this->kind; |
|
| 1180 | + return $this->kind; |
|
| 1181 | 1181 | } |
| 1182 | 1182 | public function setLocation(Google_Service_Coordinate_Location $location) |
| 1183 | 1183 | { |
| 1184 | - $this->location = $location; |
|
| 1184 | + $this->location = $location; |
|
| 1185 | 1185 | } |
| 1186 | 1186 | public function getLocation() |
| 1187 | 1187 | { |
| 1188 | - return $this->location; |
|
| 1188 | + return $this->location; |
|
| 1189 | 1189 | } |
| 1190 | 1190 | public function setNote($note) |
| 1191 | 1191 | { |
| 1192 | - $this->note = $note; |
|
| 1192 | + $this->note = $note; |
|
| 1193 | 1193 | } |
| 1194 | 1194 | public function getNote() |
| 1195 | 1195 | { |
| 1196 | - return $this->note; |
|
| 1196 | + return $this->note; |
|
| 1197 | 1197 | } |
| 1198 | 1198 | public function setProgress($progress) |
| 1199 | 1199 | { |
| 1200 | - $this->progress = $progress; |
|
| 1200 | + $this->progress = $progress; |
|
| 1201 | 1201 | } |
| 1202 | 1202 | public function getProgress() |
| 1203 | 1203 | { |
| 1204 | - return $this->progress; |
|
| 1204 | + return $this->progress; |
|
| 1205 | 1205 | } |
| 1206 | 1206 | public function setTitle($title) |
| 1207 | 1207 | { |
| 1208 | - $this->title = $title; |
|
| 1208 | + $this->title = $title; |
|
| 1209 | 1209 | } |
| 1210 | 1210 | public function getTitle() |
| 1211 | 1211 | { |
| 1212 | - return $this->title; |
|
| 1212 | + return $this->title; |
|
| 1213 | 1213 | } |
| 1214 | 1214 | } |
| 1215 | 1215 | |
@@ -1226,35 +1226,35 @@ discard block |
||
| 1226 | 1226 | |
| 1227 | 1227 | public function setAddressLine($addressLine) |
| 1228 | 1228 | { |
| 1229 | - $this->addressLine = $addressLine; |
|
| 1229 | + $this->addressLine = $addressLine; |
|
| 1230 | 1230 | } |
| 1231 | 1231 | public function getAddressLine() |
| 1232 | 1232 | { |
| 1233 | - return $this->addressLine; |
|
| 1233 | + return $this->addressLine; |
|
| 1234 | 1234 | } |
| 1235 | 1235 | public function setKind($kind) |
| 1236 | 1236 | { |
| 1237 | - $this->kind = $kind; |
|
| 1237 | + $this->kind = $kind; |
|
| 1238 | 1238 | } |
| 1239 | 1239 | public function getKind() |
| 1240 | 1240 | { |
| 1241 | - return $this->kind; |
|
| 1241 | + return $this->kind; |
|
| 1242 | 1242 | } |
| 1243 | 1243 | public function setLat($lat) |
| 1244 | 1244 | { |
| 1245 | - $this->lat = $lat; |
|
| 1245 | + $this->lat = $lat; |
|
| 1246 | 1246 | } |
| 1247 | 1247 | public function getLat() |
| 1248 | 1248 | { |
| 1249 | - return $this->lat; |
|
| 1249 | + return $this->lat; |
|
| 1250 | 1250 | } |
| 1251 | 1251 | public function setLng($lng) |
| 1252 | 1252 | { |
| 1253 | - $this->lng = $lng; |
|
| 1253 | + $this->lng = $lng; |
|
| 1254 | 1254 | } |
| 1255 | 1255 | public function getLng() |
| 1256 | 1256 | { |
| 1257 | - return $this->lng; |
|
| 1257 | + return $this->lng; |
|
| 1258 | 1258 | } |
| 1259 | 1259 | } |
| 1260 | 1260 | |
@@ -1273,35 +1273,35 @@ discard block |
||
| 1273 | 1273 | |
| 1274 | 1274 | public function setItems($items) |
| 1275 | 1275 | { |
| 1276 | - $this->items = $items; |
|
| 1276 | + $this->items = $items; |
|
| 1277 | 1277 | } |
| 1278 | 1278 | public function getItems() |
| 1279 | 1279 | { |
| 1280 | - return $this->items; |
|
| 1280 | + return $this->items; |
|
| 1281 | 1281 | } |
| 1282 | 1282 | public function setKind($kind) |
| 1283 | 1283 | { |
| 1284 | - $this->kind = $kind; |
|
| 1284 | + $this->kind = $kind; |
|
| 1285 | 1285 | } |
| 1286 | 1286 | public function getKind() |
| 1287 | 1287 | { |
| 1288 | - return $this->kind; |
|
| 1288 | + return $this->kind; |
|
| 1289 | 1289 | } |
| 1290 | 1290 | public function setNextPageToken($nextPageToken) |
| 1291 | 1291 | { |
| 1292 | - $this->nextPageToken = $nextPageToken; |
|
| 1292 | + $this->nextPageToken = $nextPageToken; |
|
| 1293 | 1293 | } |
| 1294 | 1294 | public function getNextPageToken() |
| 1295 | 1295 | { |
| 1296 | - return $this->nextPageToken; |
|
| 1296 | + return $this->nextPageToken; |
|
| 1297 | 1297 | } |
| 1298 | 1298 | public function setTokenPagination(Google_Service_Coordinate_TokenPagination $tokenPagination) |
| 1299 | 1299 | { |
| 1300 | - $this->tokenPagination = $tokenPagination; |
|
| 1300 | + $this->tokenPagination = $tokenPagination; |
|
| 1301 | 1301 | } |
| 1302 | 1302 | public function getTokenPagination() |
| 1303 | 1303 | { |
| 1304 | - return $this->tokenPagination; |
|
| 1304 | + return $this->tokenPagination; |
|
| 1305 | 1305 | } |
| 1306 | 1306 | } |
| 1307 | 1307 | |
@@ -1318,43 +1318,43 @@ discard block |
||
| 1318 | 1318 | |
| 1319 | 1319 | public function setCollectionTime($collectionTime) |
| 1320 | 1320 | { |
| 1321 | - $this->collectionTime = $collectionTime; |
|
| 1321 | + $this->collectionTime = $collectionTime; |
|
| 1322 | 1322 | } |
| 1323 | 1323 | public function getCollectionTime() |
| 1324 | 1324 | { |
| 1325 | - return $this->collectionTime; |
|
| 1325 | + return $this->collectionTime; |
|
| 1326 | 1326 | } |
| 1327 | 1327 | public function setConfidenceRadius($confidenceRadius) |
| 1328 | 1328 | { |
| 1329 | - $this->confidenceRadius = $confidenceRadius; |
|
| 1329 | + $this->confidenceRadius = $confidenceRadius; |
|
| 1330 | 1330 | } |
| 1331 | 1331 | public function getConfidenceRadius() |
| 1332 | 1332 | { |
| 1333 | - return $this->confidenceRadius; |
|
| 1333 | + return $this->confidenceRadius; |
|
| 1334 | 1334 | } |
| 1335 | 1335 | public function setKind($kind) |
| 1336 | 1336 | { |
| 1337 | - $this->kind = $kind; |
|
| 1337 | + $this->kind = $kind; |
|
| 1338 | 1338 | } |
| 1339 | 1339 | public function getKind() |
| 1340 | 1340 | { |
| 1341 | - return $this->kind; |
|
| 1341 | + return $this->kind; |
|
| 1342 | 1342 | } |
| 1343 | 1343 | public function setLatitude($latitude) |
| 1344 | 1344 | { |
| 1345 | - $this->latitude = $latitude; |
|
| 1345 | + $this->latitude = $latitude; |
|
| 1346 | 1346 | } |
| 1347 | 1347 | public function getLatitude() |
| 1348 | 1348 | { |
| 1349 | - return $this->latitude; |
|
| 1349 | + return $this->latitude; |
|
| 1350 | 1350 | } |
| 1351 | 1351 | public function setLongitude($longitude) |
| 1352 | 1352 | { |
| 1353 | - $this->longitude = $longitude; |
|
| 1353 | + $this->longitude = $longitude; |
|
| 1354 | 1354 | } |
| 1355 | 1355 | public function getLongitude() |
| 1356 | 1356 | { |
| 1357 | - return $this->longitude; |
|
| 1357 | + return $this->longitude; |
|
| 1358 | 1358 | } |
| 1359 | 1359 | } |
| 1360 | 1360 | |
@@ -1371,43 +1371,43 @@ discard block |
||
| 1371 | 1371 | |
| 1372 | 1372 | public function setAllDay($allDay) |
| 1373 | 1373 | { |
| 1374 | - $this->allDay = $allDay; |
|
| 1374 | + $this->allDay = $allDay; |
|
| 1375 | 1375 | } |
| 1376 | 1376 | public function getAllDay() |
| 1377 | 1377 | { |
| 1378 | - return $this->allDay; |
|
| 1378 | + return $this->allDay; |
|
| 1379 | 1379 | } |
| 1380 | 1380 | public function setDuration($duration) |
| 1381 | 1381 | { |
| 1382 | - $this->duration = $duration; |
|
| 1382 | + $this->duration = $duration; |
|
| 1383 | 1383 | } |
| 1384 | 1384 | public function getDuration() |
| 1385 | 1385 | { |
| 1386 | - return $this->duration; |
|
| 1386 | + return $this->duration; |
|
| 1387 | 1387 | } |
| 1388 | 1388 | public function setEndTime($endTime) |
| 1389 | 1389 | { |
| 1390 | - $this->endTime = $endTime; |
|
| 1390 | + $this->endTime = $endTime; |
|
| 1391 | 1391 | } |
| 1392 | 1392 | public function getEndTime() |
| 1393 | 1393 | { |
| 1394 | - return $this->endTime; |
|
| 1394 | + return $this->endTime; |
|
| 1395 | 1395 | } |
| 1396 | 1396 | public function setKind($kind) |
| 1397 | 1397 | { |
| 1398 | - $this->kind = $kind; |
|
| 1398 | + $this->kind = $kind; |
|
| 1399 | 1399 | } |
| 1400 | 1400 | public function getKind() |
| 1401 | 1401 | { |
| 1402 | - return $this->kind; |
|
| 1402 | + return $this->kind; |
|
| 1403 | 1403 | } |
| 1404 | 1404 | public function setStartTime($startTime) |
| 1405 | 1405 | { |
| 1406 | - $this->startTime = $startTime; |
|
| 1406 | + $this->startTime = $startTime; |
|
| 1407 | 1407 | } |
| 1408 | 1408 | public function getStartTime() |
| 1409 | 1409 | { |
| 1410 | - return $this->startTime; |
|
| 1410 | + return $this->startTime; |
|
| 1411 | 1411 | } |
| 1412 | 1412 | } |
| 1413 | 1413 | |
@@ -1422,27 +1422,27 @@ discard block |
||
| 1422 | 1422 | |
| 1423 | 1423 | public function setId($id) |
| 1424 | 1424 | { |
| 1425 | - $this->id = $id; |
|
| 1425 | + $this->id = $id; |
|
| 1426 | 1426 | } |
| 1427 | 1427 | public function getId() |
| 1428 | 1428 | { |
| 1429 | - return $this->id; |
|
| 1429 | + return $this->id; |
|
| 1430 | 1430 | } |
| 1431 | 1431 | public function setKind($kind) |
| 1432 | 1432 | { |
| 1433 | - $this->kind = $kind; |
|
| 1433 | + $this->kind = $kind; |
|
| 1434 | 1434 | } |
| 1435 | 1435 | public function getKind() |
| 1436 | 1436 | { |
| 1437 | - return $this->kind; |
|
| 1437 | + return $this->kind; |
|
| 1438 | 1438 | } |
| 1439 | 1439 | public function setName($name) |
| 1440 | 1440 | { |
| 1441 | - $this->name = $name; |
|
| 1441 | + $this->name = $name; |
|
| 1442 | 1442 | } |
| 1443 | 1443 | public function getName() |
| 1444 | 1444 | { |
| 1445 | - return $this->name; |
|
| 1445 | + return $this->name; |
|
| 1446 | 1446 | } |
| 1447 | 1447 | } |
| 1448 | 1448 | |
@@ -1458,19 +1458,19 @@ discard block |
||
| 1458 | 1458 | |
| 1459 | 1459 | public function setItems($items) |
| 1460 | 1460 | { |
| 1461 | - $this->items = $items; |
|
| 1461 | + $this->items = $items; |
|
| 1462 | 1462 | } |
| 1463 | 1463 | public function getItems() |
| 1464 | 1464 | { |
| 1465 | - return $this->items; |
|
| 1465 | + return $this->items; |
|
| 1466 | 1466 | } |
| 1467 | 1467 | public function setKind($kind) |
| 1468 | 1468 | { |
| 1469 | - $this->kind = $kind; |
|
| 1469 | + $this->kind = $kind; |
|
| 1470 | 1470 | } |
| 1471 | 1471 | public function getKind() |
| 1472 | 1472 | { |
| 1473 | - return $this->kind; |
|
| 1473 | + return $this->kind; |
|
| 1474 | 1474 | } |
| 1475 | 1475 | } |
| 1476 | 1476 | |
@@ -1485,27 +1485,27 @@ discard block |
||
| 1485 | 1485 | |
| 1486 | 1486 | public function setKind($kind) |
| 1487 | 1487 | { |
| 1488 | - $this->kind = $kind; |
|
| 1488 | + $this->kind = $kind; |
|
| 1489 | 1489 | } |
| 1490 | 1490 | public function getKind() |
| 1491 | 1491 | { |
| 1492 | - return $this->kind; |
|
| 1492 | + return $this->kind; |
|
| 1493 | 1493 | } |
| 1494 | 1494 | public function setNextPageToken($nextPageToken) |
| 1495 | 1495 | { |
| 1496 | - $this->nextPageToken = $nextPageToken; |
|
| 1496 | + $this->nextPageToken = $nextPageToken; |
|
| 1497 | 1497 | } |
| 1498 | 1498 | public function getNextPageToken() |
| 1499 | 1499 | { |
| 1500 | - return $this->nextPageToken; |
|
| 1500 | + return $this->nextPageToken; |
|
| 1501 | 1501 | } |
| 1502 | 1502 | public function setPreviousPageToken($previousPageToken) |
| 1503 | 1503 | { |
| 1504 | - $this->previousPageToken = $previousPageToken; |
|
| 1504 | + $this->previousPageToken = $previousPageToken; |
|
| 1505 | 1505 | } |
| 1506 | 1506 | public function getPreviousPageToken() |
| 1507 | 1507 | { |
| 1508 | - return $this->previousPageToken; |
|
| 1508 | + return $this->previousPageToken; |
|
| 1509 | 1509 | } |
| 1510 | 1510 | } |
| 1511 | 1511 | |
@@ -1519,19 +1519,19 @@ discard block |
||
| 1519 | 1519 | |
| 1520 | 1520 | public function setId($id) |
| 1521 | 1521 | { |
| 1522 | - $this->id = $id; |
|
| 1522 | + $this->id = $id; |
|
| 1523 | 1523 | } |
| 1524 | 1524 | public function getId() |
| 1525 | 1525 | { |
| 1526 | - return $this->id; |
|
| 1526 | + return $this->id; |
|
| 1527 | 1527 | } |
| 1528 | 1528 | public function setKind($kind) |
| 1529 | 1529 | { |
| 1530 | - $this->kind = $kind; |
|
| 1530 | + $this->kind = $kind; |
|
| 1531 | 1531 | } |
| 1532 | 1532 | public function getKind() |
| 1533 | 1533 | { |
| 1534 | - return $this->kind; |
|
| 1534 | + return $this->kind; |
|
| 1535 | 1535 | } |
| 1536 | 1536 | } |
| 1537 | 1537 | |
@@ -1547,18 +1547,18 @@ discard block |
||
| 1547 | 1547 | |
| 1548 | 1548 | public function setItems($items) |
| 1549 | 1549 | { |
| 1550 | - $this->items = $items; |
|
| 1550 | + $this->items = $items; |
|
| 1551 | 1551 | } |
| 1552 | 1552 | public function getItems() |
| 1553 | 1553 | { |
| 1554 | - return $this->items; |
|
| 1554 | + return $this->items; |
|
| 1555 | 1555 | } |
| 1556 | 1556 | public function setKind($kind) |
| 1557 | 1557 | { |
| 1558 | - $this->kind = $kind; |
|
| 1558 | + $this->kind = $kind; |
|
| 1559 | 1559 | } |
| 1560 | 1560 | public function getKind() |
| 1561 | 1561 | { |
| 1562 | - return $this->kind; |
|
| 1562 | + return $this->kind; |
|
| 1563 | 1563 | } |
| 1564 | 1564 | } |
@@ -99,7 +99,7 @@ discard block |
||
| 99 | 99 | 'required' => true, |
| 100 | 100 | ), |
| 101 | 101 | ), |
| 102 | - ),'insert' => array( |
|
| 102 | + ), 'insert' => array( |
|
| 103 | 103 | 'path' => 'teams/{teamId}/jobs', |
| 104 | 104 | 'httpMethod' => 'POST', |
| 105 | 105 | 'parameters' => array( |
@@ -150,7 +150,7 @@ discard block |
||
| 150 | 150 | 'repeated' => true, |
| 151 | 151 | ), |
| 152 | 152 | ), |
| 153 | - ),'list' => array( |
|
| 153 | + ), 'list' => array( |
|
| 154 | 154 | 'path' => 'teams/{teamId}/jobs', |
| 155 | 155 | 'httpMethod' => 'GET', |
| 156 | 156 | 'parameters' => array( |
@@ -172,7 +172,7 @@ discard block |
||
| 172 | 172 | 'type' => 'string', |
| 173 | 173 | ), |
| 174 | 174 | ), |
| 175 | - ),'patch' => array( |
|
| 175 | + ), 'patch' => array( |
|
| 176 | 176 | 'path' => 'teams/{teamId}/jobs/{jobId}', |
| 177 | 177 | 'httpMethod' => 'PATCH', |
| 178 | 178 | 'parameters' => array( |
@@ -228,7 +228,7 @@ discard block |
||
| 228 | 228 | 'repeated' => true, |
| 229 | 229 | ), |
| 230 | 230 | ), |
| 231 | - ),'update' => array( |
|
| 231 | + ), 'update' => array( |
|
| 232 | 232 | 'path' => 'teams/{teamId}/jobs/{jobId}', |
| 233 | 233 | 'httpMethod' => 'PUT', |
| 234 | 234 | 'parameters' => array( |
@@ -347,7 +347,7 @@ discard block |
||
| 347 | 347 | 'required' => true, |
| 348 | 348 | ), |
| 349 | 349 | ), |
| 350 | - ),'patch' => array( |
|
| 350 | + ), 'patch' => array( |
|
| 351 | 351 | 'path' => 'teams/{teamId}/jobs/{jobId}/schedule', |
| 352 | 352 | 'httpMethod' => 'PATCH', |
| 353 | 353 | 'parameters' => array( |
@@ -378,7 +378,7 @@ discard block |
||
| 378 | 378 | 'type' => 'string', |
| 379 | 379 | ), |
| 380 | 380 | ), |
| 381 | - ),'update' => array( |
|
| 381 | + ), 'update' => array( |
|
| 382 | 382 | 'path' => 'teams/{teamId}/jobs/{jobId}/schedule', |
| 383 | 383 | 'httpMethod' => 'PUT', |
| 384 | 384 | 'parameters' => array( |