Skip to content

Commit 621f559

Browse files
yoshi-automationbcoe
authored andcommitted
fix(clouddeploy): update the API
#### clouddeploy:v1 The following keys were changed: - schemas.Date.description
1 parent 3904f20 commit 621f559

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

discovery/clouddeploy-v1.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1201,7 +1201,7 @@
12011201
}
12021202
}
12031203
},
1204-
"revision": "20220223",
1204+
"revision": "20220302",
12051205
"rootUrl": "https://clouddeploy.googleapis.com/",
12061206
"schemas": {
12071207
"AnthosCluster": {
@@ -1348,7 +1348,7 @@
13481348
"type": "object"
13491349
},
13501350
"Date": {
1351-
"description": "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 (e.g., an anniversary) * A year on its own, with a zero month and a zero day * A year and month, with a zero day (e.g., a credit card expiration date) Related types: * google.type.TimeOfDay * google.type.DateTime * google.protobuf.Timestamp",
1351+
"description": "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",
13521352
"id": "Date",
13531353
"properties": {
13541354
"day": {

src/apis/clouddeploy/v1.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ export namespace clouddeploy_v1 {
225225
supportedVersions?: Schema$SkaffoldVersion[];
226226
}
227227
/**
228-
* 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 (e.g., an anniversary) * A year on its own, with a zero month and a zero day * A year and month, with a zero day (e.g., a credit card expiration date) Related types: * google.type.TimeOfDay * google.type.DateTime * google.protobuf.Timestamp
228+
* 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
229229
*/
230230
export interface Schema$Date {
231231
/**

0 commit comments

Comments
 (0)