Skip to content

Add means to retrieve responses after calling batch module #1214

Open
@shunping

Description

@shunping

Problem:
The current Batch class (https://github.com/googleapis/python-storage/blob/v2.14.0/google/cloud/storage/batch.py#L145) does not provide a good way of getting the responses from the batch call.

Suggestion:
Add a simple public function to return _responses. It can be as simple as

def get_responses(self):
    return self._responses

Metadata

Metadata

Assignees

No one assigned

    Labels

    api: storageIssues related to the googleapis/python-storage API.priority: p3Desirable enhancement or fix. May not be included in next release.type: feature request‘Nice-to-have’ improvement, new feature or different behavior or design.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions