Skip to content

Commit ca75b72

Browse files
feat: Automated regeneration of run v2 client (#20147)
Auto-created at 2024-09-01 09:34:08 +0000 using the toys pull request generator.
1 parent e9e898b commit ca75b72

File tree

3 files changed

+14
-7
lines changed

3 files changed

+14
-7
lines changed

generated/google-apis-run_v2/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Release history for google-apis-run_v2
22

3+
### v0.72.0 (2024-09-01)
4+
5+
* Regenerated from discovery document revision 20240823
6+
37
### v0.71.0 (2024-08-25)
48

59
* Regenerated from discovery document revision 20240816

generated/google-apis-run_v2/lib/google/apis/run_v2/classes.rb

+8-5
Original file line numberDiff line numberDiff line change
@@ -1803,7 +1803,8 @@ class GoogleCloudRunV2Revision
18031803
# @return [String]
18041804
attr_accessor :service_account
18051805

1806-
# Service mesh configuration.
1806+
# Settings for Cloud Service Mesh. For more information see https://cloud.google.
1807+
# com/service-mesh/docs/overview.
18071808
# Corresponds to the JSON property `serviceMesh`
18081809
# @return [Google::Apis::RunV2::GoogleCloudRunV2ServiceMesh]
18091810
attr_accessor :service_mesh
@@ -2011,7 +2012,8 @@ class GoogleCloudRunV2RevisionTemplate
20112012
# @return [String]
20122013
attr_accessor :service_account
20132014

2014-
# Service mesh configuration.
2015+
# Settings for Cloud Service Mesh. For more information see https://cloud.google.
2016+
# com/service-mesh/docs/overview.
20152017
# Corresponds to the JSON property `serviceMesh`
20162018
# @return [Google::Apis::RunV2::GoogleCloudRunV2ServiceMesh]
20172019
attr_accessor :service_mesh
@@ -2462,12 +2464,13 @@ def update!(**args)
24622464
end
24632465
end
24642466

2465-
# Service mesh configuration.
2467+
# Settings for Cloud Service Mesh. For more information see https://cloud.google.
2468+
# com/service-mesh/docs/overview.
24662469
class GoogleCloudRunV2ServiceMesh
24672470
include Google::Apis::Core::Hashable
24682471

2469-
# The service mesh resource name. Format: projects/`project_number`/locations/
2470-
# global/meshes/`mesh`.
2472+
# The Mesh resource name. Format: projects/`project`/locations/global/meshes/`
2473+
# mesh`, where `project` can be project id or number.
24712474
# Corresponds to the JSON property `mesh`
24722475
# @return [String]
24732476
attr_accessor :mesh

generated/google-apis-run_v2/lib/google/apis/run_v2/gem_version.rb

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ module Google
1616
module Apis
1717
module RunV2
1818
# Version of the google-apis-run_v2 gem
19-
GEM_VERSION = "0.71.0"
19+
GEM_VERSION = "0.72.0"
2020

2121
# Version of the code generator used to generate this client
2222
GENERATOR_VERSION = "0.15.1"
2323

2424
# Revision of the discovery document this client was generated from
25-
REVISION = "20240816"
25+
REVISION = "20240823"
2626
end
2727
end
2828
end

0 commit comments

Comments
 (0)