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

Add google-cloud-java client libraries quickstart samples. #353

Merged
merged 14 commits into from
Oct 26, 2016
Merged

Commits on Oct 25, 2016

  1. Add new quickstart samples.

    jmdobry authored and tswast committed Oct 25, 2016
    Configuration menu
    Copy the full SHA
    204a491 View commit details
    Browse the repository at this point in the history
  2. Add Datastore quickstart sample.

    jmdobry authored and tswast committed Oct 25, 2016
    Configuration menu
    Copy the full SHA
    da12e72 View commit details
    Browse the repository at this point in the history
  3. Remove import.

    jmdobry authored and tswast committed Oct 25, 2016
    Configuration menu
    Copy the full SHA
    d9996e7 View commit details
    Browse the repository at this point in the history
  4. Fixed region tag.

    jmdobry authored and tswast committed Oct 25, 2016
    Configuration menu
    Copy the full SHA
    cb65218 View commit details
    Browse the repository at this point in the history
  5. Add Translate API quickstart sample.

    jmdobry authored and tswast committed Oct 25, 2016
    Configuration menu
    Copy the full SHA
    bb3f49e View commit details
    Browse the repository at this point in the history
  6. Add Storage quickstart sample.

    jmdobry authored and tswast committed Oct 25, 2016
    Configuration menu
    Copy the full SHA
    8a1d549 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7b4389b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    9c5635d View commit details
    Browse the repository at this point in the history
  9. Add quickstarts to root module.

    Fixes checkstyle errors in samples.
    tswast committed Oct 25, 2016
    Configuration menu
    Copy the full SHA
    1f0c8a5 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    4236fdd View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2016

  1. Add tests to Storage quickstart.

    Had to update the sample to accept a bucket name argument, since bucket
    names must be globally unique. (And we actually want to be able to run
    the sample for integration / system tests.)
    tswast committed Oct 26, 2016
    Configuration menu
    Copy the full SHA
    cf58018 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5da7970 View commit details
    Browse the repository at this point in the history
  3. Add secrets for GOOGLE_API_KEY and Translate tests.

    Translate API requires an API key, not a service account key.
    tswast committed Oct 26, 2016
    Configuration menu
    Copy the full SHA
    5f7c4a5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1d255d9 View commit details
    Browse the repository at this point in the history