google-apis-cloudidentity_v1 0.38.0 → 0.40.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: f1a674e6d2746bd443ca4cea88dca74cb937b67e6cf5ae32b642a449d8995102
4
- data.tar.gz: 5452e6d18954376b0c54cb8c25e135ad1658991db0ae17f5607102f54b6d5e55
3
+ metadata.gz: 70333d8d67fc2b463991b98b3135fff7dc95a15f747cf9afb5b2ba0d6a05be1b
4
+ data.tar.gz: 66537bc68ff8d3cc0b44b9e88ef39610ea701bd9da618c73fc5945b7deb57cf2
5
5
  SHA512:
6
- metadata.gz: ea67f59350217983d3ea4c5f5f5fcc7496ab072bccaa442a3195f619e38ed5b09597808f069778a18c057648ecfe4b07a30e633771c6c6703f2d892883c745f9
7
- data.tar.gz: 7aa284b2c2872503197a482a340b6d4ad7625f2281f25310994ade31afde129f73a3f07010da37b44f5d36535d3e7e08ca754d7e1e80f925e21e47329ada1ee9
6
+ metadata.gz: f3fb5b00c91727eef7b186963fe317f0ada111b971a70424db629fe520ad5036214414c23b38061cc324fccd2b3f105af9633b818afd9cd16f702daf2f2ce67c
7
+ data.tar.gz: 21bd9883b5eb873b335a7ff1d01b9972c08137c80450c3e3c497e2c918d7d05d3a0b4336858058b7e8a5cdec6a102bb96f14f475b41ccce4b1c76b1f83c0f22d
data/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # Release history for google-apis-cloudidentity_v1
2
2
 
3
+ ### v0.40.0 (2024-02-11)
4
+
5
+ * Regenerated from discovery document revision 20240206
6
+ * Regenerated using generator version 0.13.1
7
+
8
+ ### v0.39.0 (2024-01-23)
9
+
10
+ * Regenerated using generator version 0.13.0
11
+
3
12
  ### v0.38.0 (2024-01-07)
4
13
 
5
14
  * Regenerated from discovery document revision 20240101
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module CloudidentityV1
18
18
  # Version of the google-apis-cloudidentity_v1 gem
19
- GEM_VERSION = "0.38.0"
19
+ GEM_VERSION = "0.40.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.12.0"
22
+ GENERATOR_VERSION = "0.13.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240101"
25
+ REVISION = "20240206"
26
26
  end
27
27
  end
28
28
  end
@@ -32,6 +32,8 @@ module Google
32
32
  #
33
33
  # @see https://cloud.google.com/identity/
34
34
  class CloudIdentityService < Google::Apis::Core::BaseService
35
+ DEFAULT_ENDPOINT_TEMPLATE = "https://cloudidentity.$UNIVERSE_DOMAIN$/"
36
+
35
37
  # @return [String]
36
38
  # API key. Your API key identifies your project and provides you with API access,
37
39
  # quota, and reports. Required unless you provide an OAuth 2.0 token.
@@ -43,7 +45,7 @@ module Google
43
45
  attr_accessor :quota_user
44
46
 
45
47
  def initialize
46
- super('https://cloudidentity.googleapis.com/', '',
48
+ super(DEFAULT_ENDPOINT_TEMPLATE, '',
47
49
  client_name: 'google-apis-cloudidentity_v1',
48
50
  client_version: Google::Apis::CloudidentityV1::GEM_VERSION)
49
51
  @batch_path = 'batch'
@@ -782,9 +784,9 @@ module Google
782
784
  # @param [String] raw_resource_id
783
785
  # Raw Resource Id used by Google Endpoint Verification. If the user is enrolled
784
786
  # into Google Endpoint Verification, this id will be saved as the '
785
- # device_resource_id' field in the following platform dependent files. Mac: ~/.
786
- # secureConnect/context_aware_config.json Windows: C:\Users\%USERPROFILE%\.
787
- # secureConnect\context_aware_config.json Linux: ~/.secureConnect/
787
+ # device_resource_id' field in the following platform dependent files. * macOS: ~
788
+ # /.secureConnect/context_aware_config.json * Windows: %USERPROFILE%\AppData\
789
+ # Local\Google\Endpoint Verification\accounts.json * Linux: ~/.secureConnect/
788
790
  # context_aware_config.json
789
791
  # @param [String] user_id
790
792
  # The user whose DeviceUser's resource name will be fetched. Must be set to 'me'
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-cloudidentity_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.38.0
4
+ version: 0.40.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: 2024-01-07 00:00:00.000000000 Z
11
+ date: 2024-02-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -16,7 +16,7 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: 0.11.0
19
+ version: 0.12.0
20
20
  - - "<"
21
21
  - !ruby/object:Gem::Version
22
22
  version: 2.a
@@ -26,7 +26,7 @@ dependencies:
26
26
  requirements:
27
27
  - - ">="
28
28
  - !ruby/object:Gem::Version
29
- version: 0.11.0
29
+ version: 0.12.0
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
32
  version: 2.a
@@ -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-cloudidentity_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-cloudidentity_v1/v0.38.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-cloudidentity_v1/v0.40.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-cloudidentity_v1
63
63
  post_install_message:
64
64
  rdoc_options: []