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

docs: Update SimpleApp to explicitly set project id #3534

Merged
merged 9 commits into from
Oct 24, 2024
Merged

Commits on Oct 11, 2024

  1. docs: Update SimpleApp to explicitly set project id

    When running in Google Cloud console, the default google cloud project might not be set leading to 404 errors. This update requires the reader to explicitly set the project value.
    PhongChuong committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    86b2323 View commit details
    Browse the repository at this point in the history
  2. Removes the explicit use of UUID to set jobId as the library now inte…

    …rnally generates the value.
    PhongChuong committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    70f0b79 View commit details
    Browse the repository at this point in the history
  3. Fix missing braces

    PhongChuong committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    e14f9f6 View commit details
    Browse the repository at this point in the history
  4. Add try/catch for errors

    PhongChuong committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    2aa216f View commit details
    Browse the repository at this point in the history
  5. Add missing import

    PhongChuong committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    4802f09 View commit details
    Browse the repository at this point in the history
  6. Add more missing import

    PhongChuong committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    6e4318e View commit details
    Browse the repository at this point in the history
  7. Add requireEnvVar check

    PhongChuong committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    1de8eb8 View commit details
    Browse the repository at this point in the history
  8. Add missing test import

    PhongChuong committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    9937138 View commit details
    Browse the repository at this point in the history
  9. Add missing test import

    PhongChuong committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    26ac478 View commit details
    Browse the repository at this point in the history