-
Notifications
You must be signed in to change notification settings - Fork 77
Closed
Labels
priority: p2Moderately-important priority. Fix may not be included in next release.Moderately-important priority. Fix may not be included in next release.type: bugError or flaw in code with unintended results or allowing sub-optimal usage patterns.Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
Description
Generated snippets for streaming methods have incorrect syntax:
Lines 36 to 44 in dbfb45a
| # Initialize request argument(s) | |
| request = logging_v2.TailLogEntriesRequest( | |
| resource_names=['resource_names_value'], | |
| ) | |
| # Make the request | |
| stream = await client.tail_log_entries([resource_names=['resource_names_value']]) | |
| async for response in stream: | |
| print(response) |
Metadata
Metadata
Assignees
Labels
priority: p2Moderately-important priority. Fix may not be included in next release.Moderately-important priority. Fix may not be included in next release.type: bugError or flaw in code with unintended results or allowing sub-optimal usage patterns.Error or flaw in code with unintended results or allowing sub-optimal usage patterns.