-
Notifications
You must be signed in to change notification settings - Fork 53
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* chore: add proto_path in integration test * exclude gapic_metadata.json and package-info.java * add additional protos * search transport twice * skip grpc-* if transport is rest * refactor utility functions * add utility function * add tests * restore workflow * restore diff command * remove unrelated change
- Loading branch information
1 parent
4fc844e
commit 9c0316b
Showing
14 changed files
with
195 additions
and
246 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
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,5 @@ | ||
# this file is only used in testing `get_transport_from_BUILD` in utilities.sh | ||
|
||
java_gapic_library( | ||
transport = "grpc", | ||
) |
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,5 @@ | ||
# this file is only used in testing `get_transport_from_BUILD` in utilities.sh | ||
|
||
java_gapic_library( | ||
transport = "grpc+rest", | ||
) |
5 changes: 5 additions & 0 deletions
5
library_generation/test/resources/misc/BUILD_include_samples_empty.bazel
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,5 @@ | ||
# this file is only used in testing `get_include_samples_from_BUILD` in utilities.sh | ||
|
||
java_gapic_assembly_gradle_pkg( | ||
|
||
) |
5 changes: 5 additions & 0 deletions
5
library_generation/test/resources/misc/BUILD_include_samples_false.bazel
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,5 @@ | ||
# this file is only used in testing `get_include_samples_from_BUILD` in utilities.sh | ||
|
||
java_gapic_assembly_gradle_pkg( | ||
include_samples = False, | ||
) |
5 changes: 5 additions & 0 deletions
5
library_generation/test/resources/misc/BUILD_include_samples_true.bazel
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,5 @@ | ||
# this file is only used in testing `get_include_samples_from_BUILD` in utilities.sh | ||
|
||
java_gapic_assembly_gradle_pkg( | ||
include_samples = True, | ||
) |
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,5 @@ | ||
# this file is only used in testing `get_transport_from_BUILD` in utilities.sh | ||
|
||
java_gapic_library( | ||
transport = "rest", | ||
) |
5 changes: 5 additions & 0 deletions
5
library_generation/test/resources/misc/BUILD_rest_numeric_enums_empty.bazel
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,5 @@ | ||
# this file is only used in testing `get_rest_numeric_enums_from_BUILD` in utilities.sh | ||
|
||
java_gapic_library( | ||
|
||
) |
5 changes: 5 additions & 0 deletions
5
library_generation/test/resources/misc/BUILD_rest_numeric_enums_false.bazel
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,5 @@ | ||
# this file is only used in testing `get_rest_numeric_enums_from_BUILD` in utilities.sh | ||
|
||
java_gapic_library( | ||
rest_numeric_enums = False | ||
) |
5 changes: 5 additions & 0 deletions
5
library_generation/test/resources/misc/BUILD_rest_numeric_enums_true.bazel
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,5 @@ | ||
# this file is only used in testing `get_rest_numeric_enums_from_BUILD` in utilities.sh | ||
|
||
java_gapic_library( | ||
rest_numeric_enums = True | ||
) |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.