google-cloud-python
google-cloud-python copied to clipboard
Google Cloud Client Library for Python
:robot: I have created a release *beep* *boop* --- google-apps-chat: 0.1.6 ## [0.1.6](https://github.com/googleapis/google-cloud-python/compare/google-apps-chat-v0.1.5...google-apps-chat-v0.1.6) (2024-05-15) ### Documentation * [google-apps-chat] update Chat API comments ([#12694](https://github.com/googleapis/google-cloud-python/issues/12694)) ([f66440d](https://github.com/googleapis/google-cloud-python/commit/f66440dec8cab0a11e53dd9e3e165b85f9651f38)) google-cloud-batch: 0.17.20 ## [0.17.20](https://github.com/googleapis/google-cloud-python/compare/google-cloud-batch-v0.17.19...google-cloud-batch-v0.17.20) (2024-05-15) ###...
# Summary As per documented in https://cloud.google.com/iam/docs/write-policy-client-libraries, adding a new role binding is shown to be accomplished by the following binding = {"role": "foo", "members": ["bar"]} policy["bindings"].append(binding) ## Expected behaviour...
Getting this new error on the `google-analytics-data` package tested with v0.14 and v0.18 code: ```python class ClientClass: ... def check_dimension_compatibility(self, property_id, dimension): request = CheckCompatibilityRequest( property=f"properties/{property_id}", dimensions=[Dimension(name=dimension.api_name)], compatibility_filter="INCOMPATIBLE" ) return...
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | Type | Update | |---|---|---|---|---|---|---|---| | [protobuf](https://developers.google.com/protocol-buffers/) | `>=3.19.5,...
**PLEASE READ**: If you have a support contract with Google, please create an issue in the [support console](https://cloud.google.com/support/) instead of filing on GitHub. This will ensure a timely response. **NOTE**:...
In each directory under `packages/`, we have a `.repo-metadata.json` file that includes a field `issue_tracker`. We should include that link in the generated package-level `README.rst`, and arguably also in the...
Greetings. It looks like some of the markdown might be malformed here for "parent": https://cloud.google.com/python/docs/reference/iam/latest/google.cloud.iam_admin_v1.types.ListRolesRequest  Is there a way to filter the list of roles returned to just custom...
The title should include both the package name and the pretty name https://github.com/googleapis/google-cloud-python/blob/c2da566a711b7b354346c901c49a83f1c49f570f/scripts/updateapilist.py#L36
The latest version of `recaptchaenterprise_v1==1.19.0` throws a DeprecationWarning on the construction of protobuf messages. This was caused by an upstream protobuf issue that has subsequently been fixed and published. https://github.com/protocolbuffers/protobuf/issues/15077...