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: API regeneration: release-2025-01-08.01-03-54 #2910

Merged
merged 22 commits into from
Jan 8, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
7c68b11
feat: Generate Google.Apis.AdSensePlatform.v1alpha version 1.68.0.3658
amanda-tarafa Jan 8, 2025
0fd9ef0
feat: Generate Google.Apis.GoogleAnalyticsAdmin.v1alpha version 1.68.…
amanda-tarafa Jan 8, 2025
7c58f8f
feat: Generate Google.Apis.GoogleAnalyticsAdmin.v1beta version 1.68.0…
amanda-tarafa Jan 8, 2025
581adce
feat: Generate Google.Apis.AndroidManagement.v1 version 1.68.0.3658
amanda-tarafa Jan 8, 2025
055815d
feat: Generate Google.Apis.CloudBuild.v1 version 1.68.0.3654
amanda-tarafa Jan 8, 2025
9a30e86
feat: Generate Google.Apis.CloudBuild.v2 version 1.68.0.3654
amanda-tarafa Jan 8, 2025
afd3584
feat: Generate Google.Apis.CloudFunctions.v1 version 1.68.0.3654
amanda-tarafa Jan 8, 2025
e958e65
feat: Generate Google.Apis.Compute.alpha version 1.68.0.3652
amanda-tarafa Jan 8, 2025
78b2ddf
feat: Generate Google.Apis.Connectors.v1 version 1.68.0.3653
amanda-tarafa Jan 8, 2025
c12bb20
feat: Generate Google.Apis.Css.v1 version 1.68.0.3658
amanda-tarafa Jan 8, 2025
a77589b
feat: Generate Google.Apis.DatabaseMigrationService.v1 version 1.68.0…
amanda-tarafa Jan 8, 2025
a37c6e2
feat: Generate Google.Apis.DeploymentManager.v2 version 1.68.0.3654
amanda-tarafa Jan 8, 2025
24da732
feat: Generate Google.Apis.DeploymentManager.v2beta version 1.68.0.3654
amanda-tarafa Jan 8, 2025
dadb4e8
feat: Generate Google.Apis.CloudNaturalLanguage.v1 version 1.68.0.3657
amanda-tarafa Jan 8, 2025
da2554f
feat: Generate Google.Apis.CloudNaturalLanguage.v1beta2 version 1.68.…
amanda-tarafa Jan 8, 2025
f6396e7
feat: Generate Google.Apis.CloudNaturalLanguage.v2 version 1.68.0.3657
amanda-tarafa Jan 8, 2025
f0d8d8a
feat: Generate Google.Apis.Merchant.products_v1beta version 1.68.0.3658
amanda-tarafa Jan 8, 2025
20f3b92
feat: Generate Google.Apis.Pubsub.v1 version 1.68.0.3652
amanda-tarafa Jan 8, 2025
7f1a36a
feat: Generate Google.Apis.SecurityCommandCenter.v1 version 1.68.0.3655
amanda-tarafa Jan 8, 2025
345ae54
feat: Generate Google.Apis.ServiceControl.v1 version 1.68.0.3655
amanda-tarafa Jan 8, 2025
3328e00
feat: Generate Google.Apis.ServiceControl.v2 version 1.68.0.3655
amanda-tarafa Jan 8, 2025
b158ee8
feat: Generate Google.Apis.Tasks.v1 version 1.68.0.3657
amanda-tarafa Jan 8, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
56 changes: 55 additions & 1 deletion DiscoveryJson/adsenseplatform.v1alpha.json
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,40 @@
},
"protocol": "rest",
"resources": {
"accounts": {
"resources": {
"platforms": {
"methods": {
"get": {
"description": "Gets a platform.",
"flatPath": "v1alpha/accounts/{accountsId}/platforms/{platformsId}",
"httpMethod": "GET",
"id": "adsenseplatform.accounts.platforms.get",
"parameterOrder": [
"name"
],
"parameters": {
"name": {
"description": "Required. The name of the platform to retrieve. Format: accounts/{account}/platforms/{platform}",
"location": "path",
"pattern": "^accounts/[^/]+/platforms/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v1alpha/{+name}",
"response": {
"$ref": "Platform"
},
"scopes": [
"https://www.googleapis.com/auth/adsense",
"https://www.googleapis.com/auth/adsense.readonly"
]
}
}
}
}
},
"platforms": {
"resources": {
"accounts": {
Expand Down Expand Up @@ -446,7 +480,7 @@
}
}
},
"revision": "20241203",
"revision": "20250106",
"rootUrl": "https://adsenseplatform.googleapis.com/",
"schemas": {
"Account": {
Expand Down Expand Up @@ -657,6 +691,26 @@
},
"type": "object"
},
"Platform": {
"description": "Representation of a Transparent Platform.",
"id": "Platform",
"properties": {
"defaultPlatformGroup": {
"description": "Default platform group for the platform.",
"type": "string"
},
"description": {
"description": "Output only. Description of the platform.",
"readOnly": true,
"type": "string"
},
"name": {
"description": "Identifier. Resource name of a platform. Format: accounts/{account}/platforms/{platform}",
"type": "string"
}
},
"type": "object"
},
"RequestSiteReviewResponse": {
"description": "Response definition for the site request review rpc.",
"id": "RequestSiteReviewResponse",
Expand Down
14 changes: 7 additions & 7 deletions DiscoveryJson/analyticsadmin.v1alpha.json
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,7 @@
]
},
"searchChangeHistoryEvents": {
"description": "Searches through all changes to an account or its children given the specified set of filters.",
"description": "Searches through all changes to an account or its children given the specified set of filters. Only returns the subset of changes supported by the API. The UI may return additional changes.",
"flatPath": "v1alpha/accounts/{accountsId}:searchChangeHistoryEvents",
"httpMethod": "POST",
"id": "analyticsadmin.accounts.searchChangeHistoryEvents",
Expand Down Expand Up @@ -4886,7 +4886,7 @@
}
}
},
"revision": "20240929",
"revision": "20250103",
"rootUrl": "https://analyticsadmin.googleapis.com/",
"schemas": {
"GoogleAnalyticsAdminV1alphaAccessBetweenFilter": {
Expand Down Expand Up @@ -6818,7 +6818,7 @@
"id": "GoogleAnalyticsAdminV1alphaDataRetentionSettings",
"properties": {
"eventDataRetention": {
"description": "The length of time that event-level data is retained.",
"description": "Required. The length of time that event-level data is retained.",
"enum": [
"RETENTION_DURATION_UNSPECIFIED",
"TWO_MONTHS",
Expand All @@ -6831,9 +6831,9 @@
"Data retention time duration is not specified.",
"The data retention time duration is 2 months.",
"The data retention time duration is 14 months.",
"The data retention time duration is 26 months. Available to 360 properties only.",
"The data retention time duration is 38 months. Available to 360 properties only.",
"The data retention time duration is 50 months. Available to 360 properties only."
"The data retention time duration is 26 months. Available to 360 properties only. Available for event data only.",
"The data retention time duration is 38 months. Available to 360 properties only. Available for event data only.",
"The data retention time duration is 50 months. Available to 360 properties only. Available for event data only."
],
"type": "string"
},
Expand Down Expand Up @@ -8774,7 +8774,7 @@
"type": "string"
},
"pageSize": {
"description": "Optional. The maximum number of ChangeHistoryEvent items to return. The service may return fewer than this value, even if there are additional pages. If unspecified, at most 50 items will be returned. The maximum value is 200 (higher values will be coerced to the maximum).",
"description": "Optional. The maximum number of ChangeHistoryEvent items to return. If unspecified, at most 50 items will be returned. The maximum value is 200 (higher values will be coerced to the maximum). Note that the service may return a page with fewer items than this value specifies (potentially even zero), and that there still may be additional pages. If you want a particular number of items, you'll need to continue requesting additional pages using `page_token` until you get the needed number.",
"format": "int32",
"type": "integer"
},
Expand Down
14 changes: 7 additions & 7 deletions DiscoveryJson/analyticsadmin.v1beta.json
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@
]
},
"searchChangeHistoryEvents": {
"description": "Searches through all changes to an account or its children given the specified set of filters.",
"description": "Searches through all changes to an account or its children given the specified set of filters. Only returns the subset of changes supported by the API. The UI may return additional changes.",
"flatPath": "v1beta/accounts/{accountsId}:searchChangeHistoryEvents",
"httpMethod": "POST",
"id": "analyticsadmin.accounts.searchChangeHistoryEvents",
Expand Down Expand Up @@ -1788,7 +1788,7 @@
}
}
},
"revision": "20241113",
"revision": "20250103",
"rootUrl": "https://analyticsadmin.googleapis.com/",
"schemas": {
"GoogleAnalyticsAdminV1betaAccessBetweenFilter": {
Expand Down Expand Up @@ -2575,7 +2575,7 @@
"id": "GoogleAnalyticsAdminV1betaDataRetentionSettings",
"properties": {
"eventDataRetention": {
"description": "The length of time that event-level data is retained.",
"description": "Required. The length of time that event-level data is retained.",
"enum": [
"RETENTION_DURATION_UNSPECIFIED",
"TWO_MONTHS",
Expand All @@ -2588,9 +2588,9 @@
"Data retention time duration is not specified.",
"The data retention time duration is 2 months.",
"The data retention time duration is 14 months.",
"The data retention time duration is 26 months. Available to 360 properties only.",
"The data retention time duration is 38 months. Available to 360 properties only.",
"The data retention time duration is 50 months. Available to 360 properties only."
"The data retention time duration is 26 months. Available to 360 properties only. Available for event data only.",
"The data retention time duration is 38 months. Available to 360 properties only. Available for event data only.",
"The data retention time duration is 50 months. Available to 360 properties only. Available for event data only."
],
"type": "string"
},
Expand Down Expand Up @@ -3470,7 +3470,7 @@
"type": "string"
},
"pageSize": {
"description": "Optional. The maximum number of ChangeHistoryEvent items to return. The service may return fewer than this value, even if there are additional pages. If unspecified, at most 50 items will be returned. The maximum value is 200 (higher values will be coerced to the maximum).",
"description": "Optional. The maximum number of ChangeHistoryEvent items to return. If unspecified, at most 50 items will be returned. The maximum value is 200 (higher values will be coerced to the maximum). Note that the service may return a page with fewer items than this value specifies (potentially even zero), and that there still may be additional pages. If you want a particular number of items, you'll need to continue requesting additional pages using `page_token` until you get the needed number.",
"format": "int32",
"type": "integer"
},
Expand Down
8 changes: 7 additions & 1 deletion DiscoveryJson/androidmanagement.v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -1146,6 +1146,12 @@
"location": "query",
"type": "string"
},
"allowedDomains": {
"description": "Optional. A list of domains that are permitted for the admin email. The IT admin cannot enter an email address with a domain name that is not in this list. Subdomains of domains in this list are not allowed but can be allowed by adding a second entry which has *. prefixed to the domain name (e.g. *.example.com). If the field is not present or is an empty list then the IT admin is free to use any valid domain name. Personal email domains are always allowed, but will result in the creation of a managed Google Play Accounts enterprise.",
"location": "query",
"repeated": true,
"type": "string"
},
"callbackUrl": {
"description": "The callback URL that the admin will be redirected to after successfully creating an enterprise. Before redirecting there the system will add a query parameter to this URL named enterpriseToken which will contain an opaque token to be used for the create enterprise request. The URL will be parsed then reformatted in order to add the enterpriseToken parameter, so there may be some minor formatting changes.",
"location": "query",
Expand All @@ -1168,7 +1174,7 @@
}
}
},
"revision": "20241204",
"revision": "20250106",
"rootUrl": "https://androidmanagement.googleapis.com/",
"schemas": {
"AdbShellCommandEvent": {
Expand Down
7 changes: 1 addition & 6 deletions DiscoveryJson/cloudbuild.v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -191,11 +191,6 @@
"endpointUrl": "https://cloudbuild.us-east1.rep.googleapis.com/",
"location": "us-east1"
},
{
"description": "Regional Endpoint",
"endpointUrl": "https://cloudbuild.us-east10.rep.googleapis.com/",
"location": "us-east10"
},
{
"description": "Regional Endpoint",
"endpointUrl": "https://cloudbuild.us-east4.rep.googleapis.com/",
Expand Down Expand Up @@ -2573,7 +2568,7 @@
}
}
},
"revision": "20241210",
"revision": "20250102",
"rootUrl": "https://cloudbuild.googleapis.com/",
"schemas": {
"ApprovalConfig": {
Expand Down
7 changes: 1 addition & 6 deletions DiscoveryJson/cloudbuild.v2.json
Original file line number Diff line number Diff line change
Expand Up @@ -191,11 +191,6 @@
"endpointUrl": "https://cloudbuild.us-east1.rep.googleapis.com/",
"location": "us-east1"
},
{
"description": "Regional Endpoint",
"endpointUrl": "https://cloudbuild.us-east10.rep.googleapis.com/",
"location": "us-east10"
},
{
"description": "Regional Endpoint",
"endpointUrl": "https://cloudbuild.us-east4.rep.googleapis.com/",
Expand Down Expand Up @@ -1071,7 +1066,7 @@
}
}
},
"revision": "20241210",
"revision": "20250102",
"rootUrl": "https://cloudbuild.googleapis.com/",
"schemas": {
"AuditConfig": {
Expand Down
5 changes: 3 additions & 2 deletions DiscoveryJson/cloudfunctions.v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -552,7 +552,7 @@
}
}
},
"revision": "20240905",
"revision": "20250102",
"rootUrl": "https://cloudfunctions.googleapis.com/",
"schemas": {
"AuditConfig": {
Expand Down Expand Up @@ -703,7 +703,8 @@
"type": "string"
},
"dockerRegistry": {
"description": "Docker Registry to use for this deployment. If unspecified, it defaults to `ARTIFACT_REGISTRY`. If `docker_repository` field is specified, this field should either be left unspecified or set to `ARTIFACT_REGISTRY`.",
"deprecated": true,
"description": "Docker Registry to use for this deployment. Deprecated: Container Registry option will no longer be available after March 2025: https://cloud.google.com/artifact-registry/docs/transition/transition-from-gcr Please use Artifact Registry instead, which is the default choice. If unspecified, it defaults to `ARTIFACT_REGISTRY`. If `docker_repository` field is specified, this field should either be left unspecified or set to `ARTIFACT_REGISTRY`.",
"enum": [
"DOCKER_REGISTRY_UNSPECIFIED",
"CONTAINER_REGISTRY",
Expand Down
Loading
Loading