google-apis-compute_v1 0.75.0 → 0.77.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: 8acb983b82edfe8f8db5863698e1007eb25c941239b61d616c37351746953a69
4
- data.tar.gz: ea30e477c71210d459107bdaba61f0e65552fbb8939342d2d86a12af3d35be7c
3
+ metadata.gz: 992484af235c3975bcee3e3c7f8ae7c4def5d7abc48d26a4853a142a3ee1f362
4
+ data.tar.gz: 01b8ea4e4b096540217a0dad07953649bdfb4f4c0e945204e67f387f8a32112b
5
5
  SHA512:
6
- metadata.gz: 6fff47d24d3ecca2b340c710fc13f4edaa63c2a1e7089f50de4d9ec67f7accb17516025ddf7d2a397b9433b75d079de43ef1616468e74939150c08da0ea3fc03
7
- data.tar.gz: 54a0e4389a54012cd6738bdf6ccda1fea397d8204d4f3b86d4361235ad3761ff4f06aec3998fce29a7a4104410e8da5e51c71bc3d71e4ccda85a0cccacf09361
6
+ metadata.gz: 598a9fda88989fe70e8523fd9a2d80040eff2ae67ba436239e6f198226d5ea46792000a7bef382964334e209f78ff92b5295180f617dd9d7018a961a1995c30f
7
+ data.tar.gz: d4268e21a53aaed102af245bd64af42eec7afd9ec82428d75e08c301c376788a56e8f22e6d1f1d9ba671b889cfb594f147ee40e7521d19b8ef6b6fe4dcac2af4
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-compute_v1
2
2
 
3
+ ### v0.77.0 (2023-08-27)
4
+
5
+ * Regenerated from discovery document revision 20230814
6
+
7
+ ### v0.76.0 (2023-08-13)
8
+
9
+ * Regenerated from discovery document revision 20230801
10
+
3
11
  ### v0.75.0 (2023-08-06)
4
12
 
5
13
  * Regenerated from discovery document revision 20230725
@@ -4930,6 +4930,50 @@ module Google
4930
4930
  end
4931
4931
  end
4932
4932
 
4933
+ #
4934
+ class BulkInsertOperationStatus
4935
+ include Google::Apis::Core::Hashable
4936
+
4937
+ # [Output Only] Count of VMs successfully created so far.
4938
+ # Corresponds to the JSON property `createdVmCount`
4939
+ # @return [Fixnum]
4940
+ attr_accessor :created_vm_count
4941
+
4942
+ # [Output Only] Count of VMs that got deleted during rollback.
4943
+ # Corresponds to the JSON property `deletedVmCount`
4944
+ # @return [Fixnum]
4945
+ attr_accessor :deleted_vm_count
4946
+
4947
+ # [Output Only] Count of VMs that started creating but encountered an error.
4948
+ # Corresponds to the JSON property `failedToCreateVmCount`
4949
+ # @return [Fixnum]
4950
+ attr_accessor :failed_to_create_vm_count
4951
+
4952
+ # [Output Only] Creation status of BulkInsert operation - information if the
4953
+ # flow is rolling forward or rolling back.
4954
+ # Corresponds to the JSON property `status`
4955
+ # @return [String]
4956
+ attr_accessor :status
4957
+
4958
+ # [Output Only] Count of VMs originally planned to be created.
4959
+ # Corresponds to the JSON property `targetVmCount`
4960
+ # @return [Fixnum]
4961
+ attr_accessor :target_vm_count
4962
+
4963
+ def initialize(**args)
4964
+ update!(**args)
4965
+ end
4966
+
4967
+ # Update properties of this object
4968
+ def update!(**args)
4969
+ @created_vm_count = args[:created_vm_count] if args.key?(:created_vm_count)
4970
+ @deleted_vm_count = args[:deleted_vm_count] if args.key?(:deleted_vm_count)
4971
+ @failed_to_create_vm_count = args[:failed_to_create_vm_count] if args.key?(:failed_to_create_vm_count)
4972
+ @status = args[:status] if args.key?(:status)
4973
+ @target_vm_count = args[:target_vm_count] if args.key?(:target_vm_count)
4974
+ end
4975
+ end
4976
+
4933
4977
  #
4934
4978
  class CacheInvalidationRule
4935
4979
  include Google::Apis::Core::Hashable
@@ -6152,7 +6196,7 @@ module Google
6152
6196
  # a persistent disk using the sourceImage, sourceSnapshot, or sourceDisk
6153
6197
  # parameter, or specify it alone to create an empty persistent disk. If you
6154
6198
  # specify this field along with a source, the value of sizeGb must not be less
6155
- # than the size of the source. Acceptable values are 1 to 65536, inclusive.
6199
+ # than the size of the source. Acceptable values are greater than 0.
6156
6200
  # Corresponds to the JSON property `sizeGb`
6157
6201
  # @return [Fixnum]
6158
6202
  attr_accessor :size_gb
@@ -10018,22 +10062,22 @@ module Google
10018
10062
  # evaluates to `true`. A condition can add constraints based on attributes of
10019
10063
  # the request, the resource, or both. To learn which resources support
10020
10064
  # conditions in their IAM policies, see the [IAM documentation](https://cloud.
10021
- # google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
10065
+ # google.com/iam/help/conditions/resource-policies). **JSON example:** ``` ` "
10022
10066
  # bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
10023
10067
  # "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
10024
10068
  # serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
10025
10069
  # roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
10026
10070
  # ], "condition": ` "title": "expirable access", "description": "Does not grant
10027
10071
  # access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:
10028
- # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:**
10029
- # bindings: - members: - user:mike@example.com - group:admins@example.com -
10030
- # domain:google.com - serviceAccount:my-project-id@appspot.gserviceaccount.com
10031
- # role: roles/resourcemanager.organizationAdmin - members: - user:eve@example.
10032
- # com role: roles/resourcemanager.organizationViewer condition: title: expirable
10033
- # access description: Does not grant access after Sep 2020 expression: request.
10034
- # time < timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For
10035
- # a description of IAM and its features, see the [IAM documentation](https://
10036
- # cloud.google.com/iam/docs/).
10072
+ # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` ``` **YAML
10073
+ # example:** ``` bindings: - members: - user:mike@example.com - group:admins@
10074
+ # example.com - domain:google.com - serviceAccount:my-project-id@appspot.
10075
+ # gserviceaccount.com role: roles/resourcemanager.organizationAdmin - members: -
10076
+ # user:eve@example.com role: roles/resourcemanager.organizationViewer condition:
10077
+ # title: expirable access description: Does not grant access after Sep 2020
10078
+ # expression: request.time < timestamp('2020-10-01T00:00:00.000Z') etag:
10079
+ # BwWWja0YfJA= version: 3 ``` For a description of IAM and its features, see the
10080
+ # [IAM documentation](https://cloud.google.com/iam/docs/).
10037
10081
  # Corresponds to the JSON property `policy`
10038
10082
  # @return [Google::Apis::ComputeV1::Policy]
10039
10083
  attr_accessor :policy
@@ -10111,22 +10155,22 @@ module Google
10111
10155
  # evaluates to `true`. A condition can add constraints based on attributes of
10112
10156
  # the request, the resource, or both. To learn which resources support
10113
10157
  # conditions in their IAM policies, see the [IAM documentation](https://cloud.
10114
- # google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
10158
+ # google.com/iam/help/conditions/resource-policies). **JSON example:** ``` ` "
10115
10159
  # bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
10116
10160
  # "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
10117
10161
  # serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
10118
10162
  # roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
10119
10163
  # ], "condition": ` "title": "expirable access", "description": "Does not grant
10120
10164
  # access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:
10121
- # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:**
10122
- # bindings: - members: - user:mike@example.com - group:admins@example.com -
10123
- # domain:google.com - serviceAccount:my-project-id@appspot.gserviceaccount.com
10124
- # role: roles/resourcemanager.organizationAdmin - members: - user:eve@example.
10125
- # com role: roles/resourcemanager.organizationViewer condition: title: expirable
10126
- # access description: Does not grant access after Sep 2020 expression: request.
10127
- # time < timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For
10128
- # a description of IAM and its features, see the [IAM documentation](https://
10129
- # cloud.google.com/iam/docs/).
10165
+ # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` ``` **YAML
10166
+ # example:** ``` bindings: - members: - user:mike@example.com - group:admins@
10167
+ # example.com - domain:google.com - serviceAccount:my-project-id@appspot.
10168
+ # gserviceaccount.com role: roles/resourcemanager.organizationAdmin - members: -
10169
+ # user:eve@example.com role: roles/resourcemanager.organizationViewer condition:
10170
+ # title: expirable access description: Does not grant access after Sep 2020
10171
+ # expression: request.time < timestamp('2020-10-01T00:00:00.000Z') etag:
10172
+ # BwWWja0YfJA= version: 3 ``` For a description of IAM and its features, see the
10173
+ # [IAM documentation](https://cloud.google.com/iam/docs/).
10130
10174
  # Corresponds to the JSON property `policy`
10131
10175
  # @return [Google::Apis::ComputeV1::Policy]
10132
10176
  attr_accessor :policy
@@ -16744,6 +16788,26 @@ module Google
16744
16788
  end
16745
16789
  end
16746
16790
 
16791
+ #
16792
+ class InstancesBulkInsertOperationMetadata
16793
+ include Google::Apis::Core::Hashable
16794
+
16795
+ # Status information per location (location name is key). Example key: zones/us-
16796
+ # central1-a
16797
+ # Corresponds to the JSON property `perLocationStatus`
16798
+ # @return [Hash<String,Google::Apis::ComputeV1::BulkInsertOperationStatus>]
16799
+ attr_accessor :per_location_status
16800
+
16801
+ def initialize(**args)
16802
+ update!(**args)
16803
+ end
16804
+
16805
+ # Update properties of this object
16806
+ def update!(**args)
16807
+ @per_location_status = args[:per_location_status] if args.key?(:per_location_status)
16808
+ end
16809
+ end
16810
+
16747
16811
  #
16748
16812
  class InstancesGetEffectiveFirewallsResponse
16749
16813
  include Google::Apis::Core::Hashable
@@ -17549,9 +17613,8 @@ module Google
17549
17613
  attr_accessor :operational_status
17550
17614
 
17551
17615
  # [Output only for type PARTNER. Input only for PARTNER_PROVIDER. Not present
17552
- # for DEDICATED]. The opaque identifier of an PARTNER attachment used to
17553
- # initiate provisioning with a selected partner. Of the form "XXXXX/region/
17554
- # domain"
17616
+ # for DEDICATED]. The opaque identifier of a PARTNER attachment used to initiate
17617
+ # provisioning with a selected partner. Of the form "XXXXX/region/domain"
17555
17618
  # Corresponds to the JSON property `pairingKey`
17556
17619
  # @return [String]
17557
17620
  attr_accessor :pairing_key
@@ -25623,6 +25686,11 @@ module Google
25623
25686
  # @return [String]
25624
25687
  attr_accessor :insert_time
25625
25688
 
25689
+ #
25690
+ # Corresponds to the JSON property `instancesBulkInsertOperationMetadata`
25691
+ # @return [Google::Apis::ComputeV1::InstancesBulkInsertOperationMetadata]
25692
+ attr_accessor :instances_bulk_insert_operation_metadata
25693
+
25626
25694
  # [Output Only] Type of the resource. Always `compute#operation` for Operation
25627
25695
  # resources.
25628
25696
  # Corresponds to the JSON property `kind`
@@ -25735,6 +25803,7 @@ module Google
25735
25803
  @http_error_status_code = args[:http_error_status_code] if args.key?(:http_error_status_code)
25736
25804
  @id = args[:id] if args.key?(:id)
25737
25805
  @insert_time = args[:insert_time] if args.key?(:insert_time)
25806
+ @instances_bulk_insert_operation_metadata = args[:instances_bulk_insert_operation_metadata] if args.key?(:instances_bulk_insert_operation_metadata)
25738
25807
  @kind = args[:kind] if args.key?(:kind)
25739
25808
  @name = args[:name] if args.key?(:name)
25740
25809
  @operation_group_id = args[:operation_group_id] if args.key?(:operation_group_id)
@@ -27256,22 +27325,22 @@ module Google
27256
27325
  # evaluates to `true`. A condition can add constraints based on attributes of
27257
27326
  # the request, the resource, or both. To learn which resources support
27258
27327
  # conditions in their IAM policies, see the [IAM documentation](https://cloud.
27259
- # google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
27328
+ # google.com/iam/help/conditions/resource-policies). **JSON example:** ``` ` "
27260
27329
  # bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
27261
27330
  # "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
27262
27331
  # serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
27263
27332
  # roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
27264
27333
  # ], "condition": ` "title": "expirable access", "description": "Does not grant
27265
27334
  # access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:
27266
- # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:**
27267
- # bindings: - members: - user:mike@example.com - group:admins@example.com -
27268
- # domain:google.com - serviceAccount:my-project-id@appspot.gserviceaccount.com
27269
- # role: roles/resourcemanager.organizationAdmin - members: - user:eve@example.
27270
- # com role: roles/resourcemanager.organizationViewer condition: title: expirable
27271
- # access description: Does not grant access after Sep 2020 expression: request.
27272
- # time < timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For
27273
- # a description of IAM and its features, see the [IAM documentation](https://
27274
- # cloud.google.com/iam/docs/).
27335
+ # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` ``` **YAML
27336
+ # example:** ``` bindings: - members: - user:mike@example.com - group:admins@
27337
+ # example.com - domain:google.com - serviceAccount:my-project-id@appspot.
27338
+ # gserviceaccount.com role: roles/resourcemanager.organizationAdmin - members: -
27339
+ # user:eve@example.com role: roles/resourcemanager.organizationViewer condition:
27340
+ # title: expirable access description: Does not grant access after Sep 2020
27341
+ # expression: request.time < timestamp('2020-10-01T00:00:00.000Z') etag:
27342
+ # BwWWja0YfJA= version: 3 ``` For a description of IAM and its features, see the
27343
+ # [IAM documentation](https://cloud.google.com/iam/docs/).
27275
27344
  class Policy
27276
27345
  include Google::Apis::Core::Hashable
27277
27346
 
@@ -30057,22 +30126,22 @@ module Google
30057
30126
  # evaluates to `true`. A condition can add constraints based on attributes of
30058
30127
  # the request, the resource, or both. To learn which resources support
30059
30128
  # conditions in their IAM policies, see the [IAM documentation](https://cloud.
30060
- # google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
30129
+ # google.com/iam/help/conditions/resource-policies). **JSON example:** ``` ` "
30061
30130
  # bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
30062
30131
  # "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
30063
30132
  # serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
30064
30133
  # roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
30065
30134
  # ], "condition": ` "title": "expirable access", "description": "Does not grant
30066
30135
  # access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:
30067
- # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:**
30068
- # bindings: - members: - user:mike@example.com - group:admins@example.com -
30069
- # domain:google.com - serviceAccount:my-project-id@appspot.gserviceaccount.com
30070
- # role: roles/resourcemanager.organizationAdmin - members: - user:eve@example.
30071
- # com role: roles/resourcemanager.organizationViewer condition: title: expirable
30072
- # access description: Does not grant access after Sep 2020 expression: request.
30073
- # time < timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For
30074
- # a description of IAM and its features, see the [IAM documentation](https://
30075
- # cloud.google.com/iam/docs/).
30136
+ # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` ``` **YAML
30137
+ # example:** ``` bindings: - members: - user:mike@example.com - group:admins@
30138
+ # example.com - domain:google.com - serviceAccount:my-project-id@appspot.
30139
+ # gserviceaccount.com role: roles/resourcemanager.organizationAdmin - members: -
30140
+ # user:eve@example.com role: roles/resourcemanager.organizationViewer condition:
30141
+ # title: expirable access description: Does not grant access after Sep 2020
30142
+ # expression: request.time < timestamp('2020-10-01T00:00:00.000Z') etag:
30143
+ # BwWWja0YfJA= version: 3 ``` For a description of IAM and its features, see the
30144
+ # [IAM documentation](https://cloud.google.com/iam/docs/).
30076
30145
  # Corresponds to the JSON property `policy`
30077
30146
  # @return [Google::Apis::ComputeV1::Policy]
30078
30147
  attr_accessor :policy
@@ -31652,7 +31721,9 @@ module Google
31652
31721
  attr_accessor :description
31653
31722
 
31654
31723
  # The destination range of outgoing packets that this route applies to. Both
31655
- # IPv4 and IPv6 are supported.
31724
+ # IPv4 and IPv6 are supported. Must specify an IPv4 range (e.g. 192.0.2.0/24) or
31725
+ # an IPv6 range in RFC 4291 format (e.g. 2001:db8::/32). IPv6 range will be
31726
+ # displayed using RFC 5952 compressed format.
31656
31727
  # Corresponds to the JSON property `destRange`
31657
31728
  # @return [String]
31658
31729
  attr_accessor :dest_range
@@ -31713,7 +31784,11 @@ module Google
31713
31784
  attr_accessor :next_hop_instance
31714
31785
 
31715
31786
  # The network IP address of an instance that should handle matching packets.
31716
- # Only IPv4 is supported.
31787
+ # Both IPv6 address and IPv4 addresses are supported. Must specify an IPv4
31788
+ # address in dot-decimal notation (e.g. 192.0.2.99) or an IPv6 address in RFC
31789
+ # 4291 format (e.g. 2001:db8::2d9:51:0:0 or 2001:db8:0:0:2d9:51:0:0). IPv6
31790
+ # addresses will be displayed using RFC 5952 compressed format (e.g. 2001:db8::
31791
+ # 2d9:51:0:0). Should never be an IPv4-mapped IPv6 address.
31717
31792
  # Corresponds to the JSON property `nextHopIp`
31718
31793
  # @return [String]
31719
31794
  attr_accessor :next_hop_ip
@@ -32818,8 +32893,9 @@ module Google
32818
32893
  class RouterNat
32819
32894
  include Google::Apis::Core::Hashable
32820
32895
 
32821
- # The network tier to use when automatically reserving IP addresses. Must be one
32822
- # of: PREMIUM, STANDARD. If not specified, PREMIUM tier will be used.
32896
+ # The network tier to use when automatically reserving NAT IP addresses. Must be
32897
+ # one of: PREMIUM, STANDARD. If not specified, then the current project-level
32898
+ # default tier is used.
32823
32899
  # Corresponds to the JSON property `autoNetworkTier`
32824
32900
  # @return [String]
32825
32901
  attr_accessor :auto_network_tier
@@ -44283,12 +44359,12 @@ module Google
44283
44359
  # @return [Fixnum]
44284
44360
  attr_accessor :peer_external_gateway_interface
44285
44361
 
44286
- # URL of the peer side HA GCP VPN gateway to which this VPN tunnel is connected.
44362
+ # URL of the peer side HA VPN gateway to which this VPN tunnel is connected.
44287
44363
  # Provided by the client when the VPN tunnel is created. This field can be used
44288
44364
  # when creating highly available VPN from VPC network to VPC network, the field
44289
44365
  # is exclusive with the field peerExternalGateway. If provided, the VPN tunnel
44290
- # will automatically use the same vpnGatewayInterface ID in the peer GCP VPN
44291
- # gateway.
44366
+ # will automatically use the same vpnGatewayInterface ID in the peer Google
44367
+ # Cloud VPN gateway.
44292
44368
  # Corresponds to the JSON property `peerGcpGateway`
44293
44369
  # @return [String]
44294
44370
  attr_accessor :peer_gcp_gateway
@@ -45248,22 +45324,22 @@ module Google
45248
45324
  # evaluates to `true`. A condition can add constraints based on attributes of
45249
45325
  # the request, the resource, or both. To learn which resources support
45250
45326
  # conditions in their IAM policies, see the [IAM documentation](https://cloud.
45251
- # google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
45327
+ # google.com/iam/help/conditions/resource-policies). **JSON example:** ``` ` "
45252
45328
  # bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
45253
45329
  # "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
45254
45330
  # serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
45255
45331
  # roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
45256
45332
  # ], "condition": ` "title": "expirable access", "description": "Does not grant
45257
45333
  # access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:
45258
- # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:**
45259
- # bindings: - members: - user:mike@example.com - group:admins@example.com -
45260
- # domain:google.com - serviceAccount:my-project-id@appspot.gserviceaccount.com
45261
- # role: roles/resourcemanager.organizationAdmin - members: - user:eve@example.
45262
- # com role: roles/resourcemanager.organizationViewer condition: title: expirable
45263
- # access description: Does not grant access after Sep 2020 expression: request.
45264
- # time < timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For
45265
- # a description of IAM and its features, see the [IAM documentation](https://
45266
- # cloud.google.com/iam/docs/).
45334
+ # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` ``` **YAML
45335
+ # example:** ``` bindings: - members: - user:mike@example.com - group:admins@
45336
+ # example.com - domain:google.com - serviceAccount:my-project-id@appspot.
45337
+ # gserviceaccount.com role: roles/resourcemanager.organizationAdmin - members: -
45338
+ # user:eve@example.com role: roles/resourcemanager.organizationViewer condition:
45339
+ # title: expirable access description: Does not grant access after Sep 2020
45340
+ # expression: request.time < timestamp('2020-10-01T00:00:00.000Z') etag:
45341
+ # BwWWja0YfJA= version: 3 ``` For a description of IAM and its features, see the
45342
+ # [IAM documentation](https://cloud.google.com/iam/docs/).
45267
45343
  # Corresponds to the JSON property `policy`
45268
45344
  # @return [Google::Apis::ComputeV1::Policy]
45269
45345
  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.75.0"
19
+ GEM_VERSION = "0.77.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 = "20230814"
26
26
  end
27
27
  end
28
28
  end
@@ -562,6 +562,12 @@ module Google
562
562
  include Google::Apis::Core::JsonObjectSupport
563
563
  end
564
564
 
565
+ class BulkInsertOperationStatus
566
+ class Representation < Google::Apis::Core::JsonRepresentation; end
567
+
568
+ include Google::Apis::Core::JsonObjectSupport
569
+ end
570
+
565
571
  class CacheInvalidationRule
566
572
  class Representation < Google::Apis::Core::JsonRepresentation; end
567
573
 
@@ -2032,6 +2038,12 @@ module Google
2032
2038
  include Google::Apis::Core::JsonObjectSupport
2033
2039
  end
2034
2040
 
2041
+ class InstancesBulkInsertOperationMetadata
2042
+ class Representation < Google::Apis::Core::JsonRepresentation; end
2043
+
2044
+ include Google::Apis::Core::JsonObjectSupport
2045
+ end
2046
+
2035
2047
  class InstancesGetEffectiveFirewallsResponse
2036
2048
  class Representation < Google::Apis::Core::JsonRepresentation; end
2037
2049
 
@@ -7060,6 +7072,17 @@ module Google
7060
7072
  end
7061
7073
  end
7062
7074
 
7075
+ class BulkInsertOperationStatus
7076
+ # @private
7077
+ class Representation < Google::Apis::Core::JsonRepresentation
7078
+ property :created_vm_count, as: 'createdVmCount'
7079
+ property :deleted_vm_count, as: 'deletedVmCount'
7080
+ property :failed_to_create_vm_count, as: 'failedToCreateVmCount'
7081
+ property :status, as: 'status'
7082
+ property :target_vm_count, as: 'targetVmCount'
7083
+ end
7084
+ end
7085
+
7063
7086
  class CacheInvalidationRule
7064
7087
  # @private
7065
7088
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -9878,6 +9901,14 @@ module Google
9878
9901
  end
9879
9902
  end
9880
9903
 
9904
+ class InstancesBulkInsertOperationMetadata
9905
+ # @private
9906
+ class Representation < Google::Apis::Core::JsonRepresentation
9907
+ hash :per_location_status, as: 'perLocationStatus', class: Google::Apis::ComputeV1::BulkInsertOperationStatus, decorator: Google::Apis::ComputeV1::BulkInsertOperationStatus::Representation
9908
+
9909
+ end
9910
+ end
9911
+
9881
9912
  class InstancesGetEffectiveFirewallsResponse
9882
9913
  # @private
9883
9914
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -12121,6 +12152,8 @@ module Google
12121
12152
  property :http_error_status_code, as: 'httpErrorStatusCode'
12122
12153
  property :id, :numeric_string => true, as: 'id'
12123
12154
  property :insert_time, as: 'insertTime'
12155
+ property :instances_bulk_insert_operation_metadata, as: 'instancesBulkInsertOperationMetadata', class: Google::Apis::ComputeV1::InstancesBulkInsertOperationMetadata, decorator: Google::Apis::ComputeV1::InstancesBulkInsertOperationMetadata::Representation
12156
+
12124
12157
  property :kind, as: 'kind'
12125
12158
  property :name, as: 'name'
12126
12159
  property :operation_group_id, as: 'operationGroupId'
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.75.0
4
+ version: 0.77.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-27 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.75.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-compute_v1/v0.77.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: []
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
75
  - !ruby/object:Gem::Version
76
76
  version: '0'
77
77
  requirements: []
78
- rubygems_version: 3.4.2
78
+ rubygems_version: 3.4.19
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Compute Engine API V1