Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

fix(storage): fix documentation of max_result parameter in list_blob#95

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Draft
HemangChothani wants to merge3 commits intomaster
base:master
Choose a base branch
Loading
fromstorage_doc_fix_list_blob

Conversation

@HemangChothani
Copy link
Collaborator

@HemangChothaniHemangChothani commentedJan 3, 2020
edited by IlyaFaer
Loading

IPR 10030

(Optional) The maximum number of blobs in each page of results
from this request. Non-positive values are ignored. Defaults to
a sensible value set by the API.
(Optional) The maximum number of blobs to return.
Copy link
Collaborator

Choose a reason for hiding this comment

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

I'd rather minimize the changes:

                (Optional) The maximum total number of blobs in results                from this request. Non-positive values are ignored. Defaults to                a sensible value set by the API.

The last sentence can possibly be removed if the default value does not exist.

Copy link
CollaboratorAuthor

@HemangChothaniHemangChothaniJan 8, 2020
edited
Loading

Choose a reason for hiding this comment

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

@mf2199 I have copied the discription from other page likehere to maintain the consistency, if needed i will change it.

Copy link

Choose a reason for hiding this comment

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

I don't think "Non-positive values are ignored." is actually true from the implementation.None is ignored/header is not set so default applies, and 0 and negative numbers are equivalent and will result in an empty iterator.

@MaxxleLLCMaxxleLLCforce-pushed thestorage_doc_fix_list_blob branch from848b1bf to1c0ab69CompareJanuary 8, 2020 09:38
@bz2
Copy link

bz2 commentedJan 8, 2020

@HemangChothani Thanks for picking this up, changing the docs here should be sufficient to resolvehttps://github.com/googleapis/google-cloud-python/issues/10030 I think.

Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

@mf2199mf2199mf2199 left review comments

@IlyaFaerIlyaFaerAwaiting requested review from IlyaFaer

+1 more reviewer

@bz2bz2bz2 left review comments

Reviewers whose approvals may not affect merge requirements

Assignees

No one assigned

Labels

None yet

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

4 participants

@HemangChothani@bz2@mf2199

[8]ページ先頭

©2009-2025 Movatter.jp