Skip to content
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

snippetgen: add 2+ placeholder values for list field values #961

Closed
busunkim96 opened this issue Jul 23, 2021 · 0 comments · Fixed by #1013
Closed

snippetgen: add 2+ placeholder values for list field values #961

busunkim96 opened this issue Jul 23, 2021 · 0 comments · Fixed by #1013
Assignees
Labels
type: feature request ‘Nice-to-have’ improvement, new feature or different behavior or design.

Comments

@busunkim96
Copy link
Contributor

Adding more than one value makes it more visually clear the field is expected to be a list.

From discussion in #941 (comment)

    # Initialize request argument(s)
    request = credentials_v1.GenerateAccessTokenRequest(
        name="projects/{project}/serviceAccounts/{service_account}",
        scope=['scope_value_1', 'scope_value_2'],
@busunkim96 busunkim96 added the type: feature request ‘Nice-to-have’ improvement, new feature or different behavior or design. label Jul 23, 2021
@busunkim96 busunkim96 self-assigned this Jul 23, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: feature request ‘Nice-to-have’ improvement, new feature or different behavior or design.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant