You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#### metastore:v1alpha
The following keys were added:
- schemas.Backup.properties.restoringServices (Total Keys: 3)
#### metastore:v1beta
The following keys were added:
- schemas.Backup.properties.restoringServices (Total Keys: 3)
Copy file name to clipboardExpand all lines: docs/dyn/metastore_v1alpha.projects.locations.services.backups.html
+9Lines changed: 9 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -121,6 +121,9 @@ <h3>Method Details</h3>
121
121
"description": "A String", # The description of the backup.
122
122
"endTime": "A String", # Output only. The time when the backup finished creating.
123
123
"name": "A String", # Immutable. The relative resource name of the backup, in the following form:projects/{project_number}/locations/{location_id}/services/{service_id}/backups/{backup_id}
124
+
"restoringServices": [ # Output only. Services that are restoring from the backup.
125
+
"A String",
126
+
],
124
127
"serviceRevision": { # A managed metastore service that serves metadata queries. # Output only. The revision of the service at the time of backup.
125
128
"artifactGcsUri": "A String", # Output only. A Cloud Storage URI (starting with gs://) that specifies where artifacts related to the metastore service are stored.
126
129
"createTime": "A String", # Output only. The time when the metastore service was created.
@@ -273,6 +276,9 @@ <h3>Method Details</h3>
273
276
"description": "A String", # The description of the backup.
274
277
"endTime": "A String", # Output only. The time when the backup finished creating.
275
278
"name": "A String", # Immutable. The relative resource name of the backup, in the following form:projects/{project_number}/locations/{location_id}/services/{service_id}/backups/{backup_id}
279
+
"restoringServices": [ # Output only. Services that are restoring from the backup.
280
+
"A String",
281
+
],
276
282
"serviceRevision": { # A managed metastore service that serves metadata queries. # Output only. The revision of the service at the time of backup.
277
283
"artifactGcsUri": "A String", # Output only. A Cloud Storage URI (starting with gs://) that specifies where artifacts related to the metastore service are stored.
278
284
"createTime": "A String", # Output only. The time when the metastore service was created.
@@ -413,6 +419,9 @@ <h3>Method Details</h3>
413
419
"description": "A String", # The description of the backup.
414
420
"endTime": "A String", # Output only. The time when the backup finished creating.
415
421
"name": "A String", # Immutable. The relative resource name of the backup, in the following form:projects/{project_number}/locations/{location_id}/services/{service_id}/backups/{backup_id}
422
+
"restoringServices": [ # Output only. Services that are restoring from the backup.
423
+
"A String",
424
+
],
416
425
"serviceRevision": { # A managed metastore service that serves metadata queries. # Output only. The revision of the service at the time of backup.
417
426
"artifactGcsUri": "A String", # Output only. A Cloud Storage URI (starting with gs://) that specifies where artifacts related to the metastore service are stored.
418
427
"createTime": "A String", # Output only. The time when the metastore service was created.
Copy file name to clipboardExpand all lines: docs/dyn/metastore_v1beta.projects.locations.services.backups.html
+9Lines changed: 9 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -121,6 +121,9 @@ <h3>Method Details</h3>
121
121
"description": "A String", # The description of the backup.
122
122
"endTime": "A String", # Output only. The time when the backup finished creating.
123
123
"name": "A String", # Immutable. The relative resource name of the backup, in the following form:projects/{project_number}/locations/{location_id}/services/{service_id}/backups/{backup_id}
124
+
"restoringServices": [ # Output only. Services that are restoring from the backup.
125
+
"A String",
126
+
],
124
127
"serviceRevision": { # A managed metastore service that serves metadata queries. # Output only. The revision of the service at the time of backup.
125
128
"artifactGcsUri": "A String", # Output only. A Cloud Storage URI (starting with gs://) that specifies where artifacts related to the metastore service are stored.
126
129
"createTime": "A String", # Output only. The time when the metastore service was created.
@@ -273,6 +276,9 @@ <h3>Method Details</h3>
273
276
"description": "A String", # The description of the backup.
274
277
"endTime": "A String", # Output only. The time when the backup finished creating.
275
278
"name": "A String", # Immutable. The relative resource name of the backup, in the following form:projects/{project_number}/locations/{location_id}/services/{service_id}/backups/{backup_id}
279
+
"restoringServices": [ # Output only. Services that are restoring from the backup.
280
+
"A String",
281
+
],
276
282
"serviceRevision": { # A managed metastore service that serves metadata queries. # Output only. The revision of the service at the time of backup.
277
283
"artifactGcsUri": "A String", # Output only. A Cloud Storage URI (starting with gs://) that specifies where artifacts related to the metastore service are stored.
278
284
"createTime": "A String", # Output only. The time when the metastore service was created.
@@ -413,6 +419,9 @@ <h3>Method Details</h3>
413
419
"description": "A String", # The description of the backup.
414
420
"endTime": "A String", # Output only. The time when the backup finished creating.
415
421
"name": "A String", # Immutable. The relative resource name of the backup, in the following form:projects/{project_number}/locations/{location_id}/services/{service_id}/backups/{backup_id}
422
+
"restoringServices": [ # Output only. Services that are restoring from the backup.
423
+
"A String",
424
+
],
416
425
"serviceRevision": { # A managed metastore service that serves metadata queries. # Output only. The revision of the service at the time of backup.
417
426
"artifactGcsUri": "A String", # Output only. A Cloud Storage URI (starting with gs://) that specifies where artifacts related to the metastore service are stored.
418
427
"createTime": "A String", # Output only. The time when the metastore service was created.
Copy file name to clipboardExpand all lines: googleapiclient/discovery_cache/documents/metastore.v1alpha.json
+9-1Lines changed: 9 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -986,7 +986,7 @@
986
986
}
987
987
}
988
988
},
989
-
"revision": "20210715",
989
+
"revision": "20210721",
990
990
"rootUrl": "https://metastore.googleapis.com/",
991
991
"schemas": {
992
992
"AuditConfig": {
@@ -1061,6 +1061,14 @@
1061
1061
"description": "Immutable. The relative resource name of the backup, in the following form:projects/{project_number}/locations/{location_id}/services/{service_id}/backups/{backup_id}",
1062
1062
"type": "string"
1063
1063
},
1064
+
"restoringServices": {
1065
+
"description": "Output only. Services that are restoring from the backup.",
1066
+
"items": {
1067
+
"type": "string"
1068
+
},
1069
+
"readOnly": true,
1070
+
"type": "array"
1071
+
},
1064
1072
"serviceRevision": {
1065
1073
"$ref": "Service",
1066
1074
"description": "Output only. The revision of the service at the time of backup.",
Copy file name to clipboardExpand all lines: googleapiclient/discovery_cache/documents/metastore.v1beta.json
+9-1Lines changed: 9 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -986,7 +986,7 @@
986
986
}
987
987
}
988
988
},
989
-
"revision": "20210715",
989
+
"revision": "20210721",
990
990
"rootUrl": "https://metastore.googleapis.com/",
991
991
"schemas": {
992
992
"AuditConfig": {
@@ -1061,6 +1061,14 @@
1061
1061
"description": "Immutable. The relative resource name of the backup, in the following form:projects/{project_number}/locations/{location_id}/services/{service_id}/backups/{backup_id}",
1062
1062
"type": "string"
1063
1063
},
1064
+
"restoringServices": {
1065
+
"description": "Output only. Services that are restoring from the backup.",
1066
+
"items": {
1067
+
"type": "string"
1068
+
},
1069
+
"readOnly": true,
1070
+
"type": "array"
1071
+
},
1064
1072
"serviceRevision": {
1065
1073
"$ref": "Service",
1066
1074
"description": "Output only. The revision of the service at the time of backup.",
0 commit comments