google-apis-iap_v1 0.14.0 → 0.17.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: 928c365d3aba539cdf6c421198e12d9b2bc58755c39f587c16b17ab7cb4f1ffe
4
- data.tar.gz: 6a365d52a1ff3d68ad6dafd22247ef52439eb0eb3f7ef25a9ecc4a02e3996964
3
+ metadata.gz: 5d5db8adbda0b19e56dc2d548a92f0f66322ff49b2857b5ac8a148c29eb6ddda
4
+ data.tar.gz: de66a81dcfc5f3f04b6024845f96226c4121ef1013f332cd2f5976a60605aa50
5
5
  SHA512:
6
- metadata.gz: 7457962896474b91df8b135803234d64f191b7efa7e266121097467843cb5e07dc1eb0688f051499ef99bca93afbd7656e100219e92c93334e540dc0c05517ed
7
- data.tar.gz: dad97dab955dc4bf74e72919afacb8d585ba0d62be62f3676c40976055adc251925f7ee8ae516daea739899926a974c9294931fe0b958de6a593df37776e94c8
6
+ metadata.gz: 29da0186b9e35c0bfec811f4e147c29e3f604f176706a7f10b1aed489ecc1d5c303b5f5eb07d14b987aa3c364c3385014908207643ba865f184ac0d8415310b4
7
+ data.tar.gz: ab1a4e4b21c3c3fea541758766a4d7bde2e484ef00a5844f570a6b8a062cc78eba346fc649ae5f32d0c870d0f821b8058520044b0640e93375a61259568549e9
data/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # Release history for google-apis-iap_v1
2
2
 
3
+ ### v0.17.0 (2022-05-11)
4
+
5
+ * Regenerated from discovery document revision 20220506
6
+
7
+ ### v0.16.0 (2022-04-27)
8
+
9
+ * Regenerated from discovery document revision 20220421
10
+
11
+ ### v0.15.0 (2022-04-13)
12
+
13
+ * Regenerated from discovery document revision 20220408
14
+
3
15
  ### v0.14.0 (2022-03-22)
4
16
 
5
17
  * Regenerated from discovery document revision 20220318
@@ -162,7 +162,7 @@ module Google
162
162
  # @return [Google::Apis::IapV1::Expr]
163
163
  attr_accessor :condition
164
164
 
165
- # Specifies the principals requesting access for a Cloud Platform resource. `
165
+ # Specifies the principals requesting access for a Google Cloud resource. `
166
166
  # members` can have the following values: * `allUsers`: A special identifier
167
167
  # that represents anyone who is on the internet; with or without a Google
168
168
  # account. * `allAuthenticatedUsers`: A special identifier that represents
@@ -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]
@@ -935,7 +935,7 @@ module Google
935
935
  include Google::Apis::Core::Hashable
936
936
 
937
937
  # The set of permissions to check for the `resource`. Permissions with wildcards
938
- # (such as '*' or 'storage.*') are not allowed. For more information see [IAM
938
+ # (such as `*` or `storage.*`) are not allowed. For more information see [IAM
939
939
  # Overview](https://cloud.google.com/iam/docs/overview#permissions).
940
940
  # Corresponds to the JSON property `permissions`
941
941
  # @return [Array<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.14.0"
19
+ GEM_VERSION = "0.17.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 = "20220318"
25
+ REVISION = "20220506"
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
@@ -524,8 +524,9 @@ module Google
524
524
  # More information about managing access via IAP can be found at: https://cloud.
525
525
  # google.com/iap/docs/managing-access#managing_access_via_the_api
526
526
  # @param [String] resource
527
- # REQUIRED: The resource for which the policy is being requested. See the
528
- # operation documentation for the appropriate value for this field.
527
+ # REQUIRED: The resource for which the policy is being requested. See [Resource
528
+ # names](https://cloud.google.com/apis/design/resource_names) for the
529
+ # appropriate value for this field.
529
530
  # @param [Google::Apis::IapV1::GetIamPolicyRequest] get_iam_policy_request_object
530
531
  # @param [String] fields
531
532
  # Selector specifying which fields to include in a partial response.
@@ -592,8 +593,9 @@ module Google
592
593
  # can be found at: https://cloud.google.com/iap/docs/managing-access#
593
594
  # managing_access_via_the_api
594
595
  # @param [String] resource
595
- # REQUIRED: The resource for which the policy is being specified. See the
596
- # operation documentation for the appropriate value for this field.
596
+ # REQUIRED: The resource for which the policy is being specified. See [Resource
597
+ # names](https://cloud.google.com/apis/design/resource_names) for the
598
+ # appropriate value for this field.
597
599
  # @param [Google::Apis::IapV1::SetIamPolicyRequest] set_iam_policy_request_object
598
600
  # @param [String] fields
599
601
  # Selector specifying which fields to include in a partial response.
@@ -628,8 +630,9 @@ module Google
628
630
  # resource. More information about managing access via IAP can be found at:
629
631
  # https://cloud.google.com/iap/docs/managing-access#managing_access_via_the_api
630
632
  # @param [String] resource
631
- # REQUIRED: The resource for which the policy detail is being requested. See the
632
- # operation documentation for the appropriate value for this field.
633
+ # REQUIRED: The resource for which the policy detail is being requested. See [
634
+ # Resource names](https://cloud.google.com/apis/design/resource_names) for the
635
+ # appropriate value for this field.
633
636
  # @param [Google::Apis::IapV1::TestIamPermissionsRequest] test_iam_permissions_request_object
634
637
  # @param [String] fields
635
638
  # Selector specifying which fields to include in a partial response.
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.14.0
4
+ version: 0.17.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-03-28 00:00:00.000000000 Z
11
+ date: 2022-05-16 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.14.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-iap_v1/v0.17.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: []