Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19,710 changes: 13,685 additions & 6,025 deletions aiplatform/v1/aiplatform-api.json

Large diffs are not rendered by default.

77,060 changes: 53,079 additions & 23,981 deletions aiplatform/v1/aiplatform-gen.go

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions chat/v1/chat-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -1535,7 +1535,7 @@
}
}
},
"revision": "20251016",
"revision": "20251023",
"rootUrl": "https://chat.googleapis.com/",
"schemas": {
"AccessSettings": {
Expand Down Expand Up @@ -3041,7 +3041,7 @@
"type": "string"
},
"valueMsEpoch": {
"description": "Optional. The default value displayed in the widget, in milliseconds since [Unix epoch time](https://en.wikipedia.org/wiki/Unix_time). Specify the value based on the type of picker (`DateTimePickerType`): * `DATE_AND_TIME`: a calendar date and time in UTC. For example, to represent January 1, 2023 at 12:00 PM UTC, use `1672574400000`. * `DATE_ONLY`: a calendar date at 00:00:00 UTC. For example, to represent January 1, 2023, use `1672531200000`. * `TIME_ONLY`: a time in UTC. For example, to represent 12:00 PM, use `43200000` (or `12 * 60 * 60 * 1000`).",
"description": "The default value displayed in the widget, in milliseconds since [Unix epoch time](https://en.wikipedia.org/wiki/Unix_time). Specify the value based on the type of picker (`DateTimePickerType`): * `DATE_AND_TIME`: a calendar date and time in UTC. For example, to represent January 1, 2023 at 12:00 PM UTC, use `1672574400000`. * `DATE_ONLY`: a calendar date at 00:00:00 UTC. For example, to represent January 1, 2023, use `1672531200000`. * `TIME_ONLY`: a time in UTC. For example, to represent 12:00 PM, use `43200000` (or `12 * 60 * 60 * 1000`).",
"format": "int64",
"type": "string"
}
Expand Down
17 changes: 8 additions & 9 deletions chat/v1/chat-gen.go

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

509 changes: 2 additions & 507 deletions chromewebstore/v2/chromewebstore-api.json

Large diffs are not rendered by default.

591 changes: 0 additions & 591 deletions chromewebstore/v2/chromewebstore-gen.go

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions cloudfunctions/v1/cloudfunctions-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@
],
"parameters": {
"extraLocationTypes": {
"description": "Optional. Unless explicitly documented otherwise, don't use this unsupported field which is primarily intended for internal usage.",
"description": "Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage.",
"location": "query",
"repeated": true,
"type": "string"
Expand Down Expand Up @@ -563,7 +563,7 @@
}
}
},
"revision": "20250929",
"revision": "20251023",
"rootUrl": "https://cloudfunctions.googleapis.com/",
"schemas": {
"AuditConfig": {
Expand Down
6 changes: 3 additions & 3 deletions cloudfunctions/v1/cloudfunctions-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 cloudfunctions/v2/cloudfunctions-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@
],
"parameters": {
"extraLocationTypes": {
"description": "Optional. Unless explicitly documented otherwise, don't use this unsupported field which is primarily intended for internal usage.",
"description": "Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage.",
"location": "query",
"repeated": true,
"type": "string"
Expand Down Expand Up @@ -755,7 +755,7 @@
}
}
},
"revision": "20250929",
"revision": "20251023",
"rootUrl": "https://cloudfunctions.googleapis.com/",
"schemas": {
"AbortFunctionUpgradeRequest": {
Expand Down
6 changes: 3 additions & 3 deletions cloudfunctions/v2/cloudfunctions-gen.go

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

47 changes: 45 additions & 2 deletions cloudfunctions/v2alpha/cloudfunctions-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@
],
"parameters": {
"extraLocationTypes": {
"description": "Optional. Unless explicitly documented otherwise, don't use this unsupported field which is primarily intended for internal usage.",
"description": "Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage.",
"location": "query",
"repeated": true,
"type": "string"
Expand Down Expand Up @@ -755,7 +755,7 @@
}
}
},
"revision": "20250929",
"revision": "20251023",
"rootUrl": "https://cloudfunctions.googleapis.com/",
"schemas": {
"AbortFunctionUpgradeRequest": {
Expand Down Expand Up @@ -947,6 +947,28 @@
"properties": {},
"type": "object"
},
"DirectVpcNetworkInterface": {
"description": "The Direct VPC network interface. This is mutually exclusive with VPC Connector.",
"id": "DirectVpcNetworkInterface",
"properties": {
"network": {
"description": "Optional. The name of the VPC network to which the function will be connected. Specify either a VPC network or a subnet, or both. If you specify only a network, the subnet uses the same name as the network.",
"type": "string"
},
"subnetwork": {
"description": "Optional. The name of the VPC subnetwork that the Cloud Function resource will get IPs from. Specify either a VPC network or a subnet, or both. If both network and subnetwork are specified, the given VPC subnetwork must belong to the given VPC network. If subnetwork is not specified, the subnetwork with the same name with the network will be used.",
"type": "string"
},
"tags": {
"description": "Optional. Network tags applied to this Cloud Function resource.",
"items": {
"type": "string"
},
"type": "array"
}
},
"type": "object"
},
"EventFilter": {
"description": "Filters events based on exact matches on the CloudEvents attributes.",
"id": "EventFilter",
Expand Down Expand Up @@ -1876,6 +1898,27 @@
"description": "Optional. The binary authorization policy to be checked when deploying the Cloud Run service.",
"type": "string"
},
"directVpcEgress": {
"description": "Optional. Egress settings for direct VPC. If not provided, it defaults to VPC_EGRESS_PRIVATE_RANGES_ONLY.",
"enum": [
"DIRECT_VPC_EGRESS_UNSPECIFIED",
"VPC_EGRESS_PRIVATE_RANGES_ONLY",
"VPC_EGRESS_ALL_TRAFFIC"
],
"enumDescriptions": [
"Unspecified.",
"Sends only traffic to internal addresses through the VPC network.",
"Sends all outbound traffic through the VPC network."
],
"type": "string"
},
"directVpcNetworkInterface": {
"description": "Optional. The Direct VPC network interface for the Cloud Function. Currently only a single Direct VPC is supported.",
"items": {
"$ref": "DirectVpcNetworkInterface"
},
"type": "array"
},
"environmentVariables": {
"additionalProperties": {
"type": "string"
Expand Down
52 changes: 49 additions & 3 deletions cloudfunctions/v2alpha/cloudfunctions-gen.go

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

47 changes: 45 additions & 2 deletions cloudfunctions/v2beta/cloudfunctions-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@
],
"parameters": {
"extraLocationTypes": {
"description": "Optional. Unless explicitly documented otherwise, don't use this unsupported field which is primarily intended for internal usage.",
"description": "Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage.",
"location": "query",
"repeated": true,
"type": "string"
Expand Down Expand Up @@ -755,7 +755,7 @@
}
}
},
"revision": "20250929",
"revision": "20251023",
"rootUrl": "https://cloudfunctions.googleapis.com/",
"schemas": {
"AbortFunctionUpgradeRequest": {
Expand Down Expand Up @@ -947,6 +947,28 @@
"properties": {},
"type": "object"
},
"DirectVpcNetworkInterface": {
"description": "The Direct VPC network interface. This is mutually exclusive with VPC Connector.",
"id": "DirectVpcNetworkInterface",
"properties": {
"network": {
"description": "Optional. The name of the VPC network to which the function will be connected. Specify either a VPC network or a subnet, or both. If you specify only a network, the subnet uses the same name as the network.",
"type": "string"
},
"subnetwork": {
"description": "Optional. The name of the VPC subnetwork that the Cloud Function resource will get IPs from. Specify either a VPC network or a subnet, or both. If both network and subnetwork are specified, the given VPC subnetwork must belong to the given VPC network. If subnetwork is not specified, the subnetwork with the same name with the network will be used.",
"type": "string"
},
"tags": {
"description": "Optional. Network tags applied to this Cloud Function resource.",
"items": {
"type": "string"
},
"type": "array"
}
},
"type": "object"
},
"EventFilter": {
"description": "Filters events based on exact matches on the CloudEvents attributes.",
"id": "EventFilter",
Expand Down Expand Up @@ -1876,6 +1898,27 @@
"description": "Optional. The binary authorization policy to be checked when deploying the Cloud Run service.",
"type": "string"
},
"directVpcEgress": {
"description": "Optional. Egress settings for direct VPC. If not provided, it defaults to VPC_EGRESS_PRIVATE_RANGES_ONLY.",
"enum": [
"DIRECT_VPC_EGRESS_UNSPECIFIED",
"VPC_EGRESS_PRIVATE_RANGES_ONLY",
"VPC_EGRESS_ALL_TRAFFIC"
],
"enumDescriptions": [
"Unspecified.",
"Sends only traffic to internal addresses through the VPC network.",
"Sends all outbound traffic through the VPC network."
],
"type": "string"
},
"directVpcNetworkInterface": {
"description": "Optional. The Direct VPC network interface for the Cloud Function. Currently only a single Direct VPC is supported.",
"items": {
"$ref": "DirectVpcNetworkInterface"
},
"type": "array"
},
"environmentVariables": {
"additionalProperties": {
"type": "string"
Expand Down
Loading