Skip to content

Commit 55ba2fa

Browse files
feat(all): auto-regenerate discovery clients (#3591)
1 parent e446d4c commit 55ba2fa

20 files changed

Lines changed: 2020 additions & 164 deletions

contactcenterinsights/v1/contactcenterinsights-api.json

Lines changed: 867 additions & 40 deletions
Large diffs are not rendered by default.

contactcenterinsights/v1/contactcenterinsights-gen.go

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

firebaseapphosting/v1/firebaseapphosting-api.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1106,7 +1106,7 @@
11061106
}
11071107
}
11081108
},
1109-
"revision": "20260423",
1109+
"revision": "20260506",
11101110
"rootUrl": "https://firebaseapphosting.googleapis.com/",
11111111
"schemas": {
11121112
"ArchiveSource": {
@@ -2559,7 +2559,7 @@
25592559
"type": "array"
25602560
},
25612561
"requiredPaths": {
2562-
"description": "Optional. A list of file paths patterns that trigger a build and rollout if at least one of the changed files in the commit are present in this list. This field is optional; the rollout policy will default to triggering on all paths if not populated. Limited to 100 paths. Example: “required_paths: { pattern: \"foo/bar/*” type: GLOB }",
2562+
"description": "Optional. A list of file paths patterns that trigger a build and rollout if at least one of the changed files in the commit are present in this list. This field is optional; the rollout policy will default to triggering on all paths if both ignored_paths and required_paths are not populated. Limited to 100 paths. Example: “required_paths: { pattern: \"foo/bar/*” type: GLOB }",
25632563
"items": {
25642564
"$ref": "Path"
25652565
},

firebaseapphosting/v1/firebaseapphosting-gen.go

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

firebaseapphosting/v1beta/firebaseapphosting-api.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1138,7 +1138,7 @@
11381138
}
11391139
}
11401140
},
1141-
"revision": "20260427",
1141+
"revision": "20260506",
11421142
"rootUrl": "https://firebaseapphosting.googleapis.com/",
11431143
"schemas": {
11441144
"ArchiveSource": {
@@ -2634,7 +2634,7 @@
26342634
"type": "array"
26352635
},
26362636
"requiredPaths": {
2637-
"description": "Optional. A list of file paths patterns that trigger a build and rollout if at least one of the changed files in the commit are present in this list. This field is optional; the rollout policy will default to triggering on all paths if not populated. Limited to 100 paths. Example: “required_paths: { pattern: \"foo/bar/*” type: GLOB }",
2637+
"description": "Optional. A list of file paths patterns that trigger a build and rollout if at least one of the changed files in the commit are present in this list. This field is optional; the rollout policy will default to triggering on all paths if both ignored_paths and required_paths are not populated. Limited to 100 paths. Example: “required_paths: { pattern: \"foo/bar/*” type: GLOB }",
26382638
"items": {
26392639
"$ref": "Path"
26402640
},

firebaseapphosting/v1beta/firebaseapphosting-gen.go

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

homegraph/v1/homegraph-api.json

Lines changed: 27 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@
216216
}
217217
}
218218
},
219-
"revision": "20260414",
219+
"revision": "20260508",
220220
"rootUrl": "https://homegraph.googleapis.com/",
221221
"schemas": {
222222
"AgentDeviceId": {
@@ -355,6 +355,21 @@
355355
},
356356
"type": "object"
357357
},
358+
"DeviceMetadata": {
359+
"description": "Metadata for traits of a single device.",
360+
"id": "DeviceMetadata",
361+
"properties": {
362+
"traitCommitTimestamps": {
363+
"additionalProperties": {
364+
"format": "google-datetime",
365+
"type": "string"
366+
},
367+
"description": "Map from the Trait ID (e.g., \"action.devices.traits.OnOff\") to its last Spanner commit timestamp.",
368+
"type": "object"
369+
}
370+
},
371+
"type": "object"
372+
},
358373
"DeviceNames": {
359374
"description": "Identifiers used to describe the device.",
360375
"id": "DeviceNames",
@@ -472,6 +487,10 @@
472487
"description": "Required. Third-party user ID.",
473488
"type": "string"
474489
},
490+
"includeDeviceMetadata": {
491+
"description": "Optional. If true, the response will include device metadata in the device_metadata field.",
492+
"type": "boolean"
493+
},
475494
"inputs": {
476495
"description": "Required. Inputs containing third-party device IDs for which to get the device states.",
477496
"items": {
@@ -530,6 +549,13 @@
530549
"description": "Payload containing device states information.",
531550
"id": "QueryResponsePayload",
532551
"properties": {
552+
"deviceMetadata": {
553+
"additionalProperties": {
554+
"$ref": "DeviceMetadata"
555+
},
556+
"description": "Map from the Trait ID (e.g., \"action.devices.traits.OnOff\") to its last Spanner commit timestamp. If a trait has no recorded timestamp, it will be omitted from this map.",
557+
"type": "object"
558+
},
533559
"devices": {
534560
"additionalProperties": {
535561
"additionalProperties": {

homegraph/v1/homegraph-gen.go

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

networkmanagement/v1/networkmanagement-api.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1237,7 +1237,7 @@
12371237
}
12381238
}
12391239
},
1240-
"revision": "20260424",
1240+
"revision": "20260506",
12411241
"rootUrl": "https://networkmanagement.googleapis.com/",
12421242
"schemas": {
12431243
"AbortInfo": {
@@ -1853,6 +1853,7 @@
18531853
"FORWARDING_RULE_MISMATCH",
18541854
"FORWARDING_RULE_NO_INSTANCES",
18551855
"FIREWALL_BLOCKING_LOAD_BALANCER_BACKEND_HEALTH_CHECK",
1856+
"FIREWALL_BLOCKING_LOAD_BALANCER_ENVOY_PROXY_HEALTH_CHECK",
18561857
"INGRESS_FIREWALL_TAGS_UNSUPPORTED_BY_DIRECT_VPC_EGRESS",
18571858
"INSTANCE_NOT_RUNNING",
18581859
"GKE_CLUSTER_NOT_RUNNING",
@@ -1961,6 +1962,7 @@
19611962
"Forwarding rule's protocol and ports do not match the packet header.",
19621963
"Forwarding rule does not have backends configured.",
19631964
"Firewalls block the health check probes to the backends and cause the backends to be unavailable for traffic from the load balancer. For more details, see [Health check firewall rules](https://cloud.google.com/load-balancing/docs/health-checks#firewall_rules).",
1965+
"Firewalls block health check probes to the Envoy proxies that power this load balancer.",
19641966
"Matching ingress firewall rules by network tags for packets sent via serverless VPC direct egress is unsupported. Behavior is undefined. https://cloud.google.com/run/docs/configuring/vpc-direct-vpc#limitations",
19651967
"Packet is sent from or to a Compute Engine instance that is not in a running state.",
19661968
"Packet sent from or to a GKE cluster that is not in running state.",

networkmanagement/v1/networkmanagement-gen.go

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

0 commit comments

Comments
 (0)