google-cloud-assured_workloads-v1beta1 0.20.1 → 0.21.1

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: 4ad800008b0989435c18720f51e89e8ada89be201dc21b4b40d86f1f9892cb87
4
- data.tar.gz: 5dd0d42fcc03330c6dc3154731cf926742bf9e7b5543de31e4acfc5157a88c2f
3
+ metadata.gz: f4dbc2c93ce08b48b30d47aa6da65a452734f60763ca5f938f38ac57259fb830
4
+ data.tar.gz: e9849fc407bc872693270ac33416b36dbaa02393fa72f9a74a82ce6bbd9a6514
5
5
  SHA512:
6
- metadata.gz: b3a302df32b1b49ce4fc2e9a4e4d3cc009b83ddeb0bd3a7501da224182880aae75bbf8da99c289472970ad87211aeed246bd01dda3a2bf1f767f4b73e1d47ab8
7
- data.tar.gz: c41d57fdb41bf19f7e13e2d8944c6c2c796946938e7127123355fefdf89e2a7920624b5139293967491e88fd80d27be6e6eb776ad414ae517ae6b61b8631036b
6
+ metadata.gz: babd1ef00bd7857e5f1b85292008cdd5f7285668235a03ff25d543d6c3c49805249b24b67ae3a3e7b0ec5605d5f2b52bc49afaa6444ba21d2f5a1be5fb0d4212
7
+ data.tar.gz: 8e45c22db37cbc15a373a5497337f2af5aa0480973cea17c979f37eff511070037a2eac53ddfce6ef19433ea68c77494f993de487257f4d55d580040f165d46d
@@ -706,7 +706,7 @@ module Google
706
706
  # For example:
707
707
  # "organizations/123/locations/us-east1/workloads/assured-workload-1"
708
708
  #
709
- # Note: The following fields are mutually exclusive: `source`, `project`. If a field in that set is populated, all other fields in the set will automatically be cleared.
709
+ # Note: The following parameters are mutually exclusive: `source`, `project`. At most one of these parameters can be set. If more than one is set, only one will be used, and it is not defined which one.
710
710
  # @param project [::String]
711
711
  # The source type is a project. Specify the project's relative resource
712
712
  # name, formatted as either a project number or a project ID:
@@ -715,7 +715,7 @@ module Google
715
715
  # "projects/951040570662" when specifying a project number, or
716
716
  # "projects/my-project-123" when specifying a project ID.
717
717
  #
718
- # Note: The following fields are mutually exclusive: `project`, `source`. If a field in that set is populated, all other fields in the set will automatically be cleared.
718
+ # Note: The following parameters are mutually exclusive: `project`, `source`. At most one of these parameters can be set. If more than one is set, only one will be used, and it is not defined which one.
719
719
  # @param target [::String]
720
720
  # Required. The resource ID of the folder-based destination workload. This workload is
721
721
  # where the source project will hypothetically be moved to. Specify the
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module AssuredWorkloads
23
23
  module V1beta1
24
- VERSION = "0.20.1"
24
+ VERSION = "0.21.1"
25
25
  end
26
26
  end
27
27
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-assured_workloads-v1beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.20.1
4
+ version: 0.21.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -13,22 +13,16 @@ dependencies:
13
13
  name: gapic-common
14
14
  requirement: !ruby/object:Gem::Requirement
15
15
  requirements:
16
- - - ">="
17
- - !ruby/object:Gem::Version
18
- version: 0.25.0
19
- - - "<"
16
+ - - "~>"
20
17
  - !ruby/object:Gem::Version
21
- version: 2.a
18
+ version: '1.0'
22
19
  type: :runtime
23
20
  prerelease: false
24
21
  version_requirements: !ruby/object:Gem::Requirement
25
22
  requirements:
26
- - - ">="
27
- - !ruby/object:Gem::Version
28
- version: 0.25.0
29
- - - "<"
23
+ - - "~>"
30
24
  - !ruby/object:Gem::Version
31
- version: 2.a
25
+ version: '1.0'
32
26
  - !ruby/object:Gem::Dependency
33
27
  name: google-cloud-errors
34
28
  requirement: !ruby/object:Gem::Requirement
@@ -97,14 +91,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
97
91
  requirements:
98
92
  - - ">="
99
93
  - !ruby/object:Gem::Version
100
- version: '3.0'
94
+ version: '3.1'
101
95
  required_rubygems_version: !ruby/object:Gem::Requirement
102
96
  requirements:
103
97
  - - ">="
104
98
  - !ruby/object:Gem::Version
105
99
  version: '0'
106
100
  requirements: []
107
- rubygems_version: 3.6.8
101
+ rubygems_version: 3.6.9
108
102
  specification_version: 4
109
103
  summary: API Client library for the Assured Workloads for Government V1beta1 API
110
104
  test_files: []