Skip to content

Commit

Permalink
Merge branch 'main' into fix-pubsub-eos-ordering
Browse files Browse the repository at this point in the history
  • Loading branch information
hongalex authored Feb 26, 2024
2 parents 3fee94f + c1f4bc8 commit 6ff83bd
Show file tree
Hide file tree
Showing 18 changed files with 3,179 additions and 1,829 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.112.0"
".": "0.112.1"
}
12 changes: 12 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changes

## [0.112.1](https://github.com/googleapis/google-cloud-go/compare/v0.112.0...v0.112.1) (2024-02-26)


### Bug Fixes

* **internal/postprocessor:** Handle googleapis link in commit body ([#9251](https://github.com/googleapis/google-cloud-go/issues/9251)) ([1dd3515](https://github.com/googleapis/google-cloud-go/commit/1dd35157bff871a2b3e5b0e3cac33502737fd631))


### Documentation

* **main:** Add OpenTelemetry-Go compatibility warning to debug.md ([#9268](https://github.com/googleapis/google-cloud-go/issues/9268)) ([18f9bb9](https://github.com/googleapis/google-cloud-go/commit/18f9bb94fbc239255a873b29462fc7c2eac3c0aa)), refs [#9267](https://github.com/googleapis/google-cloud-go/issues/9267)

## [0.112.0](https://github.com/googleapis/google-cloud-go/compare/v0.111.0...v0.112.0) (2024-01-11)


Expand Down
996 changes: 511 additions & 485 deletions alloydb/apiv1alpha/alloydbpb/resources.pb.go

Large diffs are not rendered by default.

469 changes: 259 additions & 210 deletions cloudprofiler/apiv2/cloudprofilerpb/profiler.pb.go

Large diffs are not rendered by default.

63 changes: 42 additions & 21 deletions cloudprofiler/apiv2/profiler_client.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
{
"regionTag": "cloudprofiler_v2_generated_ProfilerService_CreateOfflineProfile_sync",
"title": "cloudprofiler CreateOfflineProfile Sample",
"description": "CreateOfflineProfile createOfflineProfile creates a new profile resource in the offline mode.\nThe client provides the profile to create along with the profile bytes, the\nserver records it.",
"description": "CreateOfflineProfile createOfflineProfile creates a new profile resource in the offline\nmode. The client provides the profile to create along with the profile\nbytes, the server records it.\n\n_Direct use of this API is discouraged, please use a [supported\nprofiler\nagent](https: //cloud.google.com/profiler/docs/about-profiler#profiling_agent)\ninstead for profile collection._",
"file": "ProfilerClient/CreateOfflineProfile/main.go",
"language": "GO",
"clientMethod": {
Expand Down Expand Up @@ -106,7 +106,7 @@
{
"regionTag": "cloudprofiler_v2_generated_ProfilerService_CreateProfile_sync",
"title": "cloudprofiler CreateProfile Sample",
"description": "CreateProfile createProfile creates a new profile resource in the online mode.\n\nThe server ensures that the new profiles are created at a constant rate per\ndeployment, so the creation request may hang for some time until the next\nprofile session is available.\n\nThe request may fail with ABORTED error if the creation is not available\nwithin ~1m, the response will indicate the duration of the backoff the\nclient should take before attempting creating a profile again. The backoff\nduration is returned in google.rpc.RetryInfo extension on the response\nstatus. To a gRPC client, the extension will be return as a\nbinary-serialized proto in the trailing metadata item named\n\"google.rpc.retryinfo-bin\".",
"description": "CreateProfile createProfile creates a new profile resource in the online mode.\n\n_Direct use of this API is discouraged, please use a [supported\nprofiler\nagent](https: //cloud.google.com/profiler/docs/about-profiler#profiling_agent)\ninstead for profile collection._\n\nThe server ensures that the new profiles are created at a constant rate per\ndeployment, so the creation request may hang for some time until the next\nprofile session is available.\n\nThe request may fail with ABORTED error if the creation is not available\nwithin ~1m, the response will indicate the duration of the backoff the\nclient should take before attempting creating a profile again. The backoff\nduration is returned in google.rpc.RetryInfo extension on the response\nstatus. To a gRPC client, the extension will be return as a\nbinary-serialized proto in the trailing metadata item named\n\"google.rpc.retryinfo-bin\".",
"file": "ProfilerClient/CreateProfile/main.go",
"language": "GO",
"clientMethod": {
Expand Down Expand Up @@ -152,7 +152,7 @@
{
"regionTag": "cloudprofiler_v2_generated_ProfilerService_UpdateProfile_sync",
"title": "cloudprofiler UpdateProfile Sample",
"description": "UpdateProfile updateProfile updates the profile bytes and labels on the profile resource\ncreated in the online mode. Updating the bytes for profiles created in the\noffline mode is currently not supported: the profile content must be\nprovided at the time of the profile creation.",
"description": "UpdateProfile updateProfile updates the profile bytes and labels on the profile resource\ncreated in the online mode. Updating the bytes for profiles created in the\noffline mode is currently not supported: the profile content must be\nprovided at the time of the profile creation.\n\n_Direct use of this API is discouraged, please use a [supported\nprofiler\nagent](https: //cloud.google.com/profiler/docs/about-profiler#profiling_agent)\ninstead for profile collection._",
"file": "ProfilerClient/UpdateProfile/main.go",
"language": "GO",
"clientMethod": {
Expand Down
56 changes: 34 additions & 22 deletions securitycenter/apiv1/securitycenterpb/database.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 6ff83bd

Please sign in to comment.