Skip to content

Commit

Permalink
feat(all): auto-regenerate discovery clients (#2458)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation committed Mar 8, 2024
1 parent 9c2cde8 commit fb2b816
Show file tree
Hide file tree
Showing 32 changed files with 7,757 additions and 160 deletions.
6 changes: 3 additions & 3 deletions androidpublisher/v3/androidpublisher-api.json
Expand Up @@ -4726,7 +4726,7 @@
}
}
},
"revision": "20240222",
"revision": "20240306",
"rootUrl": "https://androidpublisher.googleapis.com/",
"schemas": {
"Abi": {
Expand Down Expand Up @@ -7745,12 +7745,12 @@
"enum": [
"EXTERNAL_TRANSACTION_PROGRAM_UNSPECIFIED",
"USER_CHOICE_BILLING",
"ALTERTNATIVE_BILLING_ONLY"
"ALTERNATIVE_BILLING_ONLY"
],
"enumDescriptions": [
"Unspecified transaction program. Not used.",
"User choice billing, where a user may choose between Google Play Billing developer-managed billing.",
"Alternatively billing only, where users may only use developer-manager billing."
"Alternative billing only, where users may only use developer-manager billing."
],
"type": "string"
}
Expand Down
4 changes: 2 additions & 2 deletions androidpublisher/v3/androidpublisher-gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions chat/v1/chat-api.json
Expand Up @@ -990,7 +990,7 @@
}
}
},
"revision": "20240303",
"revision": "20240305",
"rootUrl": "https://chat.googleapis.com/",
"schemas": {
"ActionParameter": {
Expand Down Expand Up @@ -3250,7 +3250,7 @@
"type": "string"
},
"formattedText": {
"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)",
"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)",
"readOnly": true,
"type": "string"
},
Expand Down
4 changes: 2 additions & 2 deletions chat/v1/chat-gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

33 changes: 9 additions & 24 deletions cloudbuild/v1/cloudbuild-api.json
Expand Up @@ -2346,7 +2346,7 @@
}
}
},
"revision": "20240223",
"revision": "20240305",
"rootUrl": "https://cloudbuild.googleapis.com/",
"schemas": {
"ApprovalConfig": {
Expand Down Expand Up @@ -3089,6 +3089,14 @@
"E2_HIGHCPU_32",
"E2_MEDIUM"
],
"enumDeprecated": [
false,
true,
true,
false,
false,
false
],
"enumDescriptions": [
"Standard machine type.",
"Highcpu machine with 8 CPUs.",
Expand Down Expand Up @@ -4576,36 +4584,13 @@
"$ref": "NetworkConfig",
"description": "Network configuration for the pool."
},
"privateServiceConnect": {
"$ref": "PrivateServiceConnect",
"description": "Immutable. Private Service Connect(PSC) Network configuration for the pool."
},
"workerConfig": {
"$ref": "WorkerConfig",
"description": "Machine configuration for the workers in the pool."
}
},
"type": "object"
},
"PrivateServiceConnect": {
"description": "Defines the Private Service Connect network configuration for the pool.",
"id": "PrivateServiceConnect",
"properties": {
"networkAttachment": {
"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)",
"type": "string"
},
"publicIpAddressDisabled": {
"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.",
"type": "boolean"
},
"routeAllTraffic": {
"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.",
"type": "boolean"
}
},
"type": "object"
},
"ProcessAppManifestCallbackOperationMetadata": {
"description": "Metadata for `ProcessAppManifestCallback` operation.",
"id": "ProcessAppManifestCallbackOperationMetadata",
Expand Down
57 changes: 0 additions & 57 deletions cloudbuild/v1/cloudbuild-gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

116 changes: 115 additions & 1 deletion cloudbuild/v2/cloudbuild-api.json
Expand Up @@ -844,7 +844,7 @@
}
}
},
"revision": "20240223",
"revision": "20240305",
"rootUrl": "https://cloudbuild.googleapis.com/",
"schemas": {
"AuditConfig": {
Expand Down Expand Up @@ -1885,6 +1885,45 @@
},
"type": "object"
},
"PipelineResult": {
"description": "A value produced by a Pipeline.",
"id": "PipelineResult",
"properties": {
"description": {
"description": "Output only. Description of the result.",
"readOnly": true,
"type": "string"
},
"name": {
"description": "Output only. Name of the result.",
"readOnly": true,
"type": "string"
},
"type": {
"description": "Output only. The type of data that the result holds.",
"enum": [
"TYPE_UNSPECIFIED",
"STRING",
"ARRAY",
"OBJECT"
],
"enumDescriptions": [
"Default enum type; should not be used.",
"Default",
"Array type",
"Object type"
],
"readOnly": true,
"type": "string"
},
"value": {
"$ref": "ResultValue",
"description": "Output only. Value of the result.",
"readOnly": true
}
},
"type": "object"
},
"PipelineRun": {
"description": "Message describing PipelineRun object",
"id": "PipelineRun",
Expand Down Expand Up @@ -1988,6 +2027,14 @@
"description": "Output only. The exact PipelineSpec used to instantiate the run.",
"readOnly": true
},
"results": {
"description": "Optional. Output only. List of results written out by the pipeline's containers",
"items": {
"$ref": "PipelineRunResult"
},
"readOnly": true,
"type": "array"
},
"security": {
"$ref": "Security",
"description": "Optional. Security configuration."
Expand Down Expand Up @@ -2049,6 +2096,23 @@
},
"type": "object"
},
"PipelineRunResult": {
"description": "PipelineRunResult used to describe the results of a pipeline",
"id": "PipelineRunResult",
"properties": {
"name": {
"description": "Output only. Name of the TaskRun",
"readOnly": true,
"type": "string"
},
"value": {
"$ref": "ResultValue",
"description": "Output only. Value of the result.",
"readOnly": true
}
},
"type": "object"
},
"PipelineSpec": {
"description": "PipelineSpec defines the desired state of Pipeline.",
"id": "PipelineSpec",
Expand All @@ -2072,6 +2136,14 @@
},
"type": "array"
},
"results": {
"description": "Optional. Output only. List of results written out by the pipeline's containers",
"items": {
"$ref": "PipelineResult"
},
"readOnly": true,
"type": "array"
},
"tasks": {
"description": "List of Tasks that execute when this Pipeline is run.",
"items": {
Expand Down Expand Up @@ -2325,6 +2397,48 @@
},
"type": "object"
},
"ResultValue": {
"description": "ResultValue holds different types of data for a single result.",
"id": "ResultValue",
"properties": {
"arrayVal": {
"description": "Value of the result if type is array.",
"items": {
"type": "string"
},
"type": "array"
},
"objectVal": {
"additionalProperties": {
"type": "string"
},
"description": "Value of the result if type is object.",
"type": "object"
},
"stringVal": {
"description": "Value of the result if type is string.",
"type": "string"
},
"type": {
"description": "Output only. The type of data that the result holds.",
"enum": [
"TYPE_UNSPECIFIED",
"STRING",
"ARRAY",
"OBJECT"
],
"enumDescriptions": [
"Default enum type; should not be used.",
"Default",
"Array type",
"Object type"
],
"readOnly": true,
"type": "string"
}
},
"type": "object"
},
"RunWorkflowCustomOperationMetadata": {
"description": "Represents the custom metadata of the RunWorkflow long-running operation.",
"id": "RunWorkflowCustomOperationMetadata",
Expand Down

0 comments on commit fb2b816

Please sign in to comment.