google-cloud-iap-v1 0.5.0 → 0.6.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: 3301465b0b05fd1bee63a9a7e472ca5176800d23edc1a0c6c2e6783d37c4ef46
4
- data.tar.gz: 852dbc468f55b5f526a2407d1d03ab97ec645ea322622eff4a698fc9b8eb1329
3
+ metadata.gz: 30799e6c99fb52748b004150af9195057dbf27de4a221b331363b718cca899f4
4
+ data.tar.gz: 07f15deeda775976fe4aa0e415a807188c5a4acc3aab75ffc00fde98eadf3f3f
5
5
  SHA512:
6
- metadata.gz: 92a5eb2aeabe50e73db9330f9872d3e70b2e979fabf3c40440dcc1fa6c5843abd47458ecb3e1de64df8825979dd7eefc4992e7817799a5f69b23a00da4c76e06
7
- data.tar.gz: f848d334a435962dcdc9de166c63264bb8d43f779ca8bd9eec62048e707818623e793853359be18d36d73c7976d34902efab05f5047b2d7770e5a58124fb3298
6
+ metadata.gz: 438ed7c5f0409e4aec95b01fbcbef2af71182167c3663bef7d683b93c2fef2a0366bda1de0e91263ad3d029fde08a895fbc6d6ad2827ba0bdff0b2cfffc70252
7
+ data.tar.gz: ebb7b45ed91731d30e30e276b584e9f5c97128d8163d9b5cdeb0135c1adc5a5264eef9533ad4313fb97d303a498f80bd5bf255723d4611646bdee0438f3beb4f
data/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Ruby Client for the Identity-Aware Proxy V1 API
2
2
 
3
- API Client library for the Identity-Aware Proxy V1 API
3
+ Controls access to cloud applications running on Google Cloud Platform.
4
4
 
5
5
  IAP lets you establish a central authorization layer for applications accessed by HTTPS, so you can use an application-level access control model instead of relying on network-level firewalls.
6
6
 
@@ -669,13 +669,11 @@ module Google
669
669
  # # Call the list_tunnel_dest_groups method.
670
670
  # result = client.list_tunnel_dest_groups request
671
671
  #
672
- # # The returned object is of type Gapic::PagedEnumerable. You can
673
- # # iterate over all elements by calling #each, and the enumerable
674
- # # will lazily make API calls to fetch subsequent pages. Other
675
- # # methods are also available for managing paging directly.
676
- # result.each do |response|
672
+ # # The returned object is of type Gapic::PagedEnumerable. You can iterate
673
+ # # over elements, and API calls will be issued to fetch pages as needed.
674
+ # result.each do |item|
677
675
  # # Each element is of type ::Google::Cloud::Iap::V1::TunnelDestGroup.
678
- # p response
676
+ # p item
679
677
  # end
680
678
  #
681
679
  def list_tunnel_dest_groups request, options = nil