Skip to content

Commit 6b55154

Browse files
feat: added e2-medium machine type (#415)
* feat: added e2-medium machine type Clients can now specify the e2-medium machine type. PiperOrigin-RevId: 546077446 Source-Link: googleapis/googleapis@b98e88f Source-Link: googleapis/googleapis-gen@d5619d9 Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiZDU2MTlkOWFhZTc1NGM1NjUxNzVlZjczYTZiNjRlODg0YjU0OWEwNiJ9 * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent 733e11a commit 6b55154

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

packages/google-cloud-build/google/cloud/devtools/cloudbuild_v1/types/cloudbuild.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2932,12 +2932,15 @@ class MachineType(proto.Enum):
29322932
Highcpu e2 machine with 8 CPUs.
29332933
E2_HIGHCPU_32 (6):
29342934
Highcpu e2 machine with 32 CPUs.
2935+
E2_MEDIUM (7):
2936+
E2 machine with 1 CPU.
29352937
"""
29362938
UNSPECIFIED = 0
29372939
N1_HIGHCPU_8 = 1
29382940
N1_HIGHCPU_32 = 2
29392941
E2_HIGHCPU_8 = 5
29402942
E2_HIGHCPU_32 = 6
2943+
E2_MEDIUM = 7
29412944

29422945
class SubstitutionOption(proto.Enum):
29432946
r"""Specifies the behavior when there is an error in the

packages/google-cloud-build/samples/generated_samples/snippet_metadata_google.devtools.cloudbuild.v1.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
],
99
"language": "PYTHON",
1010
"name": "google-cloud-build",
11-
"version": "3.17.1"
11+
"version": "0.1.0"
1212
},
1313
"snippets": [
1414
{

packages/google-cloud-build/samples/generated_samples/snippet_metadata_google.devtools.cloudbuild.v2.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
],
99
"language": "PYTHON",
1010
"name": "google-cloud-build",
11-
"version": "3.17.1"
11+
"version": "0.1.0"
1212
},
1313
"snippets": [
1414
{

0 commit comments

Comments
 (0)