Skip to content

Commit 78bf4f5

Browse files
chore(all): auto-regenerate gapics
This is an auto-generated regeneration of the gapic clients by cloud.google.com/go/internal/gapicgen. Once the corresponding genproto PR is submitted, genbot will update this PR with a newer dependency to the newer version of genproto and assign reviewers to this PR. If you have been assigned to review this PR, please: - Ensure that the version of genproto in go.mod has been updated. - Ensure that CI is passing. If it's failing, it requires your manual attention. - Approve and submit this PR if you believe it's ready to ship. Corresponding genproto PR: googleapis/go-genproto#607 Changes: chore(privatecatalog): Update privatecatalog_v1 BUILD.bazel for python PiperOrigin-RevId: 376205836 Source-Link: googleapis/googleapis@0e8432b chore(vpcaccess): migrate vpcaccess to the PHP microgenerator Committer: @miraleung PiperOrigin-RevId: 376185692 Source-Link: googleapis/googleapis@aa7d606 chore(apigateway): migrate apigateway to the PHP microgenerator Committer: @miraleung PiperOrigin-RevId: 376182301 Source-Link: googleapis/googleapis@b1e3913 docs(cloudtasks): fix grammar in documentation. PiperOrigin-RevId: 376172241 Source-Link: googleapis/googleapis@df616b5 fix!(bigquery/storage): remove default deadline for AppendRows API Committer: @yirutang PiperOrigin-RevId: 376121492 Source-Link: googleapis/googleapis@ad721f2 chore(pubsub): migrate PubSub to the Java microgenerator Committer: @miraleung PiperOrigin-RevId: 376047466 Source-Link: googleapis/googleapis@1d2c847 chore(securitycenter/settings): migrate securitycenter-settings to the PHP microgenerator Committer: @miraleung PiperOrigin-RevId: 375869810 Source-Link: googleapis/googleapis@b3c2e0f feat(dialogflow/cx): added API for running continuous test PiperOrigin-RevId: 375809988 Source-Link: googleapis/googleapis@b2c4b3d feat(analytics/admin): add `GetMeasurementProtocolSecret`, `ListMeasurementProtocolSecrets`, `CreateMeasurementProtocolSecret`, `DeleteMeasurementProtocolSecret`, `UpdateMeasurementProtocolSecret` methods to the API feat: add `GetGoogleSignalsSettings`, `UpdateGoogleSignalsSettings` methods to the API feat: add `CreateConversionEvent`, `GetConversionEvent`, `DeleteConversionEvent`, `ListConversionEvents` methods to the API feat: add `CreateCustomDimension`, `GetCustomDimension`, `UpdateCustomDimension`, `ListCustomDimensions`, `ArchiveCustomDimension` methods to the API feat: add `CreateCustomMetric`, `GetCustomMetric`, `UpdateCustomMetric`, `ListCustomMetrics`, `ArchiveCustomMetric` methods to the API feat: add `GoogleSignalsState`, `GoogleSignalsConsent` types feat: add `GoogleSignalsSettings` type feat: add `MeasurementProtocolSecret` type feat: add `ConversionEvent` type feat: add `CustomDimension` type feat: add `CustomMetric` type feat: extend `ChangeHistoryResourceType` enum to support `GOOGLE_SIGNALS_SETTINGS`, `CONVERSION_EVENT`, `MEASUREMENT_PROTOCOL_SECRET`, `CUSTOM_DIMENSION`, `CUSTOM_METRIC` values fix: label `email_address` field of `UserLink` type as immutable fix: label `name` field of `UserLink` type as output only PiperOrigin-RevId: 375776214 Source-Link: googleapis/googleapis@c3bf1b7 feat(asset): add Cloud Asset List API, add access time as condition context in request and evaluation value in response for Cloud Asset AnalyzeIamPolicy API, add more info (folders, organizations, kms_key, create_time, update_time, state, parent_full_resource_name, parent_asset_type) in response for Cloud Asset SearchAllResources API Committer: @peter-zheng-g PiperOrigin-RevId: 375731640 Source-Link: googleapis/googleapis@de04592 build(serviceusage): use hyphen in package name PiperOrigin-RevId: 375726895 Source-Link: googleapis/googleapis@c8aaf40 chore(kms): migrate KMS to the Java microgenerator Committer: @miraleung PiperOrigin-RevId: 375588753 Source-Link: googleapis/googleapis@b59fdf3 fix!(pubsublite): Replace unreleased InitialSubscribeRequest initial_cursor field with initial_location PiperOrigin-RevId: 375562697 Source-Link: googleapis/googleapis@c71311c chore(language): regenerate BUILD.bazel, move yamls to the version folder PiperOrigin-RevId: 375542076 Source-Link: googleapis/googleapis@fc4139d
1 parent 500c1a6 commit 78bf4f5

114 files changed

Lines changed: 6112 additions & 275 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.

analytics/admin/apiv1alpha/analytics_admin_client.go

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

analytics/admin/apiv1alpha/analytics_admin_client_example_test.go

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

analytics/admin/apiv1alpha/doc.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

analytics/admin/apiv1alpha/gapic_metadata.json

Lines changed: 105 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,16 @@
1010
"grpc": {
1111
"libraryClient": "AnalyticsAdminClient",
1212
"rpcs": {
13+
"ArchiveCustomDimension": {
14+
"methods": [
15+
"ArchiveCustomDimension"
16+
]
17+
},
18+
"ArchiveCustomMetric": {
19+
"methods": [
20+
"ArchiveCustomMetric"
21+
]
22+
},
1323
"AuditUserLinks": {
1424
"methods": [
1525
"AuditUserLinks"
@@ -35,6 +45,21 @@
3545
"BatchUpdateUserLinks"
3646
]
3747
},
48+
"CreateConversionEvent": {
49+
"methods": [
50+
"CreateConversionEvent"
51+
]
52+
},
53+
"CreateCustomDimension": {
54+
"methods": [
55+
"CreateCustomDimension"
56+
]
57+
},
58+
"CreateCustomMetric": {
59+
"methods": [
60+
"CreateCustomMetric"
61+
]
62+
},
3863
"CreateFirebaseLink": {
3964
"methods": [
4065
"CreateFirebaseLink"
@@ -45,6 +70,11 @@
4570
"CreateGoogleAdsLink"
4671
]
4772
},
73+
"CreateMeasurementProtocolSecret": {
74+
"methods": [
75+
"CreateMeasurementProtocolSecret"
76+
]
77+
},
4878
"CreateProperty": {
4979
"methods": [
5080
"CreateProperty"
@@ -70,6 +100,11 @@
70100
"DeleteAndroidAppDataStream"
71101
]
72102
},
103+
"DeleteConversionEvent": {
104+
"methods": [
105+
"DeleteConversionEvent"
106+
]
107+
},
73108
"DeleteFirebaseLink": {
74109
"methods": [
75110
"DeleteFirebaseLink"
@@ -85,6 +120,11 @@
85120
"DeleteIosAppDataStream"
86121
]
87122
},
123+
"DeleteMeasurementProtocolSecret": {
124+
"methods": [
125+
"DeleteMeasurementProtocolSecret"
126+
]
127+
},
88128
"DeleteProperty": {
89129
"methods": [
90130
"DeleteProperty"
@@ -110,6 +150,21 @@
110150
"GetAndroidAppDataStream"
111151
]
112152
},
153+
"GetConversionEvent": {
154+
"methods": [
155+
"GetConversionEvent"
156+
]
157+
},
158+
"GetCustomDimension": {
159+
"methods": [
160+
"GetCustomDimension"
161+
]
162+
},
163+
"GetCustomMetric": {
164+
"methods": [
165+
"GetCustomMetric"
166+
]
167+
},
113168
"GetDataSharingSettings": {
114169
"methods": [
115170
"GetDataSharingSettings"
@@ -125,11 +180,21 @@
125180
"GetGlobalSiteTag"
126181
]
127182
},
183+
"GetGoogleSignalsSettings": {
184+
"methods": [
185+
"GetGoogleSignalsSettings"
186+
]
187+
},
128188
"GetIosAppDataStream": {
129189
"methods": [
130190
"GetIosAppDataStream"
131191
]
132192
},
193+
"GetMeasurementProtocolSecret": {
194+
"methods": [
195+
"GetMeasurementProtocolSecret"
196+
]
197+
},
133198
"GetProperty": {
134199
"methods": [
135200
"GetProperty"
@@ -160,6 +225,21 @@
160225
"ListAndroidAppDataStreams"
161226
]
162227
},
228+
"ListConversionEvents": {
229+
"methods": [
230+
"ListConversionEvents"
231+
]
232+
},
233+
"ListCustomDimensions": {
234+
"methods": [
235+
"ListCustomDimensions"
236+
]
237+
},
238+
"ListCustomMetrics": {
239+
"methods": [
240+
"ListCustomMetrics"
241+
]
242+
},
163243
"ListFirebaseLinks": {
164244
"methods": [
165245
"ListFirebaseLinks"
@@ -175,6 +255,11 @@
175255
"ListIosAppDataStreams"
176256
]
177257
},
258+
"ListMeasurementProtocolSecrets": {
259+
"methods": [
260+
"ListMeasurementProtocolSecrets"
261+
]
262+
},
178263
"ListProperties": {
179264
"methods": [
180265
"ListProperties"
@@ -210,6 +295,16 @@
210295
"UpdateAndroidAppDataStream"
211296
]
212297
},
298+
"UpdateCustomDimension": {
299+
"methods": [
300+
"UpdateCustomDimension"
301+
]
302+
},
303+
"UpdateCustomMetric": {
304+
"methods": [
305+
"UpdateCustomMetric"
306+
]
307+
},
213308
"UpdateEnhancedMeasurementSettings": {
214309
"methods": [
215310
"UpdateEnhancedMeasurementSettings"
@@ -225,11 +320,21 @@
225320
"UpdateGoogleAdsLink"
226321
]
227322
},
323+
"UpdateGoogleSignalsSettings": {
324+
"methods": [
325+
"UpdateGoogleSignalsSettings"
326+
]
327+
},
228328
"UpdateIosAppDataStream": {
229329
"methods": [
230330
"UpdateIosAppDataStream"
231331
]
232332
},
333+
"UpdateMeasurementProtocolSecret": {
334+
"methods": [
335+
"UpdateMeasurementProtocolSecret"
336+
]
337+
},
233338
"UpdateProperty": {
234339
"methods": [
235340
"UpdateProperty"

apigateway/apiv1/doc.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

asset/apiv1/asset_client.go

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

asset/apiv1/asset_client_example_test.go

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

asset/apiv1/doc.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)