-
Notifications
You must be signed in to change notification settings - Fork 155
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into update-readme
- Loading branch information
Showing
14 changed files
with
280 additions
and
85 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,3 +13,8 @@ | |
# limitations under the License. | ||
requestsize: | ||
enabled: true | ||
|
||
path: | ||
pullrequest: true | ||
paths: | ||
samples: "samples" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# Blunderbuss config | ||
# | ||
# This file controls who is assigned for pull requests and issues. | ||
# Note: This file is autogenerated. To make changes to the assignee | ||
# team, please update `codeowner_team` in `.repo-metadata.json`. | ||
assign_issues: | ||
- googleapis/cloud-storage-dpe | ||
|
||
assign_issues_by: | ||
- labels: | ||
- "samples" | ||
to: | ||
- googleapis/python-samples-reviewers | ||
- googleapis/cloud-storage-dpe | ||
|
||
assign_prs: | ||
- googleapis/cloud-storage-dpe |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -49,3 +49,8 @@ Changelog | |
:maxdepth: 2 | ||
|
||
changelog | ||
|
||
.. toctree:: | ||
:hidden: | ||
|
||
summary_overview.md |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
[ | ||
This is a templated file. Adding content to this file may result in it being | ||
reverted. Instead, if you want to place additional content, create an | ||
"overview_content.md" file in `docs/` directory. The Sphinx tool will | ||
pick up on the content and merge the content. | ||
]: # | ||
|
||
# Google Cloud Storage API | ||
|
||
Overview of the APIs available for Google Cloud Storage API. | ||
|
||
## All entries | ||
|
||
Classes, methods and properties & attributes for | ||
Google Cloud Storage API. | ||
|
||
[classes](https://cloud.google.com/python/docs/reference/storage/latest/summary_class.html) | ||
|
||
[methods](https://cloud.google.com/python/docs/reference/storage/latest/summary_method.html) | ||
|
||
[properties and | ||
attributes](https://cloud.google.com/python/docs/reference/storage/latest/summary_property.html) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
google-cloud-pubsub==2.21.0 | ||
google-cloud-pubsub==2.21.1 | ||
google-cloud-storage==2.16.0 | ||
pandas===1.3.5; python_version == '3.7' | ||
pandas===2.0.3; python_version == '3.8' | ||
pandas==2.2.1; python_version >= '3.9' | ||
pandas==2.2.2; python_version >= '3.9' |
Oops, something went wrong.