google-cloud-iap-v1 0.5.0 → 0.7.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: b6eb756be9921f742ff52de166d7e451d21d78c7be248d0231109cc10ca1a9e8
4
+ data.tar.gz: e656488697f21708f945991ef8c0dccfd27e2040e14546634c25a9e6ad892c16
5
5
  SHA512:
6
- metadata.gz: 92a5eb2aeabe50e73db9330f9872d3e70b2e979fabf3c40440dcc1fa6c5843abd47458ecb3e1de64df8825979dd7eefc4992e7817799a5f69b23a00da4c76e06
7
- data.tar.gz: f848d334a435962dcdc9de166c63264bb8d43f779ca8bd9eec62048e707818623e793853359be18d36d73c7976d34902efab05f5047b2d7770e5a58124fb3298
6
+ metadata.gz: 2d46873b5edf38bf82ccfcf6a18f33eab0f68547ca10c7280cd2b6c4b8d5528c67f6cb610fe2a1e950390c751d77fee9072fb4fe06d3929d7da39814b2b4333f
7
+ data.tar.gz: 10d3f19a80d973bec8eafb85f542482b19367b04c3142b9ec6b4c4c1ea40c9185bfd782ab17be5309663fb8c7ef7ad543fbfa03b6da31b69b585f8c790ce554c
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
 
@@ -47,7 +47,7 @@ for general usage information.
47
47
 
48
48
  To enable logging for this library, set the logger for the underlying [gRPC](https://github.com/grpc/grpc/tree/master/src/ruby) library.
49
49
  The logger that you set may be a Ruby stdlib [`Logger`](https://ruby-doc.org/current/stdlibs/logger/Logger.html) as shown below,
50
- or a [`Google::Cloud::Logging::Logger`](https://googleapis.dev/ruby/google-cloud-logging/latest)
50
+ or a [`Google::Cloud::Logging::Logger`](https://cloud.google.com/ruby/docs/reference/google-cloud-logging/latest)
51
51
  that will write logs to [Cloud Logging](https://cloud.google.com/logging/). See [grpc/logconfig.rb](https://github.com/grpc/grpc/blob/master/src/ruby/lib/grpc/logconfig.rb)
52
52
  and the gRPC [spec_helper.rb](https://github.com/grpc/grpc/blob/master/src/ruby/spec/spec_helper.rb) for additional information.
53
53
 
@@ -544,8 +544,11 @@ module Google
544
544
  # resource.
545
545
  # @param update_mask [::Google::Protobuf::FieldMask, ::Hash]
546
546
  # The field mask specifying which IAP settings should be updated.
547
- # If omitted, the all of the settings are updated. See
548
- # https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#fieldmask
547
+ # If omitted, then all of the settings are updated. See
548
+ # https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#fieldmask.
549
+ #
550
+ # Note: All IAP reauth settings must always be set together, using the
551
+ # field mask: `iapSettings.accessSettings.reauthSettings`.
549
552
  #
550
553
  # @yield [response, operation] Access the result along with the RPC operation
551
554
  # @yieldparam response [::Google::Cloud::Iap::V1::IapSettings]
@@ -669,13 +672,11 @@ module Google
669
672
  # # Call the list_tunnel_dest_groups method.
670
673
  # result = client.list_tunnel_dest_groups request
671
674
  #
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|
675
+ # # The returned object is of type Gapic::PagedEnumerable. You can iterate
676
+ # # over elements, and API calls will be issued to fetch pages as needed.
677
+ # result.each do |item|
677
678
  # # Each element is of type ::Google::Cloud::Iap::V1::TunnelDestGroup.
678
- # p response
679
+ # p item
679
680
  # end
680
681
  #
681
682
  def list_tunnel_dest_groups request, options = nil
@@ -1116,9 +1117,9 @@ module Google
1116
1117
  # * (`String`) The path to a service account key file in JSON format
1117
1118
  # * (`Hash`) A service account key as a Hash
1118
1119
  # * (`Google::Auth::Credentials`) A googleauth credentials object
1119
- # (see the [googleauth docs](https://googleapis.dev/ruby/googleauth/latest/index.html))
1120
+ # (see the [googleauth docs](https://rubydoc.info/gems/googleauth/Google/Auth/Credentials))
1120
1121
  # * (`Signet::OAuth2::Client`) A signet oauth2 client object
1121
- # (see the [signet docs](https://googleapis.dev/ruby/signet/latest/Signet/OAuth2/Client.html))
1122
+ # (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
1122
1123
  # * (`GRPC::Core::Channel`) a gRPC channel with included credentials
1123
1124
  # * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
1124
1125
  # * (`nil`) indicating no credentials