Skip to content

Commit fb2b816

Browse files
feat(all): auto-regenerate discovery clients (#2458)
1 parent 9c2cde8 commit fb2b816

32 files changed

+7757
-160
lines changed

androidpublisher/v3/androidpublisher-api.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4726,7 +4726,7 @@
47264726
}
47274727
}
47284728
},
4729-
"revision": "20240222",
4729+
"revision": "20240306",
47304730
"rootUrl": "https://androidpublisher.googleapis.com/",
47314731
"schemas": {
47324732
"Abi": {
@@ -7745,12 +7745,12 @@
77457745
"enum": [
77467746
"EXTERNAL_TRANSACTION_PROGRAM_UNSPECIFIED",
77477747
"USER_CHOICE_BILLING",
7748-
"ALTERTNATIVE_BILLING_ONLY"
7748+
"ALTERNATIVE_BILLING_ONLY"
77497749
],
77507750
"enumDescriptions": [
77517751
"Unspecified transaction program. Not used.",
77527752
"User choice billing, where a user may choose between Google Play Billing developer-managed billing.",
7753-
"Alternatively billing only, where users may only use developer-manager billing."
7753+
"Alternative billing only, where users may only use developer-manager billing."
77547754
],
77557755
"type": "string"
77567756
}

androidpublisher/v3/androidpublisher-gen.go

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

chat/v1/chat-api.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -990,7 +990,7 @@
990990
}
991991
}
992992
},
993-
"revision": "20240303",
993+
"revision": "20240305",
994994
"rootUrl": "https://chat.googleapis.com/",
995995
"schemas": {
996996
"ActionParameter": {
@@ -3250,7 +3250,7 @@
32503250
"type": "string"
32513251
},
32523252
"formattedText": {
3253-
"description": "Output only. Contains the message `text` with markups added to communicate formatting. This field might not capture all formatting visible in the UI, but includes the following: * [Markup syntax](https://developers.google.com/chat/format-messages) for bold, italic, strikethrough, monospace, and monospace block. * [User mentions](https://developers.google.com/chat/format-messages#messages-@mention) using the format ``. * Custom hyperlinks using the format `\u003c{url}|{rendered_text}\u003e` where the first string is the URL and the second is the rendered text—for example, ``. * Custom emoji using the format `:{emoji_name}:`—for example, `:smile:`. This doesn't apply to Unicode emoji, such as `U+1F600` for a grinning face emoji. For more information, see [View text formatting sent in a message](https://developers.google.com/chat/format-messages#view_text_formatting_sent_in_a_message)",
3253+
"description": "Output only. Contains the message `text` with markups added to communicate formatting. This field might not capture all formatting visible in the UI, but includes the following: * [Markup syntax](https://developers.google.com/chat/format-messages) for bold, italic, strikethrough, monospace, monospace block, and bulleted list. * [User mentions](https://developers.google.com/chat/format-messages#messages-@mention) using the format ``. * Custom hyperlinks using the format `\u003c{url}|{rendered_text}\u003e` where the first string is the URL and the second is the rendered text—for example, ``. * Custom emoji using the format `:{emoji_name}:`—for example, `:smile:`. This doesn't apply to Unicode emoji, such as `U+1F600` for a grinning face emoji. For more information, see [View text formatting sent in a message](https://developers.google.com/chat/format-messages#view_text_formatting_sent_in_a_message)",
32543254
"readOnly": true,
32553255
"type": "string"
32563256
},

chat/v1/chat-gen.go

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cloudbuild/v1/cloudbuild-api.json

Lines changed: 9 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -2346,7 +2346,7 @@
23462346
}
23472347
}
23482348
},
2349-
"revision": "20240223",
2349+
"revision": "20240305",
23502350
"rootUrl": "https://cloudbuild.googleapis.com/",
23512351
"schemas": {
23522352
"ApprovalConfig": {
@@ -3089,6 +3089,14 @@
30893089
"E2_HIGHCPU_32",
30903090
"E2_MEDIUM"
30913091
],
3092+
"enumDeprecated": [
3093+
false,
3094+
true,
3095+
true,
3096+
false,
3097+
false,
3098+
false
3099+
],
30923100
"enumDescriptions": [
30933101
"Standard machine type.",
30943102
"Highcpu machine with 8 CPUs.",
@@ -4576,36 +4584,13 @@
45764584
"$ref": "NetworkConfig",
45774585
"description": "Network configuration for the pool."
45784586
},
4579-
"privateServiceConnect": {
4580-
"$ref": "PrivateServiceConnect",
4581-
"description": "Immutable. Private Service Connect(PSC) Network configuration for the pool."
4582-
},
45834587
"workerConfig": {
45844588
"$ref": "WorkerConfig",
45854589
"description": "Machine configuration for the workers in the pool."
45864590
}
45874591
},
45884592
"type": "object"
45894593
},
4590-
"PrivateServiceConnect": {
4591-
"description": "Defines the Private Service Connect network configuration for the pool.",
4592-
"id": "PrivateServiceConnect",
4593-
"properties": {
4594-
"networkAttachment": {
4595-
"description": "Required. Immutable. The network attachment that the worker network interface is peered to. Must be in the format `projects/{project}/regions/{region}/networkAttachments/{networkAttachment}`. The region of network attachment must be the same as the worker pool. See [Network Attachments](https://cloud.google.com/vpc/docs/about-network-attachments)",
4596-
"type": "string"
4597-
},
4598-
"publicIpAddressDisabled": {
4599-
"description": "Required. Immutable. Disable public IP on the primary network interface. If true, workers are created without any public address, which prevents network egress to public IPs unless a network proxy is configured. If false, workers are created with a public address which allows for public internet egress. The public address only applies to traffic through the primary network interface. If `route_all_traffic` is set to true, all traffic will go through the non-primary network interface, this boolean has no effect.",
4600-
"type": "boolean"
4601-
},
4602-
"routeAllTraffic": {
4603-
"description": "Immutable. Route all traffic through PSC interface. Enable this if you want full control of traffic in the private pool. Configure Cloud NAT for the subnet of network attachment if you need to access public Internet. If false, Only route private IPs, e.g. 10.0.0.0/8, 172.16.0.0/12, and 192.168.0.0/16 through PSC interface.",
4604-
"type": "boolean"
4605-
}
4606-
},
4607-
"type": "object"
4608-
},
46094594
"ProcessAppManifestCallbackOperationMetadata": {
46104595
"description": "Metadata for `ProcessAppManifestCallback` operation.",
46114596
"id": "ProcessAppManifestCallbackOperationMetadata",

cloudbuild/v1/cloudbuild-gen.go

Lines changed: 0 additions & 57 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cloudbuild/v2/cloudbuild-api.json

Lines changed: 115 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -844,7 +844,7 @@
844844
}
845845
}
846846
},
847-
"revision": "20240223",
847+
"revision": "20240305",
848848
"rootUrl": "https://cloudbuild.googleapis.com/",
849849
"schemas": {
850850
"AuditConfig": {
@@ -1885,6 +1885,45 @@
18851885
},
18861886
"type": "object"
18871887
},
1888+
"PipelineResult": {
1889+
"description": "A value produced by a Pipeline.",
1890+
"id": "PipelineResult",
1891+
"properties": {
1892+
"description": {
1893+
"description": "Output only. Description of the result.",
1894+
"readOnly": true,
1895+
"type": "string"
1896+
},
1897+
"name": {
1898+
"description": "Output only. Name of the result.",
1899+
"readOnly": true,
1900+
"type": "string"
1901+
},
1902+
"type": {
1903+
"description": "Output only. The type of data that the result holds.",
1904+
"enum": [
1905+
"TYPE_UNSPECIFIED",
1906+
"STRING",
1907+
"ARRAY",
1908+
"OBJECT"
1909+
],
1910+
"enumDescriptions": [
1911+
"Default enum type; should not be used.",
1912+
"Default",
1913+
"Array type",
1914+
"Object type"
1915+
],
1916+
"readOnly": true,
1917+
"type": "string"
1918+
},
1919+
"value": {
1920+
"$ref": "ResultValue",
1921+
"description": "Output only. Value of the result.",
1922+
"readOnly": true
1923+
}
1924+
},
1925+
"type": "object"
1926+
},
18881927
"PipelineRun": {
18891928
"description": "Message describing PipelineRun object",
18901929
"id": "PipelineRun",
@@ -1988,6 +2027,14 @@
19882027
"description": "Output only. The exact PipelineSpec used to instantiate the run.",
19892028
"readOnly": true
19902029
},
2030+
"results": {
2031+
"description": "Optional. Output only. List of results written out by the pipeline's containers",
2032+
"items": {
2033+
"$ref": "PipelineRunResult"
2034+
},
2035+
"readOnly": true,
2036+
"type": "array"
2037+
},
19912038
"security": {
19922039
"$ref": "Security",
19932040
"description": "Optional. Security configuration."
@@ -2049,6 +2096,23 @@
20492096
},
20502097
"type": "object"
20512098
},
2099+
"PipelineRunResult": {
2100+
"description": "PipelineRunResult used to describe the results of a pipeline",
2101+
"id": "PipelineRunResult",
2102+
"properties": {
2103+
"name": {
2104+
"description": "Output only. Name of the TaskRun",
2105+
"readOnly": true,
2106+
"type": "string"
2107+
},
2108+
"value": {
2109+
"$ref": "ResultValue",
2110+
"description": "Output only. Value of the result.",
2111+
"readOnly": true
2112+
}
2113+
},
2114+
"type": "object"
2115+
},
20522116
"PipelineSpec": {
20532117
"description": "PipelineSpec defines the desired state of Pipeline.",
20542118
"id": "PipelineSpec",
@@ -2072,6 +2136,14 @@
20722136
},
20732137
"type": "array"
20742138
},
2139+
"results": {
2140+
"description": "Optional. Output only. List of results written out by the pipeline's containers",
2141+
"items": {
2142+
"$ref": "PipelineResult"
2143+
},
2144+
"readOnly": true,
2145+
"type": "array"
2146+
},
20752147
"tasks": {
20762148
"description": "List of Tasks that execute when this Pipeline is run.",
20772149
"items": {
@@ -2325,6 +2397,48 @@
23252397
},
23262398
"type": "object"
23272399
},
2400+
"ResultValue": {
2401+
"description": "ResultValue holds different types of data for a single result.",
2402+
"id": "ResultValue",
2403+
"properties": {
2404+
"arrayVal": {
2405+
"description": "Value of the result if type is array.",
2406+
"items": {
2407+
"type": "string"
2408+
},
2409+
"type": "array"
2410+
},
2411+
"objectVal": {
2412+
"additionalProperties": {
2413+
"type": "string"
2414+
},
2415+
"description": "Value of the result if type is object.",
2416+
"type": "object"
2417+
},
2418+
"stringVal": {
2419+
"description": "Value of the result if type is string.",
2420+
"type": "string"
2421+
},
2422+
"type": {
2423+
"description": "Output only. The type of data that the result holds.",
2424+
"enum": [
2425+
"TYPE_UNSPECIFIED",
2426+
"STRING",
2427+
"ARRAY",
2428+
"OBJECT"
2429+
],
2430+
"enumDescriptions": [
2431+
"Default enum type; should not be used.",
2432+
"Default",
2433+
"Array type",
2434+
"Object type"
2435+
],
2436+
"readOnly": true,
2437+
"type": "string"
2438+
}
2439+
},
2440+
"type": "object"
2441+
},
23282442
"RunWorkflowCustomOperationMetadata": {
23292443
"description": "Represents the custom metadata of the RunWorkflow long-running operation.",
23302444
"id": "RunWorkflowCustomOperationMetadata",

0 commit comments

Comments
 (0)