Skip to content

Commit fa0f570

Browse files
feat: Automated regeneration of run v2 client (googleapis#21475)
Auto-created at 2025-01-26 10:01:51 +0000 using the toys pull request generator.
1 parent 57c78cc commit fa0f570

File tree

6 files changed

+496
-5
lines changed

6 files changed

+496
-5
lines changed

api_names_out.yaml

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -303529,6 +303529,20 @@
303529303529
"/run:v2/GoogleCloudRunV2BinaryAuthorization/breakglassJustification": breakglass_justification
303530303530
"/run:v2/GoogleCloudRunV2BinaryAuthorization/policy": policy
303531303531
"/run:v2/GoogleCloudRunV2BinaryAuthorization/useDefault": use_default
303532+
"/run:v2/GoogleCloudRunV2BuildConfig": google_cloud_run_v2_build_config
303533+
"/run:v2/GoogleCloudRunV2BuildConfig/baseImage": base_image
303534+
"/run:v2/GoogleCloudRunV2BuildConfig/enableAutomaticUpdates": enable_automatic_updates
303535+
"/run:v2/GoogleCloudRunV2BuildConfig/environmentVariables": environment_variables
303536+
"/run:v2/GoogleCloudRunV2BuildConfig/environmentVariables/environment_variable": environment_variable
303537+
"/run:v2/GoogleCloudRunV2BuildConfig/functionTarget": function_target
303538+
"/run:v2/GoogleCloudRunV2BuildConfig/imageUri": image_uri
303539+
"/run:v2/GoogleCloudRunV2BuildConfig/name": name
303540+
"/run:v2/GoogleCloudRunV2BuildConfig/serviceAccount": service_account
303541+
"/run:v2/GoogleCloudRunV2BuildConfig/sourceLocation": source_location
303542+
"/run:v2/GoogleCloudRunV2BuildConfig/workerPool": worker_pool
303543+
"/run:v2/GoogleCloudRunV2BuildInfo": google_cloud_run_v2_build_info
303544+
"/run:v2/GoogleCloudRunV2BuildInfo/functionTarget": function_target
303545+
"/run:v2/GoogleCloudRunV2BuildInfo/sourceLocation": source_location
303532303546
"/run:v2/GoogleCloudRunV2BuildpacksBuild": google_cloud_run_v2_buildpacks_build
303533303547
"/run:v2/GoogleCloudRunV2BuildpacksBuild/baseImage": base_image
303534303548
"/run:v2/GoogleCloudRunV2BuildpacksBuild/cacheImageUri": cache_image_uri
@@ -303560,6 +303574,8 @@
303560303574
"/run:v2/GoogleCloudRunV2Container": google_cloud_run_v2_container
303561303575
"/run:v2/GoogleCloudRunV2Container/args": args
303562303576
"/run:v2/GoogleCloudRunV2Container/args/arg": arg
303577+
"/run:v2/GoogleCloudRunV2Container/baseImageUri": base_image_uri
303578+
"/run:v2/GoogleCloudRunV2Container/buildInfo": build_info
303563303579
"/run:v2/GoogleCloudRunV2Container/command": command
303564303580
"/run:v2/GoogleCloudRunV2Container/command/command": command
303565303581
"/run:v2/GoogleCloudRunV2Container/dependsOn": depends_on
@@ -303607,6 +303623,7 @@
303607303623
"/run:v2/GoogleCloudRunV2Execution/conditions": conditions
303608303624
"/run:v2/GoogleCloudRunV2Execution/conditions/condition": condition
303609303625
"/run:v2/GoogleCloudRunV2Execution/createTime": create_time
303626+
"/run:v2/GoogleCloudRunV2Execution/creator": creator
303610303627
"/run:v2/GoogleCloudRunV2Execution/deleteTime": delete_time
303611303628
"/run:v2/GoogleCloudRunV2Execution/etag": etag
303612303629
"/run:v2/GoogleCloudRunV2Execution/expireTime": expire_time
@@ -303845,6 +303862,7 @@
303845303862
"/run:v2/GoogleCloudRunV2Service/annotations": annotations
303846303863
"/run:v2/GoogleCloudRunV2Service/annotations/annotation": annotation
303847303864
"/run:v2/GoogleCloudRunV2Service/binaryAuthorization": binary_authorization
303865+
"/run:v2/GoogleCloudRunV2Service/buildConfig": build_config
303848303866
"/run:v2/GoogleCloudRunV2Service/client": client
303849303867
"/run:v2/GoogleCloudRunV2Service/clientVersion": client_version
303850303868
"/run:v2/GoogleCloudRunV2Service/conditions": conditions
@@ -304007,6 +304025,8 @@
304007304025
"/run:v2/GoogleDevtoolsCloudbuildV1ArtifactObjects/paths/path": path
304008304026
"/run:v2/GoogleDevtoolsCloudbuildV1ArtifactObjects/timing": timing
304009304027
"/run:v2/GoogleDevtoolsCloudbuildV1Artifacts": google_devtools_cloudbuild_v1_artifacts
304028+
"/run:v2/GoogleDevtoolsCloudbuildV1Artifacts/goModules": go_modules
304029+
"/run:v2/GoogleDevtoolsCloudbuildV1Artifacts/goModules/go_module": go_module
304010304030
"/run:v2/GoogleDevtoolsCloudbuildV1Artifacts/images": images
304011304031
"/run:v2/GoogleDevtoolsCloudbuildV1Artifacts/images/image": image
304012304032
"/run:v2/GoogleDevtoolsCloudbuildV1Artifacts/mavenArtifacts": maven_artifacts
@@ -304065,6 +304085,7 @@
304065304085
"/run:v2/GoogleDevtoolsCloudbuildV1BuildOptions/defaultLogsBucketBehavior": default_logs_bucket_behavior
304066304086
"/run:v2/GoogleDevtoolsCloudbuildV1BuildOptions/diskSizeGb": disk_size_gb
304067304087
"/run:v2/GoogleDevtoolsCloudbuildV1BuildOptions/dynamicSubstitutions": dynamic_substitutions
304088+
"/run:v2/GoogleDevtoolsCloudbuildV1BuildOptions/enableStructuredLogging": enable_structured_logging
304068304089
"/run:v2/GoogleDevtoolsCloudbuildV1BuildOptions/env": env
304069304090
"/run:v2/GoogleDevtoolsCloudbuildV1BuildOptions/env/env": env
304070304091
"/run:v2/GoogleDevtoolsCloudbuildV1BuildOptions/logStreamingOption": log_streaming_option
@@ -304133,6 +304154,13 @@
304133304154
"/run:v2/GoogleDevtoolsCloudbuildV1GitSource/dir": dir
304134304155
"/run:v2/GoogleDevtoolsCloudbuildV1GitSource/revision": revision
304135304156
"/run:v2/GoogleDevtoolsCloudbuildV1GitSource/url": url
304157+
"/run:v2/GoogleDevtoolsCloudbuildV1GoModule": google_devtools_cloudbuild_v1_go_module
304158+
"/run:v2/GoogleDevtoolsCloudbuildV1GoModule/modulePath": module_path
304159+
"/run:v2/GoogleDevtoolsCloudbuildV1GoModule/moduleVersion": module_version
304160+
"/run:v2/GoogleDevtoolsCloudbuildV1GoModule/repositoryLocation": repository_location
304161+
"/run:v2/GoogleDevtoolsCloudbuildV1GoModule/repositoryName": repository_name
304162+
"/run:v2/GoogleDevtoolsCloudbuildV1GoModule/repositoryProjectId": repository_project_id
304163+
"/run:v2/GoogleDevtoolsCloudbuildV1GoModule/sourcePath": source_path
304136304164
"/run:v2/GoogleDevtoolsCloudbuildV1Hash": google_devtools_cloudbuild_v1_hash
304137304165
"/run:v2/GoogleDevtoolsCloudbuildV1Hash/type": type
304138304166
"/run:v2/GoogleDevtoolsCloudbuildV1Hash/value": value
@@ -304175,6 +304203,8 @@
304175304203
"/run:v2/GoogleDevtoolsCloudbuildV1Results/buildStepImages/build_step_image": build_step_image
304176304204
"/run:v2/GoogleDevtoolsCloudbuildV1Results/buildStepOutputs": build_step_outputs
304177304205
"/run:v2/GoogleDevtoolsCloudbuildV1Results/buildStepOutputs/build_step_output": build_step_output
304206+
"/run:v2/GoogleDevtoolsCloudbuildV1Results/goModules": go_modules
304207+
"/run:v2/GoogleDevtoolsCloudbuildV1Results/goModules/go_module": go_module
304178304208
"/run:v2/GoogleDevtoolsCloudbuildV1Results/images": images
304179304209
"/run:v2/GoogleDevtoolsCloudbuildV1Results/images/image": image
304180304210
"/run:v2/GoogleDevtoolsCloudbuildV1Results/mavenArtifacts": maven_artifacts
@@ -304223,6 +304253,10 @@
304223304253
"/run:v2/GoogleDevtoolsCloudbuildV1TimeSpan": google_devtools_cloudbuild_v1_time_span
304224304254
"/run:v2/GoogleDevtoolsCloudbuildV1TimeSpan/endTime": end_time
304225304255
"/run:v2/GoogleDevtoolsCloudbuildV1TimeSpan/startTime": start_time
304256+
"/run:v2/GoogleDevtoolsCloudbuildV1UploadedGoModule": google_devtools_cloudbuild_v1_uploaded_go_module
304257+
"/run:v2/GoogleDevtoolsCloudbuildV1UploadedGoModule/fileHashes": file_hashes
304258+
"/run:v2/GoogleDevtoolsCloudbuildV1UploadedGoModule/pushTiming": push_timing
304259+
"/run:v2/GoogleDevtoolsCloudbuildV1UploadedGoModule/uri": uri
304226304260
"/run:v2/GoogleDevtoolsCloudbuildV1UploadedMavenArtifact": google_devtools_cloudbuild_v1_uploaded_maven_artifact
304227304261
"/run:v2/GoogleDevtoolsCloudbuildV1UploadedMavenArtifact/fileHashes": file_hashes
304228304262
"/run:v2/GoogleDevtoolsCloudbuildV1UploadedMavenArtifact/pushTiming": push_timing
@@ -304421,6 +304455,17 @@
304421304455
"/run:v2/run.projects.locations.services.setIamPolicy/resource": resource
304422304456
"/run:v2/run.projects.locations.services.testIamPermissions": test_project_location_service_iam_permissions
304423304457
"/run:v2/run.projects.locations.services.testIamPermissions/resource": resource
304458+
"/run:v2/run.projects.locations.workerPools.revisions.delete": delete_project_location_worker_pool_revision
304459+
"/run:v2/run.projects.locations.workerPools.revisions.delete/etag": etag
304460+
"/run:v2/run.projects.locations.workerPools.revisions.delete/name": name
304461+
"/run:v2/run.projects.locations.workerPools.revisions.delete/validateOnly": validate_only
304462+
"/run:v2/run.projects.locations.workerPools.revisions.get": get_project_location_worker_pool_revision
304463+
"/run:v2/run.projects.locations.workerPools.revisions.get/name": name
304464+
"/run:v2/run.projects.locations.workerPools.revisions.list": list_project_location_worker_pool_revisions
304465+
"/run:v2/run.projects.locations.workerPools.revisions.list/pageSize": page_size
304466+
"/run:v2/run.projects.locations.workerPools.revisions.list/pageToken": page_token
304467+
"/run:v2/run.projects.locations.workerPools.revisions.list/parent": parent
304468+
"/run:v2/run.projects.locations.workerPools.revisions.list/showDeleted": show_deleted
304424304469
"/runtimeconfig:v1/CancelOperationRequest": cancel_operation_request
304425304470
"/runtimeconfig:v1/Empty": empty
304426304471
"/runtimeconfig:v1/ListOperationsResponse": list_operations_response

generated/google-apis-run_v2/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Release history for google-apis-run_v2
22

3+
### v0.83.0 (2025-01-26)
4+
5+
* Regenerated from discovery document revision 20250117
6+
37
### v0.82.0 (2025-01-12)
48

59
* Regenerated from discovery document revision 20250103

0 commit comments

Comments
 (0)