Skip to content

Commit 5d79176

Browse files
feat: [Compute] Update Compute Engine v1 API to revision 20250717 (#1074) (#8486)
Source-Link: googleapis/googleapis@6764f0e Source-Link: googleapis/googleapis-gen@6c2b3c1 Copy-Tag: eyJwIjoiQ29tcHV0ZS8uT3dsQm90LnlhbWwiLCJoIjoiNmMyYjNjMWQ1MzRhYjYxYjNhZDExOTAwZTRmZWFhNzkzYjU1NjIyMyJ9
1 parent 3b798f2 commit 5d79176

21 files changed

Lines changed: 1480 additions & 0 deletions

File tree

Compute/metadata/V1/Compute.php

2 KB
Binary file not shown.

Compute/src/V1/AllocationResourceStatus.php

Lines changed: 44 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Compute/src/V1/AllocationResourceStatusHealthInfo.php

Lines changed: 169 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Compute/src/V1/AllocationResourceStatusHealthInfo/HealthStatus.php

Lines changed: 69 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
<?php
2+
/*
3+
* Copyright 2025 Google LLC
4+
*
5+
* Licensed under the Apache License, Version 2.0 (the "License");
6+
* you may not use this file except in compliance with the License.
7+
* You may obtain a copy of the License at
8+
*
9+
* https://www.apache.org/licenses/LICENSE-2.0
10+
*
11+
* Unless required by applicable law or agreed to in writing, software
12+
* distributed under the License is distributed on an "AS IS" BASIS,
13+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14+
* See the License for the specific language governing permissions and
15+
* limitations under the License.
16+
*/
17+
18+
/*
19+
* GENERATED CODE WARNING
20+
* Generated by gapic-generator-php from the file
21+
* https://github.com/googleapis/googleapis/blob/master/google/cloud/compute/v1/compute.proto
22+
* Updates to the above are reflected here through a refresh process.
23+
*/
24+
25+
namespace Google\Cloud\Compute\V1\Enums\AllocationResourceStatusHealthInfo;
26+
27+
/**
28+
* HealthStatus contains string constants that represent the names of each value in
29+
* the google.cloud.compute.v1.AllocationResourceStatusHealthInfo.HealthStatus
30+
* descriptor.
31+
*/
32+
class HealthStatus
33+
{
34+
const UNDEFINED_HEALTH_STATUS = 'UNDEFINED_HEALTH_STATUS';
35+
36+
const DEGRADED = 'DEGRADED';
37+
38+
const HEALTHY = 'HEALTHY';
39+
40+
const HEALTH_STATUS_UNSPECIFIED = 'HEALTH_STATUS_UNSPECIFIED';
41+
}
Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
<?php
2+
/*
3+
* Copyright 2025 Google LLC
4+
*
5+
* Licensed under the Apache License, Version 2.0 (the "License");
6+
* you may not use this file except in compliance with the License.
7+
* You may obtain a copy of the License at
8+
*
9+
* https://www.apache.org/licenses/LICENSE-2.0
10+
*
11+
* Unless required by applicable law or agreed to in writing, software
12+
* distributed under the License is distributed on an "AS IS" BASIS,
13+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14+
* See the License for the specific language governing permissions and
15+
* limitations under the License.
16+
*/
17+
18+
/*
19+
* GENERATED CODE WARNING
20+
* Generated by gapic-generator-php from the file
21+
* https://github.com/googleapis/googleapis/blob/master/google/cloud/compute/v1/compute.proto
22+
* Updates to the above are reflected here through a refresh process.
23+
*/
24+
25+
namespace Google\Cloud\Compute\V1\Enums\Reservation;
26+
27+
/**
28+
* SchedulingType contains string constants that represent the names of each value
29+
* in the google.cloud.compute.v1.Reservation.SchedulingType descriptor.
30+
*/
31+
class SchedulingType
32+
{
33+
const UNDEFINED_SCHEDULING_TYPE = 'UNDEFINED_SCHEDULING_TYPE';
34+
35+
const GROUPED = 'GROUPED';
36+
37+
const GROUP_MAINTENANCE_TYPE_UNSPECIFIED = 'GROUP_MAINTENANCE_TYPE_UNSPECIFIED';
38+
39+
const INDEPENDENT = 'INDEPENDENT';
40+
}

0 commit comments

Comments
 (0)