Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Convert Datastore to GAPIC #903

Merged
merged 4 commits into from
Oct 8, 2016
Merged

Commits on Oct 7, 2016

  1. Rename Service#datastore and Service#mocked_datastore

    Adopt 'service' and 'mocked_service' naming convention.
    quartzmo committed Oct 7, 2016
    Configuration menu
    Copy the full SHA
    1aa0a15 View commit details
    Browse the repository at this point in the history
  2. Convert Datastore to GAX

    quartzmo committed Oct 7, 2016
    Configuration menu
    Copy the full SHA
    6aa2102 View commit details
    Browse the repository at this point in the history
  3. Update Datastore retries documentation

    GAX does not directly support  integer.
    
    [refs googleapis#848]
    quartzmo committed Oct 7, 2016
    Configuration menu
    Copy the full SHA
    ed0c9c1 View commit details
    Browse the repository at this point in the history
  4. Add GAX client_config to Datastore service factory

    Replace retries value with the GAX client configuration.
    This leaks the GAX implementation to the public API.
    If Gax changes its implementation this may result in a change to
    the google-cloud-datastore public API.
    quartzmo committed Oct 7, 2016
    Configuration menu
    Copy the full SHA
    3e08e46 View commit details
    Browse the repository at this point in the history