Skip to content

Commit d4df4f4

Browse files
authored
feat(support): generate library (#11469)
1 parent e9af580 commit d4df4f4

111 files changed

Lines changed: 7833 additions & 0 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,13 @@ info, see [#7463] and [#5976].
121121

122122
## v2.11.0 - TBD
123123

124+
### New Libraries
125+
126+
We are happy to announce the following GA libraries. Unless specifically noted,
127+
the APIs in these libraries are stable, and are ready for production use.
128+
129+
- [Cloud Support API](/google/cloud/support/README.md)
130+
124131
## v2.10.0 - 2023-05
125132

126133
### New Libraries

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -347,6 +347,9 @@ See each library's `README.md` file for more information about:
347347
- [Storage Transfer API](google/cloud/storagetransfer/README.md)
348348
[\[quickstart\]](google/cloud/storagetransfer/quickstart/README.md)
349349
[\[reference\]](https://googleapis.dev/cpp/google-cloud-storagetransfer/latest)
350+
- [Google Cloud Support API](google/cloud/support/README.md)
351+
[\[quickstart\]](google/cloud/support/quickstart/README.md)
352+
[\[reference\]](https://googleapis.dev/cpp/google-cloud-support/latest)
350353
- [Cloud Talent Solution API](google/cloud/talent/README.md)
351354
[\[quickstart\]](google/cloud/talent/quickstart/README.md)
352355
[\[reference\]](https://googleapis.dev/cpp/google-cloud-talent/latest)
416 KB
Binary file not shown.

ci/etc/expected_install_directories

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -546,6 +546,10 @@
546546
./include/google/cloud/storagetransfer/v1
547547
./include/google/cloud/storagetransfer/v1/internal
548548
./include/google/cloud/storagetransfer/v1/mocks
549+
./include/google/cloud/support
550+
./include/google/cloud/support/v2
551+
./include/google/cloud/support/v2/internal
552+
./include/google/cloud/support/v2/mocks
549553
./include/google/cloud/talent
550554
./include/google/cloud/talent/mocks
551555
./include/google/cloud/talent/v4
@@ -783,6 +787,7 @@
783787
./lib64/cmake/google_cloud_cpp_storage
784788
./lib64/cmake/google_cloud_cpp_storageinsights
785789
./lib64/cmake/google_cloud_cpp_storagetransfer
790+
./lib64/cmake/google_cloud_cpp_support
786791
./lib64/cmake/google_cloud_cpp_talent
787792
./lib64/cmake/google_cloud_cpp_tasks
788793
./lib64/cmake/google_cloud_cpp_texttospeech

ci/etc/full_feature_list

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ sql
8686
storage
8787
storageinsights
8888
storagetransfer
89+
support
8990
talent
9091
tasks
9192
texttospeech

cmake/GoogleCloudCppFeatures.cmake

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,7 @@ set(GOOGLE_CLOUD_CPP_GA_LIBRARIES
118118
"storage"
119119
"storageinsights"
120120
"storagetransfer"
121+
"support"
121122
"talent"
122123
"tasks"
123124
"texttospeech"
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
@com_google_googleapis//google/api:annotations_proto
2+
@com_google_googleapis//google/api:client_proto
3+
@com_google_googleapis//google/api:field_behavior_proto
4+
@com_google_googleapis//google/api:http_proto
5+
@com_google_googleapis//google/api:launch_stage_proto
6+
@com_google_googleapis//google/api:resource_proto
7+
@com_google_googleapis//google/longrunning:operations_proto
8+
@com_google_googleapis//google/rpc:status_proto
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
@com_google_googleapis//google/cloud/support/v2:actor.proto
2+
@com_google_googleapis//google/cloud/support/v2:attachment.proto
3+
@com_google_googleapis//google/cloud/support/v2:attachment_service.proto
4+
@com_google_googleapis//google/cloud/support/v2:case.proto
5+
@com_google_googleapis//google/cloud/support/v2:case_service.proto
6+
@com_google_googleapis//google/cloud/support/v2:comment.proto
7+
@com_google_googleapis//google/cloud/support/v2:comment_service.proto
8+
@com_google_googleapis//google/cloud/support/v2:escalation.proto

external/googleapis/update_libraries.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -219,6 +219,7 @@ declare -A -r LIBRARIES=(
219219
["storage"]="@com_google_googleapis//google/storage/v2:storage_cc_grpc"
220220
["storageinsights"]="@com_google_googleapis//google/cloud/storageinsights/v1:storageinsights_cc_grpc"
221221
["storagetransfer"]="@com_google_googleapis//google/storagetransfer/v1:storagetransfer_cc_grpc"
222+
["support"]="@com_google_googleapis//google/cloud/support/v2:support_cc_grpc"
222223
["talent"]="@com_google_googleapis//google/cloud/talent/v4:talent_cc_grpc"
223224
["tasks"]="@com_google_googleapis//google/cloud/tasks/v2:tasks_cc_grpc"
224225
["texttospeech"]="@com_google_googleapis//google/cloud/texttospeech/v1:texttospeech_cc_grpc"

generator/generator_config.textproto

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1805,6 +1805,28 @@ service {
18051805
retryable_status_codes: ["kUnavailable"]
18061806
}
18071807
1808+
# Support
1809+
service {
1810+
service_proto_path: "google/cloud/support/v2/attachment_service.proto"
1811+
product_path: "google/cloud/support/v2"
1812+
initial_copyright_year: "2023"
1813+
retryable_status_codes: ["kUnavailable"]
1814+
}
1815+
1816+
service {
1817+
service_proto_path: "google/cloud/support/v2/case_service.proto"
1818+
product_path: "google/cloud/support/v2"
1819+
initial_copyright_year: "2023"
1820+
retryable_status_codes: ["kUnavailable"]
1821+
}
1822+
1823+
service {
1824+
service_proto_path: "google/cloud/support/v2/comment_service.proto"
1825+
product_path: "google/cloud/support/v2"
1826+
initial_copyright_year: "2023"
1827+
retryable_status_codes: ["kUnavailable"]
1828+
}
1829+
18081830
# Storage Transfer Service
18091831
service {
18101832
service_proto_path: "google/storagetransfer/v1/transfer.proto"

0 commit comments

Comments
 (0)