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-22.01-03-50 #2918

Merged
merged 15 commits into from
Jan 22, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
15 commits
Select commit Hold shift + click to select a range
e3ce548
feat: Generate Google.Apis.AdSensePlatform.v1alpha version 1.68.0.3672
amanda-tarafa Jan 22, 2025
5dce8d9
feat: Generate Google.Apis.Aiplatform.v1 version 1.68.0.3666
amanda-tarafa Jan 22, 2025
e7dbd99
feat: Generate Google.Apis.Aiplatform.v1beta1 version 1.68.0.3666
amanda-tarafa Jan 22, 2025
1c067fc
feat: Generate Google.Apis.BinaryAuthorization.v1 version 1.68.0.3669
amanda-tarafa Jan 22, 2025
b54500d
feat: Generate Google.Apis.CloudFunctions.v2 version 1.68.0.3668
amanda-tarafa Jan 22, 2025
7702d0b
feat: Generate Google.Apis.CloudFunctions.v2alpha version 1.68.0.3668
amanda-tarafa Jan 22, 2025
93f2d2b
feat: Generate Google.Apis.CloudFunctions.v2beta version 1.68.0.3668
amanda-tarafa Jan 22, 2025
981e208
feat: Generate Google.Apis.DataFusion.v1 version 1.68.0.3669
amanda-tarafa Jan 22, 2025
3242641
feat: Generate Google.Apis.FirebaseML.v2beta version 1.68.0.3671
amanda-tarafa Jan 22, 2025
b93854c
feat: Generate Google.Apis.Merchant.conversions_v1beta version 1.68.0…
amanda-tarafa Jan 22, 2025
ce48d9a
feat: Generate Google.Apis.NetAppFiles.v1 version 1.68.0.3668
amanda-tarafa Jan 22, 2025
297eeca
feat: Generate Google.Apis.NetAppFiles.v1beta1 version 1.68.0.3668
amanda-tarafa Jan 22, 2025
8016318
feat: Generate Google.Apis.SecretManager.v1 version 1.68.0.3669
amanda-tarafa Jan 22, 2025
c28bef3
feat: Generate Google.Apis.SecretManager.v1beta1 version 1.68.0.3669
amanda-tarafa Jan 22, 2025
8ff3b5d
feat: Generate Google.Apis.ServiceControl.v1 version 1.68.0.3669
amanda-tarafa Jan 22, 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
36 changes: 35 additions & 1 deletion DiscoveryJson/adsenseplatform.v1alpha.json
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,40 @@
"https://www.googleapis.com/auth/adsense",
"https://www.googleapis.com/auth/adsense.readonly"
]
},
"patch": {
"description": "Update a Platform Child Site.",
"flatPath": "v1alpha/accounts/{accountsId}/platforms/{platformsId}/childAccounts/{childAccountsId}/sites/{sitesId}",
"httpMethod": "PATCH",
"id": "adsenseplatform.accounts.platforms.childAccounts.sites.patch",
"parameterOrder": [
"name"
],
"parameters": {
"name": {
"description": "Identifier. Format: accounts/{account}/platforms/{platform}/childAccounts/{child}/sites/{platformChildSite}",
"location": "path",
"pattern": "^accounts/[^/]+/platforms/[^/]+/childAccounts/[^/]+/sites/[^/]+$",
"required": true,
"type": "string"
},
"updateMask": {
"description": "Optional. The list of fields to update - currently only supports updating the `platform_group` field.",
"format": "google-fieldmask",
"location": "query",
"type": "string"
}
},
"path": "v1alpha/{+name}",
"request": {
"$ref": "PlatformChildSite"
},
"response": {
"$ref": "PlatformChildSite"
},
"scopes": [
"https://www.googleapis.com/auth/adsense"
]
}
}
}
Expand Down Expand Up @@ -605,7 +639,7 @@
}
}
},
"revision": "20250115",
"revision": "20250120",
"rootUrl": "https://adsenseplatform.googleapis.com/",
"schemas": {
"Account": {
Expand Down
16 changes: 13 additions & 3 deletions DiscoveryJson/aiplatform.v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -19327,7 +19327,7 @@
}
}
},
"revision": "20250107",
"revision": "20250114",
"rootUrl": "https://aiplatform.googleapis.com/",
"schemas": {
"CloudAiLargeModelsVisionGenerateVideoResponse": {
Expand Down Expand Up @@ -41855,6 +41855,14 @@
"description": "Tuning data statistics for Supervised Tuning.",
"id": "GoogleCloudAiplatformV1SupervisedTuningDataStats",
"properties": {
"droppedExampleReasons": {
"description": "Output only. For each index in `truncated_example_indices`, the user-facing reason why the example was dropped. Must not include example itself.",
"items": {
"type": "string"
},
"readOnly": true,
"type": "array"
},
"totalBillableCharacterCount": {
"deprecated": true,
"description": "Output only. Number of billable characters in the tuning dataset.",
Expand All @@ -41869,8 +41877,9 @@
"type": "string"
},
"totalTruncatedExampleCount": {
"description": "The number of examples in the dataset that have been truncated by any amount.",
"description": "Output only. The number of examples in the dataset that have been dropped. An example can be dropped for reasons including: too many tokens, contains an invalid image, contains too many images, etc.",
"format": "int64",
"readOnly": true,
"type": "string"
},
"totalTuningCharacterCount": {
Expand All @@ -41880,11 +41889,12 @@
"type": "string"
},
"truncatedExampleIndices": {
"description": "A partial sample of the indices (starting from 1) of the truncated examples.",
"description": "Output only. A partial sample of the indices (starting from 1) of the dropped examples.",
"items": {
"format": "int64",
"type": "string"
},
"readOnly": true,
"type": "array"
},
"tuningDatasetExampleCount": {
Expand Down
16 changes: 13 additions & 3 deletions DiscoveryJson/aiplatform.v1beta1.json
Original file line number Diff line number Diff line change
Expand Up @@ -21964,7 +21964,7 @@
}
}
},
"revision": "20250107",
"revision": "20250114",
"rootUrl": "https://aiplatform.googleapis.com/",
"schemas": {
"CloudAiLargeModelsVisionGenerateVideoResponse": {
Expand Down Expand Up @@ -47674,6 +47674,14 @@
"description": "Tuning data statistics for Supervised Tuning.",
"id": "GoogleCloudAiplatformV1beta1SupervisedTuningDataStats",
"properties": {
"droppedExampleReasons": {
"description": "Output only. For each index in `truncated_example_indices`, the user-facing reason why the example was dropped. Must not include example itself.",
"items": {
"type": "string"
},
"readOnly": true,
"type": "array"
},
"totalBillableCharacterCount": {
"deprecated": true,
"description": "Output only. Number of billable characters in the tuning dataset.",
Expand All @@ -47688,8 +47696,9 @@
"type": "string"
},
"totalTruncatedExampleCount": {
"description": "The number of examples in the dataset that have been truncated by any amount.",
"description": "Output only. The number of examples in the dataset that have been dropped. An example can be dropped for reasons including: too many tokens, contains an invalid image, contains too many images, etc.",
"format": "int64",
"readOnly": true,
"type": "string"
},
"totalTuningCharacterCount": {
Expand All @@ -47699,11 +47708,12 @@
"type": "string"
},
"truncatedExampleIndices": {
"description": "A partial sample of the indices (starting from 1) of the truncated examples.",
"description": "Output only. A partial sample of the indices (starting from 1) of the dropped examples.",
"items": {
"format": "int64",
"type": "string"
},
"readOnly": true,
"type": "array"
},
"tuningDatasetExampleCount": {
Expand Down
5 changes: 3 additions & 2 deletions DiscoveryJson/binaryauthorization.v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -747,7 +747,7 @@
}
}
},
"revision": "20241115",
"revision": "20250117",
"rootUrl": "https://binaryauthorization.googleapis.com/",
"schemas": {
"AdmissionRule": {
Expand Down Expand Up @@ -785,6 +785,7 @@
"type": "string"
},
"requireAttestationsBy": {
"description": "Optional. The resource names of the attestors that must attest to a container image, in the format `projects/*/attestors/*`. Each attestor must exist before a policy can reference it. To add an attestor to a policy the principal issuing the policy change request must be able to read the attestor resource. Note: this field must be non-empty when the `evaluation_mode` field specifies `REQUIRE_ATTESTATION`, otherwise it must be empty.",
"items": {
"type": "string"
},
Expand Down Expand Up @@ -1503,7 +1504,7 @@
"additionalProperties": {
"$ref": "AdmissionRule"
},
"description": "Optional. Per-cluster admission rules. Cluster spec format: `location.clusterId`. There can be at most one admission rule per cluster spec. A `location` is either a compute zone (e.g. us-central1-a) or a region (e.g. us-central1). For `clusterId` syntax restrictions see https://cloud.google.com/container-engine/reference/rest/v1/projects.zones.clusters.",
"description": "Optional. A valid policy has only one of the following rule maps non-empty, i.e. only one of `cluster_admission_rules`, `kubernetes_namespace_admission_rules`, `kubernetes_service_account_admission_rules`, or `istio_service_identity_admission_rules` can be non-empty. Per-cluster admission rules. Cluster spec format: `location.clusterId`. There can be at most one admission rule per cluster spec. A `location` is either a compute zone (e.g. us-central1-a) or a region (e.g. us-central1). For `clusterId` syntax restrictions see https://cloud.google.com/container-engine/reference/rest/v1/projects.zones.clusters.",
"type": "object"
},
"defaultAdmissionRule": {
Expand Down
39 changes: 37 additions & 2 deletions DiscoveryJson/cloudfunctions.v2.json
Original file line number Diff line number Diff line change
Expand Up @@ -268,6 +268,34 @@
"https://www.googleapis.com/auth/cloud-platform"
]
},
"detachFunction": {
"description": "Detaches 2nd Gen function to Cloud Run function.",
"flatPath": "v2/projects/{projectsId}/locations/{locationsId}/functions/{functionsId}:detachFunction",
"httpMethod": "POST",
"id": "cloudfunctions.projects.locations.functions.detachFunction",
"parameterOrder": [
"name"
],
"parameters": {
"name": {
"description": "Required. The name of the function for which should be detached.",
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+/functions/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v2/{+name}:detachFunction",
"request": {
"$ref": "DetachFunctionRequest"
},
"response": {
"$ref": "Operation"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform"
]
},
"generateDownloadUrl": {
"description": "Returns a signed URL for downloading deployed function source code. The URL is only valid for a limited period and should be used within 30 minutes of generation. For more information about the signed URL usage see: https://cloud.google.com/storage/docs/access-control/signed-urls",
"flatPath": "v2/projects/{projectsId}/locations/{locationsId}/functions/{functionsId}:generateDownloadUrl",
Expand Down Expand Up @@ -716,7 +744,7 @@
}
}
},
"revision": "20241205",
"revision": "20250116",
"rootUrl": "https://cloudfunctions.googleapis.com/",
"schemas": {
"AbortFunctionUpgradeRequest": {
Expand Down Expand Up @@ -814,7 +842,8 @@
"type": "string"
},
"dockerRegistry": {
"description": "Docker Registry to use for this deployment. This configuration is only applicable to 1st Gen functions, 2nd Gen functions can only use Artifact Registry. 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. This configuration is only applicable to 1st Gen functions, 2nd Gen functions can only use Artifact Registry. 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 Expand Up @@ -901,6 +930,12 @@
},
"type": "object"
},
"DetachFunctionRequest": {
"description": "Request for the `DetachFunction` method.",
"id": "DetachFunctionRequest",
"properties": {},
"type": "object"
},
"EventFilter": {
"description": "Filters events based on exact matches on the CloudEvents attributes.",
"id": "EventFilter",
Expand Down
39 changes: 37 additions & 2 deletions DiscoveryJson/cloudfunctions.v2alpha.json
Original file line number Diff line number Diff line change
Expand Up @@ -268,6 +268,34 @@
"https://www.googleapis.com/auth/cloud-platform"
]
},
"detachFunction": {
"description": "Detaches 2nd Gen function to Cloud Run function.",
"flatPath": "v2alpha/projects/{projectsId}/locations/{locationsId}/functions/{functionsId}:detachFunction",
"httpMethod": "POST",
"id": "cloudfunctions.projects.locations.functions.detachFunction",
"parameterOrder": [
"name"
],
"parameters": {
"name": {
"description": "Required. The name of the function for which should be detached.",
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+/functions/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v2alpha/{+name}:detachFunction",
"request": {
"$ref": "DetachFunctionRequest"
},
"response": {
"$ref": "Operation"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform"
]
},
"generateDownloadUrl": {
"description": "Returns a signed URL for downloading deployed function source code. The URL is only valid for a limited period and should be used within 30 minutes of generation. For more information about the signed URL usage see: https://cloud.google.com/storage/docs/access-control/signed-urls",
"flatPath": "v2alpha/projects/{projectsId}/locations/{locationsId}/functions/{functionsId}:generateDownloadUrl",
Expand Down Expand Up @@ -716,7 +744,7 @@
}
}
},
"revision": "20241205",
"revision": "20250116",
"rootUrl": "https://cloudfunctions.googleapis.com/",
"schemas": {
"AbortFunctionUpgradeRequest": {
Expand Down Expand Up @@ -814,7 +842,8 @@
"type": "string"
},
"dockerRegistry": {
"description": "Docker Registry to use for this deployment. This configuration is only applicable to 1st Gen functions, 2nd Gen functions can only use Artifact Registry. 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. This configuration is only applicable to 1st Gen functions, 2nd Gen functions can only use Artifact Registry. 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 Expand Up @@ -901,6 +930,12 @@
},
"type": "object"
},
"DetachFunctionRequest": {
"description": "Request for the `DetachFunction` method.",
"id": "DetachFunctionRequest",
"properties": {},
"type": "object"
},
"EventFilter": {
"description": "Filters events based on exact matches on the CloudEvents attributes.",
"id": "EventFilter",
Expand Down
39 changes: 37 additions & 2 deletions DiscoveryJson/cloudfunctions.v2beta.json
Original file line number Diff line number Diff line change
Expand Up @@ -268,6 +268,34 @@
"https://www.googleapis.com/auth/cloud-platform"
]
},
"detachFunction": {
"description": "Detaches 2nd Gen function to Cloud Run function.",
"flatPath": "v2beta/projects/{projectsId}/locations/{locationsId}/functions/{functionsId}:detachFunction",
"httpMethod": "POST",
"id": "cloudfunctions.projects.locations.functions.detachFunction",
"parameterOrder": [
"name"
],
"parameters": {
"name": {
"description": "Required. The name of the function for which should be detached.",
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+/functions/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v2beta/{+name}:detachFunction",
"request": {
"$ref": "DetachFunctionRequest"
},
"response": {
"$ref": "Operation"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform"
]
},
"generateDownloadUrl": {
"description": "Returns a signed URL for downloading deployed function source code. The URL is only valid for a limited period and should be used within 30 minutes of generation. For more information about the signed URL usage see: https://cloud.google.com/storage/docs/access-control/signed-urls",
"flatPath": "v2beta/projects/{projectsId}/locations/{locationsId}/functions/{functionsId}:generateDownloadUrl",
Expand Down Expand Up @@ -716,7 +744,7 @@
}
}
},
"revision": "20241205",
"revision": "20250116",
"rootUrl": "https://cloudfunctions.googleapis.com/",
"schemas": {
"AbortFunctionUpgradeRequest": {
Expand Down Expand Up @@ -814,7 +842,8 @@
"type": "string"
},
"dockerRegistry": {
"description": "Docker Registry to use for this deployment. This configuration is only applicable to 1st Gen functions, 2nd Gen functions can only use Artifact Registry. 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. This configuration is only applicable to 1st Gen functions, 2nd Gen functions can only use Artifact Registry. 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 Expand Up @@ -901,6 +930,12 @@
},
"type": "object"
},
"DetachFunctionRequest": {
"description": "Request for the `DetachFunction` method.",
"id": "DetachFunctionRequest",
"properties": {},
"type": "object"
},
"EventFilter": {
"description": "Filters events based on exact matches on the CloudEvents attributes.",
"id": "EventFilter",
Expand Down
Loading
Loading