Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
tedwu
/
gcloud-python
Public
forked from
lucemia/gcloud-python
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Issues
0
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Branch selector
master
User selector
All users
Datepicker
All time
Commit history
Commits on Nov 7, 2014
Merge pull request #355 from tseaver/164-add_http_specific_exceptions
Show description for efae0ef
tseaver
committed
efae0ef
View commit details
Copy full SHA for efae0ef
Browse repository at this point
Recursively walk subclass tree to build code->exception class mapping.
tseaver
committed
e322609
View commit details
Copy full SHA for e322609
Browse repository at this point
Merge pull request #353 from tseaver/refactor-bucket_scalar_properties
Show description for 71e937b
tseaver
committed
71e937b
View commit details
Copy full SHA for 71e937b
Browse repository at this point
Map HTTP error responses for storage onto specific exception classes.
Show description for 89788fb
tseaver
committed
89788fb
View commit details
Copy full SHA for 89788fb
Browse repository at this point
Re-map 'Bucket.versioning' as a boolean property, 'versioning_enabled'.
tseaver
committed
5e14e12
View commit details
Copy full SHA for 5e14e12
Browse repository at this point
Map 'Bucket.location' to a simple, scalar property.
tseaver
committed
7c7745f
View commit details
Copy full SHA for 7c7745f
Browse repository at this point
Move '_scalar_property' to '_helpers'.
Show description for 37046e2
tseaver
committed
37046e2
View commit details
Copy full SHA for 37046e2
Browse repository at this point
Merge pull request #349 from tseaver/313-key_properties
Show description for 8cd4c5e
tseaver
committed
8cd4c5e
View commit details
Copy full SHA for 8cd4c5e
Browse repository at this point
One-line docstrings.
Show description for a915447
tseaver
committed
a915447
View commit details
Copy full SHA for a915447
Browse repository at this point
Docstrings.
tseaver
committed
f8d8844
View commit details
Copy full SHA for f8d8844
Browse repository at this point
Factor out simple scalar property creation using helper methods.
tseaver
committed
520de84
View commit details
Copy full SHA for 520de84
Browse repository at this point
Add writable 'Key' properties matching writable server-side properties.
Show description for 2b26990
tseaver
committed
2b26990
View commit details
Copy full SHA for 2b26990
Browse repository at this point
Add accessors for read-only properties of a server-side object.
Show description for bafe213
tseaver
committed
bafe213
View commit details
Copy full SHA for bafe213
Browse repository at this point
Avoid re-iterating summary line.
tseaver
committed
e8c4391
View commit details
Copy full SHA for e8c4391
Browse repository at this point
Merge pull request #352 from tseaver/351-batch_updates_via_context_manager
Show description for 8536991
tseaver
committed
8536991
View commit details
Copy full SHA for 8536991
Browse repository at this point
Spurious changes to work around pylint's 'peephole' blindness.
tseaver
committed
245b0e9
View commit details
Copy full SHA for 245b0e9
Browse repository at this point
Make examples use 'real' APIs which delegate to '_patch_properties.
tseaver
committed
052dbb5
View commit details
Copy full SHA for 052dbb5
Browse repository at this point
Add 'batch' property to '_PropertyMixin'.
Show description for 0998141
tseaver
committed
0998141
View commit details
Copy full SHA for 0998141
Browse repository at this point
Disable 'too-many'/'too-few' public methods checks.
Show description for b19625e
tseaver
committed
b19625e
View commit details
Copy full SHA for b19625e
Browse repository at this point
Commits on Nov 6, 2014
Merge pull request #350 from tseaver/347-comment_change_lost_in_merge
Show description for ac0760b
tseaver
committed
ac0760b
View commit details
Copy full SHA for ac0760b
Browse repository at this point
Re-do comment change lost in merge during #347.
tseaver
committed
585bbc0
View commit details
Copy full SHA for 585bbc0
Browse repository at this point
Merge pull request #347 from tseaver/314-omnibus
Show description for 4a8f6b4
tseaver
committed
4a8f6b4
View commit details
Copy full SHA for 4a8f6b4
Browse repository at this point
Avoid remapping names of keys in server-side properties.
Show description for 3eaf39d
tseaver
committed
3eaf39d
View commit details
Copy full SHA for 3eaf39d
Browse repository at this point
Fix copy-paste errors in 'Bucket' accessor docstrings.
tseaver
committed
13b28c2
View commit details
Copy full SHA for 13b28c2
Browse repository at this point
Use 'properties' to ensure loading before lookup.
tseaver
committed
25b7b5c
View commit details
Copy full SHA for 25b7b5c
Browse repository at this point
Drop (unused-and-confusing) '_has_property' method.
tseaver
committed
262b413
View commit details
Copy full SHA for 262b413
Browse repository at this point
Docstring fixes.
tseaver
committed
b8ea274
View commit details
Copy full SHA for b8ea274
Browse repository at this point
Remove backward-compatibility aliases.
tseaver
committed
f77e593
View commit details
Copy full SHA for f77e593
Browse repository at this point
Merge pull request #319 from dhermes/storage-regression-tests
Show description for 01a1eea
dhermes
committed
01a1eea
View commit details
Copy full SHA for 01a1eea
Browse repository at this point
Commits on Nov 5, 2014
Bucket has more fields than pylint wants to allow.
tseaver
committed
72f3e5a
View commit details
Copy full SHA for 72f3e5a
Browse repository at this point
Fix up accessor / mutators methods to use new helpers.
tseaver
committed
5f1667a
View commit details
Copy full SHA for 5f1667a
Browse repository at this point
Make 'lazy' test less eager.
tseaver
committed
aa7afbb
View commit details
Copy full SHA for aa7afbb
Browse repository at this point
Re-order methods to match field order.
tseaver
committed
c3fcb2e
View commit details
Copy full SHA for c3fcb2e
Browse repository at this point
Merge branch '314-bucket_location_support' into 314-omnibus
tseaver
committed
48677ee
View commit details
Copy full SHA for 48677ee
Browse repository at this point
Merge branch '314-bucket_cors_support' into 314-omnibus
tseaver
committed
1fdacb4
View commit details
Copy full SHA for 1fdacb4
Browse repository at this point
Previous
Next
You can’t perform that action at this time.