google-apis-run_v2 0.75.0 → 0.76.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: c9750870e043a6ca6e0cf3d25f26ddaff76927e22d3a25844904a6d9c5755e5e
4
- data.tar.gz: e8ae29b5e5968f23887a585e521b9fe1712d27b6204390c139552250a8fb0173
3
+ metadata.gz: 6c431e97fc03635bc984f4269825474c173a702cad91331032d1c60f7fe26dba
4
+ data.tar.gz: 7ed2bd8887c58615fc7b08d0c532a57789387b565808b37edb12566ed926ada8
5
5
  SHA512:
6
- metadata.gz: 97612878d410a47b093df365fe5258c7e8efced14d453cd519eb7ea16db924fc8ccfacd8ade237c394dfcd2778ceacf362e5dce966d090e29d924de1280d597d
7
- data.tar.gz: 7067a738127de7f436fbafdc6d58d163f3c5832125c9b562f52ddee8a69dcf895667ac34d9b5cc1195819749834505c9e29eb801cfaf8ad100a878bfafa7d5f3
6
+ metadata.gz: e3f0cefcd0f22683a2c1a5c8ef7e275184f8e6157e93addcba66d4e12ac95c196460cb7e5a15e4180c80fd0c5d31d52717118d04763291101656cd6b01a96be1
7
+ data.tar.gz: 41263622bcd65b48fb71b9eccbca90fd9ac49dff4fba9476172512968d6546df088166a89aaac158919f5ee98821b9f448792d420cbfec371470ba830e46958c
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-run_v2
2
2
 
3
+ ### v0.76.0 (2024-10-13)
4
+
5
+ * Regenerated from discovery document revision 20241004
6
+
3
7
  ### v0.75.0 (2024-10-06)
4
8
 
5
9
  * Regenerated from discovery document revision 20240927
@@ -34,8 +34,8 @@ module Google
34
34
  # @return [String]
35
35
  attr_accessor :breakglass_justification
36
36
 
37
- # Optional. The path to a binary authorization policy. Format: projects/`project`
38
- # /platforms/cloudRun/`policy-name`
37
+ # Optional. The path to a binary authorization policy. Format: `projects/`
38
+ # project`/platforms/cloudRun/`policy-name``
39
39
  # Corresponds to the JSON property `policy`
40
40
  # @return [String]
41
41
  attr_accessor :policy
@@ -1985,8 +1985,8 @@ module Google
1985
1985
  attr_accessor :labels
1986
1986
 
1987
1987
  # Optional. Sets the maximum number of requests that each serving instance can
1988
- # receive. If not specified or 0, defaults to 80 when requested CPU >= 1 and
1989
- # defaults to 1 when requested CPU < 1.
1988
+ # receive. If not specified or 0, defaults to 80 when requested `CPU >= 1` and
1989
+ # defaults to 1 when requested `CPU < 1`.
1990
1990
  # Corresponds to the JSON property `maxInstanceRequestConcurrency`
1991
1991
  # @return [Fixnum]
1992
1992
  attr_accessor :max_instance_request_concurrency
@@ -2480,8 +2480,8 @@ module Google
2480
2480
  class GoogleCloudRunV2ServiceMesh
2481
2481
  include Google::Apis::Core::Hashable
2482
2482
 
2483
- # The Mesh resource name. Format: projects/`project`/locations/global/meshes/`
2484
- # mesh`, where `project` can be project id or number.
2483
+ # The Mesh resource name. Format: `projects/`project`/locations/global/meshes/`
2484
+ # mesh``, where ``project`` can be project id or number.
2485
2485
  # Corresponds to the JSON property `mesh`
2486
2486
  # @return [String]
2487
2487
  attr_accessor :mesh
@@ -2596,9 +2596,9 @@ module Google
2596
2596
 
2597
2597
  # Optional. Name of the Cloud Build Custom Worker Pool that should be used to
2598
2598
  # build the function. The format of this field is `projects/`project`/locations/`
2599
- # region`/workerPools/`workerPool`` where `project` and `region` are the project
2600
- # id and region respectively where the worker pool is defined and `workerPool`
2601
- # is the short name of the worker pool.
2599
+ # region`/workerPools/`workerPool`` where ``project`` and ``region`` are the
2600
+ # project id and region respectively where the worker pool is defined and ``
2601
+ # workerPool`` is the short name of the worker pool.
2602
2602
  # Corresponds to the JSON property `workerPool`
2603
2603
  # @return [String]
2604
2604
  attr_accessor :worker_pool
@@ -3222,10 +3222,10 @@ module Google
3222
3222
  class GoogleCloudRunV2VpcAccess
3223
3223
  include Google::Apis::Core::Hashable
3224
3224
 
3225
- # VPC Access connector name. Format: projects/`project`/locations/`location`/
3226
- # connectors/`connector`, where `project` can be project id or number. For more
3227
- # information on sending traffic to a VPC network via a connector, visit https://
3228
- # cloud.google.com/run/docs/configuring/vpc-connectors.
3225
+ # VPC Access connector name. Format: `projects/`project`/locations/`location`/
3226
+ # connectors/`connector``, where ``project`` can be project id or number. For
3227
+ # more information on sending traffic to a VPC network via a connector, visit
3228
+ # https://cloud.google.com/run/docs/configuring/vpc-connectors.
3229
3229
  # Corresponds to the JSON property `connector`
3230
3230
  # @return [String]
3231
3231
  attr_accessor :connector
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module RunV2
18
18
  # Version of the google-apis-run_v2 gem
19
- GEM_VERSION = "0.75.0"
19
+ GEM_VERSION = "0.76.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.15.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240927"
25
+ REVISION = "20241004"
26
26
  end
27
27
  end
28
28
  end
@@ -193,8 +193,8 @@ module Google
193
193
  # Submits a build in a given project.
194
194
  # @param [String] parent
195
195
  # Required. The project and location to build in. Location must be a region, e.g.
196
- # , 'us-central1' or 'global' if the global builder is to be used. Format:
197
- # projects/`project`/locations/`location`
196
+ # , 'us-central1' or 'global' if the global builder is to be used. Format: `
197
+ # projects/`project`/locations/`location``
198
198
  # @param [Google::Apis::RunV2::GoogleCloudRunV2SubmitBuildRequest] google_cloud_run_v2_submit_build_request_object
199
199
  # @param [String] fields
200
200
  # Selector specifying which fields to include in a partial response.
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-run_v2
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.75.0
4
+ version: 0.76.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-10-06 00:00:00.000000000 Z
11
+ date: 2024-10-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -58,7 +58,7 @@ licenses:
58
58
  metadata:
59
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
60
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-run_v2/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-run_v2/v0.75.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-run_v2/v0.76.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-run_v2
63
63
  post_install_message:
64
64
  rdoc_options: []
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
75
  - !ruby/object:Gem::Version
76
76
  version: '0'
77
77
  requirements: []
78
- rubygems_version: 3.5.6
78
+ rubygems_version: 3.5.21
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Cloud Run Admin API V2