google-apis-chromepolicy_v1 0.34.0 → 0.35.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: 898fc53db811357e1f7db0c541aa95cd1761997aaee450347125eb975037053c
4
- data.tar.gz: 82c16d1038df05e534ec0f442c0f4150432e05afbb6bd2e883413b9984618b13
3
+ metadata.gz: 3178200159bde9497f18007adfe43152e2ce4de4e98f3f869c4c5381d0abc7af
4
+ data.tar.gz: 784947657c046db56abdb357dae216abbdea44b5e16305b93726038c02d710a6
5
5
  SHA512:
6
- metadata.gz: '0911e0ee3052c966f7556986b2ec5df01433b94b84ef1e6be54018b05152145e5caf104a9ad13f41aece3192bd46400b95d547bbdebbef77ae8d47d0a13dd0cc'
7
- data.tar.gz: 96cfb0e0c11e8f3a173d90fee8cac3854f07f7afbd89c9c35b3a20f2750ad9827db9bb6ff0aa8d489a92c4aa949bdbf7b290f384e9fbe2e002d5550ebda9e75b
6
+ metadata.gz: e055e3a4ce03c3b29623358fdd6b212f96c9602ec11d8acea59afab62d85cdb33df2cf8ee159ad494031fda247678c8b80987063dc89bd49d5172df58b2c4fa3
7
+ data.tar.gz: '07339e9530d204593eb3853c493255fb72e59325779a39eea78a85587573a4d5eb8e22ef7da7deb941680c8e8da2f815fac3ac66dd4f017b62953297c86f5792'
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-chromepolicy_v1
2
2
 
3
+ ### v0.35.0 (2023-03-12)
4
+
5
+ * Regenerated from discovery document revision 20230304
6
+
3
7
  ### v0.34.0 (2023-02-26)
4
8
 
5
9
  * Regenerated from discovery document revision 20230220
@@ -761,11 +761,6 @@ module Google
761
761
  # @return [Google::Apis::ChromepolicyV1::ChromeCrosDpanelAutosettingsProtoPolicyApiLifecycle]
762
762
  attr_accessor :policy_api_lifecycle
763
763
 
764
- # Deprecated field because of typo.
765
- # Corresponds to the JSON property `policyApiLifeycle`
766
- # @return [Google::Apis::ChromepolicyV1::ChromeCrosDpanelAutosettingsProtoPolicyApiLifecycle]
767
- attr_accessor :policy_api_lifeycle
768
-
769
764
  # Output only. Description about the policy schema for user consumption.
770
765
  # Corresponds to the JSON property `policyDescription`
771
766
  # @return [String]
@@ -803,7 +798,6 @@ module Google
803
798
  @name = args[:name] if args.key?(:name)
804
799
  @notices = args[:notices] if args.key?(:notices)
805
800
  @policy_api_lifecycle = args[:policy_api_lifecycle] if args.key?(:policy_api_lifecycle)
806
- @policy_api_lifeycle = args[:policy_api_lifeycle] if args.key?(:policy_api_lifeycle)
807
801
  @policy_description = args[:policy_description] if args.key?(:policy_description)
808
802
  @schema_name = args[:schema_name] if args.key?(:schema_name)
809
803
  @support_uri = args[:support_uri] if args.key?(:support_uri)
@@ -1191,13 +1185,13 @@ module Google
1191
1185
  # @return [String]
1192
1186
  attr_accessor :page_token
1193
1187
 
1194
- # The schema filter to apply to the resolve request. Specify a schema name to
1195
- # view a particular schema, for example: chrome.users.ShowLogoutButton Wildcards
1196
- # are supported, but only in the leaf portion of the schema name. Wildcards
1197
- # cannot be used in namespace directly. Please read https://developers.google.
1198
- # com/chrome/policy/guides/policy-schemas for details on schema namespaces. For
1199
- # example: Valid: "chrome.users.*", "chrome.users.apps.*", "chrome.printers.*"
1200
- # Invalid: "*", "*.users", "chrome.*", "chrome.*.apps.*"
1188
+ # Required. The schema filter to apply to the resolve request. Specify a schema
1189
+ # name to view a particular schema, for example: chrome.users.ShowLogoutButton
1190
+ # Wildcards are supported, but only in the leaf portion of the schema name.
1191
+ # Wildcards cannot be used in namespace directly. Please read https://developers.
1192
+ # google.com/chrome/policy/guides/policy-schemas for details on schema
1193
+ # namespaces. For example: Valid: "chrome.users.*", "chrome.users.apps.*", "
1194
+ # chrome.printers.*" Invalid: "*", "*.users", "chrome.*", "chrome.*.apps.*"
1201
1195
  # Corresponds to the JSON property `policySchemaFilter`
1202
1196
  # @return [String]
1203
1197
  attr_accessor :policy_schema_filter
@@ -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.34.0"
19
+ GEM_VERSION = "0.35.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 = "20230220"
25
+ REVISION = "20230304"
26
26
  end
27
27
  end
28
28
  end
@@ -564,8 +564,6 @@ module Google
564
564
 
565
565
  property :policy_api_lifecycle, as: 'policyApiLifecycle', class: Google::Apis::ChromepolicyV1::ChromeCrosDpanelAutosettingsProtoPolicyApiLifecycle, decorator: Google::Apis::ChromepolicyV1::ChromeCrosDpanelAutosettingsProtoPolicyApiLifecycle::Representation
566
566
 
567
- property :policy_api_lifeycle, as: 'policyApiLifeycle', class: Google::Apis::ChromepolicyV1::ChromeCrosDpanelAutosettingsProtoPolicyApiLifecycle, decorator: Google::Apis::ChromepolicyV1::ChromeCrosDpanelAutosettingsProtoPolicyApiLifecycle::Representation
568
-
569
567
  property :policy_description, as: 'policyDescription'
570
568
  property :schema_name, as: 'schemaName'
571
569
  property :support_uri, as: 'supportUri'
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.34.0
4
+ version: 0.35.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-02-26 00:00:00.000000000 Z
11
+ date: 2023-03-12 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.34.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-chromepolicy_v1/v0.35.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: []