google-apis-workloadmanager_v1 0.44.0 → 0.46.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: 0eacec53adec1f20f3bcdafcb8a72e8f4866375b35c7cbad2ae9644fa320803f
4
- data.tar.gz: bae222a3519c73d9d853a9ba6cc77fb232a7ae0d64d432ef62c20df250f67e9d
3
+ metadata.gz: a20686469c10a4412a0d1e7e5516559af39392e8a0ea9e63c64dcd4f28fd28d2
4
+ data.tar.gz: 286662a85e7108d655055dd5057bc9da0fa1f2fd3890349b827f2ce0648fdd05
5
5
  SHA512:
6
- metadata.gz: 491b502f5a2743832175b52e7e142543bc8f7f0e7f9055f7ae24e3282c0d5a53cef55b7934aecd410c26c35cb2d222279499faf032f172a0fa87a9660dab438d
7
- data.tar.gz: 528039f65fbd0d16249328ca0be488eb2904619cc8d57d2de4628dd52cd8b450d1f8122f32307af22abf6e08828d1091ae47b26e84e2779ad6e422614a893ca4
6
+ metadata.gz: 7fea2712fb5f593241c4777ce0cf66a383bf2c904609f22397189275218065ed06a8824afcd01608252fadc37e04a547e90706526043727f05c0a3d89fa64e2e
7
+ data.tar.gz: 4ab817e0482b5d654fd5b3242a2817016bbe5168dfe62427842b4ecab2370e80911d481e7a3b956b987dbcdd42147e388219e7007917f03468126df7d2244725
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-workloadmanager_v1
2
2
 
3
+ ### v0.46.0 (2025-12-14)
4
+
5
+ * Regenerated from discovery document revision 20251112
6
+
7
+ ### v0.45.0 (2025-11-09)
8
+
9
+ * Regenerated from discovery document revision 20251022
10
+
3
11
  ### v0.44.0 (2025-10-12)
4
12
 
5
13
  * Regenerated from discovery document revision 20251001
@@ -1160,8 +1160,9 @@ module Google
1160
1160
  attr_accessor :operations
1161
1161
 
1162
1162
  # Unordered list. Unreachable resources. Populated when the request sets `
1163
- # ListOperationsRequest.return_partial_success` and reads across collections e.g.
1164
- # when attempting to list all resources across all supported locations.
1163
+ # ListOperationsRequest.return_partial_success` and reads across collections.
1164
+ # For example, when attempting to list all resources across all supported
1165
+ # locations.
1165
1166
  # Corresponds to the JSON property `unreachable`
1166
1167
  # @return [Array<String>]
1167
1168
  attr_accessor :unreachable
@@ -2893,7 +2894,7 @@ module Google
2893
2894
  # @return [String]
2894
2895
  attr_accessor :asset
2895
2896
 
2896
- # Details of the violation.
2897
+ # Details of the violation. TODO(b/452163887)
2897
2898
  # Corresponds to the JSON property `observed`
2898
2899
  # @return [Hash<String,String>]
2899
2900
  attr_accessor :observed
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module WorkloadmanagerV1
18
18
  # Version of the google-apis-workloadmanager_v1 gem
19
- GEM_VERSION = "0.44.0"
19
+ GEM_VERSION = "0.46.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 = "20251001"
25
+ REVISION = "20251112"
26
26
  end
27
27
  end
28
28
  end
@@ -87,8 +87,8 @@ module Google
87
87
  # @param [String] name
88
88
  # The resource that owns the locations collection, if applicable.
89
89
  # @param [Array<String>, String] extra_location_types
90
- # Optional. Unless explicitly documented otherwise, don't use this unsupported
91
- # field which is primarily intended for internal usage.
90
+ # Optional. Do not use this field. It is unsupported and is ignored unless
91
+ # explicitly documented otherwise. This is primarily for internal usage.
92
92
  # @param [String] filter
93
93
  # A filter to narrow down results to a preferred subset. The filtering language
94
94
  # accepts strings like `"displayName=tokyo"`, and is documented in more detail
@@ -819,11 +819,12 @@ module Google
819
819
  # The standard list page token.
820
820
  # @param [Boolean] return_partial_success
821
821
  # When set to `true`, operations that are reachable are returned as normal, and
822
- # those that are unreachable are returned in the [ListOperationsResponse.
823
- # unreachable] field. This can only be `true` when reading across collections e.
824
- # g. when `parent` is set to `"projects/example/locations/-"`. This field is not
825
- # by default supported and will result in an `UNIMPLEMENTED` error if set unless
826
- # explicitly documented otherwise in service or product specific documentation.
822
+ # those that are unreachable are returned in the ListOperationsResponse.
823
+ # unreachable field. This can only be `true` when reading across collections.
824
+ # For example, when `parent` is set to `"projects/example/locations/-"`. This
825
+ # field is not supported by default and will result in an `UNIMPLEMENTED` error
826
+ # if set unless explicitly documented otherwise in service or product specific
827
+ # documentation.
827
828
  # @param [String] fields
828
829
  # Selector specifying which fields to include in a partial response.
829
830
  # @param [String] quota_user
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-workloadmanager_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.44.0
4
+ version: 0.46.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-workloadmanager_v1/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-workloadmanager_v1/v0.44.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-workloadmanager_v1/v0.46.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-workloadmanager_v1
62
62
  rdoc_options: []
63
63
  require_paths: