google-apis-iap_v1 0.15.0 → 0.16.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: 5aec46408d4be5ffef4d59165e3200c509da2c6c975794996ea6b5214b6e3b81
4
- data.tar.gz: 1234ac5a10f2bf3d50ba20ce943d1f27dd17dc78e0840388fc32727d30aed4d5
3
+ metadata.gz: '0957b7038c662a52cc8662a3f82cf714d0b720d39c4965069f04310fdad487db'
4
+ data.tar.gz: 9d1d89ef3485ceb6ef537c7a7924ad097afa785025ef7e75f115d8bc15122e3e
5
5
  SHA512:
6
- metadata.gz: 42d1c9a757a112dafeecb60fcce01053b42e7d5602e0085585b0f4e8121d2c8d6e9a57bc2fbd4bfaf2ddd5a642d6b1b938deca33039c501fdff3981a33f41ce1
7
- data.tar.gz: 5d4a51b2490781fc837beb9df4d704f81d27fd53aff9fde6e1aeedb9f1888cb1765ada165cd700f3571750293546ba7d9d346299c675a83f542be67164f7752b
6
+ metadata.gz: 83697eb098b9cd8cb1fdfdb0f97efd15e76067b7e33eacb703c8f4160bdfe00653d92e55654eb8b069cb89b504534affa59492a3a02025e85ae7ee3d8f679ae9
7
+ data.tar.gz: e2a12cb34760c9de038978ea7cbbe86f6a5bb7c6a693c636702175f8c88bb004b415951a4d70ef639db372296b8098508b86a107911c819f5569e1558a260cbe
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-iap_v1
2
2
 
3
+ ### v0.16.0 (2022-04-27)
4
+
5
+ * Regenerated from discovery document revision 20220421
6
+
3
7
  ### v0.15.0 (2022-04-13)
4
8
 
5
9
  * Regenerated from discovery document revision 20220408
@@ -555,7 +555,7 @@ module Google
555
555
  class ListTunnelDestGroupsResponse
556
556
  include Google::Apis::Core::Hashable
557
557
 
558
- # A token, which can be send as `page_token` to retrieve the next page. If this
558
+ # A token that you can send as `page_token` to retrieve the next page. If this
559
559
  # field is omitted, there are no subsequent pages.
560
560
  # Corresponds to the JSON property `nextPageToken`
561
561
  # @return [String]
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module IapV1
18
18
  # Version of the google-apis-iap_v1 gem
19
- GEM_VERSION = "0.15.0"
19
+ GEM_VERSION = "0.16.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.4.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220408"
25
+ REVISION = "20220421"
26
26
  end
27
27
  end
28
28
  end
@@ -335,13 +335,13 @@ module Google
335
335
 
336
336
  # Creates a new TunnelDestGroup.
337
337
  # @param [String] parent
338
- # Required. GCP Project number/id and location. In the following format:
339
- # projects/`project_number/id`/iap_tunnel/locations/`location`.
338
+ # Required. Google Cloud Project ID and location. In the following format: `
339
+ # projects/`project_number/id`/iap_tunnel/locations/`location``.
340
340
  # @param [Google::Apis::IapV1::TunnelDestGroup] tunnel_dest_group_object
341
341
  # @param [String] tunnel_dest_group_id
342
- # Required. The ID to use for the TunnelDestGroup, which will become the final
343
- # component of the resource name. This value should be 4-63 characters, and
344
- # valid characters are /a-z-/.
342
+ # Required. The ID to use for the TunnelDestGroup, which becomes the final
343
+ # component of the resource name. This value must be 4-63 characters, and valid
344
+ # characters are `a-z-`.
345
345
  # @param [String] fields
346
346
  # Selector specifying which fields to include in a partial response.
347
347
  # @param [String] quota_user
@@ -374,9 +374,9 @@ module Google
374
374
 
375
375
  # Deletes a TunnelDestGroup.
376
376
  # @param [String] name
377
- # Required. Name of the TunnelDestGroup to be deleted. In the following format:
377
+ # Required. Name of the TunnelDestGroup to delete. In the following format: `
378
378
  # projects/`project_number/id`/iap_tunnel/locations/`location`/destGroups/`
379
- # dest_group`.
379
+ # dest_group``.
380
380
  # @param [String] fields
381
381
  # Selector specifying which fields to include in a partial response.
382
382
  # @param [String] quota_user
@@ -406,9 +406,9 @@ module Google
406
406
 
407
407
  # Retrieves an existing TunnelDestGroup.
408
408
  # @param [String] name
409
- # Required. Name of the TunnelDestGroup to be fetched. In the following format:
409
+ # Required. Name of the TunnelDestGroup to be fetched. In the following format: `
410
410
  # projects/`project_number/id`/iap_tunnel/locations/`location`/destGroups/`
411
- # dest_group`.
411
+ # dest_group``.
412
412
  # @param [String] fields
413
413
  # Selector specifying which fields to include in a partial response.
414
414
  # @param [String] quota_user
@@ -437,16 +437,16 @@ module Google
437
437
  end
438
438
 
439
439
  # Lists the existing TunnelDestGroups. To group across all locations, use a `-`
440
- # as the location ID. For example: /v1/projects/123/iap_tunnel/locations/-/
441
- # destGroups
440
+ # as the location ID. For example: `/v1/projects/123/iap_tunnel/locations/-/
441
+ # destGroups`
442
442
  # @param [String] parent
443
- # Required. GCP Project number/id and location. In the following format:
444
- # projects/`project_number/id`/iap_tunnel/locations/`location`. A `-` can be
443
+ # Required. Google Cloud Project ID and location. In the following format: `
444
+ # projects/`project_number/id`/iap_tunnel/locations/`location``. A `-` can be
445
445
  # used for the location to group across all locations.
446
446
  # @param [Fixnum] page_size
447
- # The maximum number of groups to return. The service may return fewer than this
448
- # value. If unspecified, at most 100 groups will be returned. The maximum value
449
- # is 1000; values above 1000 will be coerced to 1000.
447
+ # The maximum number of groups to return. The service might return fewer than
448
+ # this value. If unspecified, at most 100 groups are returned. The maximum value
449
+ # is 1000; values above 1000 are coerced to 1000.
450
450
  # @param [String] page_token
451
451
  # A page token, received from a previous `ListTunnelDestGroups` call. Provide
452
452
  # this to retrieve the subsequent page. When paginating, all other parameters
@@ -487,9 +487,9 @@ module Google
487
487
  # the project.
488
488
  # @param [Google::Apis::IapV1::TunnelDestGroup] tunnel_dest_group_object
489
489
  # @param [String] update_mask
490
- # The field mask specifying which IAP settings should be updated. If omitted,
491
- # then all of the settings are updated. See https://developers.google.com/
492
- # protocol-buffers/docs/reference/google.protobuf#fieldmask
490
+ # A field mask that specifies which IAP settings to update. If omitted, then all
491
+ # of the settings are updated. See https://developers.google.com/protocol-
492
+ # buffers/docs/reference/google.protobuf#fieldmask
493
493
  # @param [String] fields
494
494
  # Selector specifying which fields to include in a partial response.
495
495
  # @param [String] quota_user
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-iap_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.15.0
4
+ version: 0.16.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: 2022-04-18 00:00:00.000000000 Z
11
+ date: 2022-05-02 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-iap_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-iap_v1/v0.15.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-iap_v1/v0.16.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-iap_v1
63
63
  post_install_message:
64
64
  rdoc_options: []