google-cloud-cpp icon indicating copy to clipboard operation
google-cloud-cpp copied to clipboard

C++ Client Libraries for Google Cloud Services

Results 531 google-cloud-cpp issues
Sort by recently updated
recently updated
newest added

FYI: This is a standalone function

api: storage
type: feature request
cpp: opentelemetry

api: storage
type: feature request
cpp: opentelemetry

api: storage
type: feature request
cpp: opentelemetry

Add support for a command line option to enable/disable branch creation.

type: cleanup
cpp: generator

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...

type: cleanup
cpp: generator

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...

type: feature request

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...

api: storage
type: feature request

This is currently a manual process that needs to be automated.

type: cleanup
api: compute
cpp: generator

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...

type: cleanup
cpp: docfx

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...

type: feature request