diff --git a/generator/discovery/compute_public_google_rest_v1.json b/generator/discovery/compute_public_google_rest_v1.json index b99ceb29adcf7..ceec574e5d68a 100644 --- a/generator/discovery/compute_public_google_rest_v1.json +++ b/generator/discovery/compute_public_google_rest_v1.json @@ -1,16 +1,8 @@ { - "kind": "discovery#restDescription", - "id": "compute:v1", - "description": "Creates and runs virtual machines on Google Cloud Platform. ", - "discoveryVersion": "v1", - "servicePath": "compute/v1/", - "ownerDomain": "google.com", - "batchPath": "batch/compute/v1", - "icons": { - "x16": "https://www.google.com/images/icons/product/compute_engine-16.png", - "x32": "https://www.google.com/images/icons/product/compute_engine-32.png" - }, - "ownerName": "Google", + "basePath": "/compute/v1/", + "revision": "20240813", + "name": "compute", + "baseUrl": "https://compute.googleapis.com/compute/v1/", "schemas": { "AcceleratorTypeList": { "id": "AcceleratorTypeList", @@ -19126,10 +19118,6 @@ "autoDeleteAutoCreatedReservations": { "description": "Setting for enabling or disabling automatic deletion for auto-created reservation. If set to true, auto-created reservations will be deleted at Future Reservation's end time (default) or at user's defined timestamp if any of the [auto_created_reservations_delete_time, auto_created_reservations_duration] values is specified. For keeping auto-created reservation indefinitely, this value should be set to false.", "type": "boolean" - }, - "specificReservationRequired": { - "description": "Indicates whether the auto-created reservation can be consumed by VMs with affinity for \"any\" reservation. If the field is set, then only VMs that target the reservation by name can consume from the delivered reservation. If set to true,the delivered resevervation will have the same name as the future reservation.", - "type": "boolean" } } }, @@ -47810,11 +47798,20 @@ } } }, - "baseUrl": "https://compute.googleapis.com/compute/v1/", + "id": "compute:v1", + "ownerDomain": "google.com", + "rootUrl": "https://compute.googleapis.com/", + "documentationLink": "https://cloud.google.com/compute/", + "ownerName": "Google", + "description": "Creates and runs virtual machines on Google Cloud Platform. ", + "icons": { + "x16": "https://www.google.com/images/icons/product/compute_engine-16.png", + "x32": "https://www.google.com/images/icons/product/compute_engine-32.png" + }, + "protocol": "rest", "mtlsRootUrl": "https://compute.mtls.googleapis.com/", - "basePath": "/compute/v1/", - "title": "Compute Engine API", - "name": "compute", + "servicePath": "compute/v1/", + "discoveryVersion": "v1", "parameters": { "access_token": { "type": "string", @@ -47897,11 +47894,7 @@ "location": "query" } }, - "documentationLink": "https://cloud.google.com/compute/", - "revision": "20240805", - "version": "v1", - "rootUrl": "https://compute.googleapis.com/", - "protocol": "rest", + "batchPath": "batch/compute/v1", "resources": { "acceleratorTypes": { "methods": { @@ -85558,5 +85551,8 @@ } } } - } + }, + "kind": "discovery#restDescription", + "title": "Compute Engine API", + "version": "v1" } diff --git a/google/cloud/compute/future_reservations/v1/future_reservations_client.h b/google/cloud/compute/future_reservations/v1/future_reservations_client.h index d73ac7ac775b8..ab8723dba66ce 100644 --- a/google/cloud/compute/future_reservations/v1/future_reservations_client.h +++ b/google/cloud/compute/future_reservations/v1/future_reservations_client.h @@ -121,7 +121,7 @@ class FutureReservationsClient { /// [`StatusOr`]: @ref google::cloud::StatusOr /// [`Status`]: @ref google::cloud::Status /// [google.cloud.cpp.compute.future_reservations.v1.AggregatedListFutureReservationsRequest]: @cloud_cpp_reference_link{google/cloud/compute/future_reservations/v1/future_reservations.proto#L124} - /// [google.cloud.cpp.compute.v1.FutureReservationsScopedList]: @cloud_cpp_reference_link{google/cloud/compute/v1/internal/common_043.proto#L530} + /// [google.cloud.cpp.compute.v1.FutureReservationsScopedList]: @cloud_cpp_reference_link{google/cloud/compute/v1/internal/common_043.proto#L523} /// // clang-format on StreamRange< @@ -166,7 +166,7 @@ class FutureReservationsClient { /// [`StatusOr`]: @ref google::cloud::StatusOr /// [`Status`]: @ref google::cloud::Status /// [google.cloud.cpp.compute.future_reservations.v1.AggregatedListFutureReservationsRequest]: @cloud_cpp_reference_link{google/cloud/compute/future_reservations/v1/future_reservations.proto#L124} - /// [google.cloud.cpp.compute.v1.FutureReservationsScopedList]: @cloud_cpp_reference_link{google/cloud/compute/v1/internal/common_043.proto#L530} + /// [google.cloud.cpp.compute.v1.FutureReservationsScopedList]: @cloud_cpp_reference_link{google/cloud/compute/v1/internal/common_043.proto#L523} /// // clang-format on StreamRange< diff --git a/protos/google/cloud/compute/accelerator_types/v1/accelerator_types.proto b/protos/google/cloud/compute/accelerator_types/v1/accelerator_types.proto index d3f0966b7241a..57bc70983448b 100644 --- a/protos/google/cloud/compute/accelerator_types/v1/accelerator_types.proto +++ b/protos/google/cloud/compute/accelerator_types/v1/accelerator_types.proto @@ -15,7 +15,7 @@ // Generated by the C++ microgenerator. // If you make any local changes, they will be lost. // file:///workspace/generator/discovery/compute_public_google_rest_v1.json -// revision: 20240805 +// revision: 20240813 syntax = "proto3"; diff --git a/protos/google/cloud/compute/addresses/v1/addresses.proto b/protos/google/cloud/compute/addresses/v1/addresses.proto index 263cccff7c693..bddaf4c04289e 100644 --- a/protos/google/cloud/compute/addresses/v1/addresses.proto +++ b/protos/google/cloud/compute/addresses/v1/addresses.proto @@ -15,7 +15,7 @@ // Generated by the C++ microgenerator. // If you make any local changes, they will be lost. // file:///workspace/generator/discovery/compute_public_google_rest_v1.json -// revision: 20240805 +// revision: 20240813 syntax = "proto3"; diff --git a/protos/google/cloud/compute/autoscalers/v1/autoscalers.proto b/protos/google/cloud/compute/autoscalers/v1/autoscalers.proto index 9accd83c80557..90e0a07a4fc2c 100644 --- a/protos/google/cloud/compute/autoscalers/v1/autoscalers.proto +++ b/protos/google/cloud/compute/autoscalers/v1/autoscalers.proto @@ -15,7 +15,7 @@ // Generated by the C++ microgenerator. // If you make any local changes, they will be lost. // file:///workspace/generator/discovery/compute_public_google_rest_v1.json -// revision: 20240805 +// revision: 20240813 syntax = "proto3"; diff --git a/protos/google/cloud/compute/backend_buckets/v1/backend_buckets.proto b/protos/google/cloud/compute/backend_buckets/v1/backend_buckets.proto index 492c39352a30f..e5ee92295b856 100644 --- a/protos/google/cloud/compute/backend_buckets/v1/backend_buckets.proto +++ b/protos/google/cloud/compute/backend_buckets/v1/backend_buckets.proto @@ -15,7 +15,7 @@ // Generated by the C++ microgenerator. // If you make any local changes, they will be lost. // file:///workspace/generator/discovery/compute_public_google_rest_v1.json -// revision: 20240805 +// revision: 20240813 syntax = "proto3"; diff --git a/protos/google/cloud/compute/backend_services/v1/backend_services.proto b/protos/google/cloud/compute/backend_services/v1/backend_services.proto index 3a6d93adb50cd..a9d3e6c21e2e7 100644 --- a/protos/google/cloud/compute/backend_services/v1/backend_services.proto +++ b/protos/google/cloud/compute/backend_services/v1/backend_services.proto @@ -15,7 +15,7 @@ // Generated by the C++ microgenerator. // If you make any local changes, they will be lost. // file:///workspace/generator/discovery/compute_public_google_rest_v1.json -// revision: 20240805 +// revision: 20240813 syntax = "proto3"; diff --git a/protos/google/cloud/compute/disk_types/v1/disk_types.proto b/protos/google/cloud/compute/disk_types/v1/disk_types.proto index 0376c3b1730d2..9892386c30c6f 100644 --- a/protos/google/cloud/compute/disk_types/v1/disk_types.proto +++ b/protos/google/cloud/compute/disk_types/v1/disk_types.proto @@ -15,7 +15,7 @@ // Generated by the C++ microgenerator. // If you make any local changes, they will be lost. // file:///workspace/generator/discovery/compute_public_google_rest_v1.json -// revision: 20240805 +// revision: 20240813 syntax = "proto3"; diff --git a/protos/google/cloud/compute/disks/v1/disks.proto b/protos/google/cloud/compute/disks/v1/disks.proto index c28208ecbe8f3..2e9373594cf1e 100644 --- a/protos/google/cloud/compute/disks/v1/disks.proto +++ b/protos/google/cloud/compute/disks/v1/disks.proto @@ -15,7 +15,7 @@ // Generated by the C++ microgenerator. // If you make any local changes, they will be lost. // file:///workspace/generator/discovery/compute_public_google_rest_v1.json -// revision: 20240805 +// revision: 20240813 syntax = "proto3"; diff --git a/protos/google/cloud/compute/external_vpn_gateways/v1/external_vpn_gateways.proto b/protos/google/cloud/compute/external_vpn_gateways/v1/external_vpn_gateways.proto index 2409054806a3d..8ddd98397db01 100644 --- a/protos/google/cloud/compute/external_vpn_gateways/v1/external_vpn_gateways.proto +++ b/protos/google/cloud/compute/external_vpn_gateways/v1/external_vpn_gateways.proto @@ -15,7 +15,7 @@ // Generated by the C++ microgenerator. // If you make any local changes, they will be lost. // file:///workspace/generator/discovery/compute_public_google_rest_v1.json -// revision: 20240805 +// revision: 20240813 syntax = "proto3"; diff --git a/protos/google/cloud/compute/firewall_policies/v1/firewall_policies.proto b/protos/google/cloud/compute/firewall_policies/v1/firewall_policies.proto index 458c07210d501..c7c48f2ed9ccf 100644 --- a/protos/google/cloud/compute/firewall_policies/v1/firewall_policies.proto +++ b/protos/google/cloud/compute/firewall_policies/v1/firewall_policies.proto @@ -15,7 +15,7 @@ // Generated by the C++ microgenerator. // If you make any local changes, they will be lost. // file:///workspace/generator/discovery/compute_public_google_rest_v1.json -// revision: 20240805 +// revision: 20240813 syntax = "proto3"; diff --git a/protos/google/cloud/compute/firewalls/v1/firewalls.proto b/protos/google/cloud/compute/firewalls/v1/firewalls.proto index 8bef53b69b1a1..bd4f55540922f 100644 --- a/protos/google/cloud/compute/firewalls/v1/firewalls.proto +++ b/protos/google/cloud/compute/firewalls/v1/firewalls.proto @@ -15,7 +15,7 @@ // Generated by the C++ microgenerator. // If you make any local changes, they will be lost. // file:///workspace/generator/discovery/compute_public_google_rest_v1.json -// revision: 20240805 +// revision: 20240813 syntax = "proto3"; diff --git a/protos/google/cloud/compute/forwarding_rules/v1/forwarding_rules.proto b/protos/google/cloud/compute/forwarding_rules/v1/forwarding_rules.proto index 9d111ed49d94c..23511e57e41b9 100644 --- a/protos/google/cloud/compute/forwarding_rules/v1/forwarding_rules.proto +++ b/protos/google/cloud/compute/forwarding_rules/v1/forwarding_rules.proto @@ -15,7 +15,7 @@ // Generated by the C++ microgenerator. // If you make any local changes, they will be lost. // file:///workspace/generator/discovery/compute_public_google_rest_v1.json -// revision: 20240805 +// revision: 20240813 syntax = "proto3"; diff --git a/protos/google/cloud/compute/future_reservations/v1/future_reservations.proto b/protos/google/cloud/compute/future_reservations/v1/future_reservations.proto index 2c85826acac3e..f8f211a628ca8 100644 --- a/protos/google/cloud/compute/future_reservations/v1/future_reservations.proto +++ b/protos/google/cloud/compute/future_reservations/v1/future_reservations.proto @@ -15,7 +15,7 @@ // Generated by the C++ microgenerator. // If you make any local changes, they will be lost. // file:///workspace/generator/discovery/compute_public_google_rest_v1.json -// revision: 20240805 +// revision: 20240813 syntax = "proto3"; diff --git a/protos/google/cloud/compute/global_addresses/v1/global_addresses.proto b/protos/google/cloud/compute/global_addresses/v1/global_addresses.proto index 6f45ed3c1b4e7..3d67c0eca69c5 100644 --- a/protos/google/cloud/compute/global_addresses/v1/global_addresses.proto +++ b/protos/google/cloud/compute/global_addresses/v1/global_addresses.proto @@ -15,7 +15,7 @@ // Generated by the C++ microgenerator. // If you make any local changes, they will be lost. // file:///workspace/generator/discovery/compute_public_google_rest_v1.json -// revision: 20240805 +// revision: 20240813 syntax = "proto3"; diff --git a/protos/google/cloud/compute/global_forwarding_rules/v1/global_forwarding_rules.proto b/protos/google/cloud/compute/global_forwarding_rules/v1/global_forwarding_rules.proto index 4c23ef9591f99..e794977b520a7 100644 --- a/protos/google/cloud/compute/global_forwarding_rules/v1/global_forwarding_rules.proto +++ b/protos/google/cloud/compute/global_forwarding_rules/v1/global_forwarding_rules.proto @@ -15,7 +15,7 @@ // Generated by the C++ microgenerator. // If you make any local changes, they will be lost. // file:///workspace/generator/discovery/compute_public_google_rest_v1.json -// revision: 20240805 +// revision: 20240813 syntax = "proto3"; diff --git a/protos/google/cloud/compute/global_network_endpoint_groups/v1/global_network_endpoint_groups.proto b/protos/google/cloud/compute/global_network_endpoint_groups/v1/global_network_endpoint_groups.proto index 4eaec58e05e83..8f6d432658ddf 100644 --- a/protos/google/cloud/compute/global_network_endpoint_groups/v1/global_network_endpoint_groups.proto +++ b/protos/google/cloud/compute/global_network_endpoint_groups/v1/global_network_endpoint_groups.proto @@ -15,7 +15,7 @@ // Generated by the C++ microgenerator. // If you make any local changes, they will be lost. // file:///workspace/generator/discovery/compute_public_google_rest_v1.json -// revision: 20240805 +// revision: 20240813 syntax = "proto3"; diff --git a/protos/google/cloud/compute/global_operations/v1/global_operations.proto b/protos/google/cloud/compute/global_operations/v1/global_operations.proto index 6fda24ec425f5..85d637699d5ad 100644 --- a/protos/google/cloud/compute/global_operations/v1/global_operations.proto +++ b/protos/google/cloud/compute/global_operations/v1/global_operations.proto @@ -15,7 +15,7 @@ // Generated by the C++ microgenerator. // If you make any local changes, they will be lost. // file:///workspace/generator/discovery/compute_public_google_rest_v1.json -// revision: 20240805 +// revision: 20240813 syntax = "proto3"; diff --git a/protos/google/cloud/compute/global_organization_operations/v1/global_organization_operations.proto b/protos/google/cloud/compute/global_organization_operations/v1/global_organization_operations.proto index 49120b319efd8..b7e0492f36baf 100644 --- a/protos/google/cloud/compute/global_organization_operations/v1/global_organization_operations.proto +++ b/protos/google/cloud/compute/global_organization_operations/v1/global_organization_operations.proto @@ -15,7 +15,7 @@ // Generated by the C++ microgenerator. // If you make any local changes, they will be lost. // file:///workspace/generator/discovery/compute_public_google_rest_v1.json -// revision: 20240805 +// revision: 20240813 syntax = "proto3"; diff --git a/protos/google/cloud/compute/global_public_delegated_prefixes/v1/global_public_delegated_prefixes.proto b/protos/google/cloud/compute/global_public_delegated_prefixes/v1/global_public_delegated_prefixes.proto index da9d1af69d61e..689a8fb8b0c5d 100644 --- a/protos/google/cloud/compute/global_public_delegated_prefixes/v1/global_public_delegated_prefixes.proto +++ b/protos/google/cloud/compute/global_public_delegated_prefixes/v1/global_public_delegated_prefixes.proto @@ -15,7 +15,7 @@ // Generated by the C++ microgenerator. // If you make any local changes, they will be lost. // file:///workspace/generator/discovery/compute_public_google_rest_v1.json -// revision: 20240805 +// revision: 20240813 syntax = "proto3"; diff --git a/protos/google/cloud/compute/health_checks/v1/health_checks.proto b/protos/google/cloud/compute/health_checks/v1/health_checks.proto index 43471e28ca5ad..bc4c0e42245ef 100644 --- a/protos/google/cloud/compute/health_checks/v1/health_checks.proto +++ b/protos/google/cloud/compute/health_checks/v1/health_checks.proto @@ -15,7 +15,7 @@ // Generated by the C++ microgenerator. // If you make any local changes, they will be lost. // file:///workspace/generator/discovery/compute_public_google_rest_v1.json -// revision: 20240805 +// revision: 20240813 syntax = "proto3"; diff --git a/protos/google/cloud/compute/http_health_checks/v1/http_health_checks.proto b/protos/google/cloud/compute/http_health_checks/v1/http_health_checks.proto index 64ce7295091ff..7d895a79ca3c5 100644 --- a/protos/google/cloud/compute/http_health_checks/v1/http_health_checks.proto +++ b/protos/google/cloud/compute/http_health_checks/v1/http_health_checks.proto @@ -15,7 +15,7 @@ // Generated by the C++ microgenerator. // If you make any local changes, they will be lost. // file:///workspace/generator/discovery/compute_public_google_rest_v1.json -// revision: 20240805 +// revision: 20240813 syntax = "proto3"; diff --git a/protos/google/cloud/compute/https_health_checks/v1/https_health_checks.proto b/protos/google/cloud/compute/https_health_checks/v1/https_health_checks.proto index 4856ecf061497..0f5a3058587e7 100644 --- a/protos/google/cloud/compute/https_health_checks/v1/https_health_checks.proto +++ b/protos/google/cloud/compute/https_health_checks/v1/https_health_checks.proto @@ -15,7 +15,7 @@ // Generated by the C++ microgenerator. // If you make any local changes, they will be lost. // file:///workspace/generator/discovery/compute_public_google_rest_v1.json -// revision: 20240805 +// revision: 20240813 syntax = "proto3"; diff --git a/protos/google/cloud/compute/image_family_views/v1/image_family_views.proto b/protos/google/cloud/compute/image_family_views/v1/image_family_views.proto index be17e41deadc4..5c952e01c2215 100644 --- a/protos/google/cloud/compute/image_family_views/v1/image_family_views.proto +++ b/protos/google/cloud/compute/image_family_views/v1/image_family_views.proto @@ -15,7 +15,7 @@ // Generated by the C++ microgenerator. // If you make any local changes, they will be lost. // file:///workspace/generator/discovery/compute_public_google_rest_v1.json -// revision: 20240805 +// revision: 20240813 syntax = "proto3"; diff --git a/protos/google/cloud/compute/images/v1/images.proto b/protos/google/cloud/compute/images/v1/images.proto index 1f2b8e38df0b9..a6efe128c0aab 100644 --- a/protos/google/cloud/compute/images/v1/images.proto +++ b/protos/google/cloud/compute/images/v1/images.proto @@ -15,7 +15,7 @@ // Generated by the C++ microgenerator. // If you make any local changes, they will be lost. // file:///workspace/generator/discovery/compute_public_google_rest_v1.json -// revision: 20240805 +// revision: 20240813 syntax = "proto3"; diff --git a/protos/google/cloud/compute/instance_group_manager_resize_requests/v1/instance_group_manager_resize_requests.proto b/protos/google/cloud/compute/instance_group_manager_resize_requests/v1/instance_group_manager_resize_requests.proto index a47755d7420bc..2dae32623ce84 100644 --- a/protos/google/cloud/compute/instance_group_manager_resize_requests/v1/instance_group_manager_resize_requests.proto +++ b/protos/google/cloud/compute/instance_group_manager_resize_requests/v1/instance_group_manager_resize_requests.proto @@ -15,7 +15,7 @@ // Generated by the C++ microgenerator. // If you make any local changes, they will be lost. // file:///workspace/generator/discovery/compute_public_google_rest_v1.json -// revision: 20240805 +// revision: 20240813 syntax = "proto3"; diff --git a/protos/google/cloud/compute/instance_group_managers/v1/instance_group_managers.proto b/protos/google/cloud/compute/instance_group_managers/v1/instance_group_managers.proto index 1e91a925c3206..077a1ea36f07b 100644 --- a/protos/google/cloud/compute/instance_group_managers/v1/instance_group_managers.proto +++ b/protos/google/cloud/compute/instance_group_managers/v1/instance_group_managers.proto @@ -15,7 +15,7 @@ // Generated by the C++ microgenerator. // If you make any local changes, they will be lost. // file:///workspace/generator/discovery/compute_public_google_rest_v1.json -// revision: 20240805 +// revision: 20240813 syntax = "proto3"; diff --git a/protos/google/cloud/compute/instance_groups/v1/instance_groups.proto b/protos/google/cloud/compute/instance_groups/v1/instance_groups.proto index 248e2dcbe4505..2675562325ed6 100644 --- a/protos/google/cloud/compute/instance_groups/v1/instance_groups.proto +++ b/protos/google/cloud/compute/instance_groups/v1/instance_groups.proto @@ -15,7 +15,7 @@ // Generated by the C++ microgenerator. // If you make any local changes, they will be lost. // file:///workspace/generator/discovery/compute_public_google_rest_v1.json -// revision: 20240805 +// revision: 20240813 syntax = "proto3"; diff --git a/protos/google/cloud/compute/instance_settings/v1/instance_settings.proto b/protos/google/cloud/compute/instance_settings/v1/instance_settings.proto index 091695e23647d..1ab00ba6e004e 100644 --- a/protos/google/cloud/compute/instance_settings/v1/instance_settings.proto +++ b/protos/google/cloud/compute/instance_settings/v1/instance_settings.proto @@ -15,7 +15,7 @@ // Generated by the C++ microgenerator. // If you make any local changes, they will be lost. // file:///workspace/generator/discovery/compute_public_google_rest_v1.json -// revision: 20240805 +// revision: 20240813 syntax = "proto3"; diff --git a/protos/google/cloud/compute/instance_templates/v1/instance_templates.proto b/protos/google/cloud/compute/instance_templates/v1/instance_templates.proto index c1a8e542e262a..43201d2e8e8b7 100644 --- a/protos/google/cloud/compute/instance_templates/v1/instance_templates.proto +++ b/protos/google/cloud/compute/instance_templates/v1/instance_templates.proto @@ -15,7 +15,7 @@ // Generated by the C++ microgenerator. // If you make any local changes, they will be lost. // file:///workspace/generator/discovery/compute_public_google_rest_v1.json -// revision: 20240805 +// revision: 20240813 syntax = "proto3"; diff --git a/protos/google/cloud/compute/instances/v1/instances.proto b/protos/google/cloud/compute/instances/v1/instances.proto index 0eed368e81647..d4ed740729c33 100644 --- a/protos/google/cloud/compute/instances/v1/instances.proto +++ b/protos/google/cloud/compute/instances/v1/instances.proto @@ -15,7 +15,7 @@ // Generated by the C++ microgenerator. // If you make any local changes, they will be lost. // file:///workspace/generator/discovery/compute_public_google_rest_v1.json -// revision: 20240805 +// revision: 20240813 syntax = "proto3"; diff --git a/protos/google/cloud/compute/instant_snapshots/v1/instant_snapshots.proto b/protos/google/cloud/compute/instant_snapshots/v1/instant_snapshots.proto index 4ccaafc875bae..872e35eedc7e3 100644 --- a/protos/google/cloud/compute/instant_snapshots/v1/instant_snapshots.proto +++ b/protos/google/cloud/compute/instant_snapshots/v1/instant_snapshots.proto @@ -15,7 +15,7 @@ // Generated by the C++ microgenerator. // If you make any local changes, they will be lost. // file:///workspace/generator/discovery/compute_public_google_rest_v1.json -// revision: 20240805 +// revision: 20240813 syntax = "proto3"; diff --git a/protos/google/cloud/compute/interconnect_attachments/v1/interconnect_attachments.proto b/protos/google/cloud/compute/interconnect_attachments/v1/interconnect_attachments.proto index 86446624d1891..ae710760ed399 100644 --- a/protos/google/cloud/compute/interconnect_attachments/v1/interconnect_attachments.proto +++ b/protos/google/cloud/compute/interconnect_attachments/v1/interconnect_attachments.proto @@ -15,7 +15,7 @@ // Generated by the C++ microgenerator. // If you make any local changes, they will be lost. // file:///workspace/generator/discovery/compute_public_google_rest_v1.json -// revision: 20240805 +// revision: 20240813 syntax = "proto3"; diff --git a/protos/google/cloud/compute/interconnect_locations/v1/interconnect_locations.proto b/protos/google/cloud/compute/interconnect_locations/v1/interconnect_locations.proto index 13bc6a1824a02..1d016e9794c3e 100644 --- a/protos/google/cloud/compute/interconnect_locations/v1/interconnect_locations.proto +++ b/protos/google/cloud/compute/interconnect_locations/v1/interconnect_locations.proto @@ -15,7 +15,7 @@ // Generated by the C++ microgenerator. // If you make any local changes, they will be lost. // file:///workspace/generator/discovery/compute_public_google_rest_v1.json -// revision: 20240805 +// revision: 20240813 syntax = "proto3"; diff --git a/protos/google/cloud/compute/interconnect_remote_locations/v1/interconnect_remote_locations.proto b/protos/google/cloud/compute/interconnect_remote_locations/v1/interconnect_remote_locations.proto index 35cfce120eac9..1f3df483cbe8b 100644 --- a/protos/google/cloud/compute/interconnect_remote_locations/v1/interconnect_remote_locations.proto +++ b/protos/google/cloud/compute/interconnect_remote_locations/v1/interconnect_remote_locations.proto @@ -15,7 +15,7 @@ // Generated by the C++ microgenerator. // If you make any local changes, they will be lost. // file:///workspace/generator/discovery/compute_public_google_rest_v1.json -// revision: 20240805 +// revision: 20240813 syntax = "proto3"; diff --git a/protos/google/cloud/compute/interconnects/v1/interconnects.proto b/protos/google/cloud/compute/interconnects/v1/interconnects.proto index 499b16d42cedb..d9d65054a162b 100644 --- a/protos/google/cloud/compute/interconnects/v1/interconnects.proto +++ b/protos/google/cloud/compute/interconnects/v1/interconnects.proto @@ -15,7 +15,7 @@ // Generated by the C++ microgenerator. // If you make any local changes, they will be lost. // file:///workspace/generator/discovery/compute_public_google_rest_v1.json -// revision: 20240805 +// revision: 20240813 syntax = "proto3"; diff --git a/protos/google/cloud/compute/license_codes/v1/license_codes.proto b/protos/google/cloud/compute/license_codes/v1/license_codes.proto index d79ca75a2b193..2e3d823a57b7b 100644 --- a/protos/google/cloud/compute/license_codes/v1/license_codes.proto +++ b/protos/google/cloud/compute/license_codes/v1/license_codes.proto @@ -15,7 +15,7 @@ // Generated by the C++ microgenerator. // If you make any local changes, they will be lost. // file:///workspace/generator/discovery/compute_public_google_rest_v1.json -// revision: 20240805 +// revision: 20240813 syntax = "proto3"; diff --git a/protos/google/cloud/compute/licenses/v1/licenses.proto b/protos/google/cloud/compute/licenses/v1/licenses.proto index 70ed04101c278..a64cfb5d46598 100644 --- a/protos/google/cloud/compute/licenses/v1/licenses.proto +++ b/protos/google/cloud/compute/licenses/v1/licenses.proto @@ -15,7 +15,7 @@ // Generated by the C++ microgenerator. // If you make any local changes, they will be lost. // file:///workspace/generator/discovery/compute_public_google_rest_v1.json -// revision: 20240805 +// revision: 20240813 syntax = "proto3"; diff --git a/protos/google/cloud/compute/machine_images/v1/machine_images.proto b/protos/google/cloud/compute/machine_images/v1/machine_images.proto index 362b4459e8d83..90c9671464866 100644 --- a/protos/google/cloud/compute/machine_images/v1/machine_images.proto +++ b/protos/google/cloud/compute/machine_images/v1/machine_images.proto @@ -15,7 +15,7 @@ // Generated by the C++ microgenerator. // If you make any local changes, they will be lost. // file:///workspace/generator/discovery/compute_public_google_rest_v1.json -// revision: 20240805 +// revision: 20240813 syntax = "proto3"; diff --git a/protos/google/cloud/compute/machine_types/v1/machine_types.proto b/protos/google/cloud/compute/machine_types/v1/machine_types.proto index 7fe9e833cbfdc..fe83d2b49d3b2 100644 --- a/protos/google/cloud/compute/machine_types/v1/machine_types.proto +++ b/protos/google/cloud/compute/machine_types/v1/machine_types.proto @@ -15,7 +15,7 @@ // Generated by the C++ microgenerator. // If you make any local changes, they will be lost. // file:///workspace/generator/discovery/compute_public_google_rest_v1.json -// revision: 20240805 +// revision: 20240813 syntax = "proto3"; diff --git a/protos/google/cloud/compute/network_attachments/v1/network_attachments.proto b/protos/google/cloud/compute/network_attachments/v1/network_attachments.proto index c79e0c2b4598e..fcdce8da440f7 100644 --- a/protos/google/cloud/compute/network_attachments/v1/network_attachments.proto +++ b/protos/google/cloud/compute/network_attachments/v1/network_attachments.proto @@ -15,7 +15,7 @@ // Generated by the C++ microgenerator. // If you make any local changes, they will be lost. // file:///workspace/generator/discovery/compute_public_google_rest_v1.json -// revision: 20240805 +// revision: 20240813 syntax = "proto3"; diff --git a/protos/google/cloud/compute/network_edge_security_services/v1/network_edge_security_services.proto b/protos/google/cloud/compute/network_edge_security_services/v1/network_edge_security_services.proto index 615450cc0a735..5cf17199e4927 100644 --- a/protos/google/cloud/compute/network_edge_security_services/v1/network_edge_security_services.proto +++ b/protos/google/cloud/compute/network_edge_security_services/v1/network_edge_security_services.proto @@ -15,7 +15,7 @@ // Generated by the C++ microgenerator. // If you make any local changes, they will be lost. // file:///workspace/generator/discovery/compute_public_google_rest_v1.json -// revision: 20240805 +// revision: 20240813 syntax = "proto3"; diff --git a/protos/google/cloud/compute/network_endpoint_groups/v1/network_endpoint_groups.proto b/protos/google/cloud/compute/network_endpoint_groups/v1/network_endpoint_groups.proto index 58e964083cc6a..029e6e339f945 100644 --- a/protos/google/cloud/compute/network_endpoint_groups/v1/network_endpoint_groups.proto +++ b/protos/google/cloud/compute/network_endpoint_groups/v1/network_endpoint_groups.proto @@ -15,7 +15,7 @@ // Generated by the C++ microgenerator. // If you make any local changes, they will be lost. // file:///workspace/generator/discovery/compute_public_google_rest_v1.json -// revision: 20240805 +// revision: 20240813 syntax = "proto3"; diff --git a/protos/google/cloud/compute/network_firewall_policies/v1/network_firewall_policies.proto b/protos/google/cloud/compute/network_firewall_policies/v1/network_firewall_policies.proto index 363e8055b091a..00c0c8bf8cb76 100644 --- a/protos/google/cloud/compute/network_firewall_policies/v1/network_firewall_policies.proto +++ b/protos/google/cloud/compute/network_firewall_policies/v1/network_firewall_policies.proto @@ -15,7 +15,7 @@ // Generated by the C++ microgenerator. // If you make any local changes, they will be lost. // file:///workspace/generator/discovery/compute_public_google_rest_v1.json -// revision: 20240805 +// revision: 20240813 syntax = "proto3"; diff --git a/protos/google/cloud/compute/networks/v1/networks.proto b/protos/google/cloud/compute/networks/v1/networks.proto index c1baae4257841..756f645ba0c73 100644 --- a/protos/google/cloud/compute/networks/v1/networks.proto +++ b/protos/google/cloud/compute/networks/v1/networks.proto @@ -15,7 +15,7 @@ // Generated by the C++ microgenerator. // If you make any local changes, they will be lost. // file:///workspace/generator/discovery/compute_public_google_rest_v1.json -// revision: 20240805 +// revision: 20240813 syntax = "proto3"; diff --git a/protos/google/cloud/compute/node_groups/v1/node_groups.proto b/protos/google/cloud/compute/node_groups/v1/node_groups.proto index cac7944da1851..2c0df3b1595fc 100644 --- a/protos/google/cloud/compute/node_groups/v1/node_groups.proto +++ b/protos/google/cloud/compute/node_groups/v1/node_groups.proto @@ -15,7 +15,7 @@ // Generated by the C++ microgenerator. // If you make any local changes, they will be lost. // file:///workspace/generator/discovery/compute_public_google_rest_v1.json -// revision: 20240805 +// revision: 20240813 syntax = "proto3"; diff --git a/protos/google/cloud/compute/node_templates/v1/node_templates.proto b/protos/google/cloud/compute/node_templates/v1/node_templates.proto index a2599eb4afef7..4adc8dfb1214e 100644 --- a/protos/google/cloud/compute/node_templates/v1/node_templates.proto +++ b/protos/google/cloud/compute/node_templates/v1/node_templates.proto @@ -15,7 +15,7 @@ // Generated by the C++ microgenerator. // If you make any local changes, they will be lost. // file:///workspace/generator/discovery/compute_public_google_rest_v1.json -// revision: 20240805 +// revision: 20240813 syntax = "proto3"; diff --git a/protos/google/cloud/compute/node_types/v1/node_types.proto b/protos/google/cloud/compute/node_types/v1/node_types.proto index 949d407fb79fe..baac78d4a6242 100644 --- a/protos/google/cloud/compute/node_types/v1/node_types.proto +++ b/protos/google/cloud/compute/node_types/v1/node_types.proto @@ -15,7 +15,7 @@ // Generated by the C++ microgenerator. // If you make any local changes, they will be lost. // file:///workspace/generator/discovery/compute_public_google_rest_v1.json -// revision: 20240805 +// revision: 20240813 syntax = "proto3"; diff --git a/protos/google/cloud/compute/packet_mirrorings/v1/packet_mirrorings.proto b/protos/google/cloud/compute/packet_mirrorings/v1/packet_mirrorings.proto index b39bec0cc4f9a..463a6c08a0dd3 100644 --- a/protos/google/cloud/compute/packet_mirrorings/v1/packet_mirrorings.proto +++ b/protos/google/cloud/compute/packet_mirrorings/v1/packet_mirrorings.proto @@ -15,7 +15,7 @@ // Generated by the C++ microgenerator. // If you make any local changes, they will be lost. // file:///workspace/generator/discovery/compute_public_google_rest_v1.json -// revision: 20240805 +// revision: 20240813 syntax = "proto3"; diff --git a/protos/google/cloud/compute/projects/v1/projects.proto b/protos/google/cloud/compute/projects/v1/projects.proto index 034b17420c88a..4367d544a03ba 100644 --- a/protos/google/cloud/compute/projects/v1/projects.proto +++ b/protos/google/cloud/compute/projects/v1/projects.proto @@ -15,7 +15,7 @@ // Generated by the C++ microgenerator. // If you make any local changes, they will be lost. // file:///workspace/generator/discovery/compute_public_google_rest_v1.json -// revision: 20240805 +// revision: 20240813 syntax = "proto3"; diff --git a/protos/google/cloud/compute/public_advertised_prefixes/v1/public_advertised_prefixes.proto b/protos/google/cloud/compute/public_advertised_prefixes/v1/public_advertised_prefixes.proto index 7193438520cc5..fdd5a366178fd 100644 --- a/protos/google/cloud/compute/public_advertised_prefixes/v1/public_advertised_prefixes.proto +++ b/protos/google/cloud/compute/public_advertised_prefixes/v1/public_advertised_prefixes.proto @@ -15,7 +15,7 @@ // Generated by the C++ microgenerator. // If you make any local changes, they will be lost. // file:///workspace/generator/discovery/compute_public_google_rest_v1.json -// revision: 20240805 +// revision: 20240813 syntax = "proto3"; diff --git a/protos/google/cloud/compute/public_delegated_prefixes/v1/public_delegated_prefixes.proto b/protos/google/cloud/compute/public_delegated_prefixes/v1/public_delegated_prefixes.proto index 991f046f02991..c4d460f4bf3fa 100644 --- a/protos/google/cloud/compute/public_delegated_prefixes/v1/public_delegated_prefixes.proto +++ b/protos/google/cloud/compute/public_delegated_prefixes/v1/public_delegated_prefixes.proto @@ -15,7 +15,7 @@ // Generated by the C++ microgenerator. // If you make any local changes, they will be lost. // file:///workspace/generator/discovery/compute_public_google_rest_v1.json -// revision: 20240805 +// revision: 20240813 syntax = "proto3"; diff --git a/protos/google/cloud/compute/region_autoscalers/v1/region_autoscalers.proto b/protos/google/cloud/compute/region_autoscalers/v1/region_autoscalers.proto index 19167590bbd02..fd4c9553b9b95 100644 --- a/protos/google/cloud/compute/region_autoscalers/v1/region_autoscalers.proto +++ b/protos/google/cloud/compute/region_autoscalers/v1/region_autoscalers.proto @@ -15,7 +15,7 @@ // Generated by the C++ microgenerator. // If you make any local changes, they will be lost. // file:///workspace/generator/discovery/compute_public_google_rest_v1.json -// revision: 20240805 +// revision: 20240813 syntax = "proto3"; diff --git a/protos/google/cloud/compute/region_backend_services/v1/region_backend_services.proto b/protos/google/cloud/compute/region_backend_services/v1/region_backend_services.proto index 1411d615163c7..227b744c69422 100644 --- a/protos/google/cloud/compute/region_backend_services/v1/region_backend_services.proto +++ b/protos/google/cloud/compute/region_backend_services/v1/region_backend_services.proto @@ -15,7 +15,7 @@ // Generated by the C++ microgenerator. // If you make any local changes, they will be lost. // file:///workspace/generator/discovery/compute_public_google_rest_v1.json -// revision: 20240805 +// revision: 20240813 syntax = "proto3"; diff --git a/protos/google/cloud/compute/region_commitments/v1/region_commitments.proto b/protos/google/cloud/compute/region_commitments/v1/region_commitments.proto index f20f4d5137f87..47c91330f70e0 100644 --- a/protos/google/cloud/compute/region_commitments/v1/region_commitments.proto +++ b/protos/google/cloud/compute/region_commitments/v1/region_commitments.proto @@ -15,7 +15,7 @@ // Generated by the C++ microgenerator. // If you make any local changes, they will be lost. // file:///workspace/generator/discovery/compute_public_google_rest_v1.json -// revision: 20240805 +// revision: 20240813 syntax = "proto3"; diff --git a/protos/google/cloud/compute/region_disk_types/v1/region_disk_types.proto b/protos/google/cloud/compute/region_disk_types/v1/region_disk_types.proto index 2d6cd080489f4..93b0aea147111 100644 --- a/protos/google/cloud/compute/region_disk_types/v1/region_disk_types.proto +++ b/protos/google/cloud/compute/region_disk_types/v1/region_disk_types.proto @@ -15,7 +15,7 @@ // Generated by the C++ microgenerator. // If you make any local changes, they will be lost. // file:///workspace/generator/discovery/compute_public_google_rest_v1.json -// revision: 20240805 +// revision: 20240813 syntax = "proto3"; diff --git a/protos/google/cloud/compute/region_disks/v1/region_disks.proto b/protos/google/cloud/compute/region_disks/v1/region_disks.proto index ca250dd1c6b41..a24e8a7c831a7 100644 --- a/protos/google/cloud/compute/region_disks/v1/region_disks.proto +++ b/protos/google/cloud/compute/region_disks/v1/region_disks.proto @@ -15,7 +15,7 @@ // Generated by the C++ microgenerator. // If you make any local changes, they will be lost. // file:///workspace/generator/discovery/compute_public_google_rest_v1.json -// revision: 20240805 +// revision: 20240813 syntax = "proto3"; diff --git a/protos/google/cloud/compute/region_health_check_services/v1/region_health_check_services.proto b/protos/google/cloud/compute/region_health_check_services/v1/region_health_check_services.proto index 7ee76c2cb5597..8ba182acb79fb 100644 --- a/protos/google/cloud/compute/region_health_check_services/v1/region_health_check_services.proto +++ b/protos/google/cloud/compute/region_health_check_services/v1/region_health_check_services.proto @@ -15,7 +15,7 @@ // Generated by the C++ microgenerator. // If you make any local changes, they will be lost. // file:///workspace/generator/discovery/compute_public_google_rest_v1.json -// revision: 20240805 +// revision: 20240813 syntax = "proto3"; diff --git a/protos/google/cloud/compute/region_health_checks/v1/region_health_checks.proto b/protos/google/cloud/compute/region_health_checks/v1/region_health_checks.proto index 7bb5df9aa7fc2..4f0ae752a1857 100644 --- a/protos/google/cloud/compute/region_health_checks/v1/region_health_checks.proto +++ b/protos/google/cloud/compute/region_health_checks/v1/region_health_checks.proto @@ -15,7 +15,7 @@ // Generated by the C++ microgenerator. // If you make any local changes, they will be lost. // file:///workspace/generator/discovery/compute_public_google_rest_v1.json -// revision: 20240805 +// revision: 20240813 syntax = "proto3"; diff --git a/protos/google/cloud/compute/region_instance_group_managers/v1/region_instance_group_managers.proto b/protos/google/cloud/compute/region_instance_group_managers/v1/region_instance_group_managers.proto index 7fc800c35771b..f367767592804 100644 --- a/protos/google/cloud/compute/region_instance_group_managers/v1/region_instance_group_managers.proto +++ b/protos/google/cloud/compute/region_instance_group_managers/v1/region_instance_group_managers.proto @@ -15,7 +15,7 @@ // Generated by the C++ microgenerator. // If you make any local changes, they will be lost. // file:///workspace/generator/discovery/compute_public_google_rest_v1.json -// revision: 20240805 +// revision: 20240813 syntax = "proto3"; diff --git a/protos/google/cloud/compute/region_instance_groups/v1/region_instance_groups.proto b/protos/google/cloud/compute/region_instance_groups/v1/region_instance_groups.proto index 32fa86f7b50cc..70ec6560c9eb0 100644 --- a/protos/google/cloud/compute/region_instance_groups/v1/region_instance_groups.proto +++ b/protos/google/cloud/compute/region_instance_groups/v1/region_instance_groups.proto @@ -15,7 +15,7 @@ // Generated by the C++ microgenerator. // If you make any local changes, they will be lost. // file:///workspace/generator/discovery/compute_public_google_rest_v1.json -// revision: 20240805 +// revision: 20240813 syntax = "proto3"; diff --git a/protos/google/cloud/compute/region_instance_templates/v1/region_instance_templates.proto b/protos/google/cloud/compute/region_instance_templates/v1/region_instance_templates.proto index b125ab69f0113..66be3c8325a30 100644 --- a/protos/google/cloud/compute/region_instance_templates/v1/region_instance_templates.proto +++ b/protos/google/cloud/compute/region_instance_templates/v1/region_instance_templates.proto @@ -15,7 +15,7 @@ // Generated by the C++ microgenerator. // If you make any local changes, they will be lost. // file:///workspace/generator/discovery/compute_public_google_rest_v1.json -// revision: 20240805 +// revision: 20240813 syntax = "proto3"; diff --git a/protos/google/cloud/compute/region_instances/v1/region_instances.proto b/protos/google/cloud/compute/region_instances/v1/region_instances.proto index a7c3c20058d73..2a07800059771 100644 --- a/protos/google/cloud/compute/region_instances/v1/region_instances.proto +++ b/protos/google/cloud/compute/region_instances/v1/region_instances.proto @@ -15,7 +15,7 @@ // Generated by the C++ microgenerator. // If you make any local changes, they will be lost. // file:///workspace/generator/discovery/compute_public_google_rest_v1.json -// revision: 20240805 +// revision: 20240813 syntax = "proto3"; diff --git a/protos/google/cloud/compute/region_instant_snapshots/v1/region_instant_snapshots.proto b/protos/google/cloud/compute/region_instant_snapshots/v1/region_instant_snapshots.proto index 14f4da1b781de..ee66c24c6b7d9 100644 --- a/protos/google/cloud/compute/region_instant_snapshots/v1/region_instant_snapshots.proto +++ b/protos/google/cloud/compute/region_instant_snapshots/v1/region_instant_snapshots.proto @@ -15,7 +15,7 @@ // Generated by the C++ microgenerator. // If you make any local changes, they will be lost. // file:///workspace/generator/discovery/compute_public_google_rest_v1.json -// revision: 20240805 +// revision: 20240813 syntax = "proto3"; diff --git a/protos/google/cloud/compute/region_network_endpoint_groups/v1/region_network_endpoint_groups.proto b/protos/google/cloud/compute/region_network_endpoint_groups/v1/region_network_endpoint_groups.proto index 98bb6619e2a5a..63963a4156e4f 100644 --- a/protos/google/cloud/compute/region_network_endpoint_groups/v1/region_network_endpoint_groups.proto +++ b/protos/google/cloud/compute/region_network_endpoint_groups/v1/region_network_endpoint_groups.proto @@ -15,7 +15,7 @@ // Generated by the C++ microgenerator. // If you make any local changes, they will be lost. // file:///workspace/generator/discovery/compute_public_google_rest_v1.json -// revision: 20240805 +// revision: 20240813 syntax = "proto3"; diff --git a/protos/google/cloud/compute/region_network_firewall_policies/v1/region_network_firewall_policies.proto b/protos/google/cloud/compute/region_network_firewall_policies/v1/region_network_firewall_policies.proto index f028b2781be5a..7891839e8612d 100644 --- a/protos/google/cloud/compute/region_network_firewall_policies/v1/region_network_firewall_policies.proto +++ b/protos/google/cloud/compute/region_network_firewall_policies/v1/region_network_firewall_policies.proto @@ -15,7 +15,7 @@ // Generated by the C++ microgenerator. // If you make any local changes, they will be lost. // file:///workspace/generator/discovery/compute_public_google_rest_v1.json -// revision: 20240805 +// revision: 20240813 syntax = "proto3"; diff --git a/protos/google/cloud/compute/region_notification_endpoints/v1/region_notification_endpoints.proto b/protos/google/cloud/compute/region_notification_endpoints/v1/region_notification_endpoints.proto index 08d6bc144937f..f864038021637 100644 --- a/protos/google/cloud/compute/region_notification_endpoints/v1/region_notification_endpoints.proto +++ b/protos/google/cloud/compute/region_notification_endpoints/v1/region_notification_endpoints.proto @@ -15,7 +15,7 @@ // Generated by the C++ microgenerator. // If you make any local changes, they will be lost. // file:///workspace/generator/discovery/compute_public_google_rest_v1.json -// revision: 20240805 +// revision: 20240813 syntax = "proto3"; diff --git a/protos/google/cloud/compute/region_operations/v1/region_operations.proto b/protos/google/cloud/compute/region_operations/v1/region_operations.proto index 0f25e3066d3f1..d401e8c4795c7 100644 --- a/protos/google/cloud/compute/region_operations/v1/region_operations.proto +++ b/protos/google/cloud/compute/region_operations/v1/region_operations.proto @@ -15,7 +15,7 @@ // Generated by the C++ microgenerator. // If you make any local changes, they will be lost. // file:///workspace/generator/discovery/compute_public_google_rest_v1.json -// revision: 20240805 +// revision: 20240813 syntax = "proto3"; diff --git a/protos/google/cloud/compute/region_security_policies/v1/region_security_policies.proto b/protos/google/cloud/compute/region_security_policies/v1/region_security_policies.proto index 36db14d1e67ab..e9696a831e342 100644 --- a/protos/google/cloud/compute/region_security_policies/v1/region_security_policies.proto +++ b/protos/google/cloud/compute/region_security_policies/v1/region_security_policies.proto @@ -15,7 +15,7 @@ // Generated by the C++ microgenerator. // If you make any local changes, they will be lost. // file:///workspace/generator/discovery/compute_public_google_rest_v1.json -// revision: 20240805 +// revision: 20240813 syntax = "proto3"; diff --git a/protos/google/cloud/compute/region_ssl_certificates/v1/region_ssl_certificates.proto b/protos/google/cloud/compute/region_ssl_certificates/v1/region_ssl_certificates.proto index aab66acb0c29d..96b98299f0c67 100644 --- a/protos/google/cloud/compute/region_ssl_certificates/v1/region_ssl_certificates.proto +++ b/protos/google/cloud/compute/region_ssl_certificates/v1/region_ssl_certificates.proto @@ -15,7 +15,7 @@ // Generated by the C++ microgenerator. // If you make any local changes, they will be lost. // file:///workspace/generator/discovery/compute_public_google_rest_v1.json -// revision: 20240805 +// revision: 20240813 syntax = "proto3"; diff --git a/protos/google/cloud/compute/region_ssl_policies/v1/region_ssl_policies.proto b/protos/google/cloud/compute/region_ssl_policies/v1/region_ssl_policies.proto index 84784eb2cac2d..a0b5d729f0d59 100644 --- a/protos/google/cloud/compute/region_ssl_policies/v1/region_ssl_policies.proto +++ b/protos/google/cloud/compute/region_ssl_policies/v1/region_ssl_policies.proto @@ -15,7 +15,7 @@ // Generated by the C++ microgenerator. // If you make any local changes, they will be lost. // file:///workspace/generator/discovery/compute_public_google_rest_v1.json -// revision: 20240805 +// revision: 20240813 syntax = "proto3"; diff --git a/protos/google/cloud/compute/region_target_http_proxies/v1/region_target_http_proxies.proto b/protos/google/cloud/compute/region_target_http_proxies/v1/region_target_http_proxies.proto index c8bd8dd35d0b4..d235685f05cdd 100644 --- a/protos/google/cloud/compute/region_target_http_proxies/v1/region_target_http_proxies.proto +++ b/protos/google/cloud/compute/region_target_http_proxies/v1/region_target_http_proxies.proto @@ -15,7 +15,7 @@ // Generated by the C++ microgenerator. // If you make any local changes, they will be lost. // file:///workspace/generator/discovery/compute_public_google_rest_v1.json -// revision: 20240805 +// revision: 20240813 syntax = "proto3"; diff --git a/protos/google/cloud/compute/region_target_https_proxies/v1/region_target_https_proxies.proto b/protos/google/cloud/compute/region_target_https_proxies/v1/region_target_https_proxies.proto index eb603d6061a8d..88f3ec5c94217 100644 --- a/protos/google/cloud/compute/region_target_https_proxies/v1/region_target_https_proxies.proto +++ b/protos/google/cloud/compute/region_target_https_proxies/v1/region_target_https_proxies.proto @@ -15,7 +15,7 @@ // Generated by the C++ microgenerator. // If you make any local changes, they will be lost. // file:///workspace/generator/discovery/compute_public_google_rest_v1.json -// revision: 20240805 +// revision: 20240813 syntax = "proto3"; diff --git a/protos/google/cloud/compute/region_target_tcp_proxies/v1/region_target_tcp_proxies.proto b/protos/google/cloud/compute/region_target_tcp_proxies/v1/region_target_tcp_proxies.proto index b0b8593cfb5ec..514869187ba9f 100644 --- a/protos/google/cloud/compute/region_target_tcp_proxies/v1/region_target_tcp_proxies.proto +++ b/protos/google/cloud/compute/region_target_tcp_proxies/v1/region_target_tcp_proxies.proto @@ -15,7 +15,7 @@ // Generated by the C++ microgenerator. // If you make any local changes, they will be lost. // file:///workspace/generator/discovery/compute_public_google_rest_v1.json -// revision: 20240805 +// revision: 20240813 syntax = "proto3"; diff --git a/protos/google/cloud/compute/region_url_maps/v1/region_url_maps.proto b/protos/google/cloud/compute/region_url_maps/v1/region_url_maps.proto index 2bf35781d487f..bc55c6d944268 100644 --- a/protos/google/cloud/compute/region_url_maps/v1/region_url_maps.proto +++ b/protos/google/cloud/compute/region_url_maps/v1/region_url_maps.proto @@ -15,7 +15,7 @@ // Generated by the C++ microgenerator. // If you make any local changes, they will be lost. // file:///workspace/generator/discovery/compute_public_google_rest_v1.json -// revision: 20240805 +// revision: 20240813 syntax = "proto3"; diff --git a/protos/google/cloud/compute/region_zones/v1/region_zones.proto b/protos/google/cloud/compute/region_zones/v1/region_zones.proto index ccee37c2fd93f..d3c6b8ced9b70 100644 --- a/protos/google/cloud/compute/region_zones/v1/region_zones.proto +++ b/protos/google/cloud/compute/region_zones/v1/region_zones.proto @@ -15,7 +15,7 @@ // Generated by the C++ microgenerator. // If you make any local changes, they will be lost. // file:///workspace/generator/discovery/compute_public_google_rest_v1.json -// revision: 20240805 +// revision: 20240813 syntax = "proto3"; diff --git a/protos/google/cloud/compute/regions/v1/regions.proto b/protos/google/cloud/compute/regions/v1/regions.proto index 1e6a6d7181a9c..2d0e5ab6f474d 100644 --- a/protos/google/cloud/compute/regions/v1/regions.proto +++ b/protos/google/cloud/compute/regions/v1/regions.proto @@ -15,7 +15,7 @@ // Generated by the C++ microgenerator. // If you make any local changes, they will be lost. // file:///workspace/generator/discovery/compute_public_google_rest_v1.json -// revision: 20240805 +// revision: 20240813 syntax = "proto3"; diff --git a/protos/google/cloud/compute/reservations/v1/reservations.proto b/protos/google/cloud/compute/reservations/v1/reservations.proto index 2d95a29f60c53..5423c1e48dc69 100644 --- a/protos/google/cloud/compute/reservations/v1/reservations.proto +++ b/protos/google/cloud/compute/reservations/v1/reservations.proto @@ -15,7 +15,7 @@ // Generated by the C++ microgenerator. // If you make any local changes, they will be lost. // file:///workspace/generator/discovery/compute_public_google_rest_v1.json -// revision: 20240805 +// revision: 20240813 syntax = "proto3"; diff --git a/protos/google/cloud/compute/resource_policies/v1/resource_policies.proto b/protos/google/cloud/compute/resource_policies/v1/resource_policies.proto index 589ed473ec92a..da488f10aa816 100644 --- a/protos/google/cloud/compute/resource_policies/v1/resource_policies.proto +++ b/protos/google/cloud/compute/resource_policies/v1/resource_policies.proto @@ -15,7 +15,7 @@ // Generated by the C++ microgenerator. // If you make any local changes, they will be lost. // file:///workspace/generator/discovery/compute_public_google_rest_v1.json -// revision: 20240805 +// revision: 20240813 syntax = "proto3"; diff --git a/protos/google/cloud/compute/routers/v1/routers.proto b/protos/google/cloud/compute/routers/v1/routers.proto index 362e97670f1ce..640f08c89fb9e 100644 --- a/protos/google/cloud/compute/routers/v1/routers.proto +++ b/protos/google/cloud/compute/routers/v1/routers.proto @@ -15,7 +15,7 @@ // Generated by the C++ microgenerator. // If you make any local changes, they will be lost. // file:///workspace/generator/discovery/compute_public_google_rest_v1.json -// revision: 20240805 +// revision: 20240813 syntax = "proto3"; diff --git a/protos/google/cloud/compute/routes/v1/routes.proto b/protos/google/cloud/compute/routes/v1/routes.proto index 5108fdaad1f2f..b2e513858b3f0 100644 --- a/protos/google/cloud/compute/routes/v1/routes.proto +++ b/protos/google/cloud/compute/routes/v1/routes.proto @@ -15,7 +15,7 @@ // Generated by the C++ microgenerator. // If you make any local changes, they will be lost. // file:///workspace/generator/discovery/compute_public_google_rest_v1.json -// revision: 20240805 +// revision: 20240813 syntax = "proto3"; diff --git a/protos/google/cloud/compute/security_policies/v1/security_policies.proto b/protos/google/cloud/compute/security_policies/v1/security_policies.proto index 294e7416a0451..b25dec8cd4fe2 100644 --- a/protos/google/cloud/compute/security_policies/v1/security_policies.proto +++ b/protos/google/cloud/compute/security_policies/v1/security_policies.proto @@ -15,7 +15,7 @@ // Generated by the C++ microgenerator. // If you make any local changes, they will be lost. // file:///workspace/generator/discovery/compute_public_google_rest_v1.json -// revision: 20240805 +// revision: 20240813 syntax = "proto3"; diff --git a/protos/google/cloud/compute/service_attachments/v1/service_attachments.proto b/protos/google/cloud/compute/service_attachments/v1/service_attachments.proto index 3140695435d3a..7b15ac1a920e4 100644 --- a/protos/google/cloud/compute/service_attachments/v1/service_attachments.proto +++ b/protos/google/cloud/compute/service_attachments/v1/service_attachments.proto @@ -15,7 +15,7 @@ // Generated by the C++ microgenerator. // If you make any local changes, they will be lost. // file:///workspace/generator/discovery/compute_public_google_rest_v1.json -// revision: 20240805 +// revision: 20240813 syntax = "proto3"; diff --git a/protos/google/cloud/compute/snapshot_settings/v1/snapshot_settings.proto b/protos/google/cloud/compute/snapshot_settings/v1/snapshot_settings.proto index 1b2d5a553ab67..0c80aa68eb660 100644 --- a/protos/google/cloud/compute/snapshot_settings/v1/snapshot_settings.proto +++ b/protos/google/cloud/compute/snapshot_settings/v1/snapshot_settings.proto @@ -15,7 +15,7 @@ // Generated by the C++ microgenerator. // If you make any local changes, they will be lost. // file:///workspace/generator/discovery/compute_public_google_rest_v1.json -// revision: 20240805 +// revision: 20240813 syntax = "proto3"; diff --git a/protos/google/cloud/compute/snapshots/v1/snapshots.proto b/protos/google/cloud/compute/snapshots/v1/snapshots.proto index 5bd6a693aad37..ff25c20d17052 100644 --- a/protos/google/cloud/compute/snapshots/v1/snapshots.proto +++ b/protos/google/cloud/compute/snapshots/v1/snapshots.proto @@ -15,7 +15,7 @@ // Generated by the C++ microgenerator. // If you make any local changes, they will be lost. // file:///workspace/generator/discovery/compute_public_google_rest_v1.json -// revision: 20240805 +// revision: 20240813 syntax = "proto3"; diff --git a/protos/google/cloud/compute/ssl_certificates/v1/ssl_certificates.proto b/protos/google/cloud/compute/ssl_certificates/v1/ssl_certificates.proto index a7c392962f632..6702d6708e70b 100644 --- a/protos/google/cloud/compute/ssl_certificates/v1/ssl_certificates.proto +++ b/protos/google/cloud/compute/ssl_certificates/v1/ssl_certificates.proto @@ -15,7 +15,7 @@ // Generated by the C++ microgenerator. // If you make any local changes, they will be lost. // file:///workspace/generator/discovery/compute_public_google_rest_v1.json -// revision: 20240805 +// revision: 20240813 syntax = "proto3"; diff --git a/protos/google/cloud/compute/ssl_policies/v1/ssl_policies.proto b/protos/google/cloud/compute/ssl_policies/v1/ssl_policies.proto index 4f545f7d4fe99..a1ef32cb40692 100644 --- a/protos/google/cloud/compute/ssl_policies/v1/ssl_policies.proto +++ b/protos/google/cloud/compute/ssl_policies/v1/ssl_policies.proto @@ -15,7 +15,7 @@ // Generated by the C++ microgenerator. // If you make any local changes, they will be lost. // file:///workspace/generator/discovery/compute_public_google_rest_v1.json -// revision: 20240805 +// revision: 20240813 syntax = "proto3"; diff --git a/protos/google/cloud/compute/storage_pool_types/v1/storage_pool_types.proto b/protos/google/cloud/compute/storage_pool_types/v1/storage_pool_types.proto index 58f0d9afab10f..4e6d6448009c2 100644 --- a/protos/google/cloud/compute/storage_pool_types/v1/storage_pool_types.proto +++ b/protos/google/cloud/compute/storage_pool_types/v1/storage_pool_types.proto @@ -15,7 +15,7 @@ // Generated by the C++ microgenerator. // If you make any local changes, they will be lost. // file:///workspace/generator/discovery/compute_public_google_rest_v1.json -// revision: 20240805 +// revision: 20240813 syntax = "proto3"; diff --git a/protos/google/cloud/compute/storage_pools/v1/storage_pools.proto b/protos/google/cloud/compute/storage_pools/v1/storage_pools.proto index fa7e8d7bebead..4d4c277fc8f3c 100644 --- a/protos/google/cloud/compute/storage_pools/v1/storage_pools.proto +++ b/protos/google/cloud/compute/storage_pools/v1/storage_pools.proto @@ -15,7 +15,7 @@ // Generated by the C++ microgenerator. // If you make any local changes, they will be lost. // file:///workspace/generator/discovery/compute_public_google_rest_v1.json -// revision: 20240805 +// revision: 20240813 syntax = "proto3"; diff --git a/protos/google/cloud/compute/subnetworks/v1/subnetworks.proto b/protos/google/cloud/compute/subnetworks/v1/subnetworks.proto index 0b0dddbf6d8f1..9b80efcf16da4 100644 --- a/protos/google/cloud/compute/subnetworks/v1/subnetworks.proto +++ b/protos/google/cloud/compute/subnetworks/v1/subnetworks.proto @@ -15,7 +15,7 @@ // Generated by the C++ microgenerator. // If you make any local changes, they will be lost. // file:///workspace/generator/discovery/compute_public_google_rest_v1.json -// revision: 20240805 +// revision: 20240813 syntax = "proto3"; diff --git a/protos/google/cloud/compute/target_grpc_proxies/v1/target_grpc_proxies.proto b/protos/google/cloud/compute/target_grpc_proxies/v1/target_grpc_proxies.proto index 22d44c6168e8c..66bec035a47ad 100644 --- a/protos/google/cloud/compute/target_grpc_proxies/v1/target_grpc_proxies.proto +++ b/protos/google/cloud/compute/target_grpc_proxies/v1/target_grpc_proxies.proto @@ -15,7 +15,7 @@ // Generated by the C++ microgenerator. // If you make any local changes, they will be lost. // file:///workspace/generator/discovery/compute_public_google_rest_v1.json -// revision: 20240805 +// revision: 20240813 syntax = "proto3"; diff --git a/protos/google/cloud/compute/target_http_proxies/v1/target_http_proxies.proto b/protos/google/cloud/compute/target_http_proxies/v1/target_http_proxies.proto index 0e6a2f969562d..8a07198bf1822 100644 --- a/protos/google/cloud/compute/target_http_proxies/v1/target_http_proxies.proto +++ b/protos/google/cloud/compute/target_http_proxies/v1/target_http_proxies.proto @@ -15,7 +15,7 @@ // Generated by the C++ microgenerator. // If you make any local changes, they will be lost. // file:///workspace/generator/discovery/compute_public_google_rest_v1.json -// revision: 20240805 +// revision: 20240813 syntax = "proto3"; diff --git a/protos/google/cloud/compute/target_https_proxies/v1/target_https_proxies.proto b/protos/google/cloud/compute/target_https_proxies/v1/target_https_proxies.proto index a6bda80d7fcfd..e7c49d20cc626 100644 --- a/protos/google/cloud/compute/target_https_proxies/v1/target_https_proxies.proto +++ b/protos/google/cloud/compute/target_https_proxies/v1/target_https_proxies.proto @@ -15,7 +15,7 @@ // Generated by the C++ microgenerator. // If you make any local changes, they will be lost. // file:///workspace/generator/discovery/compute_public_google_rest_v1.json -// revision: 20240805 +// revision: 20240813 syntax = "proto3"; diff --git a/protos/google/cloud/compute/target_instances/v1/target_instances.proto b/protos/google/cloud/compute/target_instances/v1/target_instances.proto index cee6f67a0cc06..4f0b01043c5be 100644 --- a/protos/google/cloud/compute/target_instances/v1/target_instances.proto +++ b/protos/google/cloud/compute/target_instances/v1/target_instances.proto @@ -15,7 +15,7 @@ // Generated by the C++ microgenerator. // If you make any local changes, they will be lost. // file:///workspace/generator/discovery/compute_public_google_rest_v1.json -// revision: 20240805 +// revision: 20240813 syntax = "proto3"; diff --git a/protos/google/cloud/compute/target_pools/v1/target_pools.proto b/protos/google/cloud/compute/target_pools/v1/target_pools.proto index 028a08d0b61c7..eae7599da3a07 100644 --- a/protos/google/cloud/compute/target_pools/v1/target_pools.proto +++ b/protos/google/cloud/compute/target_pools/v1/target_pools.proto @@ -15,7 +15,7 @@ // Generated by the C++ microgenerator. // If you make any local changes, they will be lost. // file:///workspace/generator/discovery/compute_public_google_rest_v1.json -// revision: 20240805 +// revision: 20240813 syntax = "proto3"; diff --git a/protos/google/cloud/compute/target_ssl_proxies/v1/target_ssl_proxies.proto b/protos/google/cloud/compute/target_ssl_proxies/v1/target_ssl_proxies.proto index fd656bed39766..f0d9c69bae472 100644 --- a/protos/google/cloud/compute/target_ssl_proxies/v1/target_ssl_proxies.proto +++ b/protos/google/cloud/compute/target_ssl_proxies/v1/target_ssl_proxies.proto @@ -15,7 +15,7 @@ // Generated by the C++ microgenerator. // If you make any local changes, they will be lost. // file:///workspace/generator/discovery/compute_public_google_rest_v1.json -// revision: 20240805 +// revision: 20240813 syntax = "proto3"; diff --git a/protos/google/cloud/compute/target_tcp_proxies/v1/target_tcp_proxies.proto b/protos/google/cloud/compute/target_tcp_proxies/v1/target_tcp_proxies.proto index c0702aebbbb91..525d332290d68 100644 --- a/protos/google/cloud/compute/target_tcp_proxies/v1/target_tcp_proxies.proto +++ b/protos/google/cloud/compute/target_tcp_proxies/v1/target_tcp_proxies.proto @@ -15,7 +15,7 @@ // Generated by the C++ microgenerator. // If you make any local changes, they will be lost. // file:///workspace/generator/discovery/compute_public_google_rest_v1.json -// revision: 20240805 +// revision: 20240813 syntax = "proto3"; diff --git a/protos/google/cloud/compute/target_vpn_gateways/v1/target_vpn_gateways.proto b/protos/google/cloud/compute/target_vpn_gateways/v1/target_vpn_gateways.proto index 26833d4b5dca4..5115bfd7e11a6 100644 --- a/protos/google/cloud/compute/target_vpn_gateways/v1/target_vpn_gateways.proto +++ b/protos/google/cloud/compute/target_vpn_gateways/v1/target_vpn_gateways.proto @@ -15,7 +15,7 @@ // Generated by the C++ microgenerator. // If you make any local changes, they will be lost. // file:///workspace/generator/discovery/compute_public_google_rest_v1.json -// revision: 20240805 +// revision: 20240813 syntax = "proto3"; diff --git a/protos/google/cloud/compute/url_maps/v1/url_maps.proto b/protos/google/cloud/compute/url_maps/v1/url_maps.proto index 010c5fc85978c..1ad4e2910e4b1 100644 --- a/protos/google/cloud/compute/url_maps/v1/url_maps.proto +++ b/protos/google/cloud/compute/url_maps/v1/url_maps.proto @@ -15,7 +15,7 @@ // Generated by the C++ microgenerator. // If you make any local changes, they will be lost. // file:///workspace/generator/discovery/compute_public_google_rest_v1.json -// revision: 20240805 +// revision: 20240813 syntax = "proto3"; diff --git a/protos/google/cloud/compute/v1/internal/common_000.proto b/protos/google/cloud/compute/v1/internal/common_000.proto index 50214ef5cec71..383db6e1ae306 100644 --- a/protos/google/cloud/compute/v1/internal/common_000.proto +++ b/protos/google/cloud/compute/v1/internal/common_000.proto @@ -15,7 +15,7 @@ // Generated by the C++ microgenerator. // If you make any local changes, they will be lost. // file:///workspace/generator/discovery/compute_public_google_rest_v1.json -// revision: 20240805 +// revision: 20240813 syntax = "proto3"; diff --git a/protos/google/cloud/compute/v1/internal/common_001.proto b/protos/google/cloud/compute/v1/internal/common_001.proto index d64edffd94d71..5e466dad7854a 100644 --- a/protos/google/cloud/compute/v1/internal/common_001.proto +++ b/protos/google/cloud/compute/v1/internal/common_001.proto @@ -15,7 +15,7 @@ // Generated by the C++ microgenerator. // If you make any local changes, they will be lost. // file:///workspace/generator/discovery/compute_public_google_rest_v1.json -// revision: 20240805 +// revision: 20240813 syntax = "proto3"; diff --git a/protos/google/cloud/compute/v1/internal/common_002.proto b/protos/google/cloud/compute/v1/internal/common_002.proto index 8d4b2bd52e242..87f50d498c808 100644 --- a/protos/google/cloud/compute/v1/internal/common_002.proto +++ b/protos/google/cloud/compute/v1/internal/common_002.proto @@ -15,7 +15,7 @@ // Generated by the C++ microgenerator. // If you make any local changes, they will be lost. // file:///workspace/generator/discovery/compute_public_google_rest_v1.json -// revision: 20240805 +// revision: 20240813 syntax = "proto3"; diff --git a/protos/google/cloud/compute/v1/internal/common_003.proto b/protos/google/cloud/compute/v1/internal/common_003.proto index 6ed5b6913c5f7..98aa7549f4935 100644 --- a/protos/google/cloud/compute/v1/internal/common_003.proto +++ b/protos/google/cloud/compute/v1/internal/common_003.proto @@ -15,7 +15,7 @@ // Generated by the C++ microgenerator. // If you make any local changes, they will be lost. // file:///workspace/generator/discovery/compute_public_google_rest_v1.json -// revision: 20240805 +// revision: 20240813 syntax = "proto3"; diff --git a/protos/google/cloud/compute/v1/internal/common_004.proto b/protos/google/cloud/compute/v1/internal/common_004.proto index 81032a08f574a..9ec5f4bb23f3e 100644 --- a/protos/google/cloud/compute/v1/internal/common_004.proto +++ b/protos/google/cloud/compute/v1/internal/common_004.proto @@ -15,7 +15,7 @@ // Generated by the C++ microgenerator. // If you make any local changes, they will be lost. // file:///workspace/generator/discovery/compute_public_google_rest_v1.json -// revision: 20240805 +// revision: 20240813 syntax = "proto3"; diff --git a/protos/google/cloud/compute/v1/internal/common_005.proto b/protos/google/cloud/compute/v1/internal/common_005.proto index 52dfc7c8c356d..cdde300cd2cdb 100644 --- a/protos/google/cloud/compute/v1/internal/common_005.proto +++ b/protos/google/cloud/compute/v1/internal/common_005.proto @@ -15,7 +15,7 @@ // Generated by the C++ microgenerator. // If you make any local changes, they will be lost. // file:///workspace/generator/discovery/compute_public_google_rest_v1.json -// revision: 20240805 +// revision: 20240813 syntax = "proto3"; diff --git a/protos/google/cloud/compute/v1/internal/common_006.proto b/protos/google/cloud/compute/v1/internal/common_006.proto index 19e875585b27c..3af66a08e40f6 100644 --- a/protos/google/cloud/compute/v1/internal/common_006.proto +++ b/protos/google/cloud/compute/v1/internal/common_006.proto @@ -15,7 +15,7 @@ // Generated by the C++ microgenerator. // If you make any local changes, they will be lost. // file:///workspace/generator/discovery/compute_public_google_rest_v1.json -// revision: 20240805 +// revision: 20240813 syntax = "proto3"; diff --git a/protos/google/cloud/compute/v1/internal/common_007.proto b/protos/google/cloud/compute/v1/internal/common_007.proto index 17ac1e82ed09f..2fe06a453fa5c 100644 --- a/protos/google/cloud/compute/v1/internal/common_007.proto +++ b/protos/google/cloud/compute/v1/internal/common_007.proto @@ -15,7 +15,7 @@ // Generated by the C++ microgenerator. // If you make any local changes, they will be lost. // file:///workspace/generator/discovery/compute_public_google_rest_v1.json -// revision: 20240805 +// revision: 20240813 syntax = "proto3"; diff --git a/protos/google/cloud/compute/v1/internal/common_008.proto b/protos/google/cloud/compute/v1/internal/common_008.proto index 00b4b28dfffce..b9fefeb48af07 100644 --- a/protos/google/cloud/compute/v1/internal/common_008.proto +++ b/protos/google/cloud/compute/v1/internal/common_008.proto @@ -15,7 +15,7 @@ // Generated by the C++ microgenerator. // If you make any local changes, they will be lost. // file:///workspace/generator/discovery/compute_public_google_rest_v1.json -// revision: 20240805 +// revision: 20240813 syntax = "proto3"; diff --git a/protos/google/cloud/compute/v1/internal/common_009.proto b/protos/google/cloud/compute/v1/internal/common_009.proto index a735bf000b4aa..84ec366aad8d0 100644 --- a/protos/google/cloud/compute/v1/internal/common_009.proto +++ b/protos/google/cloud/compute/v1/internal/common_009.proto @@ -15,7 +15,7 @@ // Generated by the C++ microgenerator. // If you make any local changes, they will be lost. // file:///workspace/generator/discovery/compute_public_google_rest_v1.json -// revision: 20240805 +// revision: 20240813 syntax = "proto3"; diff --git a/protos/google/cloud/compute/v1/internal/common_010.proto b/protos/google/cloud/compute/v1/internal/common_010.proto index 5f31655bf4651..46fe7958049af 100644 --- a/protos/google/cloud/compute/v1/internal/common_010.proto +++ b/protos/google/cloud/compute/v1/internal/common_010.proto @@ -15,7 +15,7 @@ // Generated by the C++ microgenerator. // If you make any local changes, they will be lost. // file:///workspace/generator/discovery/compute_public_google_rest_v1.json -// revision: 20240805 +// revision: 20240813 syntax = "proto3"; diff --git a/protos/google/cloud/compute/v1/internal/common_011.proto b/protos/google/cloud/compute/v1/internal/common_011.proto index 8a9e3597d789d..4c059456104eb 100644 --- a/protos/google/cloud/compute/v1/internal/common_011.proto +++ b/protos/google/cloud/compute/v1/internal/common_011.proto @@ -15,7 +15,7 @@ // Generated by the C++ microgenerator. // If you make any local changes, they will be lost. // file:///workspace/generator/discovery/compute_public_google_rest_v1.json -// revision: 20240805 +// revision: 20240813 syntax = "proto3"; diff --git a/protos/google/cloud/compute/v1/internal/common_012.proto b/protos/google/cloud/compute/v1/internal/common_012.proto index ccc8af32c20c6..64b8aaabcbca9 100644 --- a/protos/google/cloud/compute/v1/internal/common_012.proto +++ b/protos/google/cloud/compute/v1/internal/common_012.proto @@ -15,7 +15,7 @@ // Generated by the C++ microgenerator. // If you make any local changes, they will be lost. // file:///workspace/generator/discovery/compute_public_google_rest_v1.json -// revision: 20240805 +// revision: 20240813 syntax = "proto3"; diff --git a/protos/google/cloud/compute/v1/internal/common_013.proto b/protos/google/cloud/compute/v1/internal/common_013.proto index 60fdf74465707..4eba26f7a47b7 100644 --- a/protos/google/cloud/compute/v1/internal/common_013.proto +++ b/protos/google/cloud/compute/v1/internal/common_013.proto @@ -15,7 +15,7 @@ // Generated by the C++ microgenerator. // If you make any local changes, they will be lost. // file:///workspace/generator/discovery/compute_public_google_rest_v1.json -// revision: 20240805 +// revision: 20240813 syntax = "proto3"; diff --git a/protos/google/cloud/compute/v1/internal/common_014.proto b/protos/google/cloud/compute/v1/internal/common_014.proto index 377430c632031..0987087f263b5 100644 --- a/protos/google/cloud/compute/v1/internal/common_014.proto +++ b/protos/google/cloud/compute/v1/internal/common_014.proto @@ -15,7 +15,7 @@ // Generated by the C++ microgenerator. // If you make any local changes, they will be lost. // file:///workspace/generator/discovery/compute_public_google_rest_v1.json -// revision: 20240805 +// revision: 20240813 syntax = "proto3"; diff --git a/protos/google/cloud/compute/v1/internal/common_015.proto b/protos/google/cloud/compute/v1/internal/common_015.proto index 0a50c9c5cc0f0..63bfe7fd39a1f 100644 --- a/protos/google/cloud/compute/v1/internal/common_015.proto +++ b/protos/google/cloud/compute/v1/internal/common_015.proto @@ -15,7 +15,7 @@ // Generated by the C++ microgenerator. // If you make any local changes, they will be lost. // file:///workspace/generator/discovery/compute_public_google_rest_v1.json -// revision: 20240805 +// revision: 20240813 syntax = "proto3"; diff --git a/protos/google/cloud/compute/v1/internal/common_016.proto b/protos/google/cloud/compute/v1/internal/common_016.proto index 35809fa555386..0a9526eb7cc85 100644 --- a/protos/google/cloud/compute/v1/internal/common_016.proto +++ b/protos/google/cloud/compute/v1/internal/common_016.proto @@ -15,7 +15,7 @@ // Generated by the C++ microgenerator. // If you make any local changes, they will be lost. // file:///workspace/generator/discovery/compute_public_google_rest_v1.json -// revision: 20240805 +// revision: 20240813 syntax = "proto3"; diff --git a/protos/google/cloud/compute/v1/internal/common_017.proto b/protos/google/cloud/compute/v1/internal/common_017.proto index 6e16d4a5fee40..12258db230bc6 100644 --- a/protos/google/cloud/compute/v1/internal/common_017.proto +++ b/protos/google/cloud/compute/v1/internal/common_017.proto @@ -15,7 +15,7 @@ // Generated by the C++ microgenerator. // If you make any local changes, they will be lost. // file:///workspace/generator/discovery/compute_public_google_rest_v1.json -// revision: 20240805 +// revision: 20240813 syntax = "proto3"; diff --git a/protos/google/cloud/compute/v1/internal/common_018.proto b/protos/google/cloud/compute/v1/internal/common_018.proto index 66602f43a1216..6bd554d6d5fae 100644 --- a/protos/google/cloud/compute/v1/internal/common_018.proto +++ b/protos/google/cloud/compute/v1/internal/common_018.proto @@ -15,7 +15,7 @@ // Generated by the C++ microgenerator. // If you make any local changes, they will be lost. // file:///workspace/generator/discovery/compute_public_google_rest_v1.json -// revision: 20240805 +// revision: 20240813 syntax = "proto3"; diff --git a/protos/google/cloud/compute/v1/internal/common_019.proto b/protos/google/cloud/compute/v1/internal/common_019.proto index a6fc548b665e2..ce737b1bc4372 100644 --- a/protos/google/cloud/compute/v1/internal/common_019.proto +++ b/protos/google/cloud/compute/v1/internal/common_019.proto @@ -15,7 +15,7 @@ // Generated by the C++ microgenerator. // If you make any local changes, they will be lost. // file:///workspace/generator/discovery/compute_public_google_rest_v1.json -// revision: 20240805 +// revision: 20240813 syntax = "proto3"; diff --git a/protos/google/cloud/compute/v1/internal/common_020.proto b/protos/google/cloud/compute/v1/internal/common_020.proto index ffba904f27893..52e6c3452b4c0 100644 --- a/protos/google/cloud/compute/v1/internal/common_020.proto +++ b/protos/google/cloud/compute/v1/internal/common_020.proto @@ -15,7 +15,7 @@ // Generated by the C++ microgenerator. // If you make any local changes, they will be lost. // file:///workspace/generator/discovery/compute_public_google_rest_v1.json -// revision: 20240805 +// revision: 20240813 syntax = "proto3"; diff --git a/protos/google/cloud/compute/v1/internal/common_021.proto b/protos/google/cloud/compute/v1/internal/common_021.proto index 507b3a86f1422..26139aa8889e3 100644 --- a/protos/google/cloud/compute/v1/internal/common_021.proto +++ b/protos/google/cloud/compute/v1/internal/common_021.proto @@ -15,7 +15,7 @@ // Generated by the C++ microgenerator. // If you make any local changes, they will be lost. // file:///workspace/generator/discovery/compute_public_google_rest_v1.json -// revision: 20240805 +// revision: 20240813 syntax = "proto3"; diff --git a/protos/google/cloud/compute/v1/internal/common_022.proto b/protos/google/cloud/compute/v1/internal/common_022.proto index 0576997fdb8bd..5bb7ec129aad3 100644 --- a/protos/google/cloud/compute/v1/internal/common_022.proto +++ b/protos/google/cloud/compute/v1/internal/common_022.proto @@ -15,7 +15,7 @@ // Generated by the C++ microgenerator. // If you make any local changes, they will be lost. // file:///workspace/generator/discovery/compute_public_google_rest_v1.json -// revision: 20240805 +// revision: 20240813 syntax = "proto3"; diff --git a/protos/google/cloud/compute/v1/internal/common_023.proto b/protos/google/cloud/compute/v1/internal/common_023.proto index dba8806d986b3..10f1c04695682 100644 --- a/protos/google/cloud/compute/v1/internal/common_023.proto +++ b/protos/google/cloud/compute/v1/internal/common_023.proto @@ -15,7 +15,7 @@ // Generated by the C++ microgenerator. // If you make any local changes, they will be lost. // file:///workspace/generator/discovery/compute_public_google_rest_v1.json -// revision: 20240805 +// revision: 20240813 syntax = "proto3"; diff --git a/protos/google/cloud/compute/v1/internal/common_024.proto b/protos/google/cloud/compute/v1/internal/common_024.proto index 887ec30dbc565..752350c78dce1 100644 --- a/protos/google/cloud/compute/v1/internal/common_024.proto +++ b/protos/google/cloud/compute/v1/internal/common_024.proto @@ -15,7 +15,7 @@ // Generated by the C++ microgenerator. // If you make any local changes, they will be lost. // file:///workspace/generator/discovery/compute_public_google_rest_v1.json -// revision: 20240805 +// revision: 20240813 syntax = "proto3"; diff --git a/protos/google/cloud/compute/v1/internal/common_025.proto b/protos/google/cloud/compute/v1/internal/common_025.proto index d21983830a5a1..9ab3bc553b3e1 100644 --- a/protos/google/cloud/compute/v1/internal/common_025.proto +++ b/protos/google/cloud/compute/v1/internal/common_025.proto @@ -15,7 +15,7 @@ // Generated by the C++ microgenerator. // If you make any local changes, they will be lost. // file:///workspace/generator/discovery/compute_public_google_rest_v1.json -// revision: 20240805 +// revision: 20240813 syntax = "proto3"; diff --git a/protos/google/cloud/compute/v1/internal/common_026.proto b/protos/google/cloud/compute/v1/internal/common_026.proto index 9b14765a2f927..09d2766d7edf0 100644 --- a/protos/google/cloud/compute/v1/internal/common_026.proto +++ b/protos/google/cloud/compute/v1/internal/common_026.proto @@ -15,7 +15,7 @@ // Generated by the C++ microgenerator. // If you make any local changes, they will be lost. // file:///workspace/generator/discovery/compute_public_google_rest_v1.json -// revision: 20240805 +// revision: 20240813 syntax = "proto3"; diff --git a/protos/google/cloud/compute/v1/internal/common_027.proto b/protos/google/cloud/compute/v1/internal/common_027.proto index f4fcd3b003991..afee17b5db5fa 100644 --- a/protos/google/cloud/compute/v1/internal/common_027.proto +++ b/protos/google/cloud/compute/v1/internal/common_027.proto @@ -15,7 +15,7 @@ // Generated by the C++ microgenerator. // If you make any local changes, they will be lost. // file:///workspace/generator/discovery/compute_public_google_rest_v1.json -// revision: 20240805 +// revision: 20240813 syntax = "proto3"; diff --git a/protos/google/cloud/compute/v1/internal/common_028.proto b/protos/google/cloud/compute/v1/internal/common_028.proto index dd40cdab58768..0c16bd4f73906 100644 --- a/protos/google/cloud/compute/v1/internal/common_028.proto +++ b/protos/google/cloud/compute/v1/internal/common_028.proto @@ -15,7 +15,7 @@ // Generated by the C++ microgenerator. // If you make any local changes, they will be lost. // file:///workspace/generator/discovery/compute_public_google_rest_v1.json -// revision: 20240805 +// revision: 20240813 syntax = "proto3"; diff --git a/protos/google/cloud/compute/v1/internal/common_029.proto b/protos/google/cloud/compute/v1/internal/common_029.proto index 297f3a343e89c..00357c25ba57d 100644 --- a/protos/google/cloud/compute/v1/internal/common_029.proto +++ b/protos/google/cloud/compute/v1/internal/common_029.proto @@ -15,7 +15,7 @@ // Generated by the C++ microgenerator. // If you make any local changes, they will be lost. // file:///workspace/generator/discovery/compute_public_google_rest_v1.json -// revision: 20240805 +// revision: 20240813 syntax = "proto3"; diff --git a/protos/google/cloud/compute/v1/internal/common_030.proto b/protos/google/cloud/compute/v1/internal/common_030.proto index b795c6b3023ae..cb3693e943ff2 100644 --- a/protos/google/cloud/compute/v1/internal/common_030.proto +++ b/protos/google/cloud/compute/v1/internal/common_030.proto @@ -15,7 +15,7 @@ // Generated by the C++ microgenerator. // If you make any local changes, they will be lost. // file:///workspace/generator/discovery/compute_public_google_rest_v1.json -// revision: 20240805 +// revision: 20240813 syntax = "proto3"; diff --git a/protos/google/cloud/compute/v1/internal/common_031.proto b/protos/google/cloud/compute/v1/internal/common_031.proto index db053eb6d9c50..802ae5d473dd7 100644 --- a/protos/google/cloud/compute/v1/internal/common_031.proto +++ b/protos/google/cloud/compute/v1/internal/common_031.proto @@ -15,7 +15,7 @@ // Generated by the C++ microgenerator. // If you make any local changes, they will be lost. // file:///workspace/generator/discovery/compute_public_google_rest_v1.json -// revision: 20240805 +// revision: 20240813 syntax = "proto3"; diff --git a/protos/google/cloud/compute/v1/internal/common_032.proto b/protos/google/cloud/compute/v1/internal/common_032.proto index 77089167ac3b5..832fecff1a372 100644 --- a/protos/google/cloud/compute/v1/internal/common_032.proto +++ b/protos/google/cloud/compute/v1/internal/common_032.proto @@ -15,7 +15,7 @@ // Generated by the C++ microgenerator. // If you make any local changes, they will be lost. // file:///workspace/generator/discovery/compute_public_google_rest_v1.json -// revision: 20240805 +// revision: 20240813 syntax = "proto3"; diff --git a/protos/google/cloud/compute/v1/internal/common_033.proto b/protos/google/cloud/compute/v1/internal/common_033.proto index ee5460a1e873b..84a8b6116a939 100644 --- a/protos/google/cloud/compute/v1/internal/common_033.proto +++ b/protos/google/cloud/compute/v1/internal/common_033.proto @@ -15,7 +15,7 @@ // Generated by the C++ microgenerator. // If you make any local changes, they will be lost. // file:///workspace/generator/discovery/compute_public_google_rest_v1.json -// revision: 20240805 +// revision: 20240813 syntax = "proto3"; diff --git a/protos/google/cloud/compute/v1/internal/common_034.proto b/protos/google/cloud/compute/v1/internal/common_034.proto index 9b118f89fcf12..c42746fe07afe 100644 --- a/protos/google/cloud/compute/v1/internal/common_034.proto +++ b/protos/google/cloud/compute/v1/internal/common_034.proto @@ -15,7 +15,7 @@ // Generated by the C++ microgenerator. // If you make any local changes, they will be lost. // file:///workspace/generator/discovery/compute_public_google_rest_v1.json -// revision: 20240805 +// revision: 20240813 syntax = "proto3"; diff --git a/protos/google/cloud/compute/v1/internal/common_035.proto b/protos/google/cloud/compute/v1/internal/common_035.proto index 0cf3ed7b1259a..1d3e1a80e0783 100644 --- a/protos/google/cloud/compute/v1/internal/common_035.proto +++ b/protos/google/cloud/compute/v1/internal/common_035.proto @@ -15,7 +15,7 @@ // Generated by the C++ microgenerator. // If you make any local changes, they will be lost. // file:///workspace/generator/discovery/compute_public_google_rest_v1.json -// revision: 20240805 +// revision: 20240813 syntax = "proto3"; diff --git a/protos/google/cloud/compute/v1/internal/common_036.proto b/protos/google/cloud/compute/v1/internal/common_036.proto index 2b7eeb59ac3a4..79fcf12314f6f 100644 --- a/protos/google/cloud/compute/v1/internal/common_036.proto +++ b/protos/google/cloud/compute/v1/internal/common_036.proto @@ -15,7 +15,7 @@ // Generated by the C++ microgenerator. // If you make any local changes, they will be lost. // file:///workspace/generator/discovery/compute_public_google_rest_v1.json -// revision: 20240805 +// revision: 20240813 syntax = "proto3"; diff --git a/protos/google/cloud/compute/v1/internal/common_037.proto b/protos/google/cloud/compute/v1/internal/common_037.proto index 9c87f3a44d5c8..1cbd9442662e9 100644 --- a/protos/google/cloud/compute/v1/internal/common_037.proto +++ b/protos/google/cloud/compute/v1/internal/common_037.proto @@ -15,7 +15,7 @@ // Generated by the C++ microgenerator. // If you make any local changes, they will be lost. // file:///workspace/generator/discovery/compute_public_google_rest_v1.json -// revision: 20240805 +// revision: 20240813 syntax = "proto3"; diff --git a/protos/google/cloud/compute/v1/internal/common_038.proto b/protos/google/cloud/compute/v1/internal/common_038.proto index 26c174d964380..60c52d72b8b41 100644 --- a/protos/google/cloud/compute/v1/internal/common_038.proto +++ b/protos/google/cloud/compute/v1/internal/common_038.proto @@ -15,7 +15,7 @@ // Generated by the C++ microgenerator. // If you make any local changes, they will be lost. // file:///workspace/generator/discovery/compute_public_google_rest_v1.json -// revision: 20240805 +// revision: 20240813 syntax = "proto3"; diff --git a/protos/google/cloud/compute/v1/internal/common_039.proto b/protos/google/cloud/compute/v1/internal/common_039.proto index 9c2a3302d6e87..0ce54d437ff3a 100644 --- a/protos/google/cloud/compute/v1/internal/common_039.proto +++ b/protos/google/cloud/compute/v1/internal/common_039.proto @@ -15,7 +15,7 @@ // Generated by the C++ microgenerator. // If you make any local changes, they will be lost. // file:///workspace/generator/discovery/compute_public_google_rest_v1.json -// revision: 20240805 +// revision: 20240813 syntax = "proto3"; diff --git a/protos/google/cloud/compute/v1/internal/common_040.proto b/protos/google/cloud/compute/v1/internal/common_040.proto index bbc3494964e2e..9ad861ddfc826 100644 --- a/protos/google/cloud/compute/v1/internal/common_040.proto +++ b/protos/google/cloud/compute/v1/internal/common_040.proto @@ -15,7 +15,7 @@ // Generated by the C++ microgenerator. // If you make any local changes, they will be lost. // file:///workspace/generator/discovery/compute_public_google_rest_v1.json -// revision: 20240805 +// revision: 20240813 syntax = "proto3"; diff --git a/protos/google/cloud/compute/v1/internal/common_041.proto b/protos/google/cloud/compute/v1/internal/common_041.proto index a72d742ed3d8c..2b634504883ed 100644 --- a/protos/google/cloud/compute/v1/internal/common_041.proto +++ b/protos/google/cloud/compute/v1/internal/common_041.proto @@ -15,7 +15,7 @@ // Generated by the C++ microgenerator. // If you make any local changes, they will be lost. // file:///workspace/generator/discovery/compute_public_google_rest_v1.json -// revision: 20240805 +// revision: 20240813 syntax = "proto3"; diff --git a/protos/google/cloud/compute/v1/internal/common_042.proto b/protos/google/cloud/compute/v1/internal/common_042.proto index 7864b807eb5f9..08746e87c73ef 100644 --- a/protos/google/cloud/compute/v1/internal/common_042.proto +++ b/protos/google/cloud/compute/v1/internal/common_042.proto @@ -15,7 +15,7 @@ // Generated by the C++ microgenerator. // If you make any local changes, they will be lost. // file:///workspace/generator/discovery/compute_public_google_rest_v1.json -// revision: 20240805 +// revision: 20240813 syntax = "proto3"; diff --git a/protos/google/cloud/compute/v1/internal/common_043.proto b/protos/google/cloud/compute/v1/internal/common_043.proto index a10d9c94aa14a..91c8dc6149ee3 100644 --- a/protos/google/cloud/compute/v1/internal/common_043.proto +++ b/protos/google/cloud/compute/v1/internal/common_043.proto @@ -15,7 +15,7 @@ // Generated by the C++ microgenerator. // If you make any local changes, they will be lost. // file:///workspace/generator/discovery/compute_public_google_rest_v1.json -// revision: 20240805 +// revision: 20240813 syntax = "proto3"; @@ -26,6 +26,7 @@ import "google/cloud/compute/v1/internal/common_030.proto"; import "google/cloud/compute/v1/internal/common_114.proto"; message FutureReservation { + reserved 14; // Future timestamp when the FR auto-created reservations will be deleted by // Compute Engine. Format of this field must be a valid // href="https://www.ietf.org/rfc/rfc3339.txt">RFC3339 value. @@ -95,14 +96,6 @@ message FutureReservation { // List of Projects/Folders to share with. optional ShareSettings share_settings = 13 [json_name = "shareSettings"]; - // Indicates whether the auto-created reservation can be consumed by VMs with - // affinity for "any" reservation. If the field is set, then only VMs that - // target the reservation by name can consume from the delivered reservation. - // If set to true,the delivered resevervation will have the same name as the - // future reservation. - optional bool specific_reservation_required = 14 - [json_name = "specificReservationRequired"]; - // Future Reservation configuration to indicate instance properties and total // count. optional FutureReservationSpecificSKUProperties specific_sku_properties = 15 diff --git a/protos/google/cloud/compute/v1/internal/common_044.proto b/protos/google/cloud/compute/v1/internal/common_044.proto index 8f70444b28726..360811d978b8e 100644 --- a/protos/google/cloud/compute/v1/internal/common_044.proto +++ b/protos/google/cloud/compute/v1/internal/common_044.proto @@ -15,7 +15,7 @@ // Generated by the C++ microgenerator. // If you make any local changes, they will be lost. // file:///workspace/generator/discovery/compute_public_google_rest_v1.json -// revision: 20240805 +// revision: 20240813 syntax = "proto3"; diff --git a/protos/google/cloud/compute/v1/internal/common_045.proto b/protos/google/cloud/compute/v1/internal/common_045.proto index f54f9229c1691..55924fc75c0f5 100644 --- a/protos/google/cloud/compute/v1/internal/common_045.proto +++ b/protos/google/cloud/compute/v1/internal/common_045.proto @@ -15,7 +15,7 @@ // Generated by the C++ microgenerator. // If you make any local changes, they will be lost. // file:///workspace/generator/discovery/compute_public_google_rest_v1.json -// revision: 20240805 +// revision: 20240813 syntax = "proto3"; diff --git a/protos/google/cloud/compute/v1/internal/common_046.proto b/protos/google/cloud/compute/v1/internal/common_046.proto index 1c29b9c27aa09..5d8d69b7d4af9 100644 --- a/protos/google/cloud/compute/v1/internal/common_046.proto +++ b/protos/google/cloud/compute/v1/internal/common_046.proto @@ -15,7 +15,7 @@ // Generated by the C++ microgenerator. // If you make any local changes, they will be lost. // file:///workspace/generator/discovery/compute_public_google_rest_v1.json -// revision: 20240805 +// revision: 20240813 syntax = "proto3"; diff --git a/protos/google/cloud/compute/v1/internal/common_047.proto b/protos/google/cloud/compute/v1/internal/common_047.proto index 6c9c39a18d974..7320dfa56f37c 100644 --- a/protos/google/cloud/compute/v1/internal/common_047.proto +++ b/protos/google/cloud/compute/v1/internal/common_047.proto @@ -15,7 +15,7 @@ // Generated by the C++ microgenerator. // If you make any local changes, they will be lost. // file:///workspace/generator/discovery/compute_public_google_rest_v1.json -// revision: 20240805 +// revision: 20240813 syntax = "proto3"; diff --git a/protos/google/cloud/compute/v1/internal/common_048.proto b/protos/google/cloud/compute/v1/internal/common_048.proto index fc3a28a500c22..71935325ea850 100644 --- a/protos/google/cloud/compute/v1/internal/common_048.proto +++ b/protos/google/cloud/compute/v1/internal/common_048.proto @@ -15,7 +15,7 @@ // Generated by the C++ microgenerator. // If you make any local changes, they will be lost. // file:///workspace/generator/discovery/compute_public_google_rest_v1.json -// revision: 20240805 +// revision: 20240813 syntax = "proto3"; diff --git a/protos/google/cloud/compute/v1/internal/common_049.proto b/protos/google/cloud/compute/v1/internal/common_049.proto index c14ad0980e7bd..4442d43487f16 100644 --- a/protos/google/cloud/compute/v1/internal/common_049.proto +++ b/protos/google/cloud/compute/v1/internal/common_049.proto @@ -15,7 +15,7 @@ // Generated by the C++ microgenerator. // If you make any local changes, they will be lost. // file:///workspace/generator/discovery/compute_public_google_rest_v1.json -// revision: 20240805 +// revision: 20240813 syntax = "proto3"; diff --git a/protos/google/cloud/compute/v1/internal/common_050.proto b/protos/google/cloud/compute/v1/internal/common_050.proto index d208467e957f2..662f488efa196 100644 --- a/protos/google/cloud/compute/v1/internal/common_050.proto +++ b/protos/google/cloud/compute/v1/internal/common_050.proto @@ -15,7 +15,7 @@ // Generated by the C++ microgenerator. // If you make any local changes, they will be lost. // file:///workspace/generator/discovery/compute_public_google_rest_v1.json -// revision: 20240805 +// revision: 20240813 syntax = "proto3"; diff --git a/protos/google/cloud/compute/v1/internal/common_051.proto b/protos/google/cloud/compute/v1/internal/common_051.proto index 2478aa82b76e7..6313c2258abf3 100644 --- a/protos/google/cloud/compute/v1/internal/common_051.proto +++ b/protos/google/cloud/compute/v1/internal/common_051.proto @@ -15,7 +15,7 @@ // Generated by the C++ microgenerator. // If you make any local changes, they will be lost. // file:///workspace/generator/discovery/compute_public_google_rest_v1.json -// revision: 20240805 +// revision: 20240813 syntax = "proto3"; diff --git a/protos/google/cloud/compute/v1/internal/common_052.proto b/protos/google/cloud/compute/v1/internal/common_052.proto index 2948197485f3f..0c0211325effa 100644 --- a/protos/google/cloud/compute/v1/internal/common_052.proto +++ b/protos/google/cloud/compute/v1/internal/common_052.proto @@ -15,7 +15,7 @@ // Generated by the C++ microgenerator. // If you make any local changes, they will be lost. // file:///workspace/generator/discovery/compute_public_google_rest_v1.json -// revision: 20240805 +// revision: 20240813 syntax = "proto3"; diff --git a/protos/google/cloud/compute/v1/internal/common_053.proto b/protos/google/cloud/compute/v1/internal/common_053.proto index d6218b33f13b3..9b3d10991adff 100644 --- a/protos/google/cloud/compute/v1/internal/common_053.proto +++ b/protos/google/cloud/compute/v1/internal/common_053.proto @@ -15,7 +15,7 @@ // Generated by the C++ microgenerator. // If you make any local changes, they will be lost. // file:///workspace/generator/discovery/compute_public_google_rest_v1.json -// revision: 20240805 +// revision: 20240813 syntax = "proto3"; diff --git a/protos/google/cloud/compute/v1/internal/common_054.proto b/protos/google/cloud/compute/v1/internal/common_054.proto index 6cdfd6763034c..55e32c1d7e026 100644 --- a/protos/google/cloud/compute/v1/internal/common_054.proto +++ b/protos/google/cloud/compute/v1/internal/common_054.proto @@ -15,7 +15,7 @@ // Generated by the C++ microgenerator. // If you make any local changes, they will be lost. // file:///workspace/generator/discovery/compute_public_google_rest_v1.json -// revision: 20240805 +// revision: 20240813 syntax = "proto3"; diff --git a/protos/google/cloud/compute/v1/internal/common_055.proto b/protos/google/cloud/compute/v1/internal/common_055.proto index 41427d92056b2..67a357e4a31f1 100644 --- a/protos/google/cloud/compute/v1/internal/common_055.proto +++ b/protos/google/cloud/compute/v1/internal/common_055.proto @@ -15,7 +15,7 @@ // Generated by the C++ microgenerator. // If you make any local changes, they will be lost. // file:///workspace/generator/discovery/compute_public_google_rest_v1.json -// revision: 20240805 +// revision: 20240813 syntax = "proto3"; diff --git a/protos/google/cloud/compute/v1/internal/common_056.proto b/protos/google/cloud/compute/v1/internal/common_056.proto index 694da2701c356..5e1b185942203 100644 --- a/protos/google/cloud/compute/v1/internal/common_056.proto +++ b/protos/google/cloud/compute/v1/internal/common_056.proto @@ -15,7 +15,7 @@ // Generated by the C++ microgenerator. // If you make any local changes, they will be lost. // file:///workspace/generator/discovery/compute_public_google_rest_v1.json -// revision: 20240805 +// revision: 20240813 syntax = "proto3"; diff --git a/protos/google/cloud/compute/v1/internal/common_057.proto b/protos/google/cloud/compute/v1/internal/common_057.proto index 90d524b5cf320..501d2059b9bfd 100644 --- a/protos/google/cloud/compute/v1/internal/common_057.proto +++ b/protos/google/cloud/compute/v1/internal/common_057.proto @@ -15,7 +15,7 @@ // Generated by the C++ microgenerator. // If you make any local changes, they will be lost. // file:///workspace/generator/discovery/compute_public_google_rest_v1.json -// revision: 20240805 +// revision: 20240813 syntax = "proto3"; diff --git a/protos/google/cloud/compute/v1/internal/common_058.proto b/protos/google/cloud/compute/v1/internal/common_058.proto index 1bb15a2e9e24f..144aa4ce3d83e 100644 --- a/protos/google/cloud/compute/v1/internal/common_058.proto +++ b/protos/google/cloud/compute/v1/internal/common_058.proto @@ -15,7 +15,7 @@ // Generated by the C++ microgenerator. // If you make any local changes, they will be lost. // file:///workspace/generator/discovery/compute_public_google_rest_v1.json -// revision: 20240805 +// revision: 20240813 syntax = "proto3"; diff --git a/protos/google/cloud/compute/v1/internal/common_059.proto b/protos/google/cloud/compute/v1/internal/common_059.proto index 6c027c2039b00..cf343cc22c91e 100644 --- a/protos/google/cloud/compute/v1/internal/common_059.proto +++ b/protos/google/cloud/compute/v1/internal/common_059.proto @@ -15,7 +15,7 @@ // Generated by the C++ microgenerator. // If you make any local changes, they will be lost. // file:///workspace/generator/discovery/compute_public_google_rest_v1.json -// revision: 20240805 +// revision: 20240813 syntax = "proto3"; diff --git a/protos/google/cloud/compute/v1/internal/common_060.proto b/protos/google/cloud/compute/v1/internal/common_060.proto index 97b9bb51b0573..c26bedd881cd6 100644 --- a/protos/google/cloud/compute/v1/internal/common_060.proto +++ b/protos/google/cloud/compute/v1/internal/common_060.proto @@ -15,7 +15,7 @@ // Generated by the C++ microgenerator. // If you make any local changes, they will be lost. // file:///workspace/generator/discovery/compute_public_google_rest_v1.json -// revision: 20240805 +// revision: 20240813 syntax = "proto3"; diff --git a/protos/google/cloud/compute/v1/internal/common_061.proto b/protos/google/cloud/compute/v1/internal/common_061.proto index 7d615a81e462b..8e560b377a98c 100644 --- a/protos/google/cloud/compute/v1/internal/common_061.proto +++ b/protos/google/cloud/compute/v1/internal/common_061.proto @@ -15,7 +15,7 @@ // Generated by the C++ microgenerator. // If you make any local changes, they will be lost. // file:///workspace/generator/discovery/compute_public_google_rest_v1.json -// revision: 20240805 +// revision: 20240813 syntax = "proto3"; diff --git a/protos/google/cloud/compute/v1/internal/common_062.proto b/protos/google/cloud/compute/v1/internal/common_062.proto index 19e570efbeb8c..0b79e23a80017 100644 --- a/protos/google/cloud/compute/v1/internal/common_062.proto +++ b/protos/google/cloud/compute/v1/internal/common_062.proto @@ -15,7 +15,7 @@ // Generated by the C++ microgenerator. // If you make any local changes, they will be lost. // file:///workspace/generator/discovery/compute_public_google_rest_v1.json -// revision: 20240805 +// revision: 20240813 syntax = "proto3"; diff --git a/protos/google/cloud/compute/v1/internal/common_063.proto b/protos/google/cloud/compute/v1/internal/common_063.proto index b8cc08a3cce40..819f4f518730a 100644 --- a/protos/google/cloud/compute/v1/internal/common_063.proto +++ b/protos/google/cloud/compute/v1/internal/common_063.proto @@ -15,7 +15,7 @@ // Generated by the C++ microgenerator. // If you make any local changes, they will be lost. // file:///workspace/generator/discovery/compute_public_google_rest_v1.json -// revision: 20240805 +// revision: 20240813 syntax = "proto3"; diff --git a/protos/google/cloud/compute/v1/internal/common_064.proto b/protos/google/cloud/compute/v1/internal/common_064.proto index 414eb3740fe88..2e3de19fd75bd 100644 --- a/protos/google/cloud/compute/v1/internal/common_064.proto +++ b/protos/google/cloud/compute/v1/internal/common_064.proto @@ -15,7 +15,7 @@ // Generated by the C++ microgenerator. // If you make any local changes, they will be lost. // file:///workspace/generator/discovery/compute_public_google_rest_v1.json -// revision: 20240805 +// revision: 20240813 syntax = "proto3"; diff --git a/protos/google/cloud/compute/v1/internal/common_065.proto b/protos/google/cloud/compute/v1/internal/common_065.proto index 919dad974ecee..53e2b90982d4f 100644 --- a/protos/google/cloud/compute/v1/internal/common_065.proto +++ b/protos/google/cloud/compute/v1/internal/common_065.proto @@ -15,7 +15,7 @@ // Generated by the C++ microgenerator. // If you make any local changes, they will be lost. // file:///workspace/generator/discovery/compute_public_google_rest_v1.json -// revision: 20240805 +// revision: 20240813 syntax = "proto3"; diff --git a/protos/google/cloud/compute/v1/internal/common_066.proto b/protos/google/cloud/compute/v1/internal/common_066.proto index 7d9787b690333..e9c96f792f5fe 100644 --- a/protos/google/cloud/compute/v1/internal/common_066.proto +++ b/protos/google/cloud/compute/v1/internal/common_066.proto @@ -15,7 +15,7 @@ // Generated by the C++ microgenerator. // If you make any local changes, they will be lost. // file:///workspace/generator/discovery/compute_public_google_rest_v1.json -// revision: 20240805 +// revision: 20240813 syntax = "proto3"; diff --git a/protos/google/cloud/compute/v1/internal/common_067.proto b/protos/google/cloud/compute/v1/internal/common_067.proto index 730be2f269ff4..5940786665cbc 100644 --- a/protos/google/cloud/compute/v1/internal/common_067.proto +++ b/protos/google/cloud/compute/v1/internal/common_067.proto @@ -15,7 +15,7 @@ // Generated by the C++ microgenerator. // If you make any local changes, they will be lost. // file:///workspace/generator/discovery/compute_public_google_rest_v1.json -// revision: 20240805 +// revision: 20240813 syntax = "proto3"; diff --git a/protos/google/cloud/compute/v1/internal/common_068.proto b/protos/google/cloud/compute/v1/internal/common_068.proto index 5bec594007f57..8a02ae3604217 100644 --- a/protos/google/cloud/compute/v1/internal/common_068.proto +++ b/protos/google/cloud/compute/v1/internal/common_068.proto @@ -15,7 +15,7 @@ // Generated by the C++ microgenerator. // If you make any local changes, they will be lost. // file:///workspace/generator/discovery/compute_public_google_rest_v1.json -// revision: 20240805 +// revision: 20240813 syntax = "proto3"; diff --git a/protos/google/cloud/compute/v1/internal/common_069.proto b/protos/google/cloud/compute/v1/internal/common_069.proto index 1275fe7b0cd26..c9b32484c8d7f 100644 --- a/protos/google/cloud/compute/v1/internal/common_069.proto +++ b/protos/google/cloud/compute/v1/internal/common_069.proto @@ -15,7 +15,7 @@ // Generated by the C++ microgenerator. // If you make any local changes, they will be lost. // file:///workspace/generator/discovery/compute_public_google_rest_v1.json -// revision: 20240805 +// revision: 20240813 syntax = "proto3"; diff --git a/protos/google/cloud/compute/v1/internal/common_070.proto b/protos/google/cloud/compute/v1/internal/common_070.proto index e87c00fb0d6ee..9a5487307cbb4 100644 --- a/protos/google/cloud/compute/v1/internal/common_070.proto +++ b/protos/google/cloud/compute/v1/internal/common_070.proto @@ -15,7 +15,7 @@ // Generated by the C++ microgenerator. // If you make any local changes, they will be lost. // file:///workspace/generator/discovery/compute_public_google_rest_v1.json -// revision: 20240805 +// revision: 20240813 syntax = "proto3"; diff --git a/protos/google/cloud/compute/v1/internal/common_071.proto b/protos/google/cloud/compute/v1/internal/common_071.proto index 7cc58d16636ea..150ba8396d489 100644 --- a/protos/google/cloud/compute/v1/internal/common_071.proto +++ b/protos/google/cloud/compute/v1/internal/common_071.proto @@ -15,7 +15,7 @@ // Generated by the C++ microgenerator. // If you make any local changes, they will be lost. // file:///workspace/generator/discovery/compute_public_google_rest_v1.json -// revision: 20240805 +// revision: 20240813 syntax = "proto3"; diff --git a/protos/google/cloud/compute/v1/internal/common_072.proto b/protos/google/cloud/compute/v1/internal/common_072.proto index d6f554d7d4d1f..9077b3d90deb9 100644 --- a/protos/google/cloud/compute/v1/internal/common_072.proto +++ b/protos/google/cloud/compute/v1/internal/common_072.proto @@ -15,7 +15,7 @@ // Generated by the C++ microgenerator. // If you make any local changes, they will be lost. // file:///workspace/generator/discovery/compute_public_google_rest_v1.json -// revision: 20240805 +// revision: 20240813 syntax = "proto3"; diff --git a/protos/google/cloud/compute/v1/internal/common_073.proto b/protos/google/cloud/compute/v1/internal/common_073.proto index 0d67578b08daf..46fd0d82983f4 100644 --- a/protos/google/cloud/compute/v1/internal/common_073.proto +++ b/protos/google/cloud/compute/v1/internal/common_073.proto @@ -15,7 +15,7 @@ // Generated by the C++ microgenerator. // If you make any local changes, they will be lost. // file:///workspace/generator/discovery/compute_public_google_rest_v1.json -// revision: 20240805 +// revision: 20240813 syntax = "proto3"; diff --git a/protos/google/cloud/compute/v1/internal/common_074.proto b/protos/google/cloud/compute/v1/internal/common_074.proto index 1bd386fc95131..a975e4a392623 100644 --- a/protos/google/cloud/compute/v1/internal/common_074.proto +++ b/protos/google/cloud/compute/v1/internal/common_074.proto @@ -15,7 +15,7 @@ // Generated by the C++ microgenerator. // If you make any local changes, they will be lost. // file:///workspace/generator/discovery/compute_public_google_rest_v1.json -// revision: 20240805 +// revision: 20240813 syntax = "proto3"; diff --git a/protos/google/cloud/compute/v1/internal/common_075.proto b/protos/google/cloud/compute/v1/internal/common_075.proto index cd5e18d4ec027..966a186250001 100644 --- a/protos/google/cloud/compute/v1/internal/common_075.proto +++ b/protos/google/cloud/compute/v1/internal/common_075.proto @@ -15,7 +15,7 @@ // Generated by the C++ microgenerator. // If you make any local changes, they will be lost. // file:///workspace/generator/discovery/compute_public_google_rest_v1.json -// revision: 20240805 +// revision: 20240813 syntax = "proto3"; diff --git a/protos/google/cloud/compute/v1/internal/common_076.proto b/protos/google/cloud/compute/v1/internal/common_076.proto index e1af50c3b2b2a..24df2066b8b2a 100644 --- a/protos/google/cloud/compute/v1/internal/common_076.proto +++ b/protos/google/cloud/compute/v1/internal/common_076.proto @@ -15,7 +15,7 @@ // Generated by the C++ microgenerator. // If you make any local changes, they will be lost. // file:///workspace/generator/discovery/compute_public_google_rest_v1.json -// revision: 20240805 +// revision: 20240813 syntax = "proto3"; diff --git a/protos/google/cloud/compute/v1/internal/common_077.proto b/protos/google/cloud/compute/v1/internal/common_077.proto index 684d0467f401a..1689bcb37f9d1 100644 --- a/protos/google/cloud/compute/v1/internal/common_077.proto +++ b/protos/google/cloud/compute/v1/internal/common_077.proto @@ -15,7 +15,7 @@ // Generated by the C++ microgenerator. // If you make any local changes, they will be lost. // file:///workspace/generator/discovery/compute_public_google_rest_v1.json -// revision: 20240805 +// revision: 20240813 syntax = "proto3"; diff --git a/protos/google/cloud/compute/v1/internal/common_078.proto b/protos/google/cloud/compute/v1/internal/common_078.proto index 2bdcb51beb6ad..99c2762cdd439 100644 --- a/protos/google/cloud/compute/v1/internal/common_078.proto +++ b/protos/google/cloud/compute/v1/internal/common_078.proto @@ -15,7 +15,7 @@ // Generated by the C++ microgenerator. // If you make any local changes, they will be lost. // file:///workspace/generator/discovery/compute_public_google_rest_v1.json -// revision: 20240805 +// revision: 20240813 syntax = "proto3"; diff --git a/protos/google/cloud/compute/v1/internal/common_079.proto b/protos/google/cloud/compute/v1/internal/common_079.proto index 3a69ac57bf25c..b72f417c8da26 100644 --- a/protos/google/cloud/compute/v1/internal/common_079.proto +++ b/protos/google/cloud/compute/v1/internal/common_079.proto @@ -15,7 +15,7 @@ // Generated by the C++ microgenerator. // If you make any local changes, they will be lost. // file:///workspace/generator/discovery/compute_public_google_rest_v1.json -// revision: 20240805 +// revision: 20240813 syntax = "proto3"; diff --git a/protos/google/cloud/compute/v1/internal/common_080.proto b/protos/google/cloud/compute/v1/internal/common_080.proto index 68234533325bb..173c3096006e5 100644 --- a/protos/google/cloud/compute/v1/internal/common_080.proto +++ b/protos/google/cloud/compute/v1/internal/common_080.proto @@ -15,7 +15,7 @@ // Generated by the C++ microgenerator. // If you make any local changes, they will be lost. // file:///workspace/generator/discovery/compute_public_google_rest_v1.json -// revision: 20240805 +// revision: 20240813 syntax = "proto3"; diff --git a/protos/google/cloud/compute/v1/internal/common_081.proto b/protos/google/cloud/compute/v1/internal/common_081.proto index c1b595b1293b0..02892da227bf1 100644 --- a/protos/google/cloud/compute/v1/internal/common_081.proto +++ b/protos/google/cloud/compute/v1/internal/common_081.proto @@ -15,7 +15,7 @@ // Generated by the C++ microgenerator. // If you make any local changes, they will be lost. // file:///workspace/generator/discovery/compute_public_google_rest_v1.json -// revision: 20240805 +// revision: 20240813 syntax = "proto3"; diff --git a/protos/google/cloud/compute/v1/internal/common_082.proto b/protos/google/cloud/compute/v1/internal/common_082.proto index 1627d178d9dbe..b29983e8323d9 100644 --- a/protos/google/cloud/compute/v1/internal/common_082.proto +++ b/protos/google/cloud/compute/v1/internal/common_082.proto @@ -15,7 +15,7 @@ // Generated by the C++ microgenerator. // If you make any local changes, they will be lost. // file:///workspace/generator/discovery/compute_public_google_rest_v1.json -// revision: 20240805 +// revision: 20240813 syntax = "proto3"; diff --git a/protos/google/cloud/compute/v1/internal/common_083.proto b/protos/google/cloud/compute/v1/internal/common_083.proto index 912646443bc44..f187dbcb7c132 100644 --- a/protos/google/cloud/compute/v1/internal/common_083.proto +++ b/protos/google/cloud/compute/v1/internal/common_083.proto @@ -15,7 +15,7 @@ // Generated by the C++ microgenerator. // If you make any local changes, they will be lost. // file:///workspace/generator/discovery/compute_public_google_rest_v1.json -// revision: 20240805 +// revision: 20240813 syntax = "proto3"; diff --git a/protos/google/cloud/compute/v1/internal/common_084.proto b/protos/google/cloud/compute/v1/internal/common_084.proto index f300a5550b3bd..4e99c2c1a49c9 100644 --- a/protos/google/cloud/compute/v1/internal/common_084.proto +++ b/protos/google/cloud/compute/v1/internal/common_084.proto @@ -15,7 +15,7 @@ // Generated by the C++ microgenerator. // If you make any local changes, they will be lost. // file:///workspace/generator/discovery/compute_public_google_rest_v1.json -// revision: 20240805 +// revision: 20240813 syntax = "proto3"; diff --git a/protos/google/cloud/compute/v1/internal/common_085.proto b/protos/google/cloud/compute/v1/internal/common_085.proto index e76005e84a9fb..f9bf33bbf1282 100644 --- a/protos/google/cloud/compute/v1/internal/common_085.proto +++ b/protos/google/cloud/compute/v1/internal/common_085.proto @@ -15,7 +15,7 @@ // Generated by the C++ microgenerator. // If you make any local changes, they will be lost. // file:///workspace/generator/discovery/compute_public_google_rest_v1.json -// revision: 20240805 +// revision: 20240813 syntax = "proto3"; diff --git a/protos/google/cloud/compute/v1/internal/common_086.proto b/protos/google/cloud/compute/v1/internal/common_086.proto index 0d564568fa9cc..1f05bbb34442a 100644 --- a/protos/google/cloud/compute/v1/internal/common_086.proto +++ b/protos/google/cloud/compute/v1/internal/common_086.proto @@ -15,7 +15,7 @@ // Generated by the C++ microgenerator. // If you make any local changes, they will be lost. // file:///workspace/generator/discovery/compute_public_google_rest_v1.json -// revision: 20240805 +// revision: 20240813 syntax = "proto3"; diff --git a/protos/google/cloud/compute/v1/internal/common_087.proto b/protos/google/cloud/compute/v1/internal/common_087.proto index 46858499e77f6..ab1362c60de71 100644 --- a/protos/google/cloud/compute/v1/internal/common_087.proto +++ b/protos/google/cloud/compute/v1/internal/common_087.proto @@ -15,7 +15,7 @@ // Generated by the C++ microgenerator. // If you make any local changes, they will be lost. // file:///workspace/generator/discovery/compute_public_google_rest_v1.json -// revision: 20240805 +// revision: 20240813 syntax = "proto3"; diff --git a/protos/google/cloud/compute/v1/internal/common_088.proto b/protos/google/cloud/compute/v1/internal/common_088.proto index b23dd2c79c8a5..8fe46dd02058f 100644 --- a/protos/google/cloud/compute/v1/internal/common_088.proto +++ b/protos/google/cloud/compute/v1/internal/common_088.proto @@ -15,7 +15,7 @@ // Generated by the C++ microgenerator. // If you make any local changes, they will be lost. // file:///workspace/generator/discovery/compute_public_google_rest_v1.json -// revision: 20240805 +// revision: 20240813 syntax = "proto3"; diff --git a/protos/google/cloud/compute/v1/internal/common_089.proto b/protos/google/cloud/compute/v1/internal/common_089.proto index fdc25e497f5f9..c1651de37bee9 100644 --- a/protos/google/cloud/compute/v1/internal/common_089.proto +++ b/protos/google/cloud/compute/v1/internal/common_089.proto @@ -15,7 +15,7 @@ // Generated by the C++ microgenerator. // If you make any local changes, they will be lost. // file:///workspace/generator/discovery/compute_public_google_rest_v1.json -// revision: 20240805 +// revision: 20240813 syntax = "proto3"; diff --git a/protos/google/cloud/compute/v1/internal/common_090.proto b/protos/google/cloud/compute/v1/internal/common_090.proto index fe08ae03ac6e2..10dabb51e7288 100644 --- a/protos/google/cloud/compute/v1/internal/common_090.proto +++ b/protos/google/cloud/compute/v1/internal/common_090.proto @@ -15,7 +15,7 @@ // Generated by the C++ microgenerator. // If you make any local changes, they will be lost. // file:///workspace/generator/discovery/compute_public_google_rest_v1.json -// revision: 20240805 +// revision: 20240813 syntax = "proto3"; diff --git a/protos/google/cloud/compute/v1/internal/common_091.proto b/protos/google/cloud/compute/v1/internal/common_091.proto index 93248e5a0726b..00efb0345fb81 100644 --- a/protos/google/cloud/compute/v1/internal/common_091.proto +++ b/protos/google/cloud/compute/v1/internal/common_091.proto @@ -15,7 +15,7 @@ // Generated by the C++ microgenerator. // If you make any local changes, they will be lost. // file:///workspace/generator/discovery/compute_public_google_rest_v1.json -// revision: 20240805 +// revision: 20240813 syntax = "proto3"; diff --git a/protos/google/cloud/compute/v1/internal/common_092.proto b/protos/google/cloud/compute/v1/internal/common_092.proto index 70e07c8ebbc8b..cacc6867e9781 100644 --- a/protos/google/cloud/compute/v1/internal/common_092.proto +++ b/protos/google/cloud/compute/v1/internal/common_092.proto @@ -15,7 +15,7 @@ // Generated by the C++ microgenerator. // If you make any local changes, they will be lost. // file:///workspace/generator/discovery/compute_public_google_rest_v1.json -// revision: 20240805 +// revision: 20240813 syntax = "proto3"; diff --git a/protos/google/cloud/compute/v1/internal/common_093.proto b/protos/google/cloud/compute/v1/internal/common_093.proto index b24b4dcf4356b..e41f4a5a7fb41 100644 --- a/protos/google/cloud/compute/v1/internal/common_093.proto +++ b/protos/google/cloud/compute/v1/internal/common_093.proto @@ -15,7 +15,7 @@ // Generated by the C++ microgenerator. // If you make any local changes, they will be lost. // file:///workspace/generator/discovery/compute_public_google_rest_v1.json -// revision: 20240805 +// revision: 20240813 syntax = "proto3"; diff --git a/protos/google/cloud/compute/v1/internal/common_094.proto b/protos/google/cloud/compute/v1/internal/common_094.proto index fc7ddbdb55dd6..abbd133e160ca 100644 --- a/protos/google/cloud/compute/v1/internal/common_094.proto +++ b/protos/google/cloud/compute/v1/internal/common_094.proto @@ -15,7 +15,7 @@ // Generated by the C++ microgenerator. // If you make any local changes, they will be lost. // file:///workspace/generator/discovery/compute_public_google_rest_v1.json -// revision: 20240805 +// revision: 20240813 syntax = "proto3"; diff --git a/protos/google/cloud/compute/v1/internal/common_095.proto b/protos/google/cloud/compute/v1/internal/common_095.proto index 9cfd62ca71714..7fe598e630e38 100644 --- a/protos/google/cloud/compute/v1/internal/common_095.proto +++ b/protos/google/cloud/compute/v1/internal/common_095.proto @@ -15,7 +15,7 @@ // Generated by the C++ microgenerator. // If you make any local changes, they will be lost. // file:///workspace/generator/discovery/compute_public_google_rest_v1.json -// revision: 20240805 +// revision: 20240813 syntax = "proto3"; diff --git a/protos/google/cloud/compute/v1/internal/common_096.proto b/protos/google/cloud/compute/v1/internal/common_096.proto index dc8bb79a64f4e..fbb134922cba6 100644 --- a/protos/google/cloud/compute/v1/internal/common_096.proto +++ b/protos/google/cloud/compute/v1/internal/common_096.proto @@ -15,7 +15,7 @@ // Generated by the C++ microgenerator. // If you make any local changes, they will be lost. // file:///workspace/generator/discovery/compute_public_google_rest_v1.json -// revision: 20240805 +// revision: 20240813 syntax = "proto3"; diff --git a/protos/google/cloud/compute/v1/internal/common_097.proto b/protos/google/cloud/compute/v1/internal/common_097.proto index 39ec2a3f8fd84..d54a39893bfc4 100644 --- a/protos/google/cloud/compute/v1/internal/common_097.proto +++ b/protos/google/cloud/compute/v1/internal/common_097.proto @@ -15,7 +15,7 @@ // Generated by the C++ microgenerator. // If you make any local changes, they will be lost. // file:///workspace/generator/discovery/compute_public_google_rest_v1.json -// revision: 20240805 +// revision: 20240813 syntax = "proto3"; diff --git a/protos/google/cloud/compute/v1/internal/common_098.proto b/protos/google/cloud/compute/v1/internal/common_098.proto index 4b290e7ef5236..ec0ee3a2b0b94 100644 --- a/protos/google/cloud/compute/v1/internal/common_098.proto +++ b/protos/google/cloud/compute/v1/internal/common_098.proto @@ -15,7 +15,7 @@ // Generated by the C++ microgenerator. // If you make any local changes, they will be lost. // file:///workspace/generator/discovery/compute_public_google_rest_v1.json -// revision: 20240805 +// revision: 20240813 syntax = "proto3"; diff --git a/protos/google/cloud/compute/v1/internal/common_099.proto b/protos/google/cloud/compute/v1/internal/common_099.proto index 427e6af17fec5..995ff49306573 100644 --- a/protos/google/cloud/compute/v1/internal/common_099.proto +++ b/protos/google/cloud/compute/v1/internal/common_099.proto @@ -15,7 +15,7 @@ // Generated by the C++ microgenerator. // If you make any local changes, they will be lost. // file:///workspace/generator/discovery/compute_public_google_rest_v1.json -// revision: 20240805 +// revision: 20240813 syntax = "proto3"; diff --git a/protos/google/cloud/compute/v1/internal/common_100.proto b/protos/google/cloud/compute/v1/internal/common_100.proto index 0739ee5d6c857..c91b3cf043041 100644 --- a/protos/google/cloud/compute/v1/internal/common_100.proto +++ b/protos/google/cloud/compute/v1/internal/common_100.proto @@ -15,7 +15,7 @@ // Generated by the C++ microgenerator. // If you make any local changes, they will be lost. // file:///workspace/generator/discovery/compute_public_google_rest_v1.json -// revision: 20240805 +// revision: 20240813 syntax = "proto3"; diff --git a/protos/google/cloud/compute/v1/internal/common_101.proto b/protos/google/cloud/compute/v1/internal/common_101.proto index 8f1a21134d160..51c04641f9dd9 100644 --- a/protos/google/cloud/compute/v1/internal/common_101.proto +++ b/protos/google/cloud/compute/v1/internal/common_101.proto @@ -15,7 +15,7 @@ // Generated by the C++ microgenerator. // If you make any local changes, they will be lost. // file:///workspace/generator/discovery/compute_public_google_rest_v1.json -// revision: 20240805 +// revision: 20240813 syntax = "proto3"; diff --git a/protos/google/cloud/compute/v1/internal/common_102.proto b/protos/google/cloud/compute/v1/internal/common_102.proto index a25e702622356..ce38bdbd901be 100644 --- a/protos/google/cloud/compute/v1/internal/common_102.proto +++ b/protos/google/cloud/compute/v1/internal/common_102.proto @@ -15,7 +15,7 @@ // Generated by the C++ microgenerator. // If you make any local changes, they will be lost. // file:///workspace/generator/discovery/compute_public_google_rest_v1.json -// revision: 20240805 +// revision: 20240813 syntax = "proto3"; diff --git a/protos/google/cloud/compute/v1/internal/common_103.proto b/protos/google/cloud/compute/v1/internal/common_103.proto index ca12868b0c975..f42c84b6ee210 100644 --- a/protos/google/cloud/compute/v1/internal/common_103.proto +++ b/protos/google/cloud/compute/v1/internal/common_103.proto @@ -15,7 +15,7 @@ // Generated by the C++ microgenerator. // If you make any local changes, they will be lost. // file:///workspace/generator/discovery/compute_public_google_rest_v1.json -// revision: 20240805 +// revision: 20240813 syntax = "proto3"; diff --git a/protos/google/cloud/compute/v1/internal/common_104.proto b/protos/google/cloud/compute/v1/internal/common_104.proto index 6a32cefac037b..4284a24de9d89 100644 --- a/protos/google/cloud/compute/v1/internal/common_104.proto +++ b/protos/google/cloud/compute/v1/internal/common_104.proto @@ -15,7 +15,7 @@ // Generated by the C++ microgenerator. // If you make any local changes, they will be lost. // file:///workspace/generator/discovery/compute_public_google_rest_v1.json -// revision: 20240805 +// revision: 20240813 syntax = "proto3"; diff --git a/protos/google/cloud/compute/v1/internal/common_105.proto b/protos/google/cloud/compute/v1/internal/common_105.proto index 8a09a736d93db..a8019cba2c3cd 100644 --- a/protos/google/cloud/compute/v1/internal/common_105.proto +++ b/protos/google/cloud/compute/v1/internal/common_105.proto @@ -15,7 +15,7 @@ // Generated by the C++ microgenerator. // If you make any local changes, they will be lost. // file:///workspace/generator/discovery/compute_public_google_rest_v1.json -// revision: 20240805 +// revision: 20240813 syntax = "proto3"; diff --git a/protos/google/cloud/compute/v1/internal/common_106.proto b/protos/google/cloud/compute/v1/internal/common_106.proto index ab9ed112f0f00..915154e939053 100644 --- a/protos/google/cloud/compute/v1/internal/common_106.proto +++ b/protos/google/cloud/compute/v1/internal/common_106.proto @@ -15,7 +15,7 @@ // Generated by the C++ microgenerator. // If you make any local changes, they will be lost. // file:///workspace/generator/discovery/compute_public_google_rest_v1.json -// revision: 20240805 +// revision: 20240813 syntax = "proto3"; diff --git a/protos/google/cloud/compute/v1/internal/common_107.proto b/protos/google/cloud/compute/v1/internal/common_107.proto index 0c0783abbf012..152592eeea48b 100644 --- a/protos/google/cloud/compute/v1/internal/common_107.proto +++ b/protos/google/cloud/compute/v1/internal/common_107.proto @@ -15,7 +15,7 @@ // Generated by the C++ microgenerator. // If you make any local changes, they will be lost. // file:///workspace/generator/discovery/compute_public_google_rest_v1.json -// revision: 20240805 +// revision: 20240813 syntax = "proto3"; diff --git a/protos/google/cloud/compute/v1/internal/common_108.proto b/protos/google/cloud/compute/v1/internal/common_108.proto index e3c5e3477b93e..b1d1fa3659cf0 100644 --- a/protos/google/cloud/compute/v1/internal/common_108.proto +++ b/protos/google/cloud/compute/v1/internal/common_108.proto @@ -15,7 +15,7 @@ // Generated by the C++ microgenerator. // If you make any local changes, they will be lost. // file:///workspace/generator/discovery/compute_public_google_rest_v1.json -// revision: 20240805 +// revision: 20240813 syntax = "proto3"; diff --git a/protos/google/cloud/compute/v1/internal/common_109.proto b/protos/google/cloud/compute/v1/internal/common_109.proto index 8457ac1812978..4d78f1a64b6af 100644 --- a/protos/google/cloud/compute/v1/internal/common_109.proto +++ b/protos/google/cloud/compute/v1/internal/common_109.proto @@ -15,7 +15,7 @@ // Generated by the C++ microgenerator. // If you make any local changes, they will be lost. // file:///workspace/generator/discovery/compute_public_google_rest_v1.json -// revision: 20240805 +// revision: 20240813 syntax = "proto3"; diff --git a/protos/google/cloud/compute/v1/internal/common_110.proto b/protos/google/cloud/compute/v1/internal/common_110.proto index 2651aa9736d80..87d016fb17235 100644 --- a/protos/google/cloud/compute/v1/internal/common_110.proto +++ b/protos/google/cloud/compute/v1/internal/common_110.proto @@ -15,7 +15,7 @@ // Generated by the C++ microgenerator. // If you make any local changes, they will be lost. // file:///workspace/generator/discovery/compute_public_google_rest_v1.json -// revision: 20240805 +// revision: 20240813 syntax = "proto3"; diff --git a/protos/google/cloud/compute/v1/internal/common_111.proto b/protos/google/cloud/compute/v1/internal/common_111.proto index a2dee46080549..a786e2f900b2c 100644 --- a/protos/google/cloud/compute/v1/internal/common_111.proto +++ b/protos/google/cloud/compute/v1/internal/common_111.proto @@ -15,7 +15,7 @@ // Generated by the C++ microgenerator. // If you make any local changes, they will be lost. // file:///workspace/generator/discovery/compute_public_google_rest_v1.json -// revision: 20240805 +// revision: 20240813 syntax = "proto3"; diff --git a/protos/google/cloud/compute/v1/internal/common_112.proto b/protos/google/cloud/compute/v1/internal/common_112.proto index 5135e080fc2a3..54f1bc51e9f42 100644 --- a/protos/google/cloud/compute/v1/internal/common_112.proto +++ b/protos/google/cloud/compute/v1/internal/common_112.proto @@ -15,7 +15,7 @@ // Generated by the C++ microgenerator. // If you make any local changes, they will be lost. // file:///workspace/generator/discovery/compute_public_google_rest_v1.json -// revision: 20240805 +// revision: 20240813 syntax = "proto3"; diff --git a/protos/google/cloud/compute/v1/internal/common_113.proto b/protos/google/cloud/compute/v1/internal/common_113.proto index c0973458a4409..5d54af925baac 100644 --- a/protos/google/cloud/compute/v1/internal/common_113.proto +++ b/protos/google/cloud/compute/v1/internal/common_113.proto @@ -15,7 +15,7 @@ // Generated by the C++ microgenerator. // If you make any local changes, they will be lost. // file:///workspace/generator/discovery/compute_public_google_rest_v1.json -// revision: 20240805 +// revision: 20240813 syntax = "proto3"; diff --git a/protos/google/cloud/compute/v1/internal/common_114.proto b/protos/google/cloud/compute/v1/internal/common_114.proto index bc639c55692a0..03f7b49310398 100644 --- a/protos/google/cloud/compute/v1/internal/common_114.proto +++ b/protos/google/cloud/compute/v1/internal/common_114.proto @@ -15,7 +15,7 @@ // Generated by the C++ microgenerator. // If you make any local changes, they will be lost. // file:///workspace/generator/discovery/compute_public_google_rest_v1.json -// revision: 20240805 +// revision: 20240813 syntax = "proto3"; diff --git a/protos/google/cloud/compute/v1/internal/common_115.proto b/protos/google/cloud/compute/v1/internal/common_115.proto index f12772c592dd2..98fb5b3264653 100644 --- a/protos/google/cloud/compute/v1/internal/common_115.proto +++ b/protos/google/cloud/compute/v1/internal/common_115.proto @@ -15,7 +15,7 @@ // Generated by the C++ microgenerator. // If you make any local changes, they will be lost. // file:///workspace/generator/discovery/compute_public_google_rest_v1.json -// revision: 20240805 +// revision: 20240813 syntax = "proto3"; diff --git a/protos/google/cloud/compute/v1/internal/common_116.proto b/protos/google/cloud/compute/v1/internal/common_116.proto index c3d4b7bea2696..75f45226e6e4c 100644 --- a/protos/google/cloud/compute/v1/internal/common_116.proto +++ b/protos/google/cloud/compute/v1/internal/common_116.proto @@ -15,7 +15,7 @@ // Generated by the C++ microgenerator. // If you make any local changes, they will be lost. // file:///workspace/generator/discovery/compute_public_google_rest_v1.json -// revision: 20240805 +// revision: 20240813 syntax = "proto3"; diff --git a/protos/google/cloud/compute/v1/internal/common_117.proto b/protos/google/cloud/compute/v1/internal/common_117.proto index 139cd37f30afe..dfe3c010e8c74 100644 --- a/protos/google/cloud/compute/v1/internal/common_117.proto +++ b/protos/google/cloud/compute/v1/internal/common_117.proto @@ -15,7 +15,7 @@ // Generated by the C++ microgenerator. // If you make any local changes, they will be lost. // file:///workspace/generator/discovery/compute_public_google_rest_v1.json -// revision: 20240805 +// revision: 20240813 syntax = "proto3"; diff --git a/protos/google/cloud/compute/v1/internal/common_118.proto b/protos/google/cloud/compute/v1/internal/common_118.proto index 223996ad5eb34..91d9ea64984f2 100644 --- a/protos/google/cloud/compute/v1/internal/common_118.proto +++ b/protos/google/cloud/compute/v1/internal/common_118.proto @@ -15,7 +15,7 @@ // Generated by the C++ microgenerator. // If you make any local changes, they will be lost. // file:///workspace/generator/discovery/compute_public_google_rest_v1.json -// revision: 20240805 +// revision: 20240813 syntax = "proto3"; diff --git a/protos/google/cloud/compute/v1/internal/common_119.proto b/protos/google/cloud/compute/v1/internal/common_119.proto index 1a217de6104fc..5eae9fae01534 100644 --- a/protos/google/cloud/compute/v1/internal/common_119.proto +++ b/protos/google/cloud/compute/v1/internal/common_119.proto @@ -15,7 +15,7 @@ // Generated by the C++ microgenerator. // If you make any local changes, they will be lost. // file:///workspace/generator/discovery/compute_public_google_rest_v1.json -// revision: 20240805 +// revision: 20240813 syntax = "proto3"; diff --git a/protos/google/cloud/compute/v1/internal/common_120.proto b/protos/google/cloud/compute/v1/internal/common_120.proto index 5e1e474804cbd..83e373718508c 100644 --- a/protos/google/cloud/compute/v1/internal/common_120.proto +++ b/protos/google/cloud/compute/v1/internal/common_120.proto @@ -15,7 +15,7 @@ // Generated by the C++ microgenerator. // If you make any local changes, they will be lost. // file:///workspace/generator/discovery/compute_public_google_rest_v1.json -// revision: 20240805 +// revision: 20240813 syntax = "proto3"; diff --git a/protos/google/cloud/compute/v1/internal/common_121.proto b/protos/google/cloud/compute/v1/internal/common_121.proto index b6f03890e459c..9750e7dd1a204 100644 --- a/protos/google/cloud/compute/v1/internal/common_121.proto +++ b/protos/google/cloud/compute/v1/internal/common_121.proto @@ -15,7 +15,7 @@ // Generated by the C++ microgenerator. // If you make any local changes, they will be lost. // file:///workspace/generator/discovery/compute_public_google_rest_v1.json -// revision: 20240805 +// revision: 20240813 syntax = "proto3"; diff --git a/protos/google/cloud/compute/v1/internal/common_122.proto b/protos/google/cloud/compute/v1/internal/common_122.proto index e661f0c00e449..b6b2037391837 100644 --- a/protos/google/cloud/compute/v1/internal/common_122.proto +++ b/protos/google/cloud/compute/v1/internal/common_122.proto @@ -15,7 +15,7 @@ // Generated by the C++ microgenerator. // If you make any local changes, they will be lost. // file:///workspace/generator/discovery/compute_public_google_rest_v1.json -// revision: 20240805 +// revision: 20240813 syntax = "proto3"; diff --git a/protos/google/cloud/compute/v1/internal/common_123.proto b/protos/google/cloud/compute/v1/internal/common_123.proto index 5b9374f9bed57..39100d2535625 100644 --- a/protos/google/cloud/compute/v1/internal/common_123.proto +++ b/protos/google/cloud/compute/v1/internal/common_123.proto @@ -15,7 +15,7 @@ // Generated by the C++ microgenerator. // If you make any local changes, they will be lost. // file:///workspace/generator/discovery/compute_public_google_rest_v1.json -// revision: 20240805 +// revision: 20240813 syntax = "proto3"; diff --git a/protos/google/cloud/compute/v1/internal/common_124.proto b/protos/google/cloud/compute/v1/internal/common_124.proto index b413fc5b31da3..bd4f5f1d38286 100644 --- a/protos/google/cloud/compute/v1/internal/common_124.proto +++ b/protos/google/cloud/compute/v1/internal/common_124.proto @@ -15,7 +15,7 @@ // Generated by the C++ microgenerator. // If you make any local changes, they will be lost. // file:///workspace/generator/discovery/compute_public_google_rest_v1.json -// revision: 20240805 +// revision: 20240813 syntax = "proto3"; diff --git a/protos/google/cloud/compute/v1/internal/common_125.proto b/protos/google/cloud/compute/v1/internal/common_125.proto index c685424f7e99f..2c60b4ce4638b 100644 --- a/protos/google/cloud/compute/v1/internal/common_125.proto +++ b/protos/google/cloud/compute/v1/internal/common_125.proto @@ -15,7 +15,7 @@ // Generated by the C++ microgenerator. // If you make any local changes, they will be lost. // file:///workspace/generator/discovery/compute_public_google_rest_v1.json -// revision: 20240805 +// revision: 20240813 syntax = "proto3"; diff --git a/protos/google/cloud/compute/v1/internal/common_126.proto b/protos/google/cloud/compute/v1/internal/common_126.proto index d36a6025a9b88..1dda1b11ae012 100644 --- a/protos/google/cloud/compute/v1/internal/common_126.proto +++ b/protos/google/cloud/compute/v1/internal/common_126.proto @@ -15,7 +15,7 @@ // Generated by the C++ microgenerator. // If you make any local changes, they will be lost. // file:///workspace/generator/discovery/compute_public_google_rest_v1.json -// revision: 20240805 +// revision: 20240813 syntax = "proto3"; diff --git a/protos/google/cloud/compute/v1/internal/common_127.proto b/protos/google/cloud/compute/v1/internal/common_127.proto index e90bd97e17f8e..243a7122b7c64 100644 --- a/protos/google/cloud/compute/v1/internal/common_127.proto +++ b/protos/google/cloud/compute/v1/internal/common_127.proto @@ -15,7 +15,7 @@ // Generated by the C++ microgenerator. // If you make any local changes, they will be lost. // file:///workspace/generator/discovery/compute_public_google_rest_v1.json -// revision: 20240805 +// revision: 20240813 syntax = "proto3"; diff --git a/protos/google/cloud/compute/v1/internal/common_128.proto b/protos/google/cloud/compute/v1/internal/common_128.proto index 20891c8da12f6..c9d7161629915 100644 --- a/protos/google/cloud/compute/v1/internal/common_128.proto +++ b/protos/google/cloud/compute/v1/internal/common_128.proto @@ -15,7 +15,7 @@ // Generated by the C++ microgenerator. // If you make any local changes, they will be lost. // file:///workspace/generator/discovery/compute_public_google_rest_v1.json -// revision: 20240805 +// revision: 20240813 syntax = "proto3"; diff --git a/protos/google/cloud/compute/v1/internal/common_129.proto b/protos/google/cloud/compute/v1/internal/common_129.proto index c7d6a47c6987b..d309d3b6896f9 100644 --- a/protos/google/cloud/compute/v1/internal/common_129.proto +++ b/protos/google/cloud/compute/v1/internal/common_129.proto @@ -15,7 +15,7 @@ // Generated by the C++ microgenerator. // If you make any local changes, they will be lost. // file:///workspace/generator/discovery/compute_public_google_rest_v1.json -// revision: 20240805 +// revision: 20240813 syntax = "proto3"; diff --git a/protos/google/cloud/compute/v1/internal/common_130.proto b/protos/google/cloud/compute/v1/internal/common_130.proto index cb5aa3024e5be..7cfc7e35ad9d4 100644 --- a/protos/google/cloud/compute/v1/internal/common_130.proto +++ b/protos/google/cloud/compute/v1/internal/common_130.proto @@ -15,7 +15,7 @@ // Generated by the C++ microgenerator. // If you make any local changes, they will be lost. // file:///workspace/generator/discovery/compute_public_google_rest_v1.json -// revision: 20240805 +// revision: 20240813 syntax = "proto3"; diff --git a/protos/google/cloud/compute/v1/internal/common_131.proto b/protos/google/cloud/compute/v1/internal/common_131.proto index b2d53b0b425e1..dcf4ced04938d 100644 --- a/protos/google/cloud/compute/v1/internal/common_131.proto +++ b/protos/google/cloud/compute/v1/internal/common_131.proto @@ -15,7 +15,7 @@ // Generated by the C++ microgenerator. // If you make any local changes, they will be lost. // file:///workspace/generator/discovery/compute_public_google_rest_v1.json -// revision: 20240805 +// revision: 20240813 syntax = "proto3"; diff --git a/protos/google/cloud/compute/v1/internal/common_132.proto b/protos/google/cloud/compute/v1/internal/common_132.proto index 1ca70f193c025..9721c5fc9c4b0 100644 --- a/protos/google/cloud/compute/v1/internal/common_132.proto +++ b/protos/google/cloud/compute/v1/internal/common_132.proto @@ -15,7 +15,7 @@ // Generated by the C++ microgenerator. // If you make any local changes, they will be lost. // file:///workspace/generator/discovery/compute_public_google_rest_v1.json -// revision: 20240805 +// revision: 20240813 syntax = "proto3"; diff --git a/protos/google/cloud/compute/v1/internal/common_133.proto b/protos/google/cloud/compute/v1/internal/common_133.proto index 6fbc959b9f289..9ee750db72860 100644 --- a/protos/google/cloud/compute/v1/internal/common_133.proto +++ b/protos/google/cloud/compute/v1/internal/common_133.proto @@ -15,7 +15,7 @@ // Generated by the C++ microgenerator. // If you make any local changes, they will be lost. // file:///workspace/generator/discovery/compute_public_google_rest_v1.json -// revision: 20240805 +// revision: 20240813 syntax = "proto3"; diff --git a/protos/google/cloud/compute/v1/internal/common_134.proto b/protos/google/cloud/compute/v1/internal/common_134.proto index f4eb08a74db5a..6d65b605396ba 100644 --- a/protos/google/cloud/compute/v1/internal/common_134.proto +++ b/protos/google/cloud/compute/v1/internal/common_134.proto @@ -15,7 +15,7 @@ // Generated by the C++ microgenerator. // If you make any local changes, they will be lost. // file:///workspace/generator/discovery/compute_public_google_rest_v1.json -// revision: 20240805 +// revision: 20240813 syntax = "proto3"; diff --git a/protos/google/cloud/compute/v1/internal/common_135.proto b/protos/google/cloud/compute/v1/internal/common_135.proto index 50131e1f1d34e..4ac60819bbd76 100644 --- a/protos/google/cloud/compute/v1/internal/common_135.proto +++ b/protos/google/cloud/compute/v1/internal/common_135.proto @@ -15,7 +15,7 @@ // Generated by the C++ microgenerator. // If you make any local changes, they will be lost. // file:///workspace/generator/discovery/compute_public_google_rest_v1.json -// revision: 20240805 +// revision: 20240813 syntax = "proto3"; diff --git a/protos/google/cloud/compute/v1/internal/common_136.proto b/protos/google/cloud/compute/v1/internal/common_136.proto index fa243952759be..ba3144001ce86 100644 --- a/protos/google/cloud/compute/v1/internal/common_136.proto +++ b/protos/google/cloud/compute/v1/internal/common_136.proto @@ -15,7 +15,7 @@ // Generated by the C++ microgenerator. // If you make any local changes, they will be lost. // file:///workspace/generator/discovery/compute_public_google_rest_v1.json -// revision: 20240805 +// revision: 20240813 syntax = "proto3"; diff --git a/protos/google/cloud/compute/v1/internal/common_137.proto b/protos/google/cloud/compute/v1/internal/common_137.proto index a807435ae44d4..2b14a43a24b88 100644 --- a/protos/google/cloud/compute/v1/internal/common_137.proto +++ b/protos/google/cloud/compute/v1/internal/common_137.proto @@ -15,7 +15,7 @@ // Generated by the C++ microgenerator. // If you make any local changes, they will be lost. // file:///workspace/generator/discovery/compute_public_google_rest_v1.json -// revision: 20240805 +// revision: 20240813 syntax = "proto3"; diff --git a/protos/google/cloud/compute/v1/internal/common_138.proto b/protos/google/cloud/compute/v1/internal/common_138.proto index 76e45fd8bd355..8d71ed496e367 100644 --- a/protos/google/cloud/compute/v1/internal/common_138.proto +++ b/protos/google/cloud/compute/v1/internal/common_138.proto @@ -15,7 +15,7 @@ // Generated by the C++ microgenerator. // If you make any local changes, they will be lost. // file:///workspace/generator/discovery/compute_public_google_rest_v1.json -// revision: 20240805 +// revision: 20240813 syntax = "proto3"; diff --git a/protos/google/cloud/compute/v1/internal/common_139.proto b/protos/google/cloud/compute/v1/internal/common_139.proto index 20771116837f1..deb2d7761b62b 100644 --- a/protos/google/cloud/compute/v1/internal/common_139.proto +++ b/protos/google/cloud/compute/v1/internal/common_139.proto @@ -15,7 +15,7 @@ // Generated by the C++ microgenerator. // If you make any local changes, they will be lost. // file:///workspace/generator/discovery/compute_public_google_rest_v1.json -// revision: 20240805 +// revision: 20240813 syntax = "proto3"; diff --git a/protos/google/cloud/compute/v1/internal/common_140.proto b/protos/google/cloud/compute/v1/internal/common_140.proto index c35a7f269b493..4fac4c06200d3 100644 --- a/protos/google/cloud/compute/v1/internal/common_140.proto +++ b/protos/google/cloud/compute/v1/internal/common_140.proto @@ -15,7 +15,7 @@ // Generated by the C++ microgenerator. // If you make any local changes, they will be lost. // file:///workspace/generator/discovery/compute_public_google_rest_v1.json -// revision: 20240805 +// revision: 20240813 syntax = "proto3"; diff --git a/protos/google/cloud/compute/v1/internal/common_141.proto b/protos/google/cloud/compute/v1/internal/common_141.proto index 76de6316b585c..482f3dd6e4475 100644 --- a/protos/google/cloud/compute/v1/internal/common_141.proto +++ b/protos/google/cloud/compute/v1/internal/common_141.proto @@ -15,7 +15,7 @@ // Generated by the C++ microgenerator. // If you make any local changes, they will be lost. // file:///workspace/generator/discovery/compute_public_google_rest_v1.json -// revision: 20240805 +// revision: 20240813 syntax = "proto3"; diff --git a/protos/google/cloud/compute/v1/internal/common_142.proto b/protos/google/cloud/compute/v1/internal/common_142.proto index bcd22b00e58b2..08db1f83f330a 100644 --- a/protos/google/cloud/compute/v1/internal/common_142.proto +++ b/protos/google/cloud/compute/v1/internal/common_142.proto @@ -15,7 +15,7 @@ // Generated by the C++ microgenerator. // If you make any local changes, they will be lost. // file:///workspace/generator/discovery/compute_public_google_rest_v1.json -// revision: 20240805 +// revision: 20240813 syntax = "proto3"; diff --git a/protos/google/cloud/compute/v1/internal/common_143.proto b/protos/google/cloud/compute/v1/internal/common_143.proto index 7ae9318586ae3..118ef5e7e8ad8 100644 --- a/protos/google/cloud/compute/v1/internal/common_143.proto +++ b/protos/google/cloud/compute/v1/internal/common_143.proto @@ -15,7 +15,7 @@ // Generated by the C++ microgenerator. // If you make any local changes, they will be lost. // file:///workspace/generator/discovery/compute_public_google_rest_v1.json -// revision: 20240805 +// revision: 20240813 syntax = "proto3"; diff --git a/protos/google/cloud/compute/v1/internal/common_144.proto b/protos/google/cloud/compute/v1/internal/common_144.proto index a3ffb481fb957..4fdc758390902 100644 --- a/protos/google/cloud/compute/v1/internal/common_144.proto +++ b/protos/google/cloud/compute/v1/internal/common_144.proto @@ -15,7 +15,7 @@ // Generated by the C++ microgenerator. // If you make any local changes, they will be lost. // file:///workspace/generator/discovery/compute_public_google_rest_v1.json -// revision: 20240805 +// revision: 20240813 syntax = "proto3"; diff --git a/protos/google/cloud/compute/v1/internal/common_145.proto b/protos/google/cloud/compute/v1/internal/common_145.proto index b4e939df8d58f..755d2ca30d50c 100644 --- a/protos/google/cloud/compute/v1/internal/common_145.proto +++ b/protos/google/cloud/compute/v1/internal/common_145.proto @@ -15,7 +15,7 @@ // Generated by the C++ microgenerator. // If you make any local changes, they will be lost. // file:///workspace/generator/discovery/compute_public_google_rest_v1.json -// revision: 20240805 +// revision: 20240813 syntax = "proto3"; diff --git a/protos/google/cloud/compute/v1/internal/common_146.proto b/protos/google/cloud/compute/v1/internal/common_146.proto index 2d4cf0334ae25..b2bf1d45f875f 100644 --- a/protos/google/cloud/compute/v1/internal/common_146.proto +++ b/protos/google/cloud/compute/v1/internal/common_146.proto @@ -15,7 +15,7 @@ // Generated by the C++ microgenerator. // If you make any local changes, they will be lost. // file:///workspace/generator/discovery/compute_public_google_rest_v1.json -// revision: 20240805 +// revision: 20240813 syntax = "proto3"; diff --git a/protos/google/cloud/compute/vpn_gateways/v1/vpn_gateways.proto b/protos/google/cloud/compute/vpn_gateways/v1/vpn_gateways.proto index 5efb5868ea598..ab9bc6e90004e 100644 --- a/protos/google/cloud/compute/vpn_gateways/v1/vpn_gateways.proto +++ b/protos/google/cloud/compute/vpn_gateways/v1/vpn_gateways.proto @@ -15,7 +15,7 @@ // Generated by the C++ microgenerator. // If you make any local changes, they will be lost. // file:///workspace/generator/discovery/compute_public_google_rest_v1.json -// revision: 20240805 +// revision: 20240813 syntax = "proto3"; diff --git a/protos/google/cloud/compute/vpn_tunnels/v1/vpn_tunnels.proto b/protos/google/cloud/compute/vpn_tunnels/v1/vpn_tunnels.proto index 0c5b12136d47c..33d9a7b950a62 100644 --- a/protos/google/cloud/compute/vpn_tunnels/v1/vpn_tunnels.proto +++ b/protos/google/cloud/compute/vpn_tunnels/v1/vpn_tunnels.proto @@ -15,7 +15,7 @@ // Generated by the C++ microgenerator. // If you make any local changes, they will be lost. // file:///workspace/generator/discovery/compute_public_google_rest_v1.json -// revision: 20240805 +// revision: 20240813 syntax = "proto3"; diff --git a/protos/google/cloud/compute/zone_operations/v1/zone_operations.proto b/protos/google/cloud/compute/zone_operations/v1/zone_operations.proto index c3b7940989379..136b1b70f03ff 100644 --- a/protos/google/cloud/compute/zone_operations/v1/zone_operations.proto +++ b/protos/google/cloud/compute/zone_operations/v1/zone_operations.proto @@ -15,7 +15,7 @@ // Generated by the C++ microgenerator. // If you make any local changes, they will be lost. // file:///workspace/generator/discovery/compute_public_google_rest_v1.json -// revision: 20240805 +// revision: 20240813 syntax = "proto3"; diff --git a/protos/google/cloud/compute/zones/v1/zones.proto b/protos/google/cloud/compute/zones/v1/zones.proto index 8076e2ff764a2..de25c1a31e9cb 100644 --- a/protos/google/cloud/compute/zones/v1/zones.proto +++ b/protos/google/cloud/compute/zones/v1/zones.proto @@ -15,7 +15,7 @@ // Generated by the C++ microgenerator. // If you make any local changes, they will be lost. // file:///workspace/generator/discovery/compute_public_google_rest_v1.json -// revision: 20240805 +// revision: 20240813 syntax = "proto3";