Skip to content

Commit 399d90b

Browse files
authored
chore: enable librarian generation for google-cloud-dataproc (#16740)
1 parent bae6d51 commit 399d90b

File tree

2 files changed

+14
-16
lines changed

2 files changed

+14
-16
lines changed

librarian.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1688,7 +1688,6 @@ libraries:
16881688
- tests/system
16891689
- tests/system/__init__.py
16901690
- tests/system/smoke_test.py
1691-
skip_generate: true
16921691
python:
16931692
name_pretty_override: Google Cloud Dataproc
16941693
metadata_name_override: dataproc
Lines changed: 14 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,16 @@
11
{
2-
"api_description": "is a faster, easier, more cost-effective way to run Apache Spark and Apache Hadoop.",
3-
"api_id": "dataproc.googleapis.com",
4-
"api_shortname": "dataproc",
5-
"client_documentation": "https://cloud.google.com/python/docs/reference/dataproc/latest",
6-
"default_version": "v1",
7-
"distribution_name": "google-cloud-dataproc",
8-
"issue_tracker": "https://issuetracker.google.com/savedsearches/559745",
9-
"language": "python",
10-
"library_type": "GAPIC_AUTO",
11-
"name": "dataproc",
12-
"name_pretty": "Google Cloud Dataproc",
13-
"product_documentation": "https://cloud.google.com/dataproc",
14-
"release_level": "stable",
15-
"repo": "googleapis/google-cloud-python",
16-
"requires_billing": true
2+
"api_description": "is a faster, easier, more cost-effective way to run Apache Spark and Apache Hadoop.",
3+
"api_id": "dataproc.googleapis.com",
4+
"api_shortname": "dataproc",
5+
"client_documentation": "https://cloud.google.com/python/docs/reference/dataproc/latest",
6+
"default_version": "v1",
7+
"distribution_name": "google-cloud-dataproc",
8+
"issue_tracker": "https://issuetracker.google.com/savedsearches/559745",
9+
"language": "python",
10+
"library_type": "GAPIC_AUTO",
11+
"name": "dataproc",
12+
"name_pretty": "Google Cloud Dataproc",
13+
"product_documentation": "https://cloud.google.com/dataproc",
14+
"release_level": "stable",
15+
"repo": "googleapis/google-cloud-python"
1716
}

0 commit comments

Comments
 (0)