google-apis-vmmigration_v1 0.52.0 → 0.53.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/google/apis/vmmigration_v1/gem_version.rb +2 -2
- data/lib/google/apis/vmmigration_v1/service.rb +6 -6
- 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: 90bc95250b792b0901fe7439fce91bb58b9b3f4950b4431d4ad240cf81036e85
|
4
|
+
data.tar.gz: 791d73c4a0d95c1324c56299d617a1836b8f8252f3e08eb7053c7d03f2676a90
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7eaf37b525eb88e12460d7c695643e8b713450d4c62db9c0cffdc95ce597379076f8e1b6556ac41937d333c4d316d3815a9980ce3c5c49352f31c7444485b127
|
7
|
+
data.tar.gz: f9b17ed4b8451b5d8d761ccf4333dc3dd0e90794d81884f18d1bf803c39fcb6c8f3e9c8c1e931fb19b1fefb048889a62fd5a1fbfc48af5de3ab993c1e4f16248
|
data/CHANGELOG.md
CHANGED
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module VmmigrationV1
|
18
18
|
# Version of the google-apis-vmmigration_v1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.53.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.15.1"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20240912"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -534,10 +534,10 @@ module Google
|
|
534
534
|
# @param [String] parent
|
535
535
|
# Required. The parent, which owns this collection of targets.
|
536
536
|
# @param [String] filter
|
537
|
-
# Optional. The filter request (according to
|
537
|
+
# Optional. The filter request (according to AIP-160).
|
538
538
|
# @param [String] order_by
|
539
|
-
# Optional. The order by fields for the result (according to
|
540
|
-
#
|
539
|
+
# Optional. The order by fields for the result (according to AIP-132). Currently
|
540
|
+
# ordering is only possible by "name" field.
|
541
541
|
# @param [Fixnum] page_size
|
542
542
|
# Optional. The maximum number of targets to return. The service may return
|
543
543
|
# fewer than this value. If unspecified, at most 500 targets will be returned.
|
@@ -645,10 +645,10 @@ module Google
|
|
645
645
|
# @param [String] parent
|
646
646
|
# Required. The parent, which owns this collection of targets.
|
647
647
|
# @param [String] filter
|
648
|
-
# Optional. The filter request (according to
|
648
|
+
# Optional. The filter request (according to AIP-160).
|
649
649
|
# @param [String] order_by
|
650
|
-
# Optional. The order by fields for the result (according to
|
651
|
-
#
|
650
|
+
# Optional. The order by fields for the result (according to AIP-132). Currently
|
651
|
+
# ordering is only possible by "name" field.
|
652
652
|
# @param [Fixnum] page_size
|
653
653
|
# Optional. The maximum number of targets to return. The service may return
|
654
654
|
# fewer than this value. If unspecified, at most 500 targets will be returned.
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-vmmigration_v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.53.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-09-
|
11
|
+
date: 2024-09-22 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-apis-core
|
@@ -58,7 +58,7 @@ licenses:
|
|
58
58
|
metadata:
|
59
59
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
60
60
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-vmmigration_v1/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-vmmigration_v1/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-vmmigration_v1/v0.53.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-vmmigration_v1
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|