google-cloud-assured_workloads-v1beta1 0.21.0 → 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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f4dbc2c93ce08b48b30d47aa6da65a452734f60763ca5f938f38ac57259fb830
|
4
|
+
data.tar.gz: e9849fc407bc872693270ac33416b36dbaa02393fa72f9a74a82ce6bbd9a6514
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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
|
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
|
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
|
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.21.
|
4
|
+
version: 0.21.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
@@ -98,7 +98,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
98
98
|
- !ruby/object:Gem::Version
|
99
99
|
version: '0'
|
100
100
|
requirements: []
|
101
|
-
rubygems_version: 3.6.
|
101
|
+
rubygems_version: 3.6.9
|
102
102
|
specification_version: 4
|
103
103
|
summary: API Client library for the Assured Workloads for Government V1beta1 API
|
104
104
|
test_files: []
|