Skip to content

Commit c3d1142

Browse files
authored
test: Add a sample generate_config yaml file. (#2337)
1 parent 41dc199 commit c3d1142

File tree

1 file changed

+52
-0
lines changed

1 file changed

+52
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
#Required.
2+
gapic_generator_version: 2.30.0
3+
#Optional.
4+
grpc_version: 1.59.1
5+
#Optional.
6+
protobuf_version: 3.25.1
7+
#Required.
8+
googleapis-commitish: 4512234113a18c1fda1fb0d0ceac8f4b4efe9801
9+
#Required.
10+
owlbot-cli-image: sha256:623647ee79ac605858d09e60c1382a716c125fb776f69301b72de1cd35d49409
11+
#Required.
12+
synthtool-commitish: 59fe44fde9866a26e7ee4e4450fd79f67f8cf599
13+
#Required.
14+
python-version: 3.11.2
15+
#Optional. The root folder name of generated client libraries. If empty, modules will be created under current folder, useful for single module
16+
destination-path: google-cloud-java
17+
#Required.
18+
libraries:
19+
#Required. Can be used for populating the folder name java-{api_shortName}. This is also the destination-name in new-client.py.
20+
- api_shortname: asset
21+
#Optional. The default value is the title of service yaml
22+
name-pretty: Cloud Asset
23+
#Required.
24+
library_type: GAPIC_AUTO
25+
#Optional. The default value is com.google.cloud
26+
group_id: com.google.cloud
27+
#Optional. The default value is google.cloud.{api_shortname}
28+
artifact_id: google.cloud.asset
29+
#Optional. The default value is true.
30+
requires-billing: true
31+
#Optional. The default value is documentation.summary from service yaml
32+
api_description:
33+
#Optional.
34+
product_documentation:
35+
#Optional.
36+
client_documentation:
37+
#Optional.
38+
rest_documentation:
39+
#Optional.
40+
rpc_documentation:
41+
#Required.
42+
GAPICs:
43+
#Required. This is a relative path to googleapis/googleapis. We'll parse all the parameters needed by generate_library.sh from BUILD.bazel in this folder.
44+
- proto_path: google/cloud/asset/v1
45+
- proto_path: google/cloud/asset/v1p1beta1
46+
- proto_path: google/cloud/asset/v1p2beta1
47+
- proto_path: google/cloud/asset/v1p5beta1
48+
- proto_path: google/cloud/asset/v1p7beta1
49+
- api_shortname: speech
50+
library_type: GAPIC_AUTO
51+
services:
52+
- proto_path: google/cloud/asset/v1

0 commit comments

Comments
 (0)