Skip to content

Commit 9c21349

Browse files
feat(all): auto-regenerate discovery clients (#2879)
1 parent 2f1c8ae commit 9c21349

File tree

101 files changed

+8617
-5988
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

101 files changed

+8617
-5988
lines changed

aiplatform/v1/aiplatform-api.json

+664-15
Large diffs are not rendered by default.

aiplatform/v1/aiplatform-gen.go

+2,088-372
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

aiplatform/v1beta1/aiplatform-api.json

+326-13
Large diffs are not rendered by default.

aiplatform/v1beta1/aiplatform-gen.go

+848-99
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

backupdr/v1/backupdr-api.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1663,7 +1663,7 @@
16631663
}
16641664
}
16651665
},
1666-
"revision": "20241030",
1666+
"revision": "20241106",
16671667
"rootUrl": "https://backupdr.googleapis.com/",
16681668
"schemas": {
16691669
"AbandonBackupRequest": {
@@ -2459,7 +2459,7 @@
24592459
"id": "BackupRule",
24602460
"properties": {
24612461
"backupRetentionDays": {
2462-
"description": "Required. Configures the duration for which backup data will be kept. It is defined in “days”. The value should be greater than or equal to minimum enforced retention of the backup vault.",
2462+
"description": "Required. Configures the duration for which backup data will be kept. It is defined in “days”. The value should be greater than or equal to minimum enforced retention of the backup vault. Minimum value is 1 and maximum value is 90 for hourly backups. Minimum value is 1 and maximum value is 90 for daily backups. Minimum value is 7 and maximum value is 186 for weekly backups. Minimum value is 30 and maximum value is 732 for monthly backups. Minimum value is 30 and maximum value is 36159 for yearly backups.",
24632463
"format": "int32",
24642464
"type": "integer"
24652465
},

backupdr/v1/backupdr-gen.go

+5-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

batch/v1/batch-api.json

+10-10
Original file line numberDiff line numberDiff line change
@@ -561,7 +561,7 @@
561561
}
562562
}
563563
},
564-
"revision": "20241002",
564+
"revision": "20241106",
565565
"rootUrl": "https://batch.googleapis.com/",
566566
"schemas": {
567567
"Accelerator": {
@@ -1070,7 +1070,7 @@
10701070
"id": "CloudLoggingOption",
10711071
"properties": {
10721072
"useGenericTaskMonitoredResource": {
1073-
"description": "Optional. Set this flag to true to change the [monitored resource type](https://cloud.google.com/monitoring/api/resources) for Cloud Logging logs generated by this Batch job from the [`batch.googleapis.com/Job`](https://cloud.google.com/monitoring/api/resources#tag_batch.googleapis.com/Job) type to the formerly used [`generic_task`](https://cloud.google.com/monitoring/api/resources#tag_generic_task) type.",
1073+
"description": "Optional. Set this field to `true` to change the [monitored resource type](https://cloud.google.com/monitoring/api/resources) for Cloud Logging logs generated by this Batch job from the [`batch.googleapis.com/Job`](https://cloud.google.com/monitoring/api/resources#tag_batch.googleapis.com/Job) type to the formerly used [`generic_task`](https://cloud.google.com/monitoring/api/resources#tag_generic_task) type.",
10741074
"type": "boolean"
10751075
}
10761076
},
@@ -1287,7 +1287,7 @@
12871287
"type": "boolean"
12881288
},
12891289
"instanceTemplate": {
1290-
"description": "Name of an instance template used to create VMs. Named the field as 'instance_template' instead of 'template' to avoid C++ keyword conflict. Batch only supports global instance templates. You can specify the global instance template as a full or partial URL.",
1290+
"description": "Name of an instance template used to create VMs. Named the field as 'instance_template' instead of 'template' to avoid C++ keyword conflict. Batch only supports global instance templates from the same project as the job. You can specify the global instance template as a full or partial URL.",
12911291
"type": "string"
12921292
},
12931293
"policy": {
@@ -1637,29 +1637,29 @@
16371637
"type": "object"
16381638
},
16391639
"LogsPolicy": {
1640-
"description": "LogsPolicy describes how outputs from a Job's Tasks (stdout/stderr) will be preserved.",
1640+
"description": "LogsPolicy describes if and how a job's logs are preserved. Logs include information that is automatically written by the Batch service agent and any information that you configured the job's runnables to write to the `stdout` or `stderr` streams.",
16411641
"id": "LogsPolicy",
16421642
"properties": {
16431643
"cloudLoggingOption": {
16441644
"$ref": "CloudLoggingOption",
1645-
"description": "Optional. Additional settings for Cloud Logging. It will only take effect when the destination of `LogsPolicy` is set to `CLOUD_LOGGING`."
1645+
"description": "Optional. When `destination` is set to `CLOUD_LOGGING`, you can optionally set this field to configure additional settings for Cloud Logging."
16461646
},
16471647
"destination": {
1648-
"description": "Where logs should be saved.",
1648+
"description": "If and where logs should be saved.",
16491649
"enum": [
16501650
"DESTINATION_UNSPECIFIED",
16511651
"CLOUD_LOGGING",
16521652
"PATH"
16531653
],
16541654
"enumDescriptions": [
1655-
"Logs are not preserved.",
1656-
"Logs are streamed to Cloud Logging.",
1657-
"Logs are saved to a file path."
1655+
"(Default) Logs are not preserved.",
1656+
"Logs are streamed to Cloud Logging. Optionally, you can configure additional settings in the `cloudLoggingOption` field.",
1657+
"Logs are saved to the file path specified in the `logsPath` field."
16581658
],
16591659
"type": "string"
16601660
},
16611661
"logsPath": {
1662-
"description": "The path to which logs are saved when the destination = PATH. This can be a local file path on the VM, or under the mount point of a Persistent Disk or Filestore, or a Cloud Storage path.",
1662+
"description": "When `destination` is set to `PATH`, you must set this field to the path where you want logs to be saved. This path can point to a local directory on the VM or (if congifured) a directory under the mount path of any Cloud Storage bucket, network file system (NFS), or writable persistent disk that is mounted to the job. For example, if the job has a bucket with `mountPath` set to `/mnt/disks/my-bucket`, you can write logs to the root directory of the `remotePath` of that bucket by setting this field to `/mnt/disks/my-bucket/`.",
16631663
"type": "string"
16641664
}
16651665
},

batch/v1/batch-gen.go

+26-16
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

beyondcorp/v1/beyondcorp-api.json

+1-69
Original file line numberDiff line numberDiff line change
@@ -2197,34 +2197,6 @@
21972197
"https://www.googleapis.com/auth/cloud-platform"
21982198
]
21992199
},
2200-
"setPeering": {
2201-
"description": "This is a custom method to allow customers to create a peering connections between Google network and customer networks. This is enabled only for the allowlisted customers.",
2202-
"flatPath": "v1/projects/{projectsId}/locations/{locationsId}/securityGateways/{securityGatewaysId}:setPeering",
2203-
"httpMethod": "POST",
2204-
"id": "beyondcorp.projects.locations.securityGateways.setPeering",
2205-
"parameterOrder": [
2206-
"securityGateway"
2207-
],
2208-
"parameters": {
2209-
"securityGateway": {
2210-
"description": "Required. BeyondCorp SecurityGateway name using the form: `projects/{project}/locations/{location}/securityGateways/{security_gateway}`",
2211-
"location": "path",
2212-
"pattern": "^projects/[^/]+/locations/[^/]+/securityGateways/[^/]+$",
2213-
"required": true,
2214-
"type": "string"
2215-
}
2216-
},
2217-
"path": "v1/{+securityGateway}:setPeering",
2218-
"request": {
2219-
"$ref": "GoogleCloudBeyondcorpSecuritygatewaysV1SetPeeringRequest"
2220-
},
2221-
"response": {
2222-
"$ref": "GoogleLongrunningOperation"
2223-
},
2224-
"scopes": [
2225-
"https://www.googleapis.com/auth/cloud-platform"
2226-
]
2227-
},
22282200
"testIamPermissions": {
22292201
"description": "Returns permissions that a caller has on the specified resource. If the resource does not exist, this will return an empty set of permissions, not a `NOT_FOUND` error. Note: This operation is designed to be used for building permission-aware UIs and command-line tools, not for authorization checking. This operation may \"fail open\" without warning.",
22302202
"flatPath": "v1/projects/{projectsId}/locations/{locationsId}/securityGateways/{securityGatewaysId}:testIamPermissions",
@@ -2431,7 +2403,7 @@
24312403
}
24322404
}
24332405
},
2434-
"revision": "20241024",
2406+
"revision": "20241106",
24352407
"rootUrl": "https://beyondcorp.googleapis.com/",
24362408
"schemas": {
24372409
"AllocatedConnection": {
@@ -3791,24 +3763,6 @@
37913763
},
37923764
"type": "object"
37933765
},
3794-
"GoogleCloudBeyondcorpSecuritygatewaysV1Peering": {
3795-
"description": "VPC Peering details.",
3796-
"id": "GoogleCloudBeyondcorpSecuritygatewaysV1Peering",
3797-
"properties": {
3798-
"dnsZones": {
3799-
"description": "Optional. List of DNS zones for DNS peering with the customer VPC network.",
3800-
"items": {
3801-
"type": "string"
3802-
},
3803-
"type": "array"
3804-
},
3805-
"targetNetwork": {
3806-
"description": "Required. The name of the Target VPC network name in the format: `projects/{project}/global/networks/{network}",
3807-
"type": "string"
3808-
}
3809-
},
3810-
"type": "object"
3811-
},
38123766
"GoogleCloudBeyondcorpSecuritygatewaysV1SecurityGateway": {
38133767
"description": "Information about a BeyoncCorp SecurityGateway resource.",
38143768
"id": "GoogleCloudBeyondcorpSecuritygatewaysV1SecurityGateway",
@@ -3918,28 +3872,6 @@
39183872
},
39193873
"type": "object"
39203874
},
3921-
"GoogleCloudBeyondcorpSecuritygatewaysV1SetPeeringRequest": {
3922-
"description": "Set Peering request for creating a VPC peering between Google network and customer networks.",
3923-
"id": "GoogleCloudBeyondcorpSecuritygatewaysV1SetPeeringRequest",
3924-
"properties": {
3925-
"peerings": {
3926-
"description": "Required. List of Peering connection information.",
3927-
"items": {
3928-
"$ref": "GoogleCloudBeyondcorpSecuritygatewaysV1Peering"
3929-
},
3930-
"type": "array"
3931-
},
3932-
"requestId": {
3933-
"description": "Optional. An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes since the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
3934-
"type": "string"
3935-
},
3936-
"validateOnly": {
3937-
"description": "Optional. If set, validates request by executing a dry-run which would not alter the resource in any way.",
3938-
"type": "boolean"
3939-
}
3940-
},
3941-
"type": "object"
3942-
},
39433875
"GoogleCloudBeyondcorpSecuritygatewaysV1alphaSecurityGatewayOperationMetadata": {
39443876
"description": "Represents the metadata of the long-running operation.",
39453877
"id": "GoogleCloudBeyondcorpSecuritygatewaysV1alphaSecurityGatewayOperationMetadata",

0 commit comments

Comments
 (0)