google-apis-cloudidentity_v1beta1 0.18.0 → 0.19.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: 9b166361654f33ea9df95b41a4cabe4dc342c34aec118675678dbea16d0719c2
4
- data.tar.gz: c91e106b7d5341a1c47dcc5eef19c34107778ae6c98e5c1fb5ada3b4cc796d2e
3
+ metadata.gz: 5ae3759fd4592f414c1bc6da92a879121927c6bb70e526d88d1ad4be1fcca682
4
+ data.tar.gz: da68e1c608d044736831f469862cb7573b0fd38455a20f977e51fbf155fbad54
5
5
  SHA512:
6
- metadata.gz: 3c102803001b481bf5757c14c6c8ea33a0b45c20178bffd77a33a7ee7f1a4432b8cff996e29d394fea933ce3219b7132bac06507e141a7590cf8064be589f76d
7
- data.tar.gz: '094ffff6a9bab5cf7e83fc7c3562f2ba2cffb836f2eedfddbf93380d17f0a28ea8e82215df535e381af4c341afd27a474aa8cc46d9dd171912b1f2be4ad7a663'
6
+ metadata.gz: 7711914adf854fe5199bc1af7fcd9bb9b29bc5fa0d3af9854a7f75dc2a8dd9ddedf83fdfc53d8b593eab1f0a18f077e1bbfb721514007f8ef48dca211c2e37f4
7
+ data.tar.gz: e404b129e136252b8f3493c4f84724964cf70ef5577a0c85f8e6ee3c0392bf0c0ad9973d2a7cb55585d31b93396cad94f567a238ec8e34bab13ed3e7bd151f0b
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-cloudidentity_v1beta1
2
2
 
3
+ ### v0.19.0 (2021-12-08)
4
+
5
+ * Regenerated from discovery document revision 20211207
6
+
3
7
  ### v0.18.0 (2021-11-17)
4
8
 
5
9
  * Regenerated from discovery document revision 20211116
@@ -213,7 +213,7 @@ module Google
213
213
  end
214
214
 
215
215
  # Stores information about a certificate.
216
- class CertificateInfo
216
+ class CertificateAttributes
217
217
  include Google::Apis::Core::Hashable
218
218
 
219
219
  # CertificateTemplate (v3 Extension in X.509).
@@ -550,7 +550,7 @@ module Google
550
550
  attr_accessor :encryption_state
551
551
 
552
552
  # Resource representing the Endpoint Verification-specific attributes of a
553
- # Device.
553
+ # Device. https://cloud.google.com/endpoint-verification/docs/overview
554
554
  # Corresponds to the JSON property `endpointVerificationSpecificAttributes`
555
555
  # @return [Google::Apis::CloudidentityV1beta1::EndpointVerificationSpecificAttributes]
556
556
  attr_accessor :endpoint_verification_specific_attributes
@@ -843,14 +843,14 @@ module Google
843
843
  end
844
844
 
845
845
  # Resource representing the Endpoint Verification-specific attributes of a
846
- # Device.
846
+ # Device. https://cloud.google.com/endpoint-verification/docs/overview
847
847
  class EndpointVerificationSpecificAttributes
848
848
  include Google::Apis::Core::Hashable
849
849
 
850
850
  # Details of certificates.
851
- # Corresponds to the JSON property `certificateInfo`
852
- # @return [Array<Google::Apis::CloudidentityV1beta1::CertificateInfo>]
853
- attr_accessor :certificate_info
851
+ # Corresponds to the JSON property `certificateAttributes`
852
+ # @return [Array<Google::Apis::CloudidentityV1beta1::CertificateAttributes>]
853
+ attr_accessor :certificate_attributes
854
854
 
855
855
  def initialize(**args)
856
856
  update!(**args)
@@ -858,7 +858,7 @@ module Google
858
858
 
859
859
  # Update properties of this object
860
860
  def update!(**args)
861
- @certificate_info = args[:certificate_info] if args.key?(:certificate_info)
861
+ @certificate_attributes = args[:certificate_attributes] if args.key?(:certificate_attributes)
862
862
  end
863
863
  end
864
864
 
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module CloudidentityV1beta1
18
18
  # Version of the google-apis-cloudidentity_v1beta1 gem
19
- GEM_VERSION = "0.18.0"
19
+ GEM_VERSION = "0.19.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.4.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20211116"
25
+ REVISION = "20211207"
26
26
  end
27
27
  end
28
28
  end
@@ -82,7 +82,7 @@ module Google
82
82
  include Google::Apis::Core::JsonObjectSupport
83
83
  end
84
84
 
85
- class CertificateInfo
85
+ class CertificateAttributes
86
86
  class Representation < Google::Apis::Core::JsonRepresentation; end
87
87
 
88
88
  include Google::Apis::Core::JsonObjectSupport
@@ -616,7 +616,7 @@ module Google
616
616
  end
617
617
  end
618
618
 
619
- class CertificateInfo
619
+ class CertificateAttributes
620
620
  # @private
621
621
  class Representation < Google::Apis::Core::JsonRepresentation
622
622
  property :certificate_template, as: 'certificateTemplate', class: Google::Apis::CloudidentityV1beta1::CertificateTemplate, decorator: Google::Apis::CloudidentityV1beta1::CertificateTemplate::Representation
@@ -766,7 +766,7 @@ module Google
766
766
  class EndpointVerificationSpecificAttributes
767
767
  # @private
768
768
  class Representation < Google::Apis::Core::JsonRepresentation
769
- collection :certificate_info, as: 'certificateInfo', class: Google::Apis::CloudidentityV1beta1::CertificateInfo, decorator: Google::Apis::CloudidentityV1beta1::CertificateInfo::Representation
769
+ collection :certificate_attributes, as: 'certificateAttributes', class: Google::Apis::CloudidentityV1beta1::CertificateAttributes, decorator: Google::Apis::CloudidentityV1beta1::CertificateAttributes::Representation
770
770
 
771
771
  end
772
772
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-cloudidentity_v1beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.18.0
4
+ version: 0.19.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: 2021-12-06 00:00:00.000000000 Z
11
+ date: 2021-12-13 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-cloudidentity_v1beta1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-cloudidentity_v1beta1/v0.18.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-cloudidentity_v1beta1/v0.19.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-cloudidentity_v1beta1
63
63
  post_install_message:
64
64
  rdoc_options: []