google-apis-chromemanagement_v1 0.59.0 → 0.60.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d108e85ddd5a5bbd822f30af7379ab6f01b2e9c3b67cc8066b671e2418dd421a
4
- data.tar.gz: b0dd83f94d256d4548e3142fe0fca2c824ea8019a369315d2600dbca33ba2363
3
+ metadata.gz: 0dd8b5e6f63ade131ebff8c63cd87ccf9338091403028222ae59c2941c6b9130
4
+ data.tar.gz: 8cecfeafa3b8e646276f981f885602a0d8a8b2eafc214d883c855a6a15fec577
5
5
  SHA512:
6
- metadata.gz: 96e3fa08bf840966e713fee101be231eb97d812f52fc9878e67642750e8adfa8845a43d8e376cd6e37f5d473efadae255c53924e8a91bd9c66ddf1e7e890c937
7
- data.tar.gz: eaf1902c02495e8149d91d27686f0f8ea7855f6ad81b0ff58cf79c945a1915f9807ccd02eee1e88509f52ad5067c6f71d66f44242e3fbaaf159676427a7fac27
6
+ metadata.gz: 9f800ea78724629bda9fb083a0ae05a27ffc59bdd9b120b2bf4adeefddde450a401b32ff290d5dbe51f7661c02e50760f3b4c74e24e6f73443a37f312e82ee18
7
+ data.tar.gz: 7e510cd8d97c0c4454de667ae41fdc4cba5753e0cd6f987d7dc6a6ff25bf2cd42117aa7c44afc9d058629bd85e764befe7c6a115799cbeffcb1e7fc3f784801f
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-chromemanagement_v1
2
2
 
3
+ ### v0.60.0 (2024-12-22)
4
+
5
+ * Regenerated from discovery document revision 20241216
6
+
3
7
  ### v0.59.0 (2024-11-24)
4
8
 
5
9
  * Regenerated from discovery document revision 20241121
data/OVERVIEW.md CHANGED
@@ -79,7 +79,7 @@ Gem names for modern clients are often of the form `google-cloud-<service_name>`
79
79
 
80
80
  **For most users, we recommend the modern client, if one is available.** Compared with simple clients, modern clients are generally much easier to use and more Ruby-like, support more advanced features such as streaming and long-running operations, and often provide much better performance. You may consider using a simple client instead, if a modern client is not yet available for the service you want to use, or if you are not able to use gRPC on your infrastructure.
81
81
 
82
- The [product documentation](http://developers.google.com/chrome/management/) may provide guidance regarding the preferred client library to use.
82
+ The [product documentation](https://developers.google.com/chrome/management/) may provide guidance regarding the preferred client library to use.
83
83
 
84
84
  ## Supported Ruby versions
85
85
 
@@ -4126,6 +4126,120 @@ module Google
4126
4126
  end
4127
4127
  end
4128
4128
 
4129
+ # A certificate provisioning process.
4130
+ class GoogleChromeManagementVersionsV1CertificateProvisioningProcess
4131
+ include Google::Apis::Core::Hashable
4132
+
4133
+ # Output only. A JSON string that contains the administrator-provided
4134
+ # configuration for the certification authority service. This field can be
4135
+ # missing if no configuration was given.
4136
+ # Corresponds to the JSON property `caConnectionAdapterConfigReference`
4137
+ # @return [String]
4138
+ attr_accessor :ca_connection_adapter_config_reference
4139
+
4140
+ # Describes the ChromeOS device that a `CertificateProvisioningProcess` belongs
4141
+ # to.
4142
+ # Corresponds to the JSON property `chromeOsDevice`
4143
+ # @return [Google::Apis::ChromemanagementV1::GoogleChromeManagementVersionsV1ChromeOsDevice]
4144
+ attr_accessor :chrome_os_device
4145
+
4146
+ # Describes the ChromeOS user session that a `CertificateProvisioningProcess`
4147
+ # belongs to.
4148
+ # Corresponds to the JSON property `chromeOsUserSession`
4149
+ # @return [Google::Apis::ChromemanagementV1::GoogleChromeManagementVersionsV1ChromeOsUserSession]
4150
+ attr_accessor :chrome_os_user_session
4151
+
4152
+ # Output only. A message describing why this `CertificateProvisioningProcess`
4153
+ # failed. Presence of this field indicates that the `
4154
+ # CertificateProvisioningProcess` has failed.
4155
+ # Corresponds to the JSON property `failureMessage`
4156
+ # @return [String]
4157
+ attr_accessor :failure_message
4158
+
4159
+ # Output only. The issued certificate for this `CertificateProvisioningProcess`
4160
+ # in PEM format.
4161
+ # Corresponds to the JSON property `issuedCertificate`
4162
+ # @return [String]
4163
+ attr_accessor :issued_certificate
4164
+
4165
+ # Identifier. Resource name of the `CertificateProvisioningProcess`. The name
4166
+ # pattern is given as `customers/`customer`/certificateProvisioningProcesses/`
4167
+ # certificate_provisioning_process`` with ``customer`` being the obfuscated
4168
+ # customer id and ``certificate_provisioning_process`` being the certificate
4169
+ # provisioning process id.
4170
+ # Corresponds to the JSON property `name`
4171
+ # @return [String]
4172
+ attr_accessor :name
4173
+
4174
+ # Output only. A JSON string that contains the administrator-provided
4175
+ # configuration for the certificate provisioning profile. This field can be
4176
+ # missing if no configuration was given.
4177
+ # Corresponds to the JSON property `profileAdapterConfigReference`
4178
+ # @return [String]
4179
+ attr_accessor :profile_adapter_config_reference
4180
+
4181
+ # Output only. The ID of the certificate provisioning profile.
4182
+ # Corresponds to the JSON property `provisioningProfileId`
4183
+ # @return [String]
4184
+ attr_accessor :provisioning_profile_id
4185
+
4186
+ # Output only. The data that the client was asked to sign. This field is only
4187
+ # present after the `SignData` operation has been initiated.
4188
+ # Corresponds to the JSON property `signData`
4189
+ # NOTE: Values are automatically base64 encoded/decoded in the client library.
4190
+ # @return [String]
4191
+ attr_accessor :sign_data
4192
+
4193
+ # Output only. The signature of `signature_algorithm`, generated using the
4194
+ # client's private key using `signature_algorithm`. This field is only present
4195
+ # after the`SignData` operation has finished.
4196
+ # Corresponds to the JSON property `signature`
4197
+ # NOTE: Values are automatically base64 encoded/decoded in the client library.
4198
+ # @return [String]
4199
+ attr_accessor :signature
4200
+
4201
+ # Output only. The signature algorithm that the adapter expects the client and
4202
+ # backend components to use when processing `sign_data`. This field is only
4203
+ # present after the `SignData` operation has been initiated.
4204
+ # Corresponds to the JSON property `signatureAlgorithm`
4205
+ # @return [String]
4206
+ attr_accessor :signature_algorithm
4207
+
4208
+ # Output only. Server-generated timestamp of when the certificate provisioning
4209
+ # process has been created.
4210
+ # Corresponds to the JSON property `startTime`
4211
+ # @return [String]
4212
+ attr_accessor :start_time
4213
+
4214
+ # Output only. The public key for which a certificate should be provisioned.
4215
+ # Represented as a DER-encoded X.509 SubjectPublicKeyInfo.
4216
+ # Corresponds to the JSON property `subjectPublicKeyInfo`
4217
+ # NOTE: Values are automatically base64 encoded/decoded in the client library.
4218
+ # @return [String]
4219
+ attr_accessor :subject_public_key_info
4220
+
4221
+ def initialize(**args)
4222
+ update!(**args)
4223
+ end
4224
+
4225
+ # Update properties of this object
4226
+ def update!(**args)
4227
+ @ca_connection_adapter_config_reference = args[:ca_connection_adapter_config_reference] if args.key?(:ca_connection_adapter_config_reference)
4228
+ @chrome_os_device = args[:chrome_os_device] if args.key?(:chrome_os_device)
4229
+ @chrome_os_user_session = args[:chrome_os_user_session] if args.key?(:chrome_os_user_session)
4230
+ @failure_message = args[:failure_message] if args.key?(:failure_message)
4231
+ @issued_certificate = args[:issued_certificate] if args.key?(:issued_certificate)
4232
+ @name = args[:name] if args.key?(:name)
4233
+ @profile_adapter_config_reference = args[:profile_adapter_config_reference] if args.key?(:profile_adapter_config_reference)
4234
+ @provisioning_profile_id = args[:provisioning_profile_id] if args.key?(:provisioning_profile_id)
4235
+ @sign_data = args[:sign_data] if args.key?(:sign_data)
4236
+ @signature = args[:signature] if args.key?(:signature)
4237
+ @signature_algorithm = args[:signature_algorithm] if args.key?(:signature_algorithm)
4238
+ @start_time = args[:start_time] if args.key?(:start_time)
4239
+ @subject_public_key_info = args[:subject_public_key_info] if args.key?(:subject_public_key_info)
4240
+ end
4241
+ end
4242
+
4129
4243
  # A representation of a Chrome browser profile.
4130
4244
  class GoogleChromeManagementVersionsV1ChromeBrowserProfile
4131
4245
  include Google::Apis::Core::Hashable
@@ -4299,6 +4413,67 @@ module Google
4299
4413
  end
4300
4414
  end
4301
4415
 
4416
+ # Describes the ChromeOS device that a `CertificateProvisioningProcess` belongs
4417
+ # to.
4418
+ class GoogleChromeManagementVersionsV1ChromeOsDevice
4419
+ include Google::Apis::Core::Hashable
4420
+
4421
+ # Output only. The unique Directory API ID of the device. This value is the same
4422
+ # as the Admin Console's Directory API ID in the ChromeOS Devices tab.
4423
+ # Corresponds to the JSON property `deviceDirectoryApiId`
4424
+ # @return [String]
4425
+ attr_accessor :device_directory_api_id
4426
+
4427
+ # Output only. Device serial number. This value is the same as the Admin Console'
4428
+ # s Serial Number in the ChromeOS Devices tab.
4429
+ # Corresponds to the JSON property `serialNumber`
4430
+ # @return [String]
4431
+ attr_accessor :serial_number
4432
+
4433
+ def initialize(**args)
4434
+ update!(**args)
4435
+ end
4436
+
4437
+ # Update properties of this object
4438
+ def update!(**args)
4439
+ @device_directory_api_id = args[:device_directory_api_id] if args.key?(:device_directory_api_id)
4440
+ @serial_number = args[:serial_number] if args.key?(:serial_number)
4441
+ end
4442
+ end
4443
+
4444
+ # Describes the ChromeOS user session that a `CertificateProvisioningProcess`
4445
+ # belongs to.
4446
+ class GoogleChromeManagementVersionsV1ChromeOsUserSession
4447
+ include Google::Apis::Core::Hashable
4448
+
4449
+ # Describes the ChromeOS device that a `CertificateProvisioningProcess` belongs
4450
+ # to.
4451
+ # Corresponds to the JSON property `chromeOsDevice`
4452
+ # @return [Google::Apis::ChromemanagementV1::GoogleChromeManagementVersionsV1ChromeOsDevice]
4453
+ attr_accessor :chrome_os_device
4454
+
4455
+ # Output only. The unique Directory API ID of the user.
4456
+ # Corresponds to the JSON property `userDirectoryApiId`
4457
+ # @return [String]
4458
+ attr_accessor :user_directory_api_id
4459
+
4460
+ # Output only. The primary e-mail address of the user.
4461
+ # Corresponds to the JSON property `userPrimaryEmail`
4462
+ # @return [String]
4463
+ attr_accessor :user_primary_email
4464
+
4465
+ def initialize(**args)
4466
+ update!(**args)
4467
+ end
4468
+
4469
+ # Update properties of this object
4470
+ def update!(**args)
4471
+ @chrome_os_device = args[:chrome_os_device] if args.key?(:chrome_os_device)
4472
+ @user_directory_api_id = args[:user_directory_api_id] if args.key?(:user_directory_api_id)
4473
+ @user_primary_email = args[:user_primary_email] if args.key?(:user_primary_email)
4474
+ end
4475
+ end
4476
+
4302
4477
  # Information of a device that runs a Chrome browser profile.
4303
4478
  class GoogleChromeManagementVersionsV1DeviceInfo
4304
4479
  include Google::Apis::Core::Hashable
@@ -4600,6 +4775,45 @@ module Google
4600
4775
  end
4601
4776
  end
4602
4777
 
4778
+ # Metadata for the long-running operation returned by signData.
4779
+ class GoogleChromeManagementVersionsV1SignDataMetadata
4780
+ include Google::Apis::Core::Hashable
4781
+
4782
+ # Output only. Start time of the SignData operation.
4783
+ # Corresponds to the JSON property `startTime`
4784
+ # @return [String]
4785
+ attr_accessor :start_time
4786
+
4787
+ def initialize(**args)
4788
+ update!(**args)
4789
+ end
4790
+
4791
+ # Update properties of this object
4792
+ def update!(**args)
4793
+ @start_time = args[:start_time] if args.key?(:start_time)
4794
+ end
4795
+ end
4796
+
4797
+ # Response message for requesting a signature from the client that initated a
4798
+ # certificate provisioning process.
4799
+ class GoogleChromeManagementVersionsV1SignDataResponse
4800
+ include Google::Apis::Core::Hashable
4801
+
4802
+ # A certificate provisioning process.
4803
+ # Corresponds to the JSON property `certificateProvisioningProcess`
4804
+ # @return [Google::Apis::ChromemanagementV1::GoogleChromeManagementVersionsV1CertificateProvisioningProcess]
4805
+ attr_accessor :certificate_provisioning_process
4806
+
4807
+ def initialize(**args)
4808
+ update!(**args)
4809
+ end
4810
+
4811
+ # Update properties of this object
4812
+ def update!(**args)
4813
+ @certificate_provisioning_process = args[:certificate_provisioning_process] if args.key?(:certificate_provisioning_process)
4814
+ end
4815
+ end
4816
+
4603
4817
  # A certificate provisioning process.
4604
4818
  class GoogleChromeManagementVersionsV1alpha1CertificateProvisioningProcess
4605
4819
  include Google::Apis::Core::Hashable
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module ChromemanagementV1
18
18
  # Version of the google-apis-chromemanagement_v1 gem
19
- GEM_VERSION = "0.59.0"
19
+ GEM_VERSION = "0.60.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.15.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20241121"
25
+ REVISION = "20241216"
26
26
  end
27
27
  end
28
28
  end
@@ -592,12 +592,30 @@ module Google
592
592
  include Google::Apis::Core::JsonObjectSupport
593
593
  end
594
594
 
595
+ class GoogleChromeManagementVersionsV1CertificateProvisioningProcess
596
+ class Representation < Google::Apis::Core::JsonRepresentation; end
597
+
598
+ include Google::Apis::Core::JsonObjectSupport
599
+ end
600
+
595
601
  class GoogleChromeManagementVersionsV1ChromeBrowserProfile
596
602
  class Representation < Google::Apis::Core::JsonRepresentation; end
597
603
 
598
604
  include Google::Apis::Core::JsonObjectSupport
599
605
  end
600
606
 
607
+ class GoogleChromeManagementVersionsV1ChromeOsDevice
608
+ class Representation < Google::Apis::Core::JsonRepresentation; end
609
+
610
+ include Google::Apis::Core::JsonObjectSupport
611
+ end
612
+
613
+ class GoogleChromeManagementVersionsV1ChromeOsUserSession
614
+ class Representation < Google::Apis::Core::JsonRepresentation; end
615
+
616
+ include Google::Apis::Core::JsonObjectSupport
617
+ end
618
+
601
619
  class GoogleChromeManagementVersionsV1DeviceInfo
602
620
  class Representation < Google::Apis::Core::JsonRepresentation; end
603
621
 
@@ -640,6 +658,18 @@ module Google
640
658
  include Google::Apis::Core::JsonObjectSupport
641
659
  end
642
660
 
661
+ class GoogleChromeManagementVersionsV1SignDataMetadata
662
+ class Representation < Google::Apis::Core::JsonRepresentation; end
663
+
664
+ include Google::Apis::Core::JsonObjectSupport
665
+ end
666
+
667
+ class GoogleChromeManagementVersionsV1SignDataResponse
668
+ class Representation < Google::Apis::Core::JsonRepresentation; end
669
+
670
+ include Google::Apis::Core::JsonObjectSupport
671
+ end
672
+
643
673
  class GoogleChromeManagementVersionsV1alpha1CertificateProvisioningProcess
644
674
  class Representation < Google::Apis::Core::JsonRepresentation; end
645
675
 
@@ -1758,6 +1788,27 @@ module Google
1758
1788
  end
1759
1789
  end
1760
1790
 
1791
+ class GoogleChromeManagementVersionsV1CertificateProvisioningProcess
1792
+ # @private
1793
+ class Representation < Google::Apis::Core::JsonRepresentation
1794
+ property :ca_connection_adapter_config_reference, as: 'caConnectionAdapterConfigReference'
1795
+ property :chrome_os_device, as: 'chromeOsDevice', class: Google::Apis::ChromemanagementV1::GoogleChromeManagementVersionsV1ChromeOsDevice, decorator: Google::Apis::ChromemanagementV1::GoogleChromeManagementVersionsV1ChromeOsDevice::Representation
1796
+
1797
+ property :chrome_os_user_session, as: 'chromeOsUserSession', class: Google::Apis::ChromemanagementV1::GoogleChromeManagementVersionsV1ChromeOsUserSession, decorator: Google::Apis::ChromemanagementV1::GoogleChromeManagementVersionsV1ChromeOsUserSession::Representation
1798
+
1799
+ property :failure_message, as: 'failureMessage'
1800
+ property :issued_certificate, as: 'issuedCertificate'
1801
+ property :name, as: 'name'
1802
+ property :profile_adapter_config_reference, as: 'profileAdapterConfigReference'
1803
+ property :provisioning_profile_id, as: 'provisioningProfileId'
1804
+ property :sign_data, :base64 => true, as: 'signData'
1805
+ property :signature, :base64 => true, as: 'signature'
1806
+ property :signature_algorithm, as: 'signatureAlgorithm'
1807
+ property :start_time, as: 'startTime'
1808
+ property :subject_public_key_info, :base64 => true, as: 'subjectPublicKeyInfo'
1809
+ end
1810
+ end
1811
+
1761
1812
  class GoogleChromeManagementVersionsV1ChromeBrowserProfile
1762
1813
  # @private
1763
1814
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1793,6 +1844,24 @@ module Google
1793
1844
  end
1794
1845
  end
1795
1846
 
1847
+ class GoogleChromeManagementVersionsV1ChromeOsDevice
1848
+ # @private
1849
+ class Representation < Google::Apis::Core::JsonRepresentation
1850
+ property :device_directory_api_id, as: 'deviceDirectoryApiId'
1851
+ property :serial_number, as: 'serialNumber'
1852
+ end
1853
+ end
1854
+
1855
+ class GoogleChromeManagementVersionsV1ChromeOsUserSession
1856
+ # @private
1857
+ class Representation < Google::Apis::Core::JsonRepresentation
1858
+ property :chrome_os_device, as: 'chromeOsDevice', class: Google::Apis::ChromemanagementV1::GoogleChromeManagementVersionsV1ChromeOsDevice, decorator: Google::Apis::ChromemanagementV1::GoogleChromeManagementVersionsV1ChromeOsDevice::Representation
1859
+
1860
+ property :user_directory_api_id, as: 'userDirectoryApiId'
1861
+ property :user_primary_email, as: 'userPrimaryEmail'
1862
+ end
1863
+ end
1864
+
1796
1865
  class GoogleChromeManagementVersionsV1DeviceInfo
1797
1866
  # @private
1798
1867
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1874,6 +1943,21 @@ module Google
1874
1943
  end
1875
1944
  end
1876
1945
 
1946
+ class GoogleChromeManagementVersionsV1SignDataMetadata
1947
+ # @private
1948
+ class Representation < Google::Apis::Core::JsonRepresentation
1949
+ property :start_time, as: 'startTime'
1950
+ end
1951
+ end
1952
+
1953
+ class GoogleChromeManagementVersionsV1SignDataResponse
1954
+ # @private
1955
+ class Representation < Google::Apis::Core::JsonRepresentation
1956
+ property :certificate_provisioning_process, as: 'certificateProvisioningProcess', class: Google::Apis::ChromemanagementV1::GoogleChromeManagementVersionsV1CertificateProvisioningProcess, decorator: Google::Apis::ChromemanagementV1::GoogleChromeManagementVersionsV1CertificateProvisioningProcess::Representation
1957
+
1958
+ end
1959
+ end
1960
+
1877
1961
  class GoogleChromeManagementVersionsV1alpha1CertificateProvisioningProcess
1878
1962
  # @private
1879
1963
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -32,7 +32,7 @@ module Google
32
32
  # Chromemanagement = Google::Apis::ChromemanagementV1 # Alias the module
33
33
  # service = Chromemanagement::ChromeManagementService.new
34
34
  #
35
- # @see http://developers.google.com/chrome/management/
35
+ # @see https://developers.google.com/chrome/management/
36
36
  class ChromeManagementService < Google::Apis::Core::BaseService
37
37
  DEFAULT_ENDPOINT_TEMPLATE = "https://chromemanagement.$UNIVERSE_DOMAIN$/"
38
38
 
@@ -25,7 +25,7 @@ module Google
25
25
  # administrators to view, manage and gain insights on their Chrome OS and Chrome
26
26
  # Browser devices.
27
27
  #
28
- # @see http://developers.google.com/chrome/management/
28
+ # @see https://developers.google.com/chrome/management/
29
29
  module ChromemanagementV1
30
30
  # Version of the Chrome Management API this client connects to.
31
31
  # This is NOT the gem version.
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-chromemanagement_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.59.0
4
+ version: 0.60.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-12-04 00:00:00.000000000 Z
11
+ date: 2025-01-05 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-chromemanagement_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-chromemanagement_v1/v0.59.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-chromemanagement_v1/v0.60.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-chromemanagement_v1
63
63
  post_install_message:
64
64
  rdoc_options: []
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
75
  - !ruby/object:Gem::Version
76
76
  version: '0'
77
77
  requirements: []
78
- rubygems_version: 3.5.22
78
+ rubygems_version: 3.5.23
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Chrome Management API V1