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
49 changes: 34 additions & 15 deletions connectors/v1/connectors-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@
],
"parameters": {
"extraLocationTypes": {
"description": "Optional. A list of extra location types that should be used as conditions for controlling the visibility of the locations.",
"description": "Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage.",
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"location": "query",
"repeated": true,
"type": "string"
Expand Down Expand Up @@ -2757,7 +2757,7 @@
}
}
},
"revision": "20250721",
"revision": "20250813",
"rootUrl": "https://connectors.googleapis.com/",
"schemas": {
"AuditConfig": {
Expand Down Expand Up @@ -3788,19 +3788,9 @@
"description": "Indicate whether connector is being migrated to TLS.",
"type": "boolean"
},
"networkEgressMode": {
"description": "Indicate whether connector is being migrated to use direct VPC egress.",
"enum": [
"NETWORK_EGRESS_MODE_UNSPECIFIED",
"SERVERLESS_VPC_ACCESS_CONNECTOR",
"DIRECT_VPC_EGRESS"
],
"enumDescriptions": [
"Network egress mode is not specified.",
"Default model VPC Access Connector.",
"Direct VPC Egress."
],
"type": "string"
"networkEgressModeOverride": {
"$ref": "NetworkEgressModeOverride",
"description": "Network egress mode override to migrate to direct VPC egress."
},
"provisionCloudSpanner": {
"description": "Indicate whether cloud spanner is required for connector job.",
Expand Down Expand Up @@ -7229,6 +7219,35 @@
},
"type": "object"
},
"NetworkEgressModeOverride": {
"description": "NetworkEgressModeOverride provides the network egress mode override for a connector.",
"id": "NetworkEgressModeOverride",
"properties": {
"isEventingOverrideEnabled": {
"description": "boolean should be set to true to make sure only eventing enabled connections are migrated to direct vpc egress.",
"type": "boolean"
},
"isJobsOverrideEnabled": {
"description": "boolean should be set to true to make sure only async operations enabled connections are migrated to direct vpc egress.",
"type": "boolean"
},
"networkEgressMode": {
"description": "Determines the VPC Egress mode for the connector.",
"enum": [
"NETWORK_EGRESS_MODE_UNSPECIFIED",
"SERVERLESS_VPC_ACCESS_CONNECTOR",
"DIRECT_VPC_EGRESS"
],
"enumDescriptions": [
"Network Egress mode is not specified.",
"Default model VPC Access Connector.",
"Direct VPC Egress."
],
"type": "string"
}
},
"type": "object"
},
"NodeConfig": {
"description": "Node configuration for the connection.",
"id": "NodeConfig",
Expand Down
51 changes: 40 additions & 11 deletions connectors/v1/connectors-gen.go

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

14 changes: 12 additions & 2 deletions storage/v1/storage-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@
"location": "northamerica-south1"
}
],
"etag": "\"31383438373536343936353833383831333836\"",
"etag": "\"3136333632333439343533383832363638313632\"",
"icons": {
"x16": "https://www.google.com/images/icons/product/cloud_storage-16.png",
"x32": "https://www.google.com/images/icons/product/cloud_storage-32.png"
Expand Down Expand Up @@ -4544,7 +4544,7 @@
}
}
},
"revision": "20250718",
"revision": "20250814",
"rootUrl": "https://storage.googleapis.com/",
"schemas": {
"AdvanceRelocateBucketOperationRequest": {
Expand Down Expand Up @@ -5401,6 +5401,16 @@
"description": "If true, copies the source object's ACL; otherwise, uses the bucket's default object ACL. The default is false.",
"type": "boolean"
},
"createdAfterTime": {
"description": "Restores only the objects that were created after this time.",
"format": "date-time",
"type": "string"
},
"createdBeforeTime": {
"description": "Restores only the objects that were created before this time.",
"format": "date-time",
"type": "string"
},
"matchGlobs": {
"description": "Restores only the objects matching any of the specified glob(s). If this parameter is not specified, all objects will be restored within the specified time range.",
"items": {
Expand Down
6 changes: 6 additions & 0 deletions storage/v1/storage-gen.go

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