Skip to content

Commit

Permalink
feat: [places] add more fuel type enum values (#5981)
Browse files Browse the repository at this point in the history
* 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>
  • Loading branch information
gcf-owl-bot[bot] and gcf-owl-bot[bot] authored Jan 28, 2025
1 parent e5e13cb commit d0a1ba9
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@ message FuelOptions {
// Diesel fuel.
DIESEL = 1;

// Diesel plus fuel.
DIESEL_PLUS = 19;

// Regular unleaded.
REGULAR_UNLEADED = 2;

Expand Down Expand Up @@ -73,7 +76,7 @@ message FuelOptions {
// SP 100.
SP100 = 12;

// LPG.
// Liquefied Petroleum Gas.
LPG = 13;

// E 80.
Expand All @@ -82,6 +85,9 @@ message FuelOptions {
// E 85.
E85 = 15;

// E 100.
E100 = 20;

// Methane.
METHANE = 16;

Expand Down
2 changes: 2 additions & 0 deletions packages/google-maps-places/protos/protos.d.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 14 additions & 0 deletions packages/google-maps-places/protos/protos.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions packages/google-maps-places/protos/protos.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d0a1ba9

Please sign in to comment.