Skip to content

Commit

Permalink
chore(all): auto-regenerate gapics (#4192)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
yoshi-automation committed Jun 1, 2021
1 parent 500c1a6 commit ce61602
Show file tree
Hide file tree
Showing 135 changed files with 6,149 additions and 309 deletions.
1,281 changes: 1,186 additions & 95 deletions analytics/admin/apiv1alpha/analytics_admin_client.go

Large diffs are not rendered by default.

415 changes: 415 additions & 0 deletions analytics/admin/apiv1alpha/analytics_admin_client_example_test.go

Large diffs are not rendered by default.

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.

105 changes: 105 additions & 0 deletions analytics/admin/apiv1alpha/gapic_metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,16 @@
"grpc": {
"libraryClient": "AnalyticsAdminClient",
"rpcs": {
"ArchiveCustomDimension": {
"methods": [
"ArchiveCustomDimension"
]
},
"ArchiveCustomMetric": {
"methods": [
"ArchiveCustomMetric"
]
},
"AuditUserLinks": {
"methods": [
"AuditUserLinks"
Expand All @@ -35,6 +45,21 @@
"BatchUpdateUserLinks"
]
},
"CreateConversionEvent": {
"methods": [
"CreateConversionEvent"
]
},
"CreateCustomDimension": {
"methods": [
"CreateCustomDimension"
]
},
"CreateCustomMetric": {
"methods": [
"CreateCustomMetric"
]
},
"CreateFirebaseLink": {
"methods": [
"CreateFirebaseLink"
Expand All @@ -45,6 +70,11 @@
"CreateGoogleAdsLink"
]
},
"CreateMeasurementProtocolSecret": {
"methods": [
"CreateMeasurementProtocolSecret"
]
},
"CreateProperty": {
"methods": [
"CreateProperty"
Expand All @@ -70,6 +100,11 @@
"DeleteAndroidAppDataStream"
]
},
"DeleteConversionEvent": {
"methods": [
"DeleteConversionEvent"
]
},
"DeleteFirebaseLink": {
"methods": [
"DeleteFirebaseLink"
Expand All @@ -85,6 +120,11 @@
"DeleteIosAppDataStream"
]
},
"DeleteMeasurementProtocolSecret": {
"methods": [
"DeleteMeasurementProtocolSecret"
]
},
"DeleteProperty": {
"methods": [
"DeleteProperty"
Expand All @@ -110,6 +150,21 @@
"GetAndroidAppDataStream"
]
},
"GetConversionEvent": {
"methods": [
"GetConversionEvent"
]
},
"GetCustomDimension": {
"methods": [
"GetCustomDimension"
]
},
"GetCustomMetric": {
"methods": [
"GetCustomMetric"
]
},
"GetDataSharingSettings": {
"methods": [
"GetDataSharingSettings"
Expand All @@ -125,11 +180,21 @@
"GetGlobalSiteTag"
]
},
"GetGoogleSignalsSettings": {
"methods": [
"GetGoogleSignalsSettings"
]
},
"GetIosAppDataStream": {
"methods": [
"GetIosAppDataStream"
]
},
"GetMeasurementProtocolSecret": {
"methods": [
"GetMeasurementProtocolSecret"
]
},
"GetProperty": {
"methods": [
"GetProperty"
Expand Down Expand Up @@ -160,6 +225,21 @@
"ListAndroidAppDataStreams"
]
},
"ListConversionEvents": {
"methods": [
"ListConversionEvents"
]
},
"ListCustomDimensions": {
"methods": [
"ListCustomDimensions"
]
},
"ListCustomMetrics": {
"methods": [
"ListCustomMetrics"
]
},
"ListFirebaseLinks": {
"methods": [
"ListFirebaseLinks"
Expand All @@ -175,6 +255,11 @@
"ListIosAppDataStreams"
]
},
"ListMeasurementProtocolSecrets": {
"methods": [
"ListMeasurementProtocolSecrets"
]
},
"ListProperties": {
"methods": [
"ListProperties"
Expand Down Expand Up @@ -210,6 +295,16 @@
"UpdateAndroidAppDataStream"
]
},
"UpdateCustomDimension": {
"methods": [
"UpdateCustomDimension"
]
},
"UpdateCustomMetric": {
"methods": [
"UpdateCustomMetric"
]
},
"UpdateEnhancedMeasurementSettings": {
"methods": [
"UpdateEnhancedMeasurementSettings"
Expand All @@ -225,11 +320,21 @@
"UpdateGoogleAdsLink"
]
},
"UpdateGoogleSignalsSettings": {
"methods": [
"UpdateGoogleSignalsSettings"
]
},
"UpdateIosAppDataStream": {
"methods": [
"UpdateIosAppDataStream"
]
},
"UpdateMeasurementProtocolSecret": {
"methods": [
"UpdateMeasurementProtocolSecret"
]
},
"UpdateProperty": {
"methods": [
"UpdateProperty"
Expand Down
2 changes: 1 addition & 1 deletion apigateway/apiv1/doc.go

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

107 changes: 107 additions & 0 deletions asset/apiv1/asset_client.go

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

25 changes: 25 additions & 0 deletions asset/apiv1/asset_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 asset/apiv1/doc.go

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

Loading

0 comments on commit ce61602

Please sign in to comment.