dotnet-docs-samples
dotnet-docs-samples copied to clipboard
.NET code samples used on https://cloud.google.com
b:241866780 Part 2 of 3: Channels. See also https://cloud.google.com/livestream/docs/how-to/create-channels
This draft PR demonstrates the exactly once subscriber sample using the new `SubscriptionHandler` . The library changes are yet not released so the code will not compile and hence tests...
- added `user_environment_setup.sh` - added `user_import_data_to_catalog.sh`
- created invalid events BQ table. - created invalid products BQ table.
Added sample for creating Secret with UserManaged replication Fixes b/222386112
There were these failures, possibly because the same product is being modified by all the tests and you need to create a product specifically for these tests, with maybe a...
This sample code seems to be really outdated. Code changes are needed to bring it up to date. But that just makes sense if this samples is still relevant which...
Adds samples for working with user managed instance configurations for Cloud Spanner.
The [C# example of writing structured logs](https://cloud.google.com/logging/docs/reference/libraries#write_structured_logs) doesn't look like it's working with JSON payload. https://github.com/GoogleCloudPlatform/dotnet-docs-samples/blob/ed6f1b739c8cf1589f2f11e3eb0c6bcd4a97a48b/logging/api/LoggingSample/Program.cs#L79 I'm looking for an example to set the `LogEntry.JsonPayload` but it's not clear how...