Skip to content

Commit e7b4eb4

Browse files
feat(chromepolicy): update the api
#### chromepolicy:v1 The following keys were added: - schemas.ChromeCrosDpanelAutosettingsProtoPolicyApiLifecycle.properties.deprecatedInFavorOf (Total Keys: 2)
1 parent 3bfe98f commit e7b4eb4

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

docs/dyn/chromepolicy_v1.customers.policySchemas.html

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -221,6 +221,9 @@ <h3>Method Details</h3>
221221
},
222222
],
223223
&quot;policyApiLifecycle&quot;: { # Output only. Current lifecycle information.
224+
&quot;deprecatedInFavorOf&quot;: [ # In the event that this policy was deprecated in favor of another policy, the fully qualified namespace(s) of the new policies as they will show in PolicyAPI.
225+
&quot;A String&quot;,
226+
],
224227
&quot;description&quot;: &quot;A String&quot;, # Description about current life cycle.
225228
&quot;endSupport&quot;: { # Represents a whole or partial calendar date, such as a birthday. The time of day and time zone are either specified elsewhere or are insignificant. The date is relative to the Gregorian Calendar. This can represent one of the following: * A full date, with non-zero year, month, and day values. * A month and day, with a zero year (for example, an anniversary). * A year on its own, with a zero month and a zero day. * A year and month, with a zero day (for example, a credit card expiration date). Related types: * google.type.TimeOfDay * google.type.DateTime * google.protobuf.Timestamp # End supporting date for current policy.
226229
&quot;day&quot;: 42, # Day of a month. Must be from 1 to 31 and valid for the year and month, or 0 to specify a year by itself or a year and month where the day isn&#x27;t significant.
@@ -230,6 +233,9 @@ <h3>Method Details</h3>
230233
&quot;policyApiLifecycleStage&quot;: &quot;A String&quot;, # Indicate current life cycle stage of the policy API.
231234
},
232235
&quot;policyApiLifeycle&quot;: { # Deprecated field because of typo.
236+
&quot;deprecatedInFavorOf&quot;: [ # In the event that this policy was deprecated in favor of another policy, the fully qualified namespace(s) of the new policies as they will show in PolicyAPI.
237+
&quot;A String&quot;,
238+
],
233239
&quot;description&quot;: &quot;A String&quot;, # Description about current life cycle.
234240
&quot;endSupport&quot;: { # Represents a whole or partial calendar date, such as a birthday. The time of day and time zone are either specified elsewhere or are insignificant. The date is relative to the Gregorian Calendar. This can represent one of the following: * A full date, with non-zero year, month, and day values. * A month and day, with a zero year (for example, an anniversary). * A year on its own, with a zero month and a zero day. * A year and month, with a zero day (for example, a credit card expiration date). Related types: * google.type.TimeOfDay * google.type.DateTime * google.protobuf.Timestamp # End supporting date for current policy.
235241
&quot;day&quot;: 42, # Day of a month. Must be from 1 to 31 and valid for the year and month, or 0 to specify a year by itself or a year and month where the day isn&#x27;t significant.
@@ -382,6 +388,9 @@ <h3>Method Details</h3>
382388
},
383389
],
384390
&quot;policyApiLifecycle&quot;: { # Output only. Current lifecycle information.
391+
&quot;deprecatedInFavorOf&quot;: [ # In the event that this policy was deprecated in favor of another policy, the fully qualified namespace(s) of the new policies as they will show in PolicyAPI.
392+
&quot;A String&quot;,
393+
],
385394
&quot;description&quot;: &quot;A String&quot;, # Description about current life cycle.
386395
&quot;endSupport&quot;: { # Represents a whole or partial calendar date, such as a birthday. The time of day and time zone are either specified elsewhere or are insignificant. The date is relative to the Gregorian Calendar. This can represent one of the following: * A full date, with non-zero year, month, and day values. * A month and day, with a zero year (for example, an anniversary). * A year on its own, with a zero month and a zero day. * A year and month, with a zero day (for example, a credit card expiration date). Related types: * google.type.TimeOfDay * google.type.DateTime * google.protobuf.Timestamp # End supporting date for current policy.
387396
&quot;day&quot;: 42, # Day of a month. Must be from 1 to 31 and valid for the year and month, or 0 to specify a year by itself or a year and month where the day isn&#x27;t significant.
@@ -391,6 +400,9 @@ <h3>Method Details</h3>
391400
&quot;policyApiLifecycleStage&quot;: &quot;A String&quot;, # Indicate current life cycle stage of the policy API.
392401
},
393402
&quot;policyApiLifeycle&quot;: { # Deprecated field because of typo.
403+
&quot;deprecatedInFavorOf&quot;: [ # In the event that this policy was deprecated in favor of another policy, the fully qualified namespace(s) of the new policies as they will show in PolicyAPI.
404+
&quot;A String&quot;,
405+
],
394406
&quot;description&quot;: &quot;A String&quot;, # Description about current life cycle.
395407
&quot;endSupport&quot;: { # Represents a whole or partial calendar date, such as a birthday. The time of day and time zone are either specified elsewhere or are insignificant. The date is relative to the Gregorian Calendar. This can represent one of the following: * A full date, with non-zero year, month, and day values. * A month and day, with a zero year (for example, an anniversary). * A year on its own, with a zero month and a zero day. * A year and month, with a zero day (for example, a credit card expiration date). Related types: * google.type.TimeOfDay * google.type.DateTime * google.protobuf.Timestamp # End supporting date for current policy.
396408
&quot;day&quot;: 42, # Day of a month. Must be from 1 to 31 and valid for the year and month, or 0 to specify a year by itself or a year and month where the day isn&#x27;t significant.

googleapiclient/discovery_cache/documents/chromepolicy.v1.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -557,12 +557,19 @@
557557
}
558558
}
559559
},
560-
"revision": "20230206",
560+
"revision": "20230213",
561561
"rootUrl": "https://chromepolicy.googleapis.com/",
562562
"schemas": {
563563
"ChromeCrosDpanelAutosettingsProtoPolicyApiLifecycle": {
564564
"id": "ChromeCrosDpanelAutosettingsProtoPolicyApiLifecycle",
565565
"properties": {
566+
"deprecatedInFavorOf": {
567+
"description": "In the event that this policy was deprecated in favor of another policy, the fully qualified namespace(s) of the new policies as they will show in PolicyAPI.",
568+
"items": {
569+
"type": "string"
570+
},
571+
"type": "array"
572+
},
566573
"description": {
567574
"description": "Description about current life cycle.",
568575
"type": "string"

0 commit comments

Comments
 (0)