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

fix: split large compute file up #2546

Merged
merged 7 commits into from Apr 30, 2024

Commits on Apr 25, 2024

  1. fix: split large compute file up

    This is a followup to googleapis#2544. That change reduced the size of
    the compute client from 9.4M to 6.7. This change now splits the
    compute client into three files ranging from 2.7-1.8M each. This
    should allow editors and tooling to better be able to process the
    client.
    codyoss committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    bd51b4e View commit details
    Browse the repository at this point in the history
  2. regen compute

    codyoss committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    1d7e628 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2024

  1. Configuration menu
    Copy the full SHA
    9fd7d28 View commit details
    Browse the repository at this point in the history
  2. format files

    codyoss committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    84c30ae View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2024

  1. Configuration menu
    Copy the full SHA
    b6684f1 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2024

  1. Configuration menu
    Copy the full SHA
    0d1afd5 View commit details
    Browse the repository at this point in the history
  2. pr suggestions

    codyoss committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    ce9b5ad View commit details
    Browse the repository at this point in the history