google-cloud-cpp
google-cloud-cpp copied to clipboard
C++ Client Libraries for Google Cloud Services
FYI: This is a standalone function
Add support for a command line option to enable/disable branch creation.
With the added support for google.api.api_version, an optional annotation, the generator needs to emit code that sets this (when specified) in the generated metadata decorator. It currently sets it as...
Channels intended for `storage.googleapis.com` should set: ```cc args.SetString(GRPC_ARG_DEFAULT_AUTHORITY, "storage.googleapis.com"); ``` I am not sure if this is only needed when using Google Direct Access (i.e. `google-c2:///*` endpoints), or a general...
When a custom endpoint is set on the client, Sign URLs and Post Policies should automatically use that domain. Optional: allow users to set a custom hostname for Sign URL...
This is currently a manual process that needs to be automated.
When I implemented the docfx tool I skipped handling of most elements in a ``. There are about 300 of them: https://github.com/doxygen/doxygen/blob/2717489cb90ffd338217b6ce6d2fcb38f25495e6/src/htmlentity.cpp#L40 And we only use about a dozen: https://github.com/googleapis/google-cloud-cpp/blob/e6140c8884293ada510dd64288d4077afaa69c3a/docfx/doxygen2markdown.cc#L435-L456...
This change is more involved than I thought at first, so I am creating a bug. We want to declare GA for the GCS+gRPC plugin. This is basically one new...