Bu Sun Kim

Results 52 comments of Bu Sun Kim

@dpcollins-google ran into the same issue for Pub/Sub (see https://github.com/googleapis/gapic-generator-python/pull/970) and opened a bug fix to switch the annotation to `Iterator`. The `main` branch for datacatalog `pages` now has the...

For `color_pb2` there's no published documentation for `google.type.color_pb2` (one of the common protos) so I wouldn't expect a nice link. I opened https://github.com/googleapis/python-api-common-protos/issues/2 to explore publishing documentation for the common...

It seems like an absolute reference works best for sphinx. for example: `~google.cloud.documentai_v1beta2.types.BatchProcessDocumentsRequest` Changes will need to be made to https://github.com/googleapis/gapic-generator-python/blob/68d68aecd80987a06c3100be2d335498a996b427/gapic/schema/metadata.py#L157-L163

Triaged. I believe we'd have to tweak the schema and/or templates to get the generated libraries to always use absolute references.

No updates. I am not actively working on this and have un-assigned myself to reflect reality. I downgraded this to p3 since the documentation is still navigable.

I remember talking about this with @dizcology before - I believe the cause is multiple resources named`Dataset` referenced in that service. * 2 resources from other APIs (AutoML, Data Labeling)...

@software-dov Yep I vote for 2. Can the resources from other APIs be disambiguated with the service name? * `dataset_path` / `parse_dataset_path` for the aiplatform one * `automl_dataset_path` / `parse_automl_dataset_path`...

@JustinBeckwith Is there a main bug where we're tracking the FR for protobuf comment parsing ?

@hkdevandla None of the currently published APIs have a streaming method that requires a routing header be sent. I opened this after discussion #443 which added routing headers for all...

Hi, I think https://stackoverflow.com/questions/41935366/what-exactly-is-the-client-secret-for-google-oauth2 addresses the issue. For Android it looks like you should follow one of these "Sign in With Google Options" instead. https://developers.google.com/identity/sign-in/android/start https://developers.google.com/identity/one-tap/android