google-apis-run_v2 0.93.0 → 0.94.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: b30f6cecf08d7fb7e3015e757fbac318485864d7c6f0da927355006397898e26
4
- data.tar.gz: 987af7e0916fac88006b5762c375f4453bfdbd007558c1cf035aa13ace1ecc02
3
+ metadata.gz: 71401e0e74192b29ce9d5fdc4200cfc747985af46e705e8faa7cd640306add67
4
+ data.tar.gz: 892f30757d882901a443af3dc735ae95b239e29ec82c248faf9f46634d5733ef
5
5
  SHA512:
6
- metadata.gz: e4bfd4262062f02daf2245612a2ba790a0584abd224bd6a2252de571577e0e6456e314b692a71ae9a9dc60336cbc5fff2f7e606979dbe76dc305543a8094ecd9
7
- data.tar.gz: eb9a202cc301e9926feec7021251050b9769250de10bd30749143d33b4e822149e49728bf211a4889ef0fdd96467b0adc910a5730efcd430a243df421953bcc2
6
+ metadata.gz: '08f5ea21c8bbcba52c388782523273daf3400dfcd51c92524ba2202ac8c58a0abe89650c1c59da64bc0fdac1311a3b671d0d6e06ff2d25d3597c2832ad6f08f2'
7
+ data.tar.gz: d300321e6cb96f5e9e540974334db689460930bb37fa6d99b54431fd252673e6390836fce4e8e03dfdb0d2b2fbb242486c282df3e257c7f1935a42146d13904d
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-run_v2
2
2
 
3
+ ### v0.94.0 (2025-08-10)
4
+
5
+ * Regenerated from discovery document revision 20250801
6
+
3
7
  ### v0.93.0 (2025-07-27)
4
8
 
5
9
  * Regenerated from discovery document revision 20250718
@@ -2910,6 +2910,13 @@ module Google
2910
2910
  # @return [String]
2911
2911
  attr_accessor :image_uri
2912
2912
 
2913
+ # Optional. The machine type from default pool to use for the build. If left
2914
+ # blank, cloudbuild will use a sensible default. Currently only E2_HIGHCPU_8 is
2915
+ # supported. If worker_pool is set, this field will be ignored.
2916
+ # Corresponds to the JSON property `machineType`
2917
+ # @return [String]
2918
+ attr_accessor :machine_type
2919
+
2913
2920
  # Optional. The service account to use for the build. If not set, the default
2914
2921
  # Cloud Build service account for the project will be used.
2915
2922
  # Corresponds to the JSON property `serviceAccount`
@@ -2944,6 +2951,7 @@ module Google
2944
2951
  @buildpack_build = args[:buildpack_build] if args.key?(:buildpack_build)
2945
2952
  @docker_build = args[:docker_build] if args.key?(:docker_build)
2946
2953
  @image_uri = args[:image_uri] if args.key?(:image_uri)
2954
+ @machine_type = args[:machine_type] if args.key?(:machine_type)
2947
2955
  @service_account = args[:service_account] if args.key?(:service_account)
2948
2956
  @storage_source = args[:storage_source] if args.key?(:storage_source)
2949
2957
  @tags = args[:tags] if args.key?(:tags)
@@ -3752,9 +3760,9 @@ module Google
3752
3760
  # @return [String]
3753
3761
  attr_accessor :latest_created_revision
3754
3762
 
3755
- # Output only. Name of the latest revision that is serving traffic. See comments
3756
- # in `reconciling` for additional information on reconciliation process in Cloud
3757
- # Run.
3763
+ # Output only. Name of the latest revision that is serving workloads. See
3764
+ # comments in `reconciling` for additional information on reconciliation process
3765
+ # in Cloud Run.
3758
3766
  # Corresponds to the JSON property `latestReadyRevision`
3759
3767
  # @return [String]
3760
3768
  attr_accessor :latest_ready_revision
@@ -3778,11 +3786,11 @@ module Google
3778
3786
  # @return [String]
3779
3787
  attr_accessor :name
3780
3788
 
3781
- # Output only. The generation of this WorkerPool currently serving traffic. See
3782
- # comments in `reconciling` for additional information on reconciliation process
3783
- # in Cloud Run. Please note that unlike v1, this is an int64 value. As with most
3784
- # Google APIs, its JSON representation will be a `string` instead of an `integer`
3785
- # .
3789
+ # Output only. The generation of this WorkerPool currently serving workloads.
3790
+ # See comments in `reconciling` for additional information on reconciliation
3791
+ # process in Cloud Run. Please note that unlike v1, this is an int64 value. As
3792
+ # with most Google APIs, its JSON representation will be a `string` instead of
3793
+ # an `integer`.
3786
3794
  # Corresponds to the JSON property `observedGeneration`
3787
3795
  # @return [Fixnum]
3788
3796
  attr_accessor :observed_generation
@@ -3792,16 +3800,16 @@ module Google
3792
3800
  # created, or an existing one is updated, Cloud Run will asynchronously perform
3793
3801
  # all necessary steps to bring the WorkerPool to the desired serving state. This
3794
3802
  # process is called reconciliation. While reconciliation is in process, `
3795
- # observed_generation`, `latest_ready_revison`, `traffic_statuses`, and `uri`
3796
- # will have transient values that might mismatch the intended state: Once
3803
+ # observed_generation`, `latest_ready_revison`, `instance_split_statuses`, and `
3804
+ # uri` will have transient values that might mismatch the intended state: Once
3797
3805
  # reconciliation is over (and this field is false), there are two possible
3798
3806
  # outcomes: reconciliation succeeded and the serving state matches the
3799
3807
  # WorkerPool, or there was an error, and reconciliation failed. This state can
3800
3808
  # be found in `terminal_condition.state`. If reconciliation succeeded, the
3801
- # following fields will match: `traffic` and `traffic_statuses`, `
3809
+ # following fields will match: `instance_splits` and `instance_split_statuses`, `
3802
3810
  # observed_generation` and `generation`, `latest_ready_revision` and `
3803
- # latest_created_revision`. If reconciliation failed, `traffic_statuses`, `
3804
- # observed_generation`, and `latest_ready_revision` will have the state of the
3811
+ # latest_created_revision`. If reconciliation failed, `instance_split_statuses`,
3812
+ # `observed_generation`, and `latest_ready_revision` will have the state of the
3805
3813
  # last serving revision, or empty for newly created WorkerPools. Additional
3806
3814
  # information on the failure can be found in `terminal_condition` and `
3807
3815
  # conditions`.
@@ -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.93.0"
19
+ GEM_VERSION = "0.94.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.18.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20250718"
25
+ REVISION = "20250801"
26
26
  end
27
27
  end
28
28
  end
@@ -1452,6 +1452,7 @@ module Google
1452
1452
  property :docker_build, as: 'dockerBuild', class: Google::Apis::RunV2::GoogleCloudRunV2DockerBuild, decorator: Google::Apis::RunV2::GoogleCloudRunV2DockerBuild::Representation
1453
1453
 
1454
1454
  property :image_uri, as: 'imageUri'
1455
+ property :machine_type, as: 'machineType'
1455
1456
  property :service_account, as: 'serviceAccount'
1456
1457
  property :storage_source, as: 'storageSource', class: Google::Apis::RunV2::GoogleCloudRunV2StorageSource, decorator: Google::Apis::RunV2::GoogleCloudRunV2StorageSource::Representation
1457
1458
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-run_v2
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.93.0
4
+ version: 0.94.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -57,7 +57,7 @@ licenses:
57
57
  metadata:
58
58
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
59
59
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-run_v2/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-run_v2/v0.93.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-run_v2/v0.94.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-run_v2
62
62
  rdoc_options: []
63
63
  require_paths: