[go: nahoru, domu]

Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(advisorynotifications): generate library #10814

Merged
merged 10 commits into from
Feb 14, 2023
Next Next commit
feat(advisorynotifications): generate library
  • Loading branch information
scotthart committed Feb 13, 2023
commit 5835eb979ce41aa7ef1c8d00ceeb04e473dc1843
1 change: 1 addition & 0 deletions external/googleapis/update_libraries.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ declare -A -r LIBRARIES=(
"@com_google_googleapis//google/identity/accesscontextmanager/type:type_cc_grpc" \
"@com_google_googleapis//google/identity/accesscontextmanager/v1:accesscontextmanager_cc_grpc"
)"
["advisorynotifications"]="@com_google_googleapis//google/cloud/advisorynotifications/v1:advisorynotifications_cc_grpc"
["apigateway"]="@com_google_googleapis//google/cloud/apigateway/v1:apigateway_cc_grpc"
["apigeeconnect"]="@com_google_googleapis//google/cloud/apigeeconnect/v1:apigeeconnect_cc_grpc"
["apikeys"]="@com_google_googleapis//google/api/apikeys/v2:apikeys_cc_grpc"
Expand Down
8 changes: 8 additions & 0 deletions generator/generator_config.textproto
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,14 @@ service {
retryable_status_codes: ["kUnavailable"]
}

# Advisory Notifications
service {
service_proto_path: "google/cloud/advisorynotifications/v1/service.proto"
product_path: "google/cloud/advisorynotifications"
initial_copyright_year: "2023"
retryable_status_codes: ["kUnavailable"]
}

# API Gateway
service {
service_proto_path: "google/cloud/apigateway/v1/apigateway_service.proto"
Expand Down