Skip to content

Commit 779074e

Browse files
authored
feat(o11y): regenerate clients for LRO tracing (#20107)
Regenerate the GAPIC clients across all services to include the latest LRO tracing updates from the generator. Specifically, this update replaces `longrunning.InternalNewOperation` with `longrunning.InternalNewOperationWithMetadata`, allowing the background polling `.Wait()` loop to inherit the parent span context from the initial method call.
1 parent e1011e2 commit 779074e

608 files changed

Lines changed: 22975 additions & 7898 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

accesscontextmanager/apiv1/access_context_manager_client.go

Lines changed: 181 additions & 60 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

accesscontextmanager/go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,9 @@ go 1.25.0
44

55
require (
66
cloud.google.com/go/iam v1.11.0
7-
cloud.google.com/go/longrunning v1.0.0
7+
cloud.google.com/go/longrunning v1.2.0
88
github.com/googleapis/gax-go/v2 v2.23.0
9+
go.opentelemetry.io/otel/trace v1.44.0
910
google.golang.org/api v0.287.1
1011
google.golang.org/genproto v0.0.0-20260319201613-d00831a3d3e7
1112
google.golang.org/genproto/googleapis/api v0.0.0-20260630182238-925bb5da69e7
@@ -29,7 +30,6 @@ require (
2930
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.67.0 // indirect
3031
go.opentelemetry.io/otel v1.44.0 // indirect
3132
go.opentelemetry.io/otel/metric v1.44.0 // indirect
32-
go.opentelemetry.io/otel/trace v1.44.0 // indirect
3333
golang.org/x/crypto v0.53.0 // indirect
3434
golang.org/x/net v0.56.0 // indirect
3535
golang.org/x/oauth2 v0.36.0 // indirect

accesscontextmanager/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ cloud.google.com/go/compute/metadata v0.9.0 h1:pDUj4QMoPejqq20dK0Pg2N4yG9zIkYGdB
88
cloud.google.com/go/compute/metadata v0.9.0/go.mod h1:E0bWwX5wTnLPedCKqk3pJmVgCBSM6qQI1yTBdEb3C10=
99
cloud.google.com/go/iam v1.11.0 h1:KieQ9Pb+LLPak1O3Rv3GgCxhnmkYf7Xyh0P5HfF1jFM=
1010
cloud.google.com/go/iam v1.11.0/go.mod h1:KP+nKGugNJW4LcLx1uEZcq1ok5sQHFaQehQNl4QDgV4=
11-
cloud.google.com/go/longrunning v1.0.0 h1:lwzWEYD8+NkYV7dhexOz6kmlvajZA70+bW/xMhRVVdY=
12-
cloud.google.com/go/longrunning v1.0.0/go.mod h1:8nqFBPOO1U/XkhWl0I19AMZEphrHi73VNABIpKYaTwM=
11+
cloud.google.com/go/longrunning v1.2.0 h1:WjYH3YHBGCxGJP9M4dWGHBfXr/cFIjMkNgWcJj7/iMM=
12+
cloud.google.com/go/longrunning v1.2.0/go.mod h1:5KMQALFGOCtFoi2xSOA1u3H7WKlhmckgiyFw7+LGQp0=
1313
github.com/cespare/xxhash/v2 v2.3.0 h1:UL815xU9SqsFlibzuggzjXhog7bL6oX9BbNZnL2UFvs=
1414
github.com/cespare/xxhash/v2 v2.3.0/go.mod h1:VGX0DQ3Q6kWi7AoAeZDth3/j3BFtOZR5XLFGgcrjCOs=
1515
github.com/cncf/xds/go v0.0.0-20260202195803-dba9d589def2 h1:aBangftG7EVZoUb69Os8IaYg++6uMOdKK83QtkkvJik=

agentregistry/apiv1/agent_registry_client.go

Lines changed: 73 additions & 24 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

agentregistry/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ go 1.25.0
55
require (
66
cloud.google.com/go/longrunning v1.2.0
77
github.com/googleapis/gax-go/v2 v2.23.0
8+
go.opentelemetry.io/otel/trace v1.44.0
89
google.golang.org/api v0.287.1
910
google.golang.org/genproto v0.0.0-20260319201613-d00831a3d3e7
1011
google.golang.org/genproto/googleapis/api v0.0.0-20260630182238-925bb5da69e7
@@ -28,7 +29,6 @@ require (
2829
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.67.0 // indirect
2930
go.opentelemetry.io/otel v1.44.0 // indirect
3031
go.opentelemetry.io/otel/metric v1.44.0 // indirect
31-
go.opentelemetry.io/otel/trace v1.44.0 // indirect
3232
golang.org/x/crypto v0.53.0 // indirect
3333
golang.org/x/net v0.56.0 // indirect
3434
golang.org/x/oauth2 v0.36.0 // indirect

ai/generativelanguage/apiv1alpha/model_client.go

Lines changed: 13 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)