The Wayback Machine - https://web.archive.org/web/20220508072049/https://github.com/topics/google-cloud-platform
Skip to content
#

google-cloud-platform

google-cloud logo

Google Cloud Platform, offered by Google, is a suite of cloud computing services. Google Cloud Platform provides Infrastructure as a Service, Platform as a Service, and Serverless Computing environments. Alongside a set of management tools, it provides a series of modular cloud services including computing, data storage, data analytics and machine learning.

Here are 1,872 public repositories matching this topic...

rowy
jordanpinski
jordanpinski commented Apr 25, 2022

Is your feature request related to a problem? Please describe.
When using the Connector field type there's no way to set or display an image for each list item.

Describe the solution you'd like
An optional input field to add an image URL.

Describe alternatives you've considered
N/A

Additional context
N/A

good first issue
dbolduc
dbolduc commented May 6, 2022

https://github.com/googleapis/google-cloud-cpp/blob/472f20a660310973191fcb99b7fbca81ec843a47/google/cloud/grpc_options.h#L38-L47

This option only applies in certain libraries (the handwritten ones). We should make this clear.

This means documenting the option:

@note This option only applies to a few libraries. Check the service's `*Connection` documentation for details.

... and

good first issue type: docs