Skip to content

Remove unsupported place details scope field mask - #1066

Open
madtriceps wants to merge 1 commit into
googlemaps:mainfrom
madtriceps:fix/place-details-field-mask-1065
Open

Remove unsupported place details scope field mask#1066
madtriceps wants to merge 1 commit into
googlemaps:mainfrom
madtriceps:fix/place-details-field-mask-1065

Conversation

@madtriceps

@madtriceps madtriceps commented Aug 2, 2026

Copy link
Copy Markdown

Thank you for opening a Pull Request!


Fixed the unsupported Place Details field mask by removing the invalid scope entry from PlaceDetailsRequest.java.
Added a regression test in PlacesApiTest.java to prevent that field mask from reappearing.

Before submitting your PR, there are a few things you can do to make sure it goes smoothly:

  • Make sure to open a GitHub issue as a bug/feature request before writing your code! That way we can discuss the change, evaluate designs, and agree on the general idea
  • Ensure the tests and linter pass
  • Code coverage does not decrease (if any source code was changed)
  • Appropriate docs were updated (if necessary)

Fixes #1065 🦕

@google-cla

google-cla Bot commented Aug 2, 2026

Copy link
Copy Markdown

Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

View this failed invocation of the CLA check for more information.

For the most up to date status, view the checks section at the bottom of the pull request.

@madtriceps
madtriceps force-pushed the fix/place-details-field-mask-1065 branch from f212bea to 5d35f6f Compare August 2, 2026 10:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

PlacesApi.placeDetails(context, placeId).await() interface error

1 participant