Skip to content

docs(guide): how-to override the default endpoint#3667

Merged
coryan merged 4 commits intogoogleapis:mainfrom
coryan:docs-guide-override-endpoint
Nov 3, 2025
Merged

docs(guide): how-to override the default endpoint#3667
coryan merged 4 commits intogoogleapis:mainfrom
coryan:docs-guide-override-endpoint

Conversation

@coryan
Copy link
Copy Markdown
Collaborator

@coryan coryan commented Nov 2, 2025

Fixes #3665

@codecov
Copy link
Copy Markdown

codecov bot commented Nov 2, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 95.75%. Comparing base (8ed9731) to head (4f709be).
⚠️ Report is 4 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #3667      +/-   ##
==========================================
- Coverage   95.77%   95.75%   -0.03%     
==========================================
  Files         129      129              
  Lines        5163     5157       -6     
==========================================
- Hits         4945     4938       -7     
- Misses        218      219       +1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@coryan coryan marked this pull request as ready for review November 3, 2025 11:40
@coryan coryan requested a review from a team November 3, 2025 11:40
dbolduc
dbolduc previously approved these changes Nov 3, 2025
- [How to write tests using the Storage client](storage/mocking.md)
- [Using the Compute Engine API](compute.md)
- [Update a resource using a field mask](update_resource.md)
- [Override the default endpoint](endpoint.md)
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

comment: this could be a subchapter of "How to initialize a client"

But I am happy to defer this and think about organization later.

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Possibly, I think I am going to move these to cloud.google.com pretty fast, we can think about organization at that time.

Copy link
Copy Markdown
Collaborator Author

@coryan coryan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

PTAL

- [How to write tests using the Storage client](storage/mocking.md)
- [Using the Compute Engine API](compute.md)
- [Update a resource using a field mask](update_resource.md)
- [Override the default endpoint](endpoint.md)
Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Possibly, I think I am going to move these to cloud.google.com pretty fast, we can think about organization at that time.

@coryan coryan enabled auto-merge (squash) November 3, 2025 16:32
@coryan coryan merged commit 11286f0 into googleapis:main Nov 3, 2025
28 checks passed
@coryan coryan deleted the docs-guide-override-endpoint branch November 3, 2025 16:37
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.

User-guide section on how to change the default endpoint in a client

2 participants