Skip to content

Commit 5bcc5d3

Browse files
feat(backupdr): update the api
#### backupdr:v1 The following keys were added: - schemas.ManagementServer.properties.satisfiesPzi (Total Keys: 2) - schemas.ManagementServer.properties.satisfiesPzs (Total Keys: 2)
1 parent 5afc401 commit 5bcc5d3

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

docs/dyn/backupdr_v1.projects.locations.managementServers.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,8 @@ <h3>Method Details</h3>
138138
},
139139
],
140140
&quot;oauth2ClientId&quot;: &quot;A String&quot;, # Output only. The OAuth 2.0 client id is required to make API calls to the BackupDR instance API of this ManagementServer. This is the value that should be provided in the ‘aud’ field of the OIDC ID Token (see openid specification https://openid.net/specs/openid-connect-core-1_0.html#IDToken).
141+
&quot;satisfiesPzi&quot;: True or False, # Output only. Reserved for future use.
142+
&quot;satisfiesPzs&quot;: True or False, # Output only. Reserved for future use.
141143
&quot;state&quot;: &quot;A String&quot;, # Output only. The ManagementServer state.
142144
&quot;type&quot;: &quot;A String&quot;, # Optional. The type of the ManagementServer resource.
143145
&quot;updateTime&quot;: &quot;A String&quot;, # Output only. The time when the instance was updated.
@@ -254,6 +256,8 @@ <h3>Method Details</h3>
254256
},
255257
],
256258
&quot;oauth2ClientId&quot;: &quot;A String&quot;, # Output only. The OAuth 2.0 client id is required to make API calls to the BackupDR instance API of this ManagementServer. This is the value that should be provided in the ‘aud’ field of the OIDC ID Token (see openid specification https://openid.net/specs/openid-connect-core-1_0.html#IDToken).
259+
&quot;satisfiesPzi&quot;: True or False, # Output only. Reserved for future use.
260+
&quot;satisfiesPzs&quot;: True or False, # Output only. Reserved for future use.
257261
&quot;state&quot;: &quot;A String&quot;, # Output only. The ManagementServer state.
258262
&quot;type&quot;: &quot;A String&quot;, # Optional. The type of the ManagementServer resource.
259263
&quot;updateTime&quot;: &quot;A String&quot;, # Output only. The time when the instance was updated.
@@ -358,6 +362,8 @@ <h3>Method Details</h3>
358362
},
359363
],
360364
&quot;oauth2ClientId&quot;: &quot;A String&quot;, # Output only. The OAuth 2.0 client id is required to make API calls to the BackupDR instance API of this ManagementServer. This is the value that should be provided in the ‘aud’ field of the OIDC ID Token (see openid specification https://openid.net/specs/openid-connect-core-1_0.html#IDToken).
365+
&quot;satisfiesPzi&quot;: True or False, # Output only. Reserved for future use.
366+
&quot;satisfiesPzs&quot;: True or False, # Output only. Reserved for future use.
361367
&quot;state&quot;: &quot;A String&quot;, # Output only. The ManagementServer state.
362368
&quot;type&quot;: &quot;A String&quot;, # Optional. The type of the ManagementServer resource.
363369
&quot;updateTime&quot;: &quot;A String&quot;, # Output only. The time when the instance was updated.

googleapiclient/discovery_cache/documents/backupdr.v1.json

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -535,7 +535,7 @@
535535
}
536536
}
537537
},
538-
"revision": "20240515",
538+
"revision": "20240522",
539539
"rootUrl": "https://backupdr.googleapis.com/",
540540
"schemas": {
541541
"AuditConfig": {
@@ -793,6 +793,16 @@
793793
"readOnly": true,
794794
"type": "string"
795795
},
796+
"satisfiesPzi": {
797+
"description": "Output only. Reserved for future use.",
798+
"readOnly": true,
799+
"type": "boolean"
800+
},
801+
"satisfiesPzs": {
802+
"description": "Output only. Reserved for future use.",
803+
"readOnly": true,
804+
"type": "boolean"
805+
},
796806
"state": {
797807
"description": "Output only. The ManagementServer state.",
798808
"enum": [

0 commit comments

Comments
 (0)