Skip to content

Commit

Permalink
chore(all): auto-regenerate gapics
Browse files Browse the repository at this point in the history
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#732

Changes:

feat(bigquery/reservation): increase the logical timeout (retry deadline) to 5 minutes
  PiperOrigin-RevId: 417448084
  Source-Link: googleapis/googleapis@489719a

feat(dialogflow): added export documentation method feat: added filter in list documentations request feat: added option to import custom metadata from Google Cloud Storage in reload document request feat: added option to apply partial update to the smart messaging allowlist in reload document request feat: added filter in list knowledge bases request
  PiperOrigin-RevId: 417030293
  Source-Link: googleapis/googleapis@ebef8e6

feat(analytics/admin): add the `AcknowledgeUserDataCollection` operation which acknowledges the terms of user data collection for the specified property feat: add the new resource type `DataStream`, which is planned to eventually replace `WebDataStream`, `IosAppDataStream`, `AndroidAppDataStream` resources fix!: remove `GetEnhancedMeasurementSettings`, `UpdateEnhancedMeasurementSettingsRequest`, `UpdateEnhancedMeasurementSettingsRequest` operations from the API feat: add `CreateDataStream`, `DeleteDataStream`, `UpdateDataStream`, `ListDataStreams` operations to support the new `DataStream` resource feat: add `DISPLAY_VIDEO_360_ADVERTISER_LINK`,  `DISPLAY_VIDEO_360_ADVERTISER_LINK_PROPOSAL` fields to `ChangeHistoryResourceType` enum feat: add the `account` field to the `Property` type docs: update the documentation with a new list of valid values for `UserLink.direct_roles` field
  PiperOrigin-RevId: 416888961
  Source-Link: googleapis/googleapis@54861b4

fix(artifactregistry): fix resource pattern ID segment name
  PiperOrigin-RevId: 416140747
  Source-Link: googleapis/googleapis@429d35c

feat(dialogflow): removed OPTIONAL for speech model variant docs: added more docs for speech model variant and improved docs format for participant
  PiperOrigin-RevId: 416079722
  Source-Link: googleapis/googleapis@14b7a25

feat(assuredworkloads): EU Regions and Support With Sovereign Controls
  Committer: @Guisin
  PiperOrigin-RevId: 415069787
  Source-Link: googleapis/googleapis@85ffeed

fix(compute): add parameter in compute bazel rules (#692)

  Source-Link: googleapis/googleapis@253807f
  • Loading branch information
yoshi-automation committed Dec 21, 2021
1 parent 615b42b commit 5f21897
Show file tree
Hide file tree
Showing 20 changed files with 995 additions and 142 deletions.
409 changes: 328 additions & 81 deletions analytics/admin/apiv1alpha/analytics_admin_client.go

Large diffs are not rendered by default.

164 changes: 124 additions & 40 deletions analytics/admin/apiv1alpha/analytics_admin_client_example_test.go

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

2 changes: 1 addition & 1 deletion analytics/admin/apiv1alpha/doc.go

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

38 changes: 29 additions & 9 deletions analytics/admin/apiv1alpha/gapic_metadata.json
Expand Up @@ -10,6 +10,11 @@
"grpc": {
"libraryClient": "AnalyticsAdminClient",
"rpcs": {
"AcknowledgeUserDataCollection": {
"methods": [
"AcknowledgeUserDataCollection"
]
},
"ApproveDisplayVideo360AdvertiserLinkProposal": {
"methods": [
"ApproveDisplayVideo360AdvertiserLinkProposal"
Expand Down Expand Up @@ -70,6 +75,11 @@
"CreateCustomMetric"
]
},
"CreateDataStream": {
"methods": [
"CreateDataStream"
]
},
"CreateDisplayVideo360AdvertiserLink": {
"methods": [
"CreateDisplayVideo360AdvertiserLink"
Expand Down Expand Up @@ -125,6 +135,11 @@
"DeleteConversionEvent"
]
},
"DeleteDataStream": {
"methods": [
"DeleteDataStream"
]
},
"DeleteDisplayVideo360AdvertiserLink": {
"methods": [
"DeleteDisplayVideo360AdvertiserLink"
Expand Down Expand Up @@ -205,6 +220,11 @@
"GetDataSharingSettings"
]
},
"GetDataStream": {
"methods": [
"GetDataStream"
]
},
"GetDisplayVideo360AdvertiserLink": {
"methods": [
"GetDisplayVideo360AdvertiserLink"
Expand All @@ -215,11 +235,6 @@
"GetDisplayVideo360AdvertiserLinkProposal"
]
},
"GetEnhancedMeasurementSettings": {
"methods": [
"GetEnhancedMeasurementSettings"
]
},
"GetGlobalSiteTag": {
"methods": [
"GetGlobalSiteTag"
Expand Down Expand Up @@ -285,6 +300,11 @@
"ListCustomMetrics"
]
},
"ListDataStreams": {
"methods": [
"ListDataStreams"
]
},
"ListDisplayVideo360AdvertiserLinkProposals": {
"methods": [
"ListDisplayVideo360AdvertiserLinkProposals"
Expand Down Expand Up @@ -365,14 +385,14 @@
"UpdateDataRetentionSettings"
]
},
"UpdateDisplayVideo360AdvertiserLink": {
"UpdateDataStream": {
"methods": [
"UpdateDisplayVideo360AdvertiserLink"
"UpdateDataStream"
]
},
"UpdateEnhancedMeasurementSettings": {
"UpdateDisplayVideo360AdvertiserLink": {
"methods": [
"UpdateEnhancedMeasurementSettings"
"UpdateDisplayVideo360AdvertiserLink"
]
},
"UpdateGoogleAdsLink": {
Expand Down
2 changes: 1 addition & 1 deletion artifactregistry/apiv1beta2/doc.go

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

2 changes: 1 addition & 1 deletion assuredworkloads/apiv1beta1/doc.go

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

2 changes: 1 addition & 1 deletion bigquery/reservation/apiv1/doc.go

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

12 changes: 6 additions & 6 deletions bigquery/reservation/apiv1/reservation_client.go

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

2 changes: 1 addition & 1 deletion compute/apiv1/doc.go

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

2 changes: 1 addition & 1 deletion dialogflow/apiv2/doc.go

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

0 comments on commit 5f21897

Please sign in to comment.