Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
19 commits
Select commit Hold shift + click to select a range
81ddd0e
feat: Generate Google.Apis.Appengine.v1beta version 1.72.0.3930
amanda-tarafa Oct 8, 2025
5c9ba14
feat: Generate Google.Apis.CloudBuild.v1 version 1.72.0.3925
amanda-tarafa Oct 8, 2025
7fb01c2
feat: Generate Google.Apis.ContainerAnalysis.v1 version 1.72.0.3929
amanda-tarafa Oct 8, 2025
d7d8abc
feat: Generate Google.Apis.ContainerAnalysis.v1beta1 version 1.72.0.3929
amanda-tarafa Oct 8, 2025
71e26fc
feat: Generate Google.Apis.DataCatalog.v1 version 1.72.0.3923
amanda-tarafa Oct 8, 2025
039f887
feat: Generate Google.Apis.DataManager.v1 version 1.72.0.3931
amanda-tarafa Oct 8, 2025
e777e48
feat: Generate Google.Apis.Dataproc.v1 version 1.72.0.3926
amanda-tarafa Oct 8, 2025
6d11bee
feat: Generate Google.Apis.FirebaseML.v2beta version 1.72.0.3930
amanda-tarafa Oct 8, 2025
435332c
feat: Generate Google.Apis.Merchant.accounts_v1 version 1.72.0.3927
amanda-tarafa Oct 8, 2025
ca43e0d
feat: Generate Google.Apis.Merchant.accounts_v1beta version 1.72.0.3927
amanda-tarafa Oct 8, 2025
69d0e26
feat: Generate Google.Apis.Merchant.products_v1 version 1.72.0.3927
amanda-tarafa Oct 8, 2025
00257e2
feat: Generate Google.Apis.PaymentsResellerSubscription.v1 version 1.…
amanda-tarafa Oct 8, 2025
6c5f8ab
feat: Generate Google.Apis.CloudRetail.v2 version 1.72.0.3927
amanda-tarafa Oct 8, 2025
efb9f05
feat: Generate Google.Apis.CloudRetail.v2alpha version 1.72.0.3927
amanda-tarafa Oct 8, 2025
e0e8a4a
feat: Generate Google.Apis.CloudRetail.v2beta version 1.72.0.3927
amanda-tarafa Oct 8, 2025
2b5193c
feat: Generate Google.Apis.Texttospeech.v1 version 1.72.0.3926
amanda-tarafa Oct 8, 2025
5d04ee1
feat: Generate Google.Apis.Texttospeech.v1beta1 version 1.72.0.3926
amanda-tarafa Oct 8, 2025
19f72f6
feat: Generate Google.Apis.VMMigrationService.v1alpha1 version 1.72.0…
amanda-tarafa Oct 8, 2025
48e07da
chore: Update the package table in README.md
amanda-tarafa Oct 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
64 changes: 63 additions & 1 deletion DiscoveryJson/appengine.v1beta.json
Original file line number Diff line number Diff line change
Expand Up @@ -2690,7 +2690,7 @@
}
}
},
"revision": "20250930",
"revision": "20251005",
"rootUrl": "https://appengine.googleapis.com/",
"schemas": {
"ApiConfigHandler": {
Expand Down Expand Up @@ -4930,6 +4930,21 @@
},
"type": "object"
},
"SubnetworkKey": {
"description": "Subnetwork key message.",
"id": "SubnetworkKey",
"properties": {
"hostProjectId": {
"description": "Project id (name not number) of the project that hosts the network",
"type": "string"
},
"subnet": {
"description": "Short name of the subnetwork. e.g. SUBNET instead of projects/{PROJECT_NAME}/regions/{REGION}/subnetworks/{SUBNET}",
"type": "string"
}
},
"type": "object"
},
"TrafficSplit": {
"description": "Traffic routing configuration for versions within a single service. Traffic splits define how traffic directed to the service is assigned to versions.",
"id": "TrafficSplit",
Expand Down Expand Up @@ -5302,6 +5317,10 @@
"$ref": "VpcAccessConnector",
"description": "Enables VPC connectivity for standard apps."
},
"vpcEgress": {
"$ref": "VpcEgress",
"description": "Enables VPC egress connectivity for standard apps."
},
"zones": {
"description": "The Google Compute Engine zones that are supported by this version in the App Engine flexible environment. Deprecated.",
"items": {
Expand Down Expand Up @@ -5357,6 +5376,49 @@
},
"type": "object"
},
"VpcEgress": {
"description": "Vpc Egress configuration.",
"id": "VpcEgress",
"properties": {
"egressSetting": {
"description": "The egress setting for the subnetwork, controlling what traffic is diverted through it.",
"enum": [
"EGRESS_SETTING_UNSPECIFIED",
"ALL_TRAFFIC",
"PRIVATE_IP_RANGES"
],
"enumDescriptions": [
"No value set; apply default behavior",
"Force all traffic to egress through the NetworkInterface (and configured VPC Network)",
"Force all Private IP Space traffic to egress through NetworkInterface (and configured VPC Network)"
],
"type": "string"
},
"networkTags": {
"description": "The network tags to apply to the instance.",
"items": {
"$ref": "VpcNetworkTag"
},
"type": "array"
},
"subnetworkKey": {
"$ref": "SubnetworkKey",
"description": "The subnetwork key."
}
},
"type": "object"
},
"VpcNetworkTag": {
"description": "Network tag message.",
"id": "VpcNetworkTag",
"properties": {
"value": {
"description": "value for the tag name",
"type": "string"
}
},
"type": "object"
},
"ZipInfo": {
"description": "The zip file information for a zip deployment.",
"id": "ZipInfo",
Expand Down
6 changes: 3 additions & 3 deletions DiscoveryJson/cloudbuild.v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -453,7 +453,7 @@
"builds": {
"methods": {
"approve": {
"description": "Approves or rejects a pending build. If approved, the returned LRO will be analogous to the LRO returned from a CreateBuild call. If rejected, the returned LRO will be immediately done.",
"description": "Approves or rejects a pending build. If approved, the returned long-running operation (LRO) will be analogous to the LRO returned from a CreateBuild call. If rejected, the returned LRO will be immediately done.",
"flatPath": "v1/projects/{projectsId}/builds/{buildsId}:approve",
"httpMethod": "POST",
"id": "cloudbuild.projects.builds.approve",
Expand Down Expand Up @@ -1136,7 +1136,7 @@
"builds": {
"methods": {
"approve": {
"description": "Approves or rejects a pending build. If approved, the returned LRO will be analogous to the LRO returned from a CreateBuild call. If rejected, the returned LRO will be immediately done.",
"description": "Approves or rejects a pending build. If approved, the returned long-running operation (LRO) will be analogous to the LRO returned from a CreateBuild call. If rejected, the returned LRO will be immediately done.",
"flatPath": "v1/projects/{projectsId}/locations/{locationsId}/builds/{buildsId}:approve",
"httpMethod": "POST",
"id": "cloudbuild.projects.locations.builds.approve",
Expand Down Expand Up @@ -2573,7 +2573,7 @@
}
}
},
"revision": "20250903",
"revision": "20250930",
"rootUrl": "https://cloudbuild.googleapis.com/",
"schemas": {
"ApprovalConfig": {
Expand Down
46 changes: 43 additions & 3 deletions DiscoveryJson/containeranalysis.v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -1715,7 +1715,7 @@
}
}
},
"revision": "20250829",
"revision": "20251004",
"rootUrl": "https://containeranalysis.googleapis.com/",
"schemas": {
"AliasContext": {
Expand Down Expand Up @@ -6281,12 +6281,52 @@
"enum": [
"SECRET_KIND_UNSPECIFIED",
"SECRET_KIND_UNKNOWN",
"SECRET_KIND_GCP_SERVICE_ACCOUNT_KEY"
"SECRET_KIND_GCP_SERVICE_ACCOUNT_KEY",
"SECRET_KIND_GCP_API_KEY",
"SECRET_KIND_GCP_OAUTH2_CLIENT_CREDENTIALS",
"SECRET_KIND_GCP_OAUTH2_ACCESS_TOKEN",
"SECRET_KIND_ANTHROPIC_ADMIN_API_KEY",
"SECRET_KIND_ANTHROPIC_API_KEY",
"SECRET_KIND_AZURE_ACCESS_TOKEN",
"SECRET_KIND_AZURE_IDENTITY_TOKEN",
"SECRET_KIND_DOCKER_HUB_PERSONAL_ACCESS_TOKEN",
"SECRET_KIND_GITHUB_APP_REFRESH_TOKEN",
"SECRET_KIND_GITHUB_APP_SERVER_TO_SERVER_TOKEN",
"SECRET_KIND_GITHUB_APP_USER_TO_SERVER_TOKEN",
"SECRET_KIND_GITHUB_CLASSIC_PERSONAL_ACCESS_TOKEN",
"SECRET_KIND_GITHUB_FINE_GRAINED_PERSONAL_ACCESS_TOKEN",
"SECRET_KIND_GITHUB_OAUTH_TOKEN",
"SECRET_KIND_HUGGINGFACE_API_KEY",
"SECRET_KIND_OPENAI_API_KEY",
"SECRET_KIND_PERPLEXITY_API_KEY",
"SECRET_KIND_STRIPE_SECRET_KEY",
"SECRET_KIND_STRIPE_RESTRICTED_KEY",
"SECRET_KIND_STRIPE_WEBHOOK_SECRET"
],
"enumDescriptions": [
"Unspecified",
"The secret kind is unknown.",
"A GCP service account key per: https://cloud.google.com/iam/docs/creating-managing-service-account-keys"
"A Google Cloud service account key per: https://cloud.google.com/iam/docs/creating-managing-service-account-keys",
"A Google Cloud API key per: https://cloud.google.com/docs/authentication/api-keys",
"A Google Cloud OAuth2 client credentials per: https://developers.google.com/identity/protocols/oauth2",
"A Google Cloud OAuth2 access token per: https://cloud.google.com/docs/authentication/token-types#access",
"An Anthropic Admin API key.",
"An Anthropic API key.",
"An Azure access token.",
"An Azure Identity Platform ID token.",
"A Docker Hub personal access token.",
"A GitHub App refresh token.",
"A GitHub App server-to-server token.",
"A GitHub App user-to-server token.",
"A GitHub personal access token (classic).",
"A GitHub fine-grained personal access token.",
"A GitHub OAuth token.",
"A Hugging Face API key.",
"An OpenAI API key.",
"A Perplexity API key.",
"A Stripe secret key.",
"A Stripe restricted key.",
"A Stripe webhook secret."
],
"type": "string"
},
Expand Down
46 changes: 43 additions & 3 deletions DiscoveryJson/containeranalysis.v1beta1.json
Original file line number Diff line number Diff line change
Expand Up @@ -1771,7 +1771,7 @@
}
}
},
"revision": "20250905",
"revision": "20251004",
"rootUrl": "https://containeranalysis.googleapis.com/",
"schemas": {
"AliasContext": {
Expand Down Expand Up @@ -6821,12 +6821,52 @@
"enum": [
"SECRET_KIND_UNSPECIFIED",
"SECRET_KIND_UNKNOWN",
"SECRET_KIND_GCP_SERVICE_ACCOUNT_KEY"
"SECRET_KIND_GCP_SERVICE_ACCOUNT_KEY",
"SECRET_KIND_GCP_API_KEY",
"SECRET_KIND_GCP_OAUTH2_CLIENT_CREDENTIALS",
"SECRET_KIND_GCP_OAUTH2_ACCESS_TOKEN",
"SECRET_KIND_ANTHROPIC_ADMIN_API_KEY",
"SECRET_KIND_ANTHROPIC_API_KEY",
"SECRET_KIND_AZURE_ACCESS_TOKEN",
"SECRET_KIND_AZURE_IDENTITY_TOKEN",
"SECRET_KIND_DOCKER_HUB_PERSONAL_ACCESS_TOKEN",
"SECRET_KIND_GITHUB_APP_REFRESH_TOKEN",
"SECRET_KIND_GITHUB_APP_SERVER_TO_SERVER_TOKEN",
"SECRET_KIND_GITHUB_APP_USER_TO_SERVER_TOKEN",
"SECRET_KIND_GITHUB_CLASSIC_PERSONAL_ACCESS_TOKEN",
"SECRET_KIND_GITHUB_FINE_GRAINED_PERSONAL_ACCESS_TOKEN",
"SECRET_KIND_GITHUB_OAUTH_TOKEN",
"SECRET_KIND_HUGGINGFACE_API_KEY",
"SECRET_KIND_OPENAI_API_KEY",
"SECRET_KIND_PERPLEXITY_API_KEY",
"SECRET_KIND_STRIPE_SECRET_KEY",
"SECRET_KIND_STRIPE_RESTRICTED_KEY",
"SECRET_KIND_STRIPE_WEBHOOK_SECRET"
],
"enumDescriptions": [
"Unspecified",
"The secret kind is unknown.",
"A GCP service account key per: https://cloud.google.com/iam/docs/creating-managing-service-account-keys"
"A Google Cloud service account key per: https://cloud.google.com/iam/docs/creating-managing-service-account-keys",
"A Google Cloud API key per: https://cloud.google.com/docs/authentication/api-keys",
"A Google Cloud OAuth2 client credentials per: https://developers.google.com/identity/protocols/oauth2",
"A Google Cloud OAuth2 access token per: https://cloud.google.com/docs/authentication/token-types#access",
"An Anthropic Admin API key.",
"An Anthropic API key.",
"An Azure access token.",
"An Azure Identity Platform ID token.",
"A Docker Hub personal access token.",
"A GitHub App refresh token.",
"A GitHub App server-to-server token.",
"A GitHub App user-to-server token.",
"A GitHub personal access token (classic).",
"A GitHub fine-grained personal access token.",
"A GitHub OAuth token.",
"A Hugging Face API key.",
"An OpenAI API key.",
"A Perplexity API key.",
"A Stripe secret key.",
"A Stripe restricted key.",
"A Stripe webhook secret."
],
"type": "string"
},
Expand Down
14 changes: 13 additions & 1 deletion DiscoveryJson/datacatalog.v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -1363,6 +1363,11 @@
"description": "The standard list page token.",
"location": "query",
"type": "string"
},
"returnPartialSuccess": {
"description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `\"projects/example/locations/-\"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.",
"location": "query",
"type": "boolean"
}
},
"path": "v1/{+name}/operations",
Expand Down Expand Up @@ -2339,7 +2344,7 @@
}
}
},
"revision": "20250720",
"revision": "20250928",
"rootUrl": "https://datacatalog.googleapis.com/",
"schemas": {
"Binding": {
Expand Down Expand Up @@ -4893,6 +4898,13 @@
"$ref": "Operation"
},
"type": "array"
},
"unreachable": {
"description": "Unordered list. Unreachable resources. Populated when the request sets `ListOperationsRequest.return_partial_success` and reads across collections e.g. when attempting to list all resources across all supported locations.",
"items": {
"type": "string"
},
"type": "array"
}
},
"type": "object"
Expand Down
Loading