Skip to content

Converting None page tokens into the GAX INITIAL_PAGE. - #2141

Merged
dhermes merged 1 commit into
googleapis:masterfrom
dhermes:fix-2140
Aug 22, 2016
Merged

Converting None page tokens into the GAX INITIAL_PAGE.#2141
dhermes merged 1 commit into
googleapis:masterfrom
dhermes:fix-2140

Conversation

@dhermes

Copy link
Copy Markdown
Contributor

Introduced in #2124. Fixes#2140.

@dhermesdhermes added testing api: pubsub Issues related to the Pub/Sub API. api: logging Issues related to the Cloud Logging API. labels Aug 19, 2016
@googlebotgooglebot added the cla: yes This human has signed the Contributor License Agreement. label Aug 19, 2016
@dhermesdhermes added the GAX label Aug 19, 2016
with another call (pass that value as ``page_token``).
"""
if page_token is None:
page_token = INITIAL_PAGE

This comment was marked as spam.

This comment was marked as spam.

This comment was marked as spam.

This comment was marked as spam.

This comment was marked as spam.

This comment was marked as spam.

This comment was marked as spam.

@dhermes
dhermes merged commit af19763 into googleapis:masterAug 22, 2016
@dhermes
dhermes deleted the fix-2140 branch August 22, 2016 19:28
@dhermesdhermes mentioned this pull request Sep 19, 2016
parthea added a commit that referenced this pull request Mar 6, 2026
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

api: loggingIssues related to the Cloud Logging API.api: pubsubIssues related to the Pub/Sub API.cla: yesThis human has signed the Contributor License Agreement.testing

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

@dhermes@tseaver@googlebot