google-apis-chromepolicy_v1 0.41.0 → 0.43.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: 4c3e34e15e0b7d323b4889b287765bf27c9ab99859b0304d633ea2074a22f23a
4
- data.tar.gz: 3e40055c8f728e7ca57c6166a21df17ff258c514f6ebac9f8d18fa4c576d0e38
3
+ metadata.gz: 58434c383b580cf4ffa23d99a2759560bfeb49a4ae9c73b9e636d16ff2e1d386
4
+ data.tar.gz: 81b09840382b461e559846e8d6f1de7efdac0c71c2cff7c2da4079302116292e
5
5
  SHA512:
6
- metadata.gz: 40a14e45d84e3805dbf35094526ce03ae81f8e25d06ecfa1ebb7156cc82205f03ab26aecfa9352511cb721e7dade67176b222aec9170ebfecc5c3e880cf95bec
7
- data.tar.gz: 5ffc20b893f9fccee73d238977072964906ecd5186b51a5a86e75a54ae4a04d961ef3193d9c72905220b04592876abd93a86414caf90ad0f25df84fa2dd27adc
6
+ metadata.gz: 23c7896a94ead26fe40a35f49f6748c9253ea1e70beebdccc222518e54c6f60309df02aec62602da5ad8d3c073698b2ccd3f22c35122d9efd711b24f32fb5e6b
7
+ data.tar.gz: 30bc6e46025072fd635a721bd3108fe6c51927b572d2d5065218af8b4471683c4aed6c6d640cd08ba6d5e39092b28123c717fd32900c5a435ef21d43214f6b0a
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-chromepolicy_v1
2
2
 
3
+ ### v0.43.0 (2024-01-07)
4
+
5
+ * Regenerated from discovery document revision 20240101
6
+
7
+ ### v0.42.0 (2023-12-03)
8
+
9
+ * Regenerated from discovery document revision 20231127
10
+
3
11
  ### v0.41.0 (2023-10-08)
4
12
 
5
13
  * Regenerated from discovery document revision 20231004
@@ -802,6 +802,12 @@ module Google
802
802
  # @return [String]
803
803
  attr_accessor :support_uri
804
804
 
805
+ # Output only. List indicates that the policy will only apply to devices/users
806
+ # on these platforms.
807
+ # Corresponds to the JSON property `supportedPlatforms`
808
+ # @return [Array<String>]
809
+ attr_accessor :supported_platforms
810
+
805
811
  # Output only. Information about applicable target resources for the policy.
806
812
  # Corresponds to the JSON property `validTargetResources`
807
813
  # @return [Array<String>]
@@ -824,6 +830,7 @@ module Google
824
830
  @policy_description = args[:policy_description] if args.key?(:policy_description)
825
831
  @schema_name = args[:schema_name] if args.key?(:schema_name)
826
832
  @support_uri = args[:support_uri] if args.key?(:support_uri)
833
+ @supported_platforms = args[:supported_platforms] if args.key?(:supported_platforms)
827
834
  @valid_target_resources = args[:valid_target_resources] if args.key?(:valid_target_resources)
828
835
  end
829
836
  end
@@ -1576,9 +1583,9 @@ module Google
1576
1583
 
1577
1584
  # If true, this is a proto3 "optional". When a proto3 field is optional, it
1578
1585
  # tracks presence regardless of field type. When proto3_optional is true, this
1579
- # field must be belong to a oneof to signal to old proto3 clients that presence
1580
- # is tracked for this field. This oneof is known as a "synthetic" oneof, and
1581
- # this field must be its sole member (each proto3 optional field gets its own
1586
+ # field must belong to a oneof to signal to old proto3 clients that presence is
1587
+ # tracked for this field. This oneof is known as a "synthetic" oneof, and this
1588
+ # field must be its sole member (each proto3 optional field gets its own
1582
1589
  # synthetic oneof). Synthetic oneofs exist in the descriptor only, and do not
1583
1590
  # generate any API. Synthetic oneofs must be ordered after all "real" oneofs.
1584
1591
  # For message fields, proto3_optional doesn't create any semantic change, since
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module ChromepolicyV1
18
18
  # Version of the google-apis-chromepolicy_v1 gem
19
- GEM_VERSION = "0.41.0"
19
+ GEM_VERSION = "0.43.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.12.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20231004"
25
+ REVISION = "20240101"
26
26
  end
27
27
  end
28
28
  end
@@ -570,6 +570,7 @@ module Google
570
570
  property :policy_description, as: 'policyDescription'
571
571
  property :schema_name, as: 'schemaName'
572
572
  property :support_uri, as: 'supportUri'
573
+ collection :supported_platforms, as: 'supportedPlatforms'
573
574
  collection :valid_target_resources, as: 'validTargetResources'
574
575
  end
575
576
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-chromepolicy_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.41.0
4
+ version: 0.43.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: 2023-10-15 00:00:00.000000000 Z
11
+ date: 2024-01-07 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-chromepolicy_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-chromepolicy_v1/v0.41.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-chromepolicy_v1/v0.43.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-chromepolicy_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.4.19
78
+ rubygems_version: 3.5.3
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Chrome Policy API V1