Anthonios Partheniou

Results 300 comments of Anthonios Partheniou

Capturing another docs issue with google-ai-generativelanguage See https://github.com/googleapis/googleapis/blob/b54255c0ad0a432c29ae3e15fd79a53c5ebc03b1/google/ai/generativelanguage/v1beta/retriever.proto#L74-L75 where there is an asterisk character which is not surrounded by backticks or escaped. This caused the docs build to fail with...

Hi @avinashpancham, Since the docs that you linked mention using a `regional endpoint`, you'll need to set the `api_endpoint` argument of `ClientOptions`. For example ``` # Set the regional endpoint...

Regarding the need for a regional endpoint, see this comment from the [docs](https://cloud.google.com/resource-manager/docs/tags/tags-creating-and-managing#attaching) `If you are attaching the tag to a regional resource, such as a Compute Engine instance, use...

I'm going to transfer this issue to [gapic-generator-python](https://github.com/googleapis/gapic-generator-python), which is the repository that generates the sample code in https://github.com/googleapis/google-cloud-python/tree/main/packages/google-cloud-resource-manager/samples/generated_samples, so that we can improve the documentation.

Blocked by https://github.com/grpc/grpc/issues/34922

Hi @ntindle, Thanks for the detailed bug report. This part of the library is automatically generated. I'm going to move this issue to the repository to [gapic-generator-python](https://github.com/googleapis/gapic-generator-python) which is for...

In the generated code for aiplatform, the issue is that the alias used for `google.cloud.aiplatform_v1beta1.types.values` is `value` instead of `gca_value`. It appears that there is an issue with tracking collisions....

Marking as P1 because this is affecting our ability to update the gapic generator in googleapis/googleapis https://github.com/googleapis/googleapis/blob/736857e7a655eea72322e078b1988bd0d25aae0f/WORKSPACE#L327.

Bumping to P2 since https://github.com/googleapis/gapic-generator-python/pull/1799 was merged. We should keep this issue open to continue to try to create a minimal reproduction for presubmits.

I'm going to transfer this issue to `gapic-generator-python`, which is the code generator that generates the sample code for `google-cloud-batch` as well as the other generated clients.