File tree Expand file tree Collapse file tree 2 files changed +9
-0
lines changed
Expand file tree Collapse file tree 2 files changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -193,6 +193,7 @@ declare -A -r LIBRARIES=(
193193 [" logging_type" ]=" @com_google_googleapis//google/logging/type:type_cc_grpc"
194194 [" logging" ]=" @com_google_googleapis//google/logging/v2:logging_cc_grpc"
195195 [" lustre" ]=" @com_google_googleapis//google/cloud/lustre/v1:lustre_cc_grpc"
196+ [" maintenance" ]=" @com_google_googleapis//google/cloud/maintenance/api/v1:api_cc_grpc"
196197 [" managedidentities" ]=" @com_google_googleapis//google/cloud/managedidentities/v1:managedidentities_cc_grpc"
197198 [" managedkafka" ]=" $(
198199 printf " ,%s" \
Original file line number Diff line number Diff line change @@ -2884,6 +2884,14 @@ service {
28842884 retryable_status_codes: [" kUnavailable" ]
28852885}
28862886
2887+ # Maintenance
2888+ service {
2889+ service_proto_path: " google/cloud/maintenance/api/v1/maintenance_service.proto"
2890+ product_path: " google/cloud/maintenance/api/v1"
2891+ initial_copyright_year: " 2025"
2892+ retryable_status_codes: [" kUnavailable" ]
2893+ }
2894+
28872895# Managed Microsoft Active Directory (Managed Microsoft AD or Managed Identities)
28882896service {
28892897 service_proto_path: " google/cloud/managedidentities/v1/managed_identities_service.proto"
You can’t perform that action at this time.
0 commit comments