@@ -101,26 +101,29 @@ The library level parameters define how to generate a (multi-versions) GAPIC
101
101
library.
102
102
They are shared by all GAPICs of a library.
103
103
104
- | Name | Required | Notes |
105
- | :---------------------| :--------:| :------------------------------------------------------------------|
106
- | api_shortname | Yes | |
107
- | api_description | Yes | |
108
- | name_pretty | Yes | |
109
- | product_docs | Yes | |
110
- | library_type | No | ` GAPIC_AUTO ` if not specified |
111
- | release_level | No | ` preview ` if not specified |
112
- | api_id | No | ` {api_shortname}.googleapis.com ` if not specified |
113
- | api_reference | No | |
114
- | client_documentation | No | |
115
- | distribution_name | No | ` {group_id}:google-{cloud_prefix}{library_name} ` if not specified |
116
- | googleapis_commitish | No | use repository level ` googleapis_commitish ` if not specified. |
117
- | group_id | No | ` com.google.cloud ` if not specified |
118
- | issue_tracker | No | |
119
- | library_name | No | ` api_shortname ` is not specified |
120
- | rest_documentation | No | |
121
- | rpc_documentation | No | |
122
- | cloud_api | No | ` true ` if not specified |
123
- | requires-billing | No | ` true ` if not specified |
104
+ | Name | Required | Notes |
105
+ | :----------------------| :--------:| :-----------------------------------------------------------------------------------|
106
+ | api_shortname | Yes | |
107
+ | api_description | Yes | |
108
+ | name_pretty | Yes | |
109
+ | product_docs | Yes | |
110
+ | library_type | No | ` GAPIC_AUTO ` if not specified |
111
+ | release_level | No | ` preview ` if not specified |
112
+ | api_id | No | ` {api_shortname}.googleapis.com ` if not specified |
113
+ | api_reference | No | |
114
+ | codeowner_team | No | |
115
+ | client_documentation | No | |
116
+ | distribution_name | No | ` {group_id}:google-{cloud_prefix}{library_name} ` if not specified |
117
+ | excluded_poms | No | |
118
+ | excluded_dependencies | No | |
119
+ | googleapis_commitish | No | use repository level ` googleapis_commitish ` if not specified. |
120
+ | group_id | No | ` com.google.cloud ` if not specified |
121
+ | issue_tracker | No | |
122
+ | library_name | No | ` api_shortname ` is not specified. This value should be unique among all libraries. |
123
+ | rest_documentation | No | |
124
+ | rpc_documentation | No | |
125
+ | cloud_api | No | ` true ` if not specified |
126
+ | requires-billing | No | ` true ` if not specified |
124
127
125
128
Note that ` cloud_prefix ` is ` cloud- ` if ` cloud_api ` is ` true ` ; empty otherwise.
126
129
0 commit comments