Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(all): auto-regenerate discovery clients #1884

Merged
merged 1 commit into from
Mar 2, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 5 additions & 1 deletion analyticsadmin/v1alpha/analyticsadmin-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -3801,7 +3801,7 @@
}
}
},
"revision": "20230228",
"revision": "20230301",
"rootUrl": "https://analyticsadmin.googleapis.com/",
"schemas": {
"GoogleAnalyticsAdminV1alphaAccessBetweenFilter": {
Expand Down Expand Up @@ -5054,6 +5054,10 @@
"description": "If set true, exported data will include advertising identifiers for mobile app streams.",
"type": "boolean"
},
"intradayExportEnabled": {
"description": "If set true, enables intraday export to the linked Google Cloud project.",
"type": "boolean"
},
"name": {
"description": "Output only. Resource name of this BigQuery link. Format: 'properties/{property_id}/bigQueryLinks/{bigquery_link_id}' Format: 'properties/1234/bigQueryLinks/abc567'",
"readOnly": true,
Expand Down
4 changes: 4 additions & 0 deletions analyticsadmin/v1alpha/analyticsadmin-gen.go

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

30 changes: 30 additions & 0 deletions api-list.json
Original file line number Diff line number Diff line change
Expand Up @@ -4507,6 +4507,36 @@
"documentationLink": "https://developers.google.com/spectrum-access-system/",
"preferred": true
},
{
"kind": "discovery#directoryItem",
"id": "publicca:v1alpha1",
"name": "publicca",
"version": "v1alpha1",
"title": "Public Certificate Authority API",
"description": "The Public Certificate Authority API may be used to create and manage ACME external account binding keys associated with Google Trust Services' publicly trusted certificate authority.",
"discoveryRestUrl": "https://publicca.googleapis.com/$discovery/rest?version=v1alpha1",
"icons": {
"x16": "https://www.gstatic.com/images/branding/product/1x/googleg_16dp.png",
"x32": "https://www.gstatic.com/images/branding/product/1x/googleg_32dp.png"
},
"documentationLink": "https://cloud.google.com/public-certificate-authority/docs",
"preferred": false
},
{
"kind": "discovery#directoryItem",
"id": "publicca:v1beta1",
"name": "publicca",
"version": "v1beta1",
"title": "Public Certificate Authority API",
"description": "The Public Certificate Authority API may be used to create and manage ACME external account binding keys associated with Google Trust Services' publicly trusted certificate authority.",
"discoveryRestUrl": "https://publicca.googleapis.com/$discovery/rest?version=v1beta1",
"icons": {
"x16": "https://www.gstatic.com/images/branding/product/1x/googleg_16dp.png",
"x32": "https://www.gstatic.com/images/branding/product/1x/googleg_32dp.png"
},
"documentationLink": "https://cloud.google.com/public-certificate-authority/docs",
"preferred": true
},
{
"kind": "discovery#directoryItem",
"id": "pubsub:v1beta1a",
Expand Down
6 changes: 5 additions & 1 deletion connectors/v1/connectors-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -1079,7 +1079,7 @@
}
}
},
"revision": "20230220",
"revision": "20230222",
"rootUrl": "https://connectors.googleapis.com/",
"schemas": {
"AuditConfig": {
Expand Down Expand Up @@ -1327,6 +1327,10 @@
},
"type": "array"
},
"isAdvanced": {
"description": "Indicates if current template is part of advanced settings",
"type": "boolean"
},
"key": {
"description": "Key of the config variable.",
"type": "string"
Expand Down
4 changes: 4 additions & 0 deletions connectors/v1/connectors-gen.go

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

6 changes: 3 additions & 3 deletions datastream/v1/datastream-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -1222,7 +1222,7 @@
}
}
},
"revision": "20230201",
"revision": "20230222",
"rootUrl": "https://datastream.googleapis.com/",
"schemas": {
"AvroFileFormat": {
Expand Down Expand Up @@ -2298,12 +2298,12 @@
"description": "Oracle objects to include in the stream."
},
"maxConcurrentBackfillTasks": {
"description": "Maximum number of concurrent backfill tasks. The number should be non negative. If not set (or set to 0), the system's default value will be used.",
"description": "Maximum number of concurrent backfill tasks. The number should be non-negative. If not set (or set to 0), the system's default value is used.",
"format": "int32",
"type": "integer"
},
"maxConcurrentCdcTasks": {
"description": "Maximum number of concurrent CDC tasks. The number should be non negative. If not set (or set to 0), the system's default value will be used.",
"description": "Maximum number of concurrent CDC tasks. The number should be non-negative. If not set (or set to 0), the system's default value is used.",
"format": "int32",
"type": "integer"
},
Expand Down
8 changes: 4 additions & 4 deletions datastream/v1/datastream-gen.go

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