google-apis-compute_alpha 0.74.0 → 0.75.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ace131239de8110386f815e73e11e4e45077d0c83c968e2dd67ff5e067bae510
4
- data.tar.gz: 85fef1bac7c8ade96467b04b1f4bc077a907f7289a85d240d00ce125a3d4ea75
3
+ metadata.gz: 39386bb3a96ef9ec0643c574687bc67aab106f9501dee8c29950fd464e1911f2
4
+ data.tar.gz: 256e19dd25ce51cafc7fc00b2c16cd6b5494579bc1c68403c65e02ed9c6f75e0
5
5
  SHA512:
6
- metadata.gz: 69443a328578efc9474cbd510c08011fb9d48544e7d5c327884dad84c8d040856223610f220d009a3f4d1be6860e4066ea62e574fae589a7630e87cd2e43b8a3
7
- data.tar.gz: 60facae897faa7c60c0eb6671b93992cdadb91aa2ab60da94db5415f2de404d3c479af93370fb90515ae27946c369a26ba42bee8734c581f9acef34c20b50686
6
+ metadata.gz: 5f92e571bcaf4aaf18d6624a6d85c38173614c61b7cd3068b1c59ff498da94142be776ee9a24de32dcd0a00315ce341e7b9c3a8530e32a966bc0058e72d2ded7
7
+ data.tar.gz: 3f1dc56e575fa56da08049678b6d8e00c7d8f6bccdc8e9af5b4815ec41ae6cd522aa54bad6fbc2b8db517f934bb7860ea3289135359af18cd96446a6bcb6985c
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-compute_alpha
2
2
 
3
+ ### v0.75.0 (2023-08-13)
4
+
5
+ * Regenerated from discovery document revision 20230801
6
+
3
7
  ### v0.74.0 (2023-08-06)
4
8
 
5
9
  * Regenerated from discovery document revision 20230725
@@ -11995,22 +11995,22 @@ module Google
11995
11995
  # evaluates to `true`. A condition can add constraints based on attributes of
11996
11996
  # the request, the resource, or both. To learn which resources support
11997
11997
  # conditions in their IAM policies, see the [IAM documentation](https://cloud.
11998
- # google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
11998
+ # google.com/iam/help/conditions/resource-policies). **JSON example:** ``` ` "
11999
11999
  # bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
12000
12000
  # "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
12001
12001
  # serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
12002
12002
  # roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
12003
12003
  # ], "condition": ` "title": "expirable access", "description": "Does not grant
12004
12004
  # access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:
12005
- # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:**
12006
- # bindings: - members: - user:mike@example.com - group:admins@example.com -
12007
- # domain:google.com - serviceAccount:my-project-id@appspot.gserviceaccount.com
12008
- # role: roles/resourcemanager.organizationAdmin - members: - user:eve@example.
12009
- # com role: roles/resourcemanager.organizationViewer condition: title: expirable
12010
- # access description: Does not grant access after Sep 2020 expression: request.
12011
- # time < timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For
12012
- # a description of IAM and its features, see the [IAM documentation](https://
12013
- # cloud.google.com/iam/docs/).
12005
+ # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` ``` **YAML
12006
+ # example:** ``` bindings: - members: - user:mike@example.com - group:admins@
12007
+ # example.com - domain:google.com - serviceAccount:my-project-id@appspot.
12008
+ # gserviceaccount.com role: roles/resourcemanager.organizationAdmin - members: -
12009
+ # user:eve@example.com role: roles/resourcemanager.organizationViewer condition:
12010
+ # title: expirable access description: Does not grant access after Sep 2020
12011
+ # expression: request.time < timestamp('2020-10-01T00:00:00.000Z') etag:
12012
+ # BwWWja0YfJA= version: 3 ``` For a description of IAM and its features, see the
12013
+ # [IAM documentation](https://cloud.google.com/iam/docs/).
12014
12014
  # Corresponds to the JSON property `policy`
12015
12015
  # @return [Google::Apis::ComputeAlpha::Policy]
12016
12016
  attr_accessor :policy
@@ -12088,22 +12088,22 @@ module Google
12088
12088
  # evaluates to `true`. A condition can add constraints based on attributes of
12089
12089
  # the request, the resource, or both. To learn which resources support
12090
12090
  # conditions in their IAM policies, see the [IAM documentation](https://cloud.
12091
- # google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
12091
+ # google.com/iam/help/conditions/resource-policies). **JSON example:** ``` ` "
12092
12092
  # bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
12093
12093
  # "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
12094
12094
  # serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
12095
12095
  # roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
12096
12096
  # ], "condition": ` "title": "expirable access", "description": "Does not grant
12097
12097
  # access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:
12098
- # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:**
12099
- # bindings: - members: - user:mike@example.com - group:admins@example.com -
12100
- # domain:google.com - serviceAccount:my-project-id@appspot.gserviceaccount.com
12101
- # role: roles/resourcemanager.organizationAdmin - members: - user:eve@example.
12102
- # com role: roles/resourcemanager.organizationViewer condition: title: expirable
12103
- # access description: Does not grant access after Sep 2020 expression: request.
12104
- # time < timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For
12105
- # a description of IAM and its features, see the [IAM documentation](https://
12106
- # cloud.google.com/iam/docs/).
12098
+ # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` ``` **YAML
12099
+ # example:** ``` bindings: - members: - user:mike@example.com - group:admins@
12100
+ # example.com - domain:google.com - serviceAccount:my-project-id@appspot.
12101
+ # gserviceaccount.com role: roles/resourcemanager.organizationAdmin - members: -
12102
+ # user:eve@example.com role: roles/resourcemanager.organizationViewer condition:
12103
+ # title: expirable access description: Does not grant access after Sep 2020
12104
+ # expression: request.time < timestamp('2020-10-01T00:00:00.000Z') etag:
12105
+ # BwWWja0YfJA= version: 3 ``` For a description of IAM and its features, see the
12106
+ # [IAM documentation](https://cloud.google.com/iam/docs/).
12107
12107
  # Corresponds to the JSON property `policy`
12108
12108
  # @return [Google::Apis::ComputeAlpha::Policy]
12109
12109
  attr_accessor :policy
@@ -19749,9 +19749,9 @@ module Google
19749
19749
 
19750
19750
  # A metadata key/value map. The total size of all keys and values must be less
19751
19751
  # than 512KB.
19752
- # Corresponds to the JSON property `metadatas`
19752
+ # Corresponds to the JSON property `metadata`
19753
19753
  # @return [Hash<String,String>]
19754
- attr_accessor :metadatas
19754
+ attr_accessor :metadata
19755
19755
 
19756
19756
  def initialize(**args)
19757
19757
  update!(**args)
@@ -19760,7 +19760,7 @@ module Google
19760
19760
  # Update properties of this object
19761
19761
  def update!(**args)
19762
19762
  @kind = args[:kind] if args.key?(:kind)
19763
- @metadatas = args[:metadatas] if args.key?(:metadatas)
19763
+ @metadata = args[:metadata] if args.key?(:metadata)
19764
19764
  end
19765
19765
  end
19766
19766
 
@@ -33099,22 +33099,22 @@ module Google
33099
33099
  # evaluates to `true`. A condition can add constraints based on attributes of
33100
33100
  # the request, the resource, or both. To learn which resources support
33101
33101
  # conditions in their IAM policies, see the [IAM documentation](https://cloud.
33102
- # google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
33102
+ # google.com/iam/help/conditions/resource-policies). **JSON example:** ``` ` "
33103
33103
  # bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
33104
33104
  # "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
33105
33105
  # serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
33106
33106
  # roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
33107
33107
  # ], "condition": ` "title": "expirable access", "description": "Does not grant
33108
33108
  # access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:
33109
- # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:**
33110
- # bindings: - members: - user:mike@example.com - group:admins@example.com -
33111
- # domain:google.com - serviceAccount:my-project-id@appspot.gserviceaccount.com
33112
- # role: roles/resourcemanager.organizationAdmin - members: - user:eve@example.
33113
- # com role: roles/resourcemanager.organizationViewer condition: title: expirable
33114
- # access description: Does not grant access after Sep 2020 expression: request.
33115
- # time < timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For
33116
- # a description of IAM and its features, see the [IAM documentation](https://
33117
- # cloud.google.com/iam/docs/).
33109
+ # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` ``` **YAML
33110
+ # example:** ``` bindings: - members: - user:mike@example.com - group:admins@
33111
+ # example.com - domain:google.com - serviceAccount:my-project-id@appspot.
33112
+ # gserviceaccount.com role: roles/resourcemanager.organizationAdmin - members: -
33113
+ # user:eve@example.com role: roles/resourcemanager.organizationViewer condition:
33114
+ # title: expirable access description: Does not grant access after Sep 2020
33115
+ # expression: request.time < timestamp('2020-10-01T00:00:00.000Z') etag:
33116
+ # BwWWja0YfJA= version: 3 ``` For a description of IAM and its features, see the
33117
+ # [IAM documentation](https://cloud.google.com/iam/docs/).
33118
33118
  class Policy
33119
33119
  include Google::Apis::Core::Hashable
33120
33120
 
@@ -37060,22 +37060,22 @@ module Google
37060
37060
  # evaluates to `true`. A condition can add constraints based on attributes of
37061
37061
  # the request, the resource, or both. To learn which resources support
37062
37062
  # conditions in their IAM policies, see the [IAM documentation](https://cloud.
37063
- # google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
37063
+ # google.com/iam/help/conditions/resource-policies). **JSON example:** ``` ` "
37064
37064
  # bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
37065
37065
  # "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
37066
37066
  # serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
37067
37067
  # roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
37068
37068
  # ], "condition": ` "title": "expirable access", "description": "Does not grant
37069
37069
  # access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:
37070
- # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:**
37071
- # bindings: - members: - user:mike@example.com - group:admins@example.com -
37072
- # domain:google.com - serviceAccount:my-project-id@appspot.gserviceaccount.com
37073
- # role: roles/resourcemanager.organizationAdmin - members: - user:eve@example.
37074
- # com role: roles/resourcemanager.organizationViewer condition: title: expirable
37075
- # access description: Does not grant access after Sep 2020 expression: request.
37076
- # time < timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For
37077
- # a description of IAM and its features, see the [IAM documentation](https://
37078
- # cloud.google.com/iam/docs/).
37070
+ # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` ``` **YAML
37071
+ # example:** ``` bindings: - members: - user:mike@example.com - group:admins@
37072
+ # example.com - domain:google.com - serviceAccount:my-project-id@appspot.
37073
+ # gserviceaccount.com role: roles/resourcemanager.organizationAdmin - members: -
37074
+ # user:eve@example.com role: roles/resourcemanager.organizationViewer condition:
37075
+ # title: expirable access description: Does not grant access after Sep 2020
37076
+ # expression: request.time < timestamp('2020-10-01T00:00:00.000Z') etag:
37077
+ # BwWWja0YfJA= version: 3 ``` For a description of IAM and its features, see the
37078
+ # [IAM documentation](https://cloud.google.com/iam/docs/).
37079
37079
  # Corresponds to the JSON property `policy`
37080
37080
  # @return [Google::Apis::ComputeAlpha::Policy]
37081
37081
  attr_accessor :policy
@@ -38191,6 +38191,11 @@ module Google
38191
38191
  # @return [String]
38192
38192
  attr_accessor :scope
38193
38193
 
38194
+ # Specifies the number of slices in a multislice workload.
38195
+ # Corresponds to the JSON property `sliceCount`
38196
+ # @return [Fixnum]
38197
+ attr_accessor :slice_count
38198
+
38194
38199
  # Specifies instances to hosts placement relationship
38195
38200
  # Corresponds to the JSON property `style`
38196
38201
  # @return [String]
@@ -38219,6 +38224,7 @@ module Google
38219
38224
  @locality = args[:locality] if args.key?(:locality)
38220
38225
  @max_distance = args[:max_distance] if args.key?(:max_distance)
38221
38226
  @scope = args[:scope] if args.key?(:scope)
38227
+ @slice_count = args[:slice_count] if args.key?(:slice_count)
38222
38228
  @style = args[:style] if args.key?(:style)
38223
38229
  @tpu_topology = args[:tpu_topology] if args.key?(:tpu_topology)
38224
38230
  @vm_count = args[:vm_count] if args.key?(:vm_count)
@@ -38936,7 +38942,9 @@ module Google
38936
38942
  attr_accessor :description
38937
38943
 
38938
38944
  # The destination range of outgoing packets that this route applies to. Both
38939
- # IPv4 and IPv6 are supported.
38945
+ # IPv4 and IPv6 are supported. Must specify an IPv4 range (e.g. 192.0.2.0/24) or
38946
+ # an IPv6 range in RFC 4291 format (e.g. 2001:db8::/32). IPv6 range will be
38947
+ # displayed using RFC 5952 compressed format.
38940
38948
  # Corresponds to the JSON property `destRange`
38941
38949
  # @return [String]
38942
38950
  attr_accessor :dest_range
@@ -39010,7 +39018,11 @@ module Google
39010
39018
  attr_accessor :next_hop_interconnect_attachment
39011
39019
 
39012
39020
  # The network IP address of an instance that should handle matching packets.
39013
- # Only IPv4 is supported.
39021
+ # Both IPv6 address and IPv4 addresses are supported. Must specify an IPv4
39022
+ # address in dot-decimal notation (e.g. 192.0.2.99) or an IPv6 address in RFC
39023
+ # 4291 format (e.g. 2001:db8::2d9:51:0:0 or 2001:db8:0:0:2d9:51:0:0). IPv6
39024
+ # addresses will be displayed using RFC 5952 compressed format (e.g. 2001:db8::
39025
+ # 2d9:51:0:0). Should never be an IPv4-mapped IPv6 address.
39014
39026
  # Corresponds to the JSON property `nextHopIp`
39015
39027
  # @return [String]
39016
39028
  attr_accessor :next_hop_ip
@@ -55130,22 +55142,22 @@ module Google
55130
55142
  # evaluates to `true`. A condition can add constraints based on attributes of
55131
55143
  # the request, the resource, or both. To learn which resources support
55132
55144
  # conditions in their IAM policies, see the [IAM documentation](https://cloud.
55133
- # google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
55145
+ # google.com/iam/help/conditions/resource-policies). **JSON example:** ``` ` "
55134
55146
  # bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
55135
55147
  # "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
55136
55148
  # serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
55137
55149
  # roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
55138
55150
  # ], "condition": ` "title": "expirable access", "description": "Does not grant
55139
55151
  # access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:
55140
- # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:**
55141
- # bindings: - members: - user:mike@example.com - group:admins@example.com -
55142
- # domain:google.com - serviceAccount:my-project-id@appspot.gserviceaccount.com
55143
- # role: roles/resourcemanager.organizationAdmin - members: - user:eve@example.
55144
- # com role: roles/resourcemanager.organizationViewer condition: title: expirable
55145
- # access description: Does not grant access after Sep 2020 expression: request.
55146
- # time < timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For
55147
- # a description of IAM and its features, see the [IAM documentation](https://
55148
- # cloud.google.com/iam/docs/).
55152
+ # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` ``` **YAML
55153
+ # example:** ``` bindings: - members: - user:mike@example.com - group:admins@
55154
+ # example.com - domain:google.com - serviceAccount:my-project-id@appspot.
55155
+ # gserviceaccount.com role: roles/resourcemanager.organizationAdmin - members: -
55156
+ # user:eve@example.com role: roles/resourcemanager.organizationViewer condition:
55157
+ # title: expirable access description: Does not grant access after Sep 2020
55158
+ # expression: request.time < timestamp('2020-10-01T00:00:00.000Z') etag:
55159
+ # BwWWja0YfJA= version: 3 ``` For a description of IAM and its features, see the
55160
+ # [IAM documentation](https://cloud.google.com/iam/docs/).
55149
55161
  # Corresponds to the JSON property `policy`
55150
55162
  # @return [Google::Apis::ComputeAlpha::Policy]
55151
55163
  attr_accessor :policy
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module ComputeAlpha
18
18
  # Version of the google-apis-compute_alpha gem
19
- GEM_VERSION = "0.74.0"
19
+ GEM_VERSION = "0.75.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.12.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20230725"
25
+ REVISION = "20230801"
26
26
  end
27
27
  end
28
28
  end
@@ -11889,7 +11889,7 @@ module Google
11889
11889
  # @private
11890
11890
  class Representation < Google::Apis::Core::JsonRepresentation
11891
11891
  property :kind, as: 'kind'
11892
- hash :metadatas, as: 'metadatas'
11892
+ hash :metadata, as: 'metadata'
11893
11893
  end
11894
11894
  end
11895
11895
 
@@ -16648,6 +16648,7 @@ module Google
16648
16648
  property :locality, as: 'locality'
16649
16649
  property :max_distance, as: 'maxDistance'
16650
16650
  property :scope, as: 'scope'
16651
+ property :slice_count, as: 'sliceCount'
16651
16652
  property :style, as: 'style'
16652
16653
  property :tpu_topology, as: 'tpuTopology'
16653
16654
  property :vm_count, as: 'vmCount'
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-compute_alpha
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.74.0
4
+ version: 0.75.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: 2023-08-06 00:00:00.000000000 Z
11
+ date: 2023-08-13 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-compute_alpha/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-compute_alpha/v0.74.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-compute_alpha/v0.75.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-compute_alpha
63
63
  post_install_message:
64
64
  rdoc_options: []