Skip to content

Commit

Permalink
fix: [Many APIs] expose numericEnums option in rest client config (#5765
Browse files Browse the repository at this point in the history
)

* chore(bazel): update gapic-generator-php to v1.6.4

PiperOrigin-RevId: 499941754

Source-Link: googleapis/googleapis@71b5bbc

Source-Link: googleapis/googleapis-gen@113c51b
Copy-Tag: eyJwIjoiVmlkZW9JbnRlbGxpZ2VuY2UvLk93bEJvdC55YW1sIiwiaCI6IjExM2M1MWIzMDNiNDdmZTgzMTVjNTM2MjYwZGE1MGE5MmMyNzdiMzkifQ==
Copy-Tag: eyJwIjoiVmlkZW9MaXZlU3RyZWFtLy5Pd2xCb3QueWFtbCIsImgiOiIxMTNjNTFiMzAzYjQ3ZmU4MzE1YzUzNjI2MGRhNTBhOTJjMjc3YjM5In0=
Copy-Tag: eyJwIjoiVmlkZW9TdGl0Y2hlci8uT3dsQm90LnlhbWwiLCJoIjoiMTEzYzUxYjMwM2I0N2ZlODMxNWM1MzYyNjBkYTUwYTkyYzI3N2IzOSJ9
Copy-Tag: eyJwIjoiVmlkZW9UcmFuc2NvZGVyLy5Pd2xCb3QueWFtbCIsImgiOiIxMTNjNTFiMzAzYjQ3ZmU4MzE1YzUzNjI2MGRhNTBhOTJjMjc3YjM5In0=
Copy-Tag: eyJwIjoiVmlzaW9uLy5Pd2xCb3QueWFtbCIsImgiOiIxMTNjNTFiMzAzYjQ3ZmU4MzE1YzUzNjI2MGRhNTBhOTJjMjc3YjM5In0=
Copy-Tag: eyJwIjoiVm1NaWdyYXRpb24vLk93bEJvdC55YW1sIiwiaCI6IjExM2M1MWIzMDNiNDdmZTgzMTVjNTM2MjYwZGE1MGE5MmMyNzdiMzkifQ==
Copy-Tag: eyJwIjoiVm13YXJlRW5naW5lLy5Pd2xCb3QueWFtbCIsImgiOiIxMTNjNTFiMzAzYjQ3ZmU4MzE1YzUzNjI2MGRhNTBhOTJjMjc3YjM5In0=
Copy-Tag: eyJwIjoiVnBjQWNjZXNzLy5Pd2xCb3QueWFtbCIsImgiOiIxMTNjNTFiMzAzYjQ3ZmU4MzE1YzUzNjI2MGRhNTBhOTJjMjc3YjM5In0=
Copy-Tag: eyJwIjoiV2ViUmlzay8uT3dsQm90LnlhbWwiLCJoIjoiMTEzYzUxYjMwM2I0N2ZlODMxNWM1MzYyNjBkYTUwYTkyYzI3N2IzOSJ9
Copy-Tag: eyJwIjoiV2ViU2VjdXJpdHlTY2FubmVyLy5Pd2xCb3QueWFtbCIsImgiOiIxMTNjNTFiMzAzYjQ3ZmU4MzE1YzUzNjI2MGRhNTBhOTJjMjc3YjM5In0=
Copy-Tag: eyJwIjoiV29ya2Zsb3dzLy5Pd2xCb3QueWFtbCIsImgiOiIxMTNjNTFiMzAzYjQ3ZmU4MzE1YzUzNjI2MGRhNTBhOTJjMjc3YjM5In0=

* 🦉 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
  • Loading branch information
gcf-owl-bot[bot] and gcf-owl-bot[bot] committed Jan 11, 2023
1 parent a2635e0 commit 672fb77
Show file tree
Hide file tree
Showing 14 changed files with 14 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -76,4 +76,5 @@
],
],
],
'numericEnums' => true,
];
Original file line number Diff line number Diff line change
Expand Up @@ -76,4 +76,5 @@
],
],
],
'numericEnums' => true,
];
Original file line number Diff line number Diff line change
Expand Up @@ -270,4 +270,5 @@
],
],
],
'numericEnums' => true,
];
Original file line number Diff line number Diff line change
Expand Up @@ -245,4 +245,5 @@
],
],
],
'numericEnums' => true,
];
Original file line number Diff line number Diff line change
Expand Up @@ -98,4 +98,5 @@
],
],
],
'numericEnums' => true,
];
Original file line number Diff line number Diff line change
Expand Up @@ -128,4 +128,5 @@
],
],
],
'numericEnums' => true,
];
Original file line number Diff line number Diff line change
Expand Up @@ -252,4 +252,5 @@
],
],
],
'numericEnums' => true,
];
Original file line number Diff line number Diff line change
Expand Up @@ -633,4 +633,5 @@
],
],
],
'numericEnums' => true,
];
Original file line number Diff line number Diff line change
Expand Up @@ -519,4 +519,5 @@
],
],
],
'numericEnums' => true,
];
Original file line number Diff line number Diff line change
Expand Up @@ -90,4 +90,5 @@
],
],
],
'numericEnums' => true,
];
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,5 @@
],
],
],
'numericEnums' => true,
];
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,5 @@
],
],
],
'numericEnums' => true,
];
Original file line number Diff line number Diff line change
Expand Up @@ -159,4 +159,5 @@
],
],
],
'numericEnums' => true,
];
Original file line number Diff line number Diff line change
Expand Up @@ -125,4 +125,5 @@
],
],
],
'numericEnums' => true,
];

0 comments on commit 672fb77

Please sign in to comment.