google-apis-vpcaccess_v1 0.1.0 → 0.3.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: 1351073d89d5953dc63e62dfa07bb5c79b83513387e7dbab904e0766e91bd545
4
- data.tar.gz: 1b32924c01e04182205dbf6cf44c25adb4296acc12459f4c0f679cb6d427a7c4
3
+ metadata.gz: 6127b0e693e6cf5acbf7041b88c546175cf32063e6abe04062007f5e8aab5a9f
4
+ data.tar.gz: bf554bf9779e6f636e441b75f78aca109fdd287d1cb54f8b69d689919c3ba635
5
5
  SHA512:
6
- metadata.gz: 03bdc925651314cceb07ee8731623aaf66d40c7d411231148a3579f13b4a935227e21d7b363dab09a71a6486d53cb92bd2321b23b05d84f6b30715a444b25894
7
- data.tar.gz: 462ab7589f7110983317b6831d1fd089b3d0922e69c508efb558466a20e8e85b00ccf803cb1d395d339e37988e80258cc84a5afe6c4e801dc11a5b48d02ba8d6
6
+ metadata.gz: d7cc232c7de2a0d7ddd89706825608bf4ec8be1eaf02d45c146933fd22ab71fb36bcd9044920f5be72712ab2df4d96093d13b8cb5024e5fa71e9f3e287c78bf1
7
+ data.tar.gz: 1ef2a46e4945162e2ae61c12a11cb87e73899db2e1b3ee9992972830635d325d4e7e71cc0ab90d7c376045d6a19a7ef915b39a0cfcaabf98ae448c4c4bb2b65b
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-vpcaccess_v1
2
2
 
3
+ ### v0.3.0 (2023-04-23)
4
+
5
+ * Regenerated from discovery document revision 20230418
6
+
7
+ ### v0.2.0 (2023-03-19)
8
+
9
+ * Regenerated from discovery document revision 20230309
10
+
3
11
  ### v0.1.0 (2023-02-26)
4
12
 
5
13
  * Regenerated from discovery document revision 20230105
@@ -177,7 +177,7 @@ module Google
177
177
  end
178
178
  end
179
179
 
180
- # A resource that represents Google Cloud Platform location.
180
+ # A resource that represents Google Cloud location.
181
181
  class Location
182
182
  include Google::Apis::Core::Hashable
183
183
 
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module VpcaccessV1
18
18
  # Version of the google-apis-vpcaccess_v1 gem
19
- GEM_VERSION = "0.1.0"
19
+ GEM_VERSION = "0.3.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 = "20230105"
25
+ REVISION = "20230418"
26
26
  end
27
27
  end
28
28
  end
@@ -227,6 +227,43 @@ module Google
227
227
  execute_or_queue_command(command, &block)
228
228
  end
229
229
 
230
+ # Updates a Serverless VPC Access connector, returns an operation.
231
+ # @param [String] name
232
+ # The resource name in the format `projects/*/locations/*/connectors/*`.
233
+ # @param [Google::Apis::VpcaccessV1::Connector] connector_object
234
+ # @param [String] update_mask
235
+ # The fields to update on the entry group. If absent or empty, all modifiable
236
+ # fields are updated.
237
+ # @param [String] fields
238
+ # Selector specifying which fields to include in a partial response.
239
+ # @param [String] quota_user
240
+ # Available to use for quota purposes for server-side applications. Can be any
241
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
242
+ # @param [Google::Apis::RequestOptions] options
243
+ # Request-specific options
244
+ #
245
+ # @yield [result, err] Result & error if block supplied
246
+ # @yieldparam result [Google::Apis::VpcaccessV1::Operation] parsed result object
247
+ # @yieldparam err [StandardError] error object if request failed
248
+ #
249
+ # @return [Google::Apis::VpcaccessV1::Operation]
250
+ #
251
+ # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
252
+ # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
253
+ # @raise [Google::Apis::AuthorizationError] Authorization is required
254
+ def patch_project_location_connector(name, connector_object = nil, update_mask: nil, fields: nil, quota_user: nil, options: nil, &block)
255
+ command = make_simple_command(:patch, 'v1/{+name}', options)
256
+ command.request_representation = Google::Apis::VpcaccessV1::Connector::Representation
257
+ command.request_object = connector_object
258
+ command.response_representation = Google::Apis::VpcaccessV1::Operation::Representation
259
+ command.response_class = Google::Apis::VpcaccessV1::Operation
260
+ command.params['name'] = name unless name.nil?
261
+ command.query['updateMask'] = update_mask unless update_mask.nil?
262
+ command.query['fields'] = fields unless fields.nil?
263
+ command.query['quotaUser'] = quota_user unless quota_user.nil?
264
+ execute_or_queue_command(command, &block)
265
+ end
266
+
230
267
  # Gets the latest state of a long-running operation. Clients can use this method
231
268
  # to poll the operation result at intervals as recommended by the API service.
232
269
  # @param [String] name
@@ -259,13 +296,7 @@ module Google
259
296
  end
260
297
 
261
298
  # Lists operations that match the specified filter in the request. If the server
262
- # doesn't support this method, it returns `UNIMPLEMENTED`. NOTE: the `name`
263
- # binding allows API services to override the binding to use different resource
264
- # name schemes, such as `users/*/operations`. To override the binding, API
265
- # services can add a binding such as `"/v1/`name=users/*`/operations"` to their
266
- # service configuration. For backwards compatibility, the default name includes
267
- # the operations collection id, however overriding users must ensure the name
268
- # binding is the parent resource, without the operations collection id.
299
+ # doesn't support this method, it returns `UNIMPLEMENTED`.
269
300
  # @param [String] name
270
301
  # The name of the operation's parent resource.
271
302
  # @param [String] filter
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-vpcaccess_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.3.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-02-26 00:00:00.000000000 Z
11
+ date: 2023-04-23 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-vpcaccess_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-vpcaccess_v1/v0.1.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-vpcaccess_v1/v0.3.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-vpcaccess_v1
63
63
  post_install_message:
64
64
  rdoc_options: []