Skip to content

Commit 6292106

Browse files
feat: [google-cloud-securitycenter] add GCE to DeploymentPlatform enum (googleapis#14401)
- [ ] Regenerate this pull request now. PiperOrigin-RevId: 805463393 Source-Link: googleapis/googleapis@260e50c Source-Link: https://github.com/googleapis/googleapis-gen/commit/a8c64770799cc043f62cee75bfbd791af481b521 Copy-Tag: eyJwIjoicGFja2FnZXMvZ29vZ2xlLWNsb3VkLXNlY3VyaXR5Y2VudGVyLy5Pd2xCb3QueWFtbCIsImgiOiJhOGM2NDc3MDc5OWNjMDQzZjYyY2VlNzViZmJkNzkxYWY0ODFiNTIxIn0= --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent 186cef2 commit 6292106

File tree

1 file changed

+6
-0
lines changed
  • packages/google-cloud-securitycenter/google/cloud/securitycenter_v2/types

1 file changed

+6
-0
lines changed

packages/google-cloud-securitycenter/google/cloud/securitycenter_v2/types/ai_model.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,10 +64,16 @@ class DeploymentPlatform(proto.Enum):
6464
Vertex AI.
6565
GKE (2):
6666
Google Kubernetes Engine.
67+
GCE (3):
68+
Google Compute Engine.
69+
FINE_TUNED_MODEL (4):
70+
Fine tuned model.
6771
"""
6872
DEPLOYMENT_PLATFORM_UNSPECIFIED = 0
6973
VERTEX_AI = 1
7074
GKE = 2
75+
GCE = 3
76+
FINE_TUNED_MODEL = 4
7177

7278
name: str = proto.Field(
7379
proto.STRING,

0 commit comments

Comments
 (0)