Skip to content

Commit

Permalink
fix: more firestore required-to-optional patches (#451)
Browse files Browse the repository at this point in the history
  • Loading branch information
bshaffer authored Feb 2, 2022
1 parent 682ff7a commit e7fe5c7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Generation/FieldDetails.php
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,8 @@ class FieldDetails
'google.cloud.datacatalog.v1.SearchCatalogRequest' => ['query'],
'google.datastore.v1.CommitRequest' => ['mode', 'mutations'],
'google.datastore.v1.RunQueryRequest' => ['partition_id'],
'google.firestore.v1.CommitRequest' => ['writes'],
'google.firestore.v1.BatchGetDocumentsRequest' => ['documents'],
'google.firestore.v1.CreateDocumentRequest' => ['document_id'],
'google.firestore.v1.UpdateDocumentRequest' => ['update_mask'],
'google.cloud.kms.v1.AsymmetricSignRequest' => ['digest'],
Expand All @@ -118,7 +120,6 @@ class FieldDetails
'google.logging.v2.GetCmekSettingsRequest' => ['name'],
'google.cloud.videointelligence.v1.AnnotateVideoRequest' => ['features'],
'google.firestore.v1.BatchWriteRequest' => ['database'],
'google.firestore.v1.CommitRequest' => ['database'],
'google.firestore.v1.PartitionQueryRequest' => ['parent'],
];

Expand Down

0 comments on commit e7fe5c7

Please sign in to comment.