Skip to content

Commit d0a1ba9

Browse files
feat: [places] add more fuel type enum values (#5981)
* feat: add more fuel type enum values docs: A comment for enum value `LPG` in enum `FuelType` is changed to be clearer. PiperOrigin-RevId: 719418262 Source-Link: googleapis/googleapis@e49749f Source-Link: googleapis/googleapis-gen@9293b9d Copy-Tag: eyJwIjoicGFja2FnZXMvZ29vZ2xlLW1hcHMtcGxhY2VzLy5Pd2xCb3QueWFtbCIsImgiOiI5MjkzYjlkN2QyOTVlZDExNjBiZTAxNGZmMzMxMzc2ZGM5M2M3YTc2In0= * 🦉 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>
1 parent e5e13cb commit d0a1ba9

4 files changed

Lines changed: 25 additions & 1 deletion

File tree

packages/google-maps-places/protos/google/maps/places/v1/fuel_options.proto

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,9 @@ message FuelOptions {
4040
// Diesel fuel.
4141
DIESEL = 1;
4242

43+
// Diesel plus fuel.
44+
DIESEL_PLUS = 19;
45+
4346
// Regular unleaded.
4447
REGULAR_UNLEADED = 2;
4548

@@ -73,7 +76,7 @@ message FuelOptions {
7376
// SP 100.
7477
SP100 = 12;
7578

76-
// LPG.
79+
// Liquefied Petroleum Gas.
7780
LPG = 13;
7881

7982
// E 80.
@@ -82,6 +85,9 @@ message FuelOptions {
8285
// E 85.
8386
E85 = 15;
8487

88+
// E 100.
89+
E100 = 20;
90+
8591
// Methane.
8692
METHANE = 16;
8793

packages/google-maps-places/protos/protos.d.ts

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/google-maps-places/protos/protos.js

Lines changed: 14 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/google-maps-places/protos/protos.json

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)