Skip to content

Commit c9d14b9

Browse files
feat(cloudfunctions): update the api
#### cloudfunctions:v2 The following keys were added: - schemas.Date (Total Keys: 8) - schemas.Runtime.properties.decommissionDate.$ref (Total Keys: 1) - schemas.Runtime.properties.deprecationDate.$ref (Total Keys: 1) #### cloudfunctions:v2alpha The following keys were added: - schemas.Date (Total Keys: 8) - schemas.Runtime.properties.decommissionDate.$ref (Total Keys: 1) - schemas.Runtime.properties.deprecationDate.$ref (Total Keys: 1) #### cloudfunctions:v2beta The following keys were added: - schemas.Date (Total Keys: 8) - schemas.Runtime.properties.decommissionDate.$ref (Total Keys: 1) - schemas.Runtime.properties.deprecationDate.$ref (Total Keys: 1)
1 parent d076b1b commit c9d14b9

7 files changed

+124
-4
lines changed

docs/dyn/cloudfunctions_v2.projects.locations.runtimes.html

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,16 @@ <h3>Method Details</h3>
104104
{ # Response for the `ListRuntimes` method.
105105
&quot;runtimes&quot;: [ # The runtimes that match the request.
106106
{ # Describes a runtime and any special information (e.g., deprecation status) related to it.
107+
&quot;decommissionDate&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 # Decommission date for the runtime.
108+
&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.
109+
&quot;month&quot;: 42, # Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day.
110+
&quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
111+
},
112+
&quot;deprecationDate&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 # Deprecation date for the runtime.
113+
&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.
114+
&quot;month&quot;: 42, # Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day.
115+
&quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
116+
},
107117
&quot;displayName&quot;: &quot;A String&quot;, # The user facing name, eg &#x27;Go 1.13&#x27;, &#x27;Node.js 12&#x27;, etc.
108118
&quot;environment&quot;: &quot;A String&quot;, # The environment for the runtime.
109119
&quot;name&quot;: &quot;A String&quot;, # The name of the runtime, e.g., &#x27;go113&#x27;, &#x27;nodejs12&#x27;, etc.

docs/dyn/cloudfunctions_v2alpha.projects.locations.runtimes.html

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,16 @@ <h3>Method Details</h3>
104104
{ # Response for the `ListRuntimes` method.
105105
&quot;runtimes&quot;: [ # The runtimes that match the request.
106106
{ # Describes a runtime and any special information (e.g., deprecation status) related to it.
107+
&quot;decommissionDate&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 # Decommission date for the runtime.
108+
&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.
109+
&quot;month&quot;: 42, # Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day.
110+
&quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
111+
},
112+
&quot;deprecationDate&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 # Deprecation date for the runtime.
113+
&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.
114+
&quot;month&quot;: 42, # Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day.
115+
&quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
116+
},
107117
&quot;displayName&quot;: &quot;A String&quot;, # The user facing name, eg &#x27;Go 1.13&#x27;, &#x27;Node.js 12&#x27;, etc.
108118
&quot;environment&quot;: &quot;A String&quot;, # The environment for the runtime.
109119
&quot;name&quot;: &quot;A String&quot;, # The name of the runtime, e.g., &#x27;go113&#x27;, &#x27;nodejs12&#x27;, etc.

docs/dyn/cloudfunctions_v2beta.projects.locations.runtimes.html

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,16 @@ <h3>Method Details</h3>
104104
{ # Response for the `ListRuntimes` method.
105105
&quot;runtimes&quot;: [ # The runtimes that match the request.
106106
{ # Describes a runtime and any special information (e.g., deprecation status) related to it.
107+
&quot;decommissionDate&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 # Decommission date for the runtime.
108+
&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.
109+
&quot;month&quot;: 42, # Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day.
110+
&quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
111+
},
112+
&quot;deprecationDate&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 # Deprecation date for the runtime.
113+
&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.
114+
&quot;month&quot;: 42, # Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day.
115+
&quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
116+
},
107117
&quot;displayName&quot;: &quot;A String&quot;, # The user facing name, eg &#x27;Go 1.13&#x27;, &#x27;Node.js 12&#x27;, etc.
108118
&quot;environment&quot;: &quot;A String&quot;, # The environment for the runtime.
109119
&quot;name&quot;: &quot;A String&quot;, # The name of the runtime, e.g., &#x27;go113&#x27;, &#x27;nodejs12&#x27;, etc.

googleapiclient/discovery_cache/documents/cloudfunctions.v1.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -546,7 +546,7 @@
546546
}
547547
}
548548
},
549-
"revision": "20230904",
549+
"revision": "20230907",
550550
"rootUrl": "https://cloudfunctions.googleapis.com/",
551551
"schemas": {
552552
"AuditConfig": {

googleapiclient/discovery_cache/documents/cloudfunctions.v2.json

Lines changed: 31 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -571,7 +571,7 @@
571571
}
572572
}
573573
},
574-
"revision": "20230904",
574+
"revision": "20230907",
575575
"rootUrl": "https://cloudfunctions.googleapis.com/",
576576
"schemas": {
577577
"AuditConfig": {
@@ -706,6 +706,28 @@
706706
},
707707
"type": "object"
708708
},
709+
"Date": {
710+
"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",
711+
"id": "Date",
712+
"properties": {
713+
"day": {
714+
"description": "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't significant.",
715+
"format": "int32",
716+
"type": "integer"
717+
},
718+
"month": {
719+
"description": "Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day.",
720+
"format": "int32",
721+
"type": "integer"
722+
},
723+
"year": {
724+
"description": "Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.",
725+
"format": "int32",
726+
"type": "integer"
727+
}
728+
},
729+
"type": "object"
730+
},
709731
"EventFilter": {
710732
"description": "Filters events based on exact matches on the CloudEvents attributes.",
711733
"id": "EventFilter",
@@ -1733,6 +1755,14 @@
17331755
"description": "Describes a runtime and any special information (e.g., deprecation status) related to it.",
17341756
"id": "Runtime",
17351757
"properties": {
1758+
"decommissionDate": {
1759+
"$ref": "Date",
1760+
"description": "Decommission date for the runtime."
1761+
},
1762+
"deprecationDate": {
1763+
"$ref": "Date",
1764+
"description": "Deprecation date for the runtime."
1765+
},
17361766
"displayName": {
17371767
"description": "The user facing name, eg 'Go 1.13', 'Node.js 12', etc.",
17381768
"type": "string"

googleapiclient/discovery_cache/documents/cloudfunctions.v2alpha.json

Lines changed: 31 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -571,7 +571,7 @@
571571
}
572572
}
573573
},
574-
"revision": "20230904",
574+
"revision": "20230907",
575575
"rootUrl": "https://cloudfunctions.googleapis.com/",
576576
"schemas": {
577577
"AuditConfig": {
@@ -706,6 +706,28 @@
706706
},
707707
"type": "object"
708708
},
709+
"Date": {
710+
"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",
711+
"id": "Date",
712+
"properties": {
713+
"day": {
714+
"description": "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't significant.",
715+
"format": "int32",
716+
"type": "integer"
717+
},
718+
"month": {
719+
"description": "Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day.",
720+
"format": "int32",
721+
"type": "integer"
722+
},
723+
"year": {
724+
"description": "Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.",
725+
"format": "int32",
726+
"type": "integer"
727+
}
728+
},
729+
"type": "object"
730+
},
709731
"EventFilter": {
710732
"description": "Filters events based on exact matches on the CloudEvents attributes.",
711733
"id": "EventFilter",
@@ -1733,6 +1755,14 @@
17331755
"description": "Describes a runtime and any special information (e.g., deprecation status) related to it.",
17341756
"id": "Runtime",
17351757
"properties": {
1758+
"decommissionDate": {
1759+
"$ref": "Date",
1760+
"description": "Decommission date for the runtime."
1761+
},
1762+
"deprecationDate": {
1763+
"$ref": "Date",
1764+
"description": "Deprecation date for the runtime."
1765+
},
17361766
"displayName": {
17371767
"description": "The user facing name, eg 'Go 1.13', 'Node.js 12', etc.",
17381768
"type": "string"

googleapiclient/discovery_cache/documents/cloudfunctions.v2beta.json

Lines changed: 31 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -571,7 +571,7 @@
571571
}
572572
}
573573
},
574-
"revision": "20230904",
574+
"revision": "20230907",
575575
"rootUrl": "https://cloudfunctions.googleapis.com/",
576576
"schemas": {
577577
"AuditConfig": {
@@ -706,6 +706,28 @@
706706
},
707707
"type": "object"
708708
},
709+
"Date": {
710+
"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",
711+
"id": "Date",
712+
"properties": {
713+
"day": {
714+
"description": "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't significant.",
715+
"format": "int32",
716+
"type": "integer"
717+
},
718+
"month": {
719+
"description": "Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day.",
720+
"format": "int32",
721+
"type": "integer"
722+
},
723+
"year": {
724+
"description": "Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.",
725+
"format": "int32",
726+
"type": "integer"
727+
}
728+
},
729+
"type": "object"
730+
},
709731
"EventFilter": {
710732
"description": "Filters events based on exact matches on the CloudEvents attributes.",
711733
"id": "EventFilter",
@@ -1733,6 +1755,14 @@
17331755
"description": "Describes a runtime and any special information (e.g., deprecation status) related to it.",
17341756
"id": "Runtime",
17351757
"properties": {
1758+
"decommissionDate": {
1759+
"$ref": "Date",
1760+
"description": "Decommission date for the runtime."
1761+
},
1762+
"deprecationDate": {
1763+
"$ref": "Date",
1764+
"description": "Deprecation date for the runtime."
1765+
},
17361766
"displayName": {
17371767
"description": "The user facing name, eg 'Go 1.13', 'Node.js 12', etc.",
17381768
"type": "string"

0 commit comments

Comments
 (0)