Skip to content

Commit

Permalink
fix: required to optional field in Firestore ListDocuments
Browse files Browse the repository at this point in the history
  • Loading branch information
bshaffer authored Feb 22, 2023
1 parent a420b32 commit 996dc49
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 @@ -120,6 +120,7 @@ class FieldDetails
'google.firestore.v1.CommitRequest' => ['writes'],
'google.firestore.v1.BatchGetDocumentsRequest' => ['documents'],
'google.firestore.v1.CreateDocumentRequest' => ['document_id'],
'google.firestore.v1.ListDocumentsRequest' => ['collection_id'],
'google.firestore.v1.UpdateDocumentRequest' => ['update_mask'],
'google.cloud.kms.v1.AsymmetricSignRequest' => ['digest'],
'google.cloud.recaptchaenterprise.v1.AnnotateAssessmentRequest' => ['annotation'],
Expand Down

0 comments on commit 996dc49

Please sign in to comment.