Skip to content

Commit

Permalink
Merge branch 'main' into update-vcpkg
Browse files Browse the repository at this point in the history
  • Loading branch information
ddelgrosso1 authored Oct 31, 2024
2 parents 45711aa + a41a136 commit 59d1290
Show file tree
Hide file tree
Showing 91 changed files with 7,507 additions and 5,165 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ breaking changes in the upcoming 3.x release. This release is scheduled for

- [AI Platform API](/google/cloud/aiplatform/README.md) - new
`EvaluationServiceClient`
- [Compute Engine](/google/cloud/compute/README.md)
- `FutureReservationsClient` has been removed as the service is not GA.
- [Dialogflow ES API](/google/cloud/dialogflow_es/README.md) - new
`EncryptionSpecServiceClient` and `GeneratorsClient`

Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -338,6 +338,9 @@ See each library's `README.md` file for more information about:
- [Cloud OS Login API](google/cloud/oslogin/README.md)
[\[quickstart\]](google/cloud/oslogin/quickstart/README.md)
[\[reference\]](https://cloud.google.com/cpp/docs/reference/oslogin/latest)
- [Parallelstore API](google/cloud/parallelstore/README.md)
[\[quickstart\]](google/cloud/parallelstore/quickstart/README.md)
[\[reference\]](https://cloud.google.com/cpp/docs/reference/parallelstore/latest)
- [Policy Simulator API](google/cloud/policysimulator/README.md)
[\[quickstart\]](google/cloud/policysimulator/quickstart/README.md)
[\[reference\]](https://cloud.google.com/cpp/docs/reference/policysimulator/latest)
Expand Down
4 changes: 2 additions & 2 deletions bazel/workspace0.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,9 @@ def gl_cpp_workspace0(name = None):
http_archive,
name = "build_bazel_rules_apple",
urls = [
"https://github.com/bazelbuild/rules_apple/releases/download/3.9.2/rules_apple.3.9.2.tar.gz",
"https://github.com/bazelbuild/rules_apple/releases/download/3.11.2/rules_apple.3.11.2.tar.gz",
],
sha256 = "86025f64d723a66438787d089bea4a7bc387877229f927dcb72ee26a8db96917",
sha256 = "b770067261140c0a3c5f84f900e3d6059d7036d7954da243016acfdb17216799",
)

# Load Abseil
Expand Down
Binary file not shown.
10 changes: 6 additions & 4 deletions ci/etc/expected_install_directories
Original file line number Diff line number Diff line change
Expand Up @@ -256,10 +256,6 @@
./include/google/cloud/compute/forwarding_rules/v1
./include/google/cloud/compute/forwarding_rules/v1/internal
./include/google/cloud/compute/forwarding_rules/v1/mocks
./include/google/cloud/compute/future_reservations
./include/google/cloud/compute/future_reservations/v1
./include/google/cloud/compute/future_reservations/v1/internal
./include/google/cloud/compute/future_reservations/v1/mocks
./include/google/cloud/compute/global_addresses
./include/google/cloud/compute/global_addresses/v1
./include/google/cloud/compute/global_addresses/v1/internal
Expand Down Expand Up @@ -920,6 +916,10 @@
./include/google/cloud/oslogin/v1
./include/google/cloud/oslogin/v1/internal
./include/google/cloud/oslogin/v1/mocks
./include/google/cloud/parallelstore
./include/google/cloud/parallelstore/v1
./include/google/cloud/parallelstore/v1/internal
./include/google/cloud/parallelstore/v1/mocks
./include/google/cloud/policysimulator
./include/google/cloud/policysimulator/v1
./include/google/cloud/policysimulator/v1/internal
Expand Down Expand Up @@ -1433,6 +1433,8 @@
./lib64/cmake/google_cloud_cpp_osconfig_mocks
./lib64/cmake/google_cloud_cpp_oslogin
./lib64/cmake/google_cloud_cpp_oslogin_mocks
./lib64/cmake/google_cloud_cpp_parallelstore
./lib64/cmake/google_cloud_cpp_parallelstore_mocks
./lib64/cmake/google_cloud_cpp_policysimulator
./lib64/cmake/google_cloud_cpp_policysimulator_mocks
./lib64/cmake/google_cloud_cpp_policytroubleshooter
Expand Down
1 change: 1 addition & 0 deletions cmake/GoogleCloudCppFeatures.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@ set(GOOGLE_CLOUD_CPP_GA_LIBRARIES
"orgpolicy"
"osconfig"
"oslogin"
"parallelstore"
"policysimulator"
"policytroubleshooter"
"privateca"
Expand Down
9 changes: 9 additions & 0 deletions external/googleapis/protodeps/parallelstore.deps
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
@com_google_googleapis//google/api:annotations_proto
@com_google_googleapis//google/api:client_proto
@com_google_googleapis//google/api:field_behavior_proto
@com_google_googleapis//google/api:field_info_proto
@com_google_googleapis//google/api:http_proto
@com_google_googleapis//google/api:launch_stage_proto
@com_google_googleapis//google/api:resource_proto
@com_google_googleapis//google/longrunning:operations_proto
@com_google_googleapis//google/rpc:status_proto
1 change: 1 addition & 0 deletions external/googleapis/protolists/parallelstore.list
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
@com_google_googleapis//google/cloud/parallelstore/v1:parallelstore.proto
1 change: 1 addition & 0 deletions external/googleapis/update_libraries.sh
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,7 @@ declare -A -r LIBRARIES=(
"@com_google_googleapis//google/cloud/oslogin/v1:oslogin_cc_grpc" \
"@com_google_googleapis//google/cloud/oslogin/common:common_cc_grpc"
)"
["parallelstore"]="@com_google_googleapis//google/cloud/parallelstore/v1:parallelstore_cc_grpc"
["policysimulator"]="@com_google_googleapis//google/cloud/policysimulator/v1:policysimulator_cc_grpc"
["policytroubleshooter"]="$(
printf ",%s" \
Expand Down
16 changes: 7 additions & 9 deletions generator/generator_config.textproto
Original file line number Diff line number Diff line change
Expand Up @@ -1655,15 +1655,6 @@ discovery_products {
generate_grpc_transport: false
}
rest_services {
service_proto_path: "google/cloud/compute/future_reservations/v1/future_reservations.proto"
product_path: "google/cloud/compute/future_reservations/v1"
initial_copyright_year: "2024"
retryable_status_codes: ["kUnavailable"]
generate_rest_transport: true
generate_grpc_transport: false
}
# update_discovery_doc.sh additions
}
Expand Down Expand Up @@ -2986,6 +2977,13 @@ service {
retryable_status_codes: ["kUnavailable"]
}
service {
service_proto_path: "google/cloud/parallelstore/v1/parallelstore.proto"
product_path: "google/cloud/parallelstore/v1"
initial_copyright_year: "2024"
retryable_status_codes: ["kUnavailable"]
}
# Cloud Profiler
service {
service_proto_path: "google/devtools/cloudprofiler/v2/profiler.proto"
Expand Down
4 changes: 0 additions & 4 deletions google/cloud/compute/doc/environment-variables.dox
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,6 @@ environment variables are convenient when troubleshooting problems.
`EndpointOption` (which defaults to "compute.googleapis.com")
used by `MakeForwardingRulesConnection()`.

- `GOOGLE_CLOUD_CPP_FUTURE_RESERVATIONS_ENDPOINT=...` overrides the
`EndpointOption` (which defaults to "compute.googleapis.com")
used by `MakeFutureReservationsConnection()`.

- `GOOGLE_CLOUD_CPP_GLOBAL_ADDRESSES_ENDPOINT=...` overrides the
`EndpointOption` (which defaults to "compute.googleapis.com")
used by `MakeGlobalAddressesConnection()`.
Expand Down
1 change: 0 additions & 1 deletion google/cloud/compute/doc/main.dox
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ application.
- [\c compute_firewall_policies_v1::FirewallPoliciesClient](@ref google::cloud::compute_firewall_policies_v1::FirewallPoliciesClient)
- [\c compute_firewalls_v1::FirewallsClient](@ref google::cloud::compute_firewalls_v1::FirewallsClient)
- [\c compute_forwarding_rules_v1::ForwardingRulesClient](@ref google::cloud::compute_forwarding_rules_v1::ForwardingRulesClient)
- [\c compute_future_reservations_v1::FutureReservationsClient](@ref google::cloud::compute_future_reservations_v1::FutureReservationsClient)
- [\c compute_global_addresses_v1::GlobalAddressesClient](@ref google::cloud::compute_global_addresses_v1::GlobalAddressesClient)
- [\c compute_global_forwarding_rules_v1::GlobalForwardingRulesClient](@ref google::cloud::compute_global_forwarding_rules_v1::GlobalForwardingRulesClient)
- [\c compute_global_network_endpoint_groups_v1::GlobalNetworkEndpointGroupsClient](@ref google::cloud::compute_global_network_endpoint_groups_v1::GlobalNetworkEndpointGroupsClient)
Expand Down
7 changes: 0 additions & 7 deletions google/cloud/compute/doc/override-authentication.dox
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ Follow these links to find examples for other \c *Client classes:
- [\c compute_firewall_policies_v1::FirewallPoliciesClient](@ref compute_firewall_policies_v1::FirewallPoliciesClient-service-account-snippet)
- [\c compute_firewalls_v1::FirewallsClient](@ref compute_firewalls_v1::FirewallsClient-service-account-snippet)
- [\c compute_forwarding_rules_v1::ForwardingRulesClient](@ref compute_forwarding_rules_v1::ForwardingRulesClient-service-account-snippet)
- [\c compute_future_reservations_v1::FutureReservationsClient](@ref compute_future_reservations_v1::FutureReservationsClient-service-account-snippet)
- [\c compute_global_addresses_v1::GlobalAddressesClient](@ref compute_global_addresses_v1::GlobalAddressesClient-service-account-snippet)
- [\c compute_global_forwarding_rules_v1::GlobalForwardingRulesClient](@ref compute_global_forwarding_rules_v1::GlobalForwardingRulesClient-service-account-snippet)
- [\c compute_global_network_endpoint_groups_v1::GlobalNetworkEndpointGroupsClient](@ref compute_global_network_endpoint_groups_v1::GlobalNetworkEndpointGroupsClient-service-account-snippet)
Expand Down Expand Up @@ -197,12 +196,6 @@ guide for more details.

*/

/*! @page compute_future_reservations_v1::FutureReservationsClient-service-account-snippet Override compute_future_reservations_v1::FutureReservationsClient Authentication Defaults

@snippet google/cloud/compute/future_reservations/v1/samples/future_reservations_client_samples.cc with-service-account

*/

/*! @page compute_global_addresses_v1::GlobalAddressesClient-service-account-snippet Override compute_global_addresses_v1::GlobalAddressesClient Authentication Defaults

@snippet google/cloud/compute/global_addresses/v1/samples/global_addresses_client_samples.cc with-service-account
Expand Down
7 changes: 0 additions & 7 deletions google/cloud/compute/doc/override-endpoint.dox
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ Follow these links to find examples for other \c *Client classes:
- [\c compute_firewall_policies_v1::FirewallPoliciesClient](@ref compute_firewall_policies_v1::FirewallPoliciesClient-endpoint-snippet)
- [\c compute_firewalls_v1::FirewallsClient](@ref compute_firewalls_v1::FirewallsClient-endpoint-snippet)
- [\c compute_forwarding_rules_v1::ForwardingRulesClient](@ref compute_forwarding_rules_v1::ForwardingRulesClient-endpoint-snippet)
- [\c compute_future_reservations_v1::FutureReservationsClient](@ref compute_future_reservations_v1::FutureReservationsClient-endpoint-snippet)
- [\c compute_global_addresses_v1::GlobalAddressesClient](@ref compute_global_addresses_v1::GlobalAddressesClient-endpoint-snippet)
- [\c compute_global_forwarding_rules_v1::GlobalForwardingRulesClient](@ref compute_global_forwarding_rules_v1::GlobalForwardingRulesClient-endpoint-snippet)
- [\c compute_global_network_endpoint_groups_v1::GlobalNetworkEndpointGroupsClient](@ref compute_global_network_endpoint_groups_v1::GlobalNetworkEndpointGroupsClient-endpoint-snippet)
Expand Down Expand Up @@ -187,12 +186,6 @@ Follow these links to find examples for other \c *Client classes:

*/

/*! @page compute_future_reservations_v1::FutureReservationsClient-endpoint-snippet Override compute_future_reservations_v1::FutureReservationsClient Endpoint Configuration

@snippet google/cloud/compute/future_reservations/v1/samples/future_reservations_client_samples.cc set-client-endpoint

*/

/*! @page compute_global_addresses_v1::GlobalAddressesClient-endpoint-snippet Override compute_global_addresses_v1::GlobalAddressesClient Endpoint Configuration

@snippet google/cloud/compute/global_addresses/v1/samples/global_addresses_client_samples.cc set-client-endpoint
Expand Down
13 changes: 0 additions & 13 deletions google/cloud/compute/doc/override-retry-policies.dox
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,6 @@ Follow these links to find examples for other \c *Client classes:
- [\c compute_firewall_policies_v1::FirewallPoliciesClient](@ref compute_firewall_policies_v1::FirewallPoliciesClient-retry-snippet)
- [\c compute_firewalls_v1::FirewallsClient](@ref compute_firewalls_v1::FirewallsClient-retry-snippet)
- [\c compute_forwarding_rules_v1::ForwardingRulesClient](@ref compute_forwarding_rules_v1::ForwardingRulesClient-retry-snippet)
- [\c compute_future_reservations_v1::FutureReservationsClient](@ref compute_future_reservations_v1::FutureReservationsClient-retry-snippet)
- [\c compute_global_addresses_v1::GlobalAddressesClient](@ref compute_global_addresses_v1::GlobalAddressesClient-retry-snippet)
- [\c compute_global_forwarding_rules_v1::GlobalForwardingRulesClient](@ref compute_global_forwarding_rules_v1::GlobalForwardingRulesClient-retry-snippet)
- [\c compute_global_network_endpoint_groups_v1::GlobalNetworkEndpointGroupsClient](@ref compute_global_network_endpoint_groups_v1::GlobalNetworkEndpointGroupsClient-retry-snippet)
Expand Down Expand Up @@ -327,18 +326,6 @@ Assuming you have created a custom idempotency policy. Such as:

*/

/*! @page compute_future_reservations_v1::FutureReservationsClient-retry-snippet Override compute_future_reservations_v1::FutureReservationsClient Retry Policies

This shows how to override the retry policies for compute_future_reservations_v1::FutureReservationsClient:

@snippet google/cloud/compute/future_reservations/v1/samples/future_reservations_client_samples.cc set-retry-policy

Assuming you have created a custom idempotency policy. Such as:

@snippet google/cloud/compute/future_reservations/v1/samples/future_reservations_client_samples.cc custom-idempotency-policy

*/

/*! @page compute_global_addresses_v1::GlobalAddressesClient-retry-snippet Override compute_global_addresses_v1::GlobalAddressesClient Retry Policies

This shows how to override the retry policies for compute_global_addresses_v1::GlobalAddressesClient:
Expand Down
Loading

0 comments on commit 59d1290

Please sign in to comment.