google-apis-vmwareengine_v1 0.7.0 → 0.9.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.
@@ -162,6 +162,103 @@ module Google
162
162
  execute_or_queue_command(command, &block)
163
163
  end
164
164
 
165
+ # Retrieves a `Announcement` by its resource name.
166
+ # @param [String] name
167
+ # Required. The resource name of the announcement to retrieve. Resource names
168
+ # are schemeless URIs that follow the conventions in https://cloud.google.com/
169
+ # apis/design/resource_names. For example: `projects/my-project/locations/us-
170
+ # west1-a/announcements/announcement-uuid`
171
+ # @param [String] fields
172
+ # Selector specifying which fields to include in a partial response.
173
+ # @param [String] quota_user
174
+ # Available to use for quota purposes for server-side applications. Can be any
175
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
176
+ # @param [Google::Apis::RequestOptions] options
177
+ # Request-specific options
178
+ #
179
+ # @yield [result, err] Result & error if block supplied
180
+ # @yieldparam result [Google::Apis::VmwareengineV1::Announcement] parsed result object
181
+ # @yieldparam err [StandardError] error object if request failed
182
+ #
183
+ # @return [Google::Apis::VmwareengineV1::Announcement]
184
+ #
185
+ # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
186
+ # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
187
+ # @raise [Google::Apis::AuthorizationError] Authorization is required
188
+ def get_project_location_announcement(name, fields: nil, quota_user: nil, options: nil, &block)
189
+ command = make_simple_command(:get, 'v1/{+name}', options)
190
+ command.response_representation = Google::Apis::VmwareengineV1::Announcement::Representation
191
+ command.response_class = Google::Apis::VmwareengineV1::Announcement
192
+ command.params['name'] = name unless name.nil?
193
+ command.query['fields'] = fields unless fields.nil?
194
+ command.query['quotaUser'] = quota_user unless quota_user.nil?
195
+ execute_or_queue_command(command, &block)
196
+ end
197
+
198
+ # Lists `Announcements` for a given region and project
199
+ # @param [String] parent
200
+ # Required. The resource name of the location to be queried for announcements.
201
+ # Resource names are schemeless URIs that follow the conventions in https://
202
+ # cloud.google.com/apis/design/resource_names. For example: `projects/my-project/
203
+ # locations/us-west1-a`
204
+ # @param [String] filter
205
+ # A filter expression that matches resources returned in the response. The
206
+ # expression must specify the field name, a comparison operator, and the value
207
+ # that you want to use for filtering. The value must be a string, a number, or a
208
+ # boolean. The comparison operator must be `=`, `!=`, `>`, or `<`. For example,
209
+ # if you are filtering a list of announcement runs, you can exclude the ones
210
+ # named `example-announcement` by specifying `name != "example-announcement"`.
211
+ # You can also filter nested fields. To filter on multiple expressions, provide
212
+ # each separate expression within parentheses. For example: ``` (name = "example-
213
+ # announcement") (createTime > "2021-04-12T08:15:10.40Z") ``` By default, each
214
+ # expression is an `AND` expression. However, you can include `AND` and `OR`
215
+ # expressions explicitly. For example: ``` (name = "announcement-1") AND (
216
+ # createTime > "2021-04-12T08:15:10.40Z") OR (name = "announcement-2") ```
217
+ # @param [String] order_by
218
+ # Sorts list results by a certain order. By default, returned results are
219
+ # ordered by `name` in ascending order. You can also sort results in descending
220
+ # order based on the `name` value using `orderBy="name desc"`. Currently, only
221
+ # ordering by `name` is supported.
222
+ # @param [Fixnum] page_size
223
+ # The maximum number of announcements to return in one page. The service may
224
+ # return fewer than this value. The maximum value is coerced to 1000. The
225
+ # default value of this field is 500.
226
+ # @param [String] page_token
227
+ # A page token, received from a previous `ListAnnouncements` call. Provide this
228
+ # to retrieve the subsequent page. When paginating, all other parameters
229
+ # provided to `ListAnnouncements` must match the call that provided the page
230
+ # token.
231
+ # @param [String] fields
232
+ # Selector specifying which fields to include in a partial response.
233
+ # @param [String] quota_user
234
+ # Available to use for quota purposes for server-side applications. Can be any
235
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
236
+ # @param [Google::Apis::RequestOptions] options
237
+ # Request-specific options
238
+ #
239
+ # @yield [result, err] Result & error if block supplied
240
+ # @yieldparam result [Google::Apis::VmwareengineV1::ListAnnouncementsResponse] parsed result object
241
+ # @yieldparam err [StandardError] error object if request failed
242
+ #
243
+ # @return [Google::Apis::VmwareengineV1::ListAnnouncementsResponse]
244
+ #
245
+ # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
246
+ # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
247
+ # @raise [Google::Apis::AuthorizationError] Authorization is required
248
+ def list_project_location_announcements(parent, filter: nil, order_by: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
249
+ command = make_simple_command(:get, 'v1/{+parent}/announcements', options)
250
+ command.response_representation = Google::Apis::VmwareengineV1::ListAnnouncementsResponse::Representation
251
+ command.response_class = Google::Apis::VmwareengineV1::ListAnnouncementsResponse
252
+ command.params['parent'] = parent unless parent.nil?
253
+ command.query['filter'] = filter unless filter.nil?
254
+ command.query['orderBy'] = order_by unless order_by.nil?
255
+ command.query['pageSize'] = page_size unless page_size.nil?
256
+ command.query['pageToken'] = page_token unless page_token.nil?
257
+ command.query['fields'] = fields unless fields.nil?
258
+ command.query['quotaUser'] = quota_user unless quota_user.nil?
259
+ execute_or_queue_command(command, &block)
260
+ end
261
+
165
262
  # Grants the bind permission to the customer provided principal(user / service
166
263
  # account) to bind their DNS zone with the intranet VPC associated with the
167
264
  # project. DnsBindPermission is a global resource and location can only be
@@ -457,11 +554,11 @@ module Google
457
554
  # updated. Only fields specified in `updateMask` are applied. NetworkPeering is
458
555
  # a global resource and location can only be global.
459
556
  # @param [String] name
460
- # Output only. The resource name of the network peering. NetworkPeering is a
461
- # global resource and location can only be global. Resource names are scheme-
462
- # less URIs that follow the conventions in https://cloud.google.com/apis/design/
463
- # resource_names. For example: `projects/my-project/locations/global/
464
- # networkPeerings/my-peering`
557
+ # Output only. Identifier. The resource name of the network peering.
558
+ # NetworkPeering is a global resource and location can only be global. Resource
559
+ # names are scheme-less URIs that follow the conventions in https://cloud.google.
560
+ # com/apis/design/resource_names. For example: `projects/my-project/locations/
561
+ # global/networkPeerings/my-peering`
465
562
  # @param [Google::Apis::VmwareengineV1::NetworkPeering] network_peering_object
466
563
  # @param [String] request_id
467
564
  # Optional. A request ID to identify requests. Specify a unique request ID so
@@ -825,10 +922,10 @@ module Google
825
922
  # resource. Use the operation status to determine when the processing fully
826
923
  # completes.
827
924
  # @param [String] name
828
- # Output only. The resource name of this network policy. Resource names are
829
- # schemeless URIs that follow the conventions in https://cloud.google.com/apis/
830
- # design/resource_names. For example: `projects/my-project/locations/us-central1/
831
- # networkPolicies/my-network-policy`
925
+ # Output only. Identifier. The resource name of this network policy. Resource
926
+ # names are schemeless URIs that follow the conventions in https://cloud.google.
927
+ # com/apis/design/resource_names. For example: `projects/my-project/locations/us-
928
+ # central1/networkPolicies/my-network-policy`
832
929
  # @param [Google::Apis::VmwareengineV1::NetworkPolicy] network_policy_object
833
930
  # @param [String] request_id
834
931
  # Optional. A request ID to identify requests. Specify a unique request ID so
@@ -1635,10 +1732,10 @@ module Google
1635
1732
  # resource. Use the operation status to determine when the processing fully
1636
1733
  # completes.
1637
1734
  # @param [String] name
1638
- # Output only. The resource name of this private cloud. Resource names are
1639
- # schemeless URIs that follow the conventions in https://cloud.google.com/apis/
1640
- # design/resource_names. For example: `projects/my-project/locations/us-central1-
1641
- # a/privateClouds/my-cloud`
1735
+ # Output only. Identifier. The resource name of this private cloud. Resource
1736
+ # names are schemeless URIs that follow the conventions in https://cloud.google.
1737
+ # com/apis/design/resource_names. For example: `projects/my-project/locations/us-
1738
+ # central1-a/privateClouds/my-cloud`
1642
1739
  # @param [Google::Apis::VmwareengineV1::PrivateCloud] private_cloud_object
1643
1740
  # @param [String] request_id
1644
1741
  # Optional. The request ID must be a valid UUID with the exception that zero
@@ -1943,10 +2040,10 @@ module Google
1943
2040
  # Updates the parameters of the `DnsForwarding` config, like associated domains.
1944
2041
  # Only fields specified in `update_mask` are applied.
1945
2042
  # @param [String] name
1946
- # Output only. The resource name of this DNS profile. Resource names are
1947
- # schemeless URIs that follow the conventions in https://cloud.google.com/apis/
1948
- # design/resource_names. For example: `projects/my-project/locations/us-central1-
1949
- # a/privateClouds/my-cloud/dnsForwarding`
2043
+ # Output only. Identifier. The resource name of this DNS profile. Resource names
2044
+ # are schemeless URIs that follow the conventions in https://cloud.google.com/
2045
+ # apis/design/resource_names. For example: `projects/my-project/locations/us-
2046
+ # central1-a/privateClouds/my-cloud/dnsForwarding`
1950
2047
  # @param [Google::Apis::VmwareengineV1::DnsForwarding] dns_forwarding_object
1951
2048
  # @param [String] request_id
1952
2049
  # Optional. A request ID to identify requests. Specify a unique request ID so
@@ -2232,10 +2329,10 @@ module Google
2232
2329
  # you can't update the resource. Use the operation status to determine when the
2233
2330
  # processing fully completes.
2234
2331
  # @param [String] name
2235
- # Output only. The resource name of this cluster. Resource names are schemeless
2236
- # URIs that follow the conventions in https://cloud.google.com/apis/design/
2237
- # resource_names. For example: `projects/my-project/locations/us-central1-a/
2238
- # privateClouds/my-cloud/clusters/my-cluster`
2332
+ # Output only. Identifier. The resource name of this cluster. Resource names are
2333
+ # schemeless URIs that follow the conventions in https://cloud.google.com/apis/
2334
+ # design/resource_names. For example: `projects/my-project/locations/us-central1-
2335
+ # a/privateClouds/my-cloud/clusters/my-cluster`
2239
2336
  # @param [Google::Apis::VmwareengineV1::Cluster] cluster_object
2240
2337
  # @param [String] request_id
2241
2338
  # Optional. The request ID must be a valid UUID with the exception that zero
@@ -2643,10 +2740,10 @@ module Google
2643
2740
  # that period of time, you can't update the resource. Use the operation status
2644
2741
  # to determine when the processing fully completes.
2645
2742
  # @param [String] name
2646
- # Output only. The resource name of this external IP address. Resource names are
2647
- # schemeless URIs that follow the conventions in https://cloud.google.com/apis/
2648
- # design/resource_names. For example: `projects/my-project/locations/us-central1-
2649
- # a/privateClouds/my-cloud/externalAddresses/my-address`
2743
+ # Output only. Identifier. The resource name of this external IP address.
2744
+ # Resource names are schemeless URIs that follow the conventions in https://
2745
+ # cloud.google.com/apis/design/resource_names. For example: `projects/my-project/
2746
+ # locations/us-central1-a/privateClouds/my-cloud/externalAddresses/my-address`
2650
2747
  # @param [Google::Apis::VmwareengineV1::ExternalAddress] external_address_object
2651
2748
  # @param [String] request_id
2652
2749
  # Optional. A request ID to identify requests. Specify a unique request ID so
@@ -3602,10 +3699,10 @@ module Google
3602
3699
  # successful `google.longrunning.Operation` (LRO). The returned LRO will only
3603
3700
  # have `done` and `response` fields.
3604
3701
  # @param [String] name
3605
- # Output only. The resource name of this subnet. Resource names are schemeless
3606
- # URIs that follow the conventions in https://cloud.google.com/apis/design/
3607
- # resource_names. For example: `projects/my-project/locations/us-central1-a/
3608
- # privateClouds/my-cloud/subnets/my-subnet`
3702
+ # Output only. Identifier. The resource name of this subnet. Resource names are
3703
+ # schemeless URIs that follow the conventions in https://cloud.google.com/apis/
3704
+ # design/resource_names. For example: `projects/my-project/locations/us-central1-
3705
+ # a/privateClouds/my-cloud/subnets/my-subnet`
3609
3706
  # @param [Google::Apis::VmwareengineV1::Subnet] subnet_object
3610
3707
  # @param [String] update_mask
3611
3708
  # Required. Field mask is used to specify the fields to be overwritten in the `
@@ -3643,6 +3740,161 @@ module Google
3643
3740
  execute_or_queue_command(command, &block)
3644
3741
  end
3645
3742
 
3743
+ # Retrieves a private cloud `Upgrade` resource by its resource name.
3744
+ # @param [String] name
3745
+ # Required. The name of the `Upgrade` resource to be retrieved. Resource names
3746
+ # are schemeless URIs that follow the conventions in https://cloud.google.com/
3747
+ # apis/design/resource_names. For example: `projects/my-project/locations/us-
3748
+ # west1-a/privateClouds/my-cloud/upgrades/my-upgrade`
3749
+ # @param [String] fields
3750
+ # Selector specifying which fields to include in a partial response.
3751
+ # @param [String] quota_user
3752
+ # Available to use for quota purposes for server-side applications. Can be any
3753
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
3754
+ # @param [Google::Apis::RequestOptions] options
3755
+ # Request-specific options
3756
+ #
3757
+ # @yield [result, err] Result & error if block supplied
3758
+ # @yieldparam result [Google::Apis::VmwareengineV1::Upgrade] parsed result object
3759
+ # @yieldparam err [StandardError] error object if request failed
3760
+ #
3761
+ # @return [Google::Apis::VmwareengineV1::Upgrade]
3762
+ #
3763
+ # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
3764
+ # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
3765
+ # @raise [Google::Apis::AuthorizationError] Authorization is required
3766
+ def get_project_location_private_cloud_upgrade(name, fields: nil, quota_user: nil, options: nil, &block)
3767
+ command = make_simple_command(:get, 'v1/{+name}', options)
3768
+ command.response_representation = Google::Apis::VmwareengineV1::Upgrade::Representation
3769
+ command.response_class = Google::Apis::VmwareengineV1::Upgrade
3770
+ command.params['name'] = name unless name.nil?
3771
+ command.query['fields'] = fields unless fields.nil?
3772
+ command.query['quotaUser'] = quota_user unless quota_user.nil?
3773
+ execute_or_queue_command(command, &block)
3774
+ end
3775
+
3776
+ # Lists past, ongoing and upcoming `Upgrades` for the given private cloud.
3777
+ # @param [String] parent
3778
+ # Required. Query a list of `Upgrades` for the given private cloud resource name.
3779
+ # Resource names are schemeless URIs that follow the conventions in https://
3780
+ # cloud.google.com/apis/design/resource_names. For example: `projects/my-project/
3781
+ # locations/us-west1-a/privateClouds/my-cloud`
3782
+ # @param [String] filter
3783
+ # A filter expression that matches resources returned in the response. The
3784
+ # expression must specify the field name, a comparison operator, and the value
3785
+ # that you want to use for filtering. The value must be a string, a number, or a
3786
+ # boolean. The comparison operator must be `=`, `!=`, `>`, or `<`. For example,
3787
+ # if you are filtering a list of upgrades, you can exclude the ones named `
3788
+ # example-upgrade1` by specifying `name != "example-upgrade1"`. You can also
3789
+ # filter nested fields. To filter on multiple expressions, provide each separate
3790
+ # expression within parentheses. For example: ``` (name = "example-upgrade") (
3791
+ # createTime > "2021-04-12T08:15:10.40Z") ``` By default, each expression is an `
3792
+ # AND` expression. However, you can include `AND` and `OR` expressions
3793
+ # explicitly. For example: ``` (name = "upgrade-1") AND (createTime > "2021-04-
3794
+ # 12T08:15:10.40Z") OR (name = "upgrade-2") ```
3795
+ # @param [String] order_by
3796
+ # Sorts list results by a certain order. By default, returned results are
3797
+ # ordered by `name` in ascending order. You can also sort results in descending
3798
+ # order based on the `name` value using `orderBy="name desc"`. Currently, only
3799
+ # ordering by `name` is supported.
3800
+ # @param [Fixnum] page_size
3801
+ # The maximum number of `Upgrades` to return in one page. The service may return
3802
+ # fewer resources than this value. The maximum value is coerced to 1000. The
3803
+ # default value of this field is 500.
3804
+ # @param [String] page_token
3805
+ # A page token, received from a previous `ListUpgrades` call. Provide this to
3806
+ # retrieve the subsequent page. When paginating, all other parameters provided
3807
+ # to `ListUpgrades` must match the call that provided the page token.
3808
+ # @param [String] fields
3809
+ # Selector specifying which fields to include in a partial response.
3810
+ # @param [String] quota_user
3811
+ # Available to use for quota purposes for server-side applications. Can be any
3812
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
3813
+ # @param [Google::Apis::RequestOptions] options
3814
+ # Request-specific options
3815
+ #
3816
+ # @yield [result, err] Result & error if block supplied
3817
+ # @yieldparam result [Google::Apis::VmwareengineV1::ListUpgradesResponse] parsed result object
3818
+ # @yieldparam err [StandardError] error object if request failed
3819
+ #
3820
+ # @return [Google::Apis::VmwareengineV1::ListUpgradesResponse]
3821
+ #
3822
+ # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
3823
+ # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
3824
+ # @raise [Google::Apis::AuthorizationError] Authorization is required
3825
+ def list_project_location_private_cloud_upgrades(parent, filter: nil, order_by: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
3826
+ command = make_simple_command(:get, 'v1/{+parent}/upgrades', options)
3827
+ command.response_representation = Google::Apis::VmwareengineV1::ListUpgradesResponse::Representation
3828
+ command.response_class = Google::Apis::VmwareengineV1::ListUpgradesResponse
3829
+ command.params['parent'] = parent unless parent.nil?
3830
+ command.query['filter'] = filter unless filter.nil?
3831
+ command.query['orderBy'] = order_by unless order_by.nil?
3832
+ command.query['pageSize'] = page_size unless page_size.nil?
3833
+ command.query['pageToken'] = page_token unless page_token.nil?
3834
+ command.query['fields'] = fields unless fields.nil?
3835
+ command.query['quotaUser'] = quota_user unless quota_user.nil?
3836
+ execute_or_queue_command(command, &block)
3837
+ end
3838
+
3839
+ # Update the private cloud `Upgrade` resource. Only `schedule` field can updated.
3840
+ # The schedule can only be updated when the upgrade has not started and
3841
+ # schedule edit window is open. Only fields specified in `update_mask` are
3842
+ # considered.
3843
+ # @param [String] name
3844
+ # Output only. Identifier. The resource name of the private cloud `Upgrade`.
3845
+ # Resource names are schemeless URIs that follow the conventions in https://
3846
+ # cloud.google.com/apis/design/resource_names. For example: `projects/my-project/
3847
+ # locations/us-west1-a/privateClouds/my-cloud/upgrades/my-upgrade`
3848
+ # @param [Google::Apis::VmwareengineV1::Upgrade] upgrade_object
3849
+ # @param [String] request_id
3850
+ # Optional. A request ID to identify requests. Specify a unique request ID so
3851
+ # that if you must retry your request, the server will know to ignore the
3852
+ # request if it has already been completed. The server guarantees that a request
3853
+ # doesn't result in creation of duplicate commitments for at least 60 minutes.
3854
+ # For example, consider a situation where you make an initial request and the
3855
+ # request times out. If you make the request again with the same request ID, the
3856
+ # server can check if original operation with the same request ID was received,
3857
+ # and if so, will ignore the second request. This prevents clients from
3858
+ # accidentally creating duplicate commitments. The request ID must be a valid
3859
+ # UUID with the exception that zero UUID is not supported (00000000-0000-0000-
3860
+ # 0000-000000000000).
3861
+ # @param [String] update_mask
3862
+ # Required. Field mask is used to specify the fields to be overwritten in the `
3863
+ # Upgrade` resource by the update. The fields specified in the `update_mask` are
3864
+ # relative to the resource, not the full request. A field will be overwritten if
3865
+ # it is in the mask. If the user does not provide a mask then all fields will be
3866
+ # overwritten.
3867
+ # @param [String] fields
3868
+ # Selector specifying which fields to include in a partial response.
3869
+ # @param [String] quota_user
3870
+ # Available to use for quota purposes for server-side applications. Can be any
3871
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
3872
+ # @param [Google::Apis::RequestOptions] options
3873
+ # Request-specific options
3874
+ #
3875
+ # @yield [result, err] Result & error if block supplied
3876
+ # @yieldparam result [Google::Apis::VmwareengineV1::Operation] parsed result object
3877
+ # @yieldparam err [StandardError] error object if request failed
3878
+ #
3879
+ # @return [Google::Apis::VmwareengineV1::Operation]
3880
+ #
3881
+ # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
3882
+ # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
3883
+ # @raise [Google::Apis::AuthorizationError] Authorization is required
3884
+ def patch_project_location_private_cloud_upgrade(name, upgrade_object = nil, request_id: nil, update_mask: nil, fields: nil, quota_user: nil, options: nil, &block)
3885
+ command = make_simple_command(:patch, 'v1/{+name}', options)
3886
+ command.request_representation = Google::Apis::VmwareengineV1::Upgrade::Representation
3887
+ command.request_object = upgrade_object
3888
+ command.response_representation = Google::Apis::VmwareengineV1::Operation::Representation
3889
+ command.response_class = Google::Apis::VmwareengineV1::Operation
3890
+ command.params['name'] = name unless name.nil?
3891
+ command.query['requestId'] = request_id unless request_id.nil?
3892
+ command.query['updateMask'] = update_mask unless update_mask.nil?
3893
+ command.query['fields'] = fields unless fields.nil?
3894
+ command.query['quotaUser'] = quota_user unless quota_user.nil?
3895
+ execute_or_queue_command(command, &block)
3896
+ end
3897
+
3646
3898
  # Creates a new private connection that can be used for accessing private Clouds.
3647
3899
  # @param [String] parent
3648
3900
  # Required. The resource name of the location to create the new private
@@ -4168,10 +4420,10 @@ module Google
4168
4420
  # Modifies a VMware Engine network resource. Only the following fields can be
4169
4421
  # updated: `description`. Only fields specified in `updateMask` are applied.
4170
4422
  # @param [String] name
4171
- # Output only. The resource name of the VMware Engine network. Resource names
4172
- # are schemeless URIs that follow the conventions in https://cloud.google.com/
4173
- # apis/design/resource_names. For example: `projects/my-project/locations/global/
4174
- # vmwareEngineNetworks/my-network`
4423
+ # Output only. Identifier. The resource name of the VMware Engine network.
4424
+ # Resource names are schemeless URIs that follow the conventions in https://
4425
+ # cloud.google.com/apis/design/resource_names. For example: `projects/my-project/
4426
+ # locations/global/vmwareEngineNetworks/my-network`
4175
4427
  # @param [Google::Apis::VmwareengineV1::VmwareEngineNetwork] vmware_engine_network_object
4176
4428
  # @param [String] request_id
4177
4429
  # Optional. A request ID to identify requests. Specify a unique request ID so
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-vmwareengine_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.0
4
+ version: 0.9.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
- autorequire:
9
8
  bindir: bin
10
9
  cert_chain: []
11
- date: 2024-07-25 00:00:00.000000000 Z
10
+ date: 2025-03-02 00:00:00.000000000 Z
12
11
  dependencies:
13
12
  - !ruby/object:Gem::Dependency
14
13
  name: google-apis-core
@@ -58,9 +57,8 @@ licenses:
58
57
  metadata:
59
58
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
59
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-vmwareengine_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-vmwareengine_v1/v0.7.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-vmwareengine_v1/v0.9.0
62
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-vmwareengine_v1
63
- post_install_message:
64
62
  rdoc_options: []
65
63
  require_paths:
66
64
  - lib
@@ -75,8 +73,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
73
  - !ruby/object:Gem::Version
76
74
  version: '0'
77
75
  requirements: []
78
- rubygems_version: 3.5.6
79
- signing_key:
76
+ rubygems_version: 3.6.5
80
77
  specification_version: 4
81
78
  summary: Simple REST client for VMware Engine API V1
82
79
  test_files: []