google-apis-compute_v1 0.75.0 → 0.76.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/CHANGELOG.md +4 -0
- data/lib/google/apis/compute_v1/classes.rb +58 -52
- data/lib/google/apis/compute_v1/gem_version.rb +2 -2
- 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: 2b6658e38a18dda884d4123b28b848085efd4cc650d753d114b1ebc30a4c7d3a
|
|
4
|
+
data.tar.gz: 811578d9a6ceba6fe86a88201d94d16d1d9a4974e4d64d0936d709b8063bc372
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 8545b9f67e975ad5e8cec26d9d588666935b32b486719301c3ac35f4a94f7d66b36aa8d73b883d3f7c194b3201fb8836ece0e02d580ba385d116f346d9801020
|
|
7
|
+
data.tar.gz: 75a15e2d2995614e1058d2022ca72c03ebb67d11c2f0936da317ff7c5938938bbc2a830ebad4c8a62ab1cd7d7f4847a2b3fda830d6391fe213b7fc87205522f1
|
data/CHANGELOG.md
CHANGED
|
@@ -10018,22 +10018,22 @@ module Google
|
|
|
10018
10018
|
# evaluates to `true`. A condition can add constraints based on attributes of
|
|
10019
10019
|
# the request, the resource, or both. To learn which resources support
|
|
10020
10020
|
# conditions in their IAM policies, see the [IAM documentation](https://cloud.
|
|
10021
|
-
# google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
|
|
10021
|
+
# google.com/iam/help/conditions/resource-policies). **JSON example:** ``` ` "
|
|
10022
10022
|
# bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
|
|
10023
10023
|
# "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
|
|
10024
10024
|
# serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
|
|
10025
10025
|
# roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
|
|
10026
10026
|
# ], "condition": ` "title": "expirable access", "description": "Does not grant
|
|
10027
10027
|
# access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:
|
|
10028
|
-
# 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML
|
|
10029
|
-
# bindings: - members: - user:mike@example.com - group:admins@
|
|
10030
|
-
# domain:google.com - serviceAccount:my-project-id@appspot.
|
|
10031
|
-
# role: roles/resourcemanager.organizationAdmin - members: -
|
|
10032
|
-
# com role: roles/resourcemanager.organizationViewer condition:
|
|
10033
|
-
# access description: Does not grant access after Sep 2020
|
|
10034
|
-
# time < timestamp('2020-10-01T00:00:00.000Z') etag:
|
|
10035
|
-
# a description of IAM and its features, see the
|
|
10036
|
-
# cloud.google.com/iam/docs/).
|
|
10028
|
+
# 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` ``` **YAML
|
|
10029
|
+
# example:** ``` bindings: - members: - user:mike@example.com - group:admins@
|
|
10030
|
+
# example.com - domain:google.com - serviceAccount:my-project-id@appspot.
|
|
10031
|
+
# gserviceaccount.com role: roles/resourcemanager.organizationAdmin - members: -
|
|
10032
|
+
# user:eve@example.com role: roles/resourcemanager.organizationViewer condition:
|
|
10033
|
+
# title: expirable access description: Does not grant access after Sep 2020
|
|
10034
|
+
# expression: request.time < timestamp('2020-10-01T00:00:00.000Z') etag:
|
|
10035
|
+
# BwWWja0YfJA= version: 3 ``` For a description of IAM and its features, see the
|
|
10036
|
+
# [IAM documentation](https://cloud.google.com/iam/docs/).
|
|
10037
10037
|
# Corresponds to the JSON property `policy`
|
|
10038
10038
|
# @return [Google::Apis::ComputeV1::Policy]
|
|
10039
10039
|
attr_accessor :policy
|
|
@@ -10111,22 +10111,22 @@ module Google
|
|
|
10111
10111
|
# evaluates to `true`. A condition can add constraints based on attributes of
|
|
10112
10112
|
# the request, the resource, or both. To learn which resources support
|
|
10113
10113
|
# conditions in their IAM policies, see the [IAM documentation](https://cloud.
|
|
10114
|
-
# google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
|
|
10114
|
+
# google.com/iam/help/conditions/resource-policies). **JSON example:** ``` ` "
|
|
10115
10115
|
# bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
|
|
10116
10116
|
# "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
|
|
10117
10117
|
# serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
|
|
10118
10118
|
# roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
|
|
10119
10119
|
# ], "condition": ` "title": "expirable access", "description": "Does not grant
|
|
10120
10120
|
# access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:
|
|
10121
|
-
# 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML
|
|
10122
|
-
# bindings: - members: - user:mike@example.com - group:admins@
|
|
10123
|
-
# domain:google.com - serviceAccount:my-project-id@appspot.
|
|
10124
|
-
# role: roles/resourcemanager.organizationAdmin - members: -
|
|
10125
|
-
# com role: roles/resourcemanager.organizationViewer condition:
|
|
10126
|
-
# access description: Does not grant access after Sep 2020
|
|
10127
|
-
# time < timestamp('2020-10-01T00:00:00.000Z') etag:
|
|
10128
|
-
# a description of IAM and its features, see the
|
|
10129
|
-
# cloud.google.com/iam/docs/).
|
|
10121
|
+
# 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` ``` **YAML
|
|
10122
|
+
# example:** ``` bindings: - members: - user:mike@example.com - group:admins@
|
|
10123
|
+
# example.com - domain:google.com - serviceAccount:my-project-id@appspot.
|
|
10124
|
+
# gserviceaccount.com role: roles/resourcemanager.organizationAdmin - members: -
|
|
10125
|
+
# user:eve@example.com role: roles/resourcemanager.organizationViewer condition:
|
|
10126
|
+
# title: expirable access description: Does not grant access after Sep 2020
|
|
10127
|
+
# expression: request.time < timestamp('2020-10-01T00:00:00.000Z') etag:
|
|
10128
|
+
# BwWWja0YfJA= version: 3 ``` For a description of IAM and its features, see the
|
|
10129
|
+
# [IAM documentation](https://cloud.google.com/iam/docs/).
|
|
10130
10130
|
# Corresponds to the JSON property `policy`
|
|
10131
10131
|
# @return [Google::Apis::ComputeV1::Policy]
|
|
10132
10132
|
attr_accessor :policy
|
|
@@ -27256,22 +27256,22 @@ module Google
|
|
|
27256
27256
|
# evaluates to `true`. A condition can add constraints based on attributes of
|
|
27257
27257
|
# the request, the resource, or both. To learn which resources support
|
|
27258
27258
|
# conditions in their IAM policies, see the [IAM documentation](https://cloud.
|
|
27259
|
-
# google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
|
|
27259
|
+
# google.com/iam/help/conditions/resource-policies). **JSON example:** ``` ` "
|
|
27260
27260
|
# bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
|
|
27261
27261
|
# "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
|
|
27262
27262
|
# serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
|
|
27263
27263
|
# roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
|
|
27264
27264
|
# ], "condition": ` "title": "expirable access", "description": "Does not grant
|
|
27265
27265
|
# access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:
|
|
27266
|
-
# 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML
|
|
27267
|
-
# bindings: - members: - user:mike@example.com - group:admins@
|
|
27268
|
-
# domain:google.com - serviceAccount:my-project-id@appspot.
|
|
27269
|
-
# role: roles/resourcemanager.organizationAdmin - members: -
|
|
27270
|
-
# com role: roles/resourcemanager.organizationViewer condition:
|
|
27271
|
-
# access description: Does not grant access after Sep 2020
|
|
27272
|
-
# time < timestamp('2020-10-01T00:00:00.000Z') etag:
|
|
27273
|
-
# a description of IAM and its features, see the
|
|
27274
|
-
# cloud.google.com/iam/docs/).
|
|
27266
|
+
# 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` ``` **YAML
|
|
27267
|
+
# example:** ``` bindings: - members: - user:mike@example.com - group:admins@
|
|
27268
|
+
# example.com - domain:google.com - serviceAccount:my-project-id@appspot.
|
|
27269
|
+
# gserviceaccount.com role: roles/resourcemanager.organizationAdmin - members: -
|
|
27270
|
+
# user:eve@example.com role: roles/resourcemanager.organizationViewer condition:
|
|
27271
|
+
# title: expirable access description: Does not grant access after Sep 2020
|
|
27272
|
+
# expression: request.time < timestamp('2020-10-01T00:00:00.000Z') etag:
|
|
27273
|
+
# BwWWja0YfJA= version: 3 ``` For a description of IAM and its features, see the
|
|
27274
|
+
# [IAM documentation](https://cloud.google.com/iam/docs/).
|
|
27275
27275
|
class Policy
|
|
27276
27276
|
include Google::Apis::Core::Hashable
|
|
27277
27277
|
|
|
@@ -30057,22 +30057,22 @@ module Google
|
|
|
30057
30057
|
# evaluates to `true`. A condition can add constraints based on attributes of
|
|
30058
30058
|
# the request, the resource, or both. To learn which resources support
|
|
30059
30059
|
# conditions in their IAM policies, see the [IAM documentation](https://cloud.
|
|
30060
|
-
# google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
|
|
30060
|
+
# google.com/iam/help/conditions/resource-policies). **JSON example:** ``` ` "
|
|
30061
30061
|
# bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
|
|
30062
30062
|
# "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
|
|
30063
30063
|
# serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
|
|
30064
30064
|
# roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
|
|
30065
30065
|
# ], "condition": ` "title": "expirable access", "description": "Does not grant
|
|
30066
30066
|
# access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:
|
|
30067
|
-
# 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML
|
|
30068
|
-
# bindings: - members: - user:mike@example.com - group:admins@
|
|
30069
|
-
# domain:google.com - serviceAccount:my-project-id@appspot.
|
|
30070
|
-
# role: roles/resourcemanager.organizationAdmin - members: -
|
|
30071
|
-
# com role: roles/resourcemanager.organizationViewer condition:
|
|
30072
|
-
# access description: Does not grant access after Sep 2020
|
|
30073
|
-
# time < timestamp('2020-10-01T00:00:00.000Z') etag:
|
|
30074
|
-
# a description of IAM and its features, see the
|
|
30075
|
-
# cloud.google.com/iam/docs/).
|
|
30067
|
+
# 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` ``` **YAML
|
|
30068
|
+
# example:** ``` bindings: - members: - user:mike@example.com - group:admins@
|
|
30069
|
+
# example.com - domain:google.com - serviceAccount:my-project-id@appspot.
|
|
30070
|
+
# gserviceaccount.com role: roles/resourcemanager.organizationAdmin - members: -
|
|
30071
|
+
# user:eve@example.com role: roles/resourcemanager.organizationViewer condition:
|
|
30072
|
+
# title: expirable access description: Does not grant access after Sep 2020
|
|
30073
|
+
# expression: request.time < timestamp('2020-10-01T00:00:00.000Z') etag:
|
|
30074
|
+
# BwWWja0YfJA= version: 3 ``` For a description of IAM and its features, see the
|
|
30075
|
+
# [IAM documentation](https://cloud.google.com/iam/docs/).
|
|
30076
30076
|
# Corresponds to the JSON property `policy`
|
|
30077
30077
|
# @return [Google::Apis::ComputeV1::Policy]
|
|
30078
30078
|
attr_accessor :policy
|
|
@@ -31652,7 +31652,9 @@ module Google
|
|
|
31652
31652
|
attr_accessor :description
|
|
31653
31653
|
|
|
31654
31654
|
# The destination range of outgoing packets that this route applies to. Both
|
|
31655
|
-
# IPv4 and IPv6 are supported.
|
|
31655
|
+
# IPv4 and IPv6 are supported. Must specify an IPv4 range (e.g. 192.0.2.0/24) or
|
|
31656
|
+
# an IPv6 range in RFC 4291 format (e.g. 2001:db8::/32). IPv6 range will be
|
|
31657
|
+
# displayed using RFC 5952 compressed format.
|
|
31656
31658
|
# Corresponds to the JSON property `destRange`
|
|
31657
31659
|
# @return [String]
|
|
31658
31660
|
attr_accessor :dest_range
|
|
@@ -31713,7 +31715,11 @@ module Google
|
|
|
31713
31715
|
attr_accessor :next_hop_instance
|
|
31714
31716
|
|
|
31715
31717
|
# The network IP address of an instance that should handle matching packets.
|
|
31716
|
-
#
|
|
31718
|
+
# Both IPv6 address and IPv4 addresses are supported. Must specify an IPv4
|
|
31719
|
+
# address in dot-decimal notation (e.g. 192.0.2.99) or an IPv6 address in RFC
|
|
31720
|
+
# 4291 format (e.g. 2001:db8::2d9:51:0:0 or 2001:db8:0:0:2d9:51:0:0). IPv6
|
|
31721
|
+
# addresses will be displayed using RFC 5952 compressed format (e.g. 2001:db8::
|
|
31722
|
+
# 2d9:51:0:0). Should never be an IPv4-mapped IPv6 address.
|
|
31717
31723
|
# Corresponds to the JSON property `nextHopIp`
|
|
31718
31724
|
# @return [String]
|
|
31719
31725
|
attr_accessor :next_hop_ip
|
|
@@ -45248,22 +45254,22 @@ module Google
|
|
|
45248
45254
|
# evaluates to `true`. A condition can add constraints based on attributes of
|
|
45249
45255
|
# the request, the resource, or both. To learn which resources support
|
|
45250
45256
|
# conditions in their IAM policies, see the [IAM documentation](https://cloud.
|
|
45251
|
-
# google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
|
|
45257
|
+
# google.com/iam/help/conditions/resource-policies). **JSON example:** ``` ` "
|
|
45252
45258
|
# bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
|
|
45253
45259
|
# "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
|
|
45254
45260
|
# serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
|
|
45255
45261
|
# roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
|
|
45256
45262
|
# ], "condition": ` "title": "expirable access", "description": "Does not grant
|
|
45257
45263
|
# access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:
|
|
45258
|
-
# 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML
|
|
45259
|
-
# bindings: - members: - user:mike@example.com - group:admins@
|
|
45260
|
-
# domain:google.com - serviceAccount:my-project-id@appspot.
|
|
45261
|
-
# role: roles/resourcemanager.organizationAdmin - members: -
|
|
45262
|
-
# com role: roles/resourcemanager.organizationViewer condition:
|
|
45263
|
-
# access description: Does not grant access after Sep 2020
|
|
45264
|
-
# time < timestamp('2020-10-01T00:00:00.000Z') etag:
|
|
45265
|
-
# a description of IAM and its features, see the
|
|
45266
|
-
# cloud.google.com/iam/docs/).
|
|
45264
|
+
# 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` ``` **YAML
|
|
45265
|
+
# example:** ``` bindings: - members: - user:mike@example.com - group:admins@
|
|
45266
|
+
# example.com - domain:google.com - serviceAccount:my-project-id@appspot.
|
|
45267
|
+
# gserviceaccount.com role: roles/resourcemanager.organizationAdmin - members: -
|
|
45268
|
+
# user:eve@example.com role: roles/resourcemanager.organizationViewer condition:
|
|
45269
|
+
# title: expirable access description: Does not grant access after Sep 2020
|
|
45270
|
+
# expression: request.time < timestamp('2020-10-01T00:00:00.000Z') etag:
|
|
45271
|
+
# BwWWja0YfJA= version: 3 ``` For a description of IAM and its features, see the
|
|
45272
|
+
# [IAM documentation](https://cloud.google.com/iam/docs/).
|
|
45267
45273
|
# Corresponds to the JSON property `policy`
|
|
45268
45274
|
# @return [Google::Apis::ComputeV1::Policy]
|
|
45269
45275
|
attr_accessor :policy
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module ComputeV1
|
|
18
18
|
# Version of the google-apis-compute_v1 gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.76.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 = "
|
|
25
|
+
REVISION = "20230801"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-apis-compute_v1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.76.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-
|
|
11
|
+
date: 2023-08-20 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_v1/CHANGELOG.md
|
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-compute_v1/v0.
|
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-compute_v1/v0.76.0
|
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-compute_v1
|
|
63
63
|
post_install_message:
|
|
64
64
|
rdoc_options: []
|