This repository has been archived by the owner on Mar 1, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 86
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
36f9288
commit c191dc2
Showing
12 changed files
with
101 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
common: | ||
api_name: library | ||
api_version: v1 | ||
organization_name: google-cloud | ||
src_proto_paths: | ||
- /tmp/input/google/example/library/v1 | ||
- -/tmp/input/google/example/library/v1/excluded | ||
proto_deps: | ||
- name: google-common-protos | ||
- name: google-iam-v1 | ||
proto_path: google/iam/v1 | ||
test_proto_deps: | ||
- name: google-iam-v1 | ||
proto_path: google/iam/v1 | ||
service_yaml: /tmp/input/google/example/library/library.yaml | ||
# gapic yaml not given | ||
proto_package: google.example.library.v1 | ||
artifacts: | ||
- name: java_gapic | ||
release_level: GA |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
common: | ||
api_name: library | ||
api_version: v1 | ||
artifact_type: GAPIC | ||
excluded_proto_path: | ||
- /tmp/input/google/example/library/v1/excluded | ||
gapic_yaml: '' | ||
import_proto_path: | ||
- /tmp/input | ||
organization_name: google-cloud | ||
output_dir: /tmp/output | ||
proto_deps: | ||
- name: google-common-protos | ||
- name: google-iam-v1 | ||
proto_path: google/iam/v1 | ||
proto_package: google.example.library.v1 | ||
service_yaml: /tmp/input/google/example/library/library.yaml | ||
src_proto_path: | ||
- /tmp/input/google/example/library/v1 | ||
test_proto_deps: | ||
- name: google-iam-v1 | ||
proto_path: google/iam/v1 | ||
java: | ||
gapic_code_dir: /tmp/output/java/gapic-google-cloud-library-v1 | ||
release_level: ga |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters