Skip to content

Commit

Permalink
fix: optional-to-required CreateRepositoryRequest fields (#656)
Browse files Browse the repository at this point in the history
Prevents http://b/300541681 from breaking v1 surface.
  • Loading branch information
noahdietz committed Sep 15, 2023
1 parent 99727ff commit aabc46e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Generation/FieldDetails.php
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@ class FieldDetails
'google.cloud.videointelligence.v1.AnnotateVideoRequest' => ['features'],
'google.devtools.artifactregistry.v1beta2.ListFilesRequest' => ['parent'],
'google.devtools.artifactregistry.v1beta2.GetFileRequest' => ['name'],
'google.devtools.artifactregistry.v1.CreateRepositoryRequest' => ['repository', 'repository_id'],
'google.firestore.v1.BatchWriteRequest' => ['database'],
'google.firestore.v1.PartitionQueryRequest' => ['parent'],
'google.logging.v2.UpdateCmekSettingsRequest' => ['name', 'cmek_settings'],
Expand Down

0 comments on commit aabc46e

Please sign in to comment.