google-cloud-compute-v1 2.12.0 → 2.13.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 +4 -4
- data/lib/google/cloud/compute/v1/backend_services/rest/client.rb +1 -1
- data/lib/google/cloud/compute/v1/compute_pb.rb +21 -16
- data/lib/google/cloud/compute/v1/global_operations/rest/client.rb +3 -3
- data/lib/google/cloud/compute/v1/global_organization_operations/rest/client.rb +2 -2
- data/lib/google/cloud/compute/v1/networks/rest/client.rb +1 -1
- data/lib/google/cloud/compute/v1/region_backend_services/rest/client.rb +1 -1
- data/lib/google/cloud/compute/v1/region_operations/rest/client.rb +3 -3
- data/lib/google/cloud/compute/v1/regions/rest/client.rb +2 -2
- data/lib/google/cloud/compute/v1/storage_pools/rest/client.rb +1 -1
- data/lib/google/cloud/compute/v1/version.rb +1 -1
- data/lib/google/cloud/compute/v1/zone_operations/rest/client.rb +3 -3
- data/proto_docs/google/api/client.rb +51 -10
- data/proto_docs/google/api/resource.rb +7 -2
- data/proto_docs/google/cloud/compute/v1/compute.rb +486 -341
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ef99fbb64025d011866705fbc1a2bad390319b5b9fe6ab0f76117a8351ac2fd8
|
4
|
+
data.tar.gz: 0bbc48b3b487fb840b4711fd5bf6acb41d948f3ce125141d88bc6bd41b553914
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c3f7165b2a09d87e560fc4c4d62f9aa4475963aaf7b858e6e2072e288b624eb71408bd1b46864cf41f2ff787f97337558789b6f343fa70f0836b2fa28adaed2a
|
7
|
+
data.tar.gz: 7b1380cba1883f00b9c58accc5825310c8829c1d4a987a20175f40fc7587b2fd6553540a644e6643695f02db9717fcff447aa5e17ea7e5abd28d734ad189cac6
|
@@ -1015,7 +1015,7 @@ module Google
|
|
1015
1015
|
end
|
1016
1016
|
|
1017
1017
|
##
|
1018
|
-
# Retrieves
|
1018
|
+
# Retrieves a list of all usable backend services in the specified project.
|
1019
1019
|
#
|
1020
1020
|
# @overload list_usable(request, options = nil)
|
1021
1021
|
# Pass arguments to `list_usable` via a request object, either of type
|