google-apis-compute_beta 0.38.0 → 0.39.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: fec9bdde942edadfb5d818e873ccc2fb4d976b2da5b4bb3bad71b84ff834622c
4
- data.tar.gz: 35cce0a5f9b58d7e7e3bdb3591c1e9282228b486d3c46f69d18c6d336b6fc2bc
3
+ metadata.gz: ef6924dbef29ee33b978ecab19050ddbc0e65fae8a001bbc78d2df54e7952ccb
4
+ data.tar.gz: 7a476e44fe780f59cff2ec7eba574d2f267ada86b39eebb7da5a3deae31f557e
5
5
  SHA512:
6
- metadata.gz: 7b9bb9ab9180ec2e3cceba40a48f4b683cff355d8525b37ada807c12cf8015012869ef69ba5164591ea74a473a1218e9ccace9fbed32a983fd4dcff8ab12c707
7
- data.tar.gz: e99640ccecec64618ab9f2ae35fcf8452b64eb3279d45cd242fca1326f1b2530a59648bf47ed7fa8fbb4ad3765b26db10618f276801c7deabd206195e7bc9044
6
+ metadata.gz: e6e7fa628a37c390366b632bd30a201c3fb19514710085b77ac8188981916ab4d8c2b6fc8bf1bb77816eff984ce53fb605d1d6e374b89e5a3435bb8543b1f7ad
7
+ data.tar.gz: 81d83fc0fb1bfe0f4b871a75b61148a9c8b8dc2594c5dfdae01aae5fd924eff5e030550f8152a1eb29651af328ba1e6c84512b708c3b39bbe09d8d1585625de2
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-compute_beta
2
2
 
3
+ ### v0.39.0 (2022-06-23)
4
+
5
+ * Regenerated from discovery document revision 20220614
6
+ * Regenerated using generator version 0.7.0
7
+
3
8
  ### v0.38.0 (2022-06-14)
4
9
 
5
10
  * Regenerated from discovery document revision 20220607
@@ -8802,8 +8802,7 @@ module Google
8802
8802
  attr_accessor :id
8803
8803
 
8804
8804
  # The IP Version that will be used by this forwarding rule. Valid options are
8805
- # IPV4 or IPV6. This can only be specified for an external global forwarding
8806
- # rule.
8805
+ # IPV4 or IPV6.
8807
8806
  # Corresponds to the JSON property `ipVersion`
8808
8807
  # @return [String]
8809
8808
  attr_accessor :ip_version
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module ComputeBeta
18
18
  # Version of the google-apis-compute_beta gem
19
- GEM_VERSION = "0.38.0"
19
+ GEM_VERSION = "0.39.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.6.0"
22
+ GENERATOR_VERSION = "0.7.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220607"
25
+ REVISION = "20220614"
26
26
  end
27
27
  end
28
28
  end
@@ -9911,7 +9911,9 @@ module Google
9911
9911
  # group is performing on the instance. For example, if the group is still
9912
9912
  # creating an instance, the currentAction is CREATING. If a previous action
9913
9913
  # failed, the list displays the errors for that failed action. The orderBy query
9914
- # parameter is not supported.
9914
+ # parameter is not supported. The `pageToken` query parameter is supported only
9915
+ # in the alpha and beta API and only if the group's `listManagedInstancesResults`
9916
+ # field is set to `PAGINATED`.
9915
9917
  # @param [String] project
9916
9918
  # Project ID for this request.
9917
9919
  # @param [String] zone
@@ -26100,6 +26102,9 @@ module Google
26100
26102
  # Lists the instances in the managed instance group and instances that are
26101
26103
  # scheduled to be created. The list includes any current actions that the group
26102
26104
  # has scheduled for its instances. The orderBy query parameter is not supported.
26105
+ # The `pageToken` query parameter is supported only in the alpha and beta API
26106
+ # and only if the group's `listManagedInstancesResults` field is set to `
26107
+ # PAGINATED`.
26103
26108
  # @param [String] project
26104
26109
  # Project ID for this request.
26105
26110
  # @param [String] region
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-compute_beta
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.38.0
4
+ version: 0.39.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: 2022-06-20 00:00:00.000000000 Z
11
+ date: 2022-06-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -16,7 +16,7 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: '0.5'
19
+ version: '0.6'
20
20
  - - "<"
21
21
  - !ruby/object:Gem::Version
22
22
  version: 2.a
@@ -26,7 +26,7 @@ dependencies:
26
26
  requirements:
27
27
  - - ">="
28
28
  - !ruby/object:Gem::Version
29
- version: '0.5'
29
+ version: '0.6'
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
32
  version: 2.a
@@ -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-compute_beta/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-compute_beta/v0.38.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-compute_beta/v0.39.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-compute_beta
63
63
  post_install_message:
64
64
  rdoc_options: []