Skip to content

Commit 01c6e8f

Browse files
yoshi-automationbcoe
authored andcommitted
fix(testing): update the API
#### testing:v1 The following keys were changed: - schemas.Date.description
1 parent 5cf3eba commit 01c6e8f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

discovery/testing-v1.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@
282282
}
283283
}
284284
},
285-
"revision": "20220301",
285+
"revision": "20220308",
286286
"rootUrl": "https://testing.googleapis.com/",
287287
"schemas": {
288288
"Account": {
@@ -851,7 +851,7 @@
851851
"type": "object"
852852
},
853853
"Date": {
854-
"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",
854+
"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",
855855
"id": "Date",
856856
"properties": {
857857
"day": {

src/apis/testing/v1.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -518,7 +518,7 @@ export namespace testing_v1 {
518518
value?: string | null;
519519
}
520520
/**
521-
* 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
521+
* 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
522522
*/
523523
export interface Schema$Date {
524524
/**

0 commit comments

Comments
 (0)