Skip to content

Commit

Permalink
fix: optional-to-required-parameters for Bigtable (#446)
Browse files Browse the repository at this point in the history
  • Loading branch information
bshaffer authored Jan 31, 2022
1 parent 6bdff3c commit a15d1f6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Generation/FieldDetails.php
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,8 @@ class FieldDetails
public ?int $oneOfIndex;

private static $requiredToOptionalFixes = [
'google.bigtable.admin.v2.Cluster' => ['name', 'server_nodes'],
'google.bigtable.admin.v2.Instance' => ['name', 'type', 'labels'],
'google.cloud.asset.v1.BatchGetAssetsHistoryRequest' => ['content_type', 'read_time_window'],
'google.cloud.datacatalog.v1.SearchCatalogRequest' => ['query'],
'google.datastore.v1.CommitRequest' => ['mode', 'mutations'],
Expand Down

0 comments on commit a15d1f6

Please sign in to comment.