mirror of
https://github.com/googleapis/googleapis.git
synced 2026-08-17 13:06:47 +02:00
chore: migrate Enduro to the {Java,Python} microgenerators
Committer: @miraleung PiperOrigin-RevId: 357862785
This commit is contained in:
parent
1f68cd0c02
commit
c465e2fca4
2 changed files with 5 additions and 10 deletions
|
|
@ -37,15 +37,14 @@ proto_library_with_info(
|
|||
|
||||
##############################################################################
|
||||
# Java
|
||||
# DO NOT OVERRIDE with autogenerated rules if NOT migrated to Java Microgen
|
||||
##############################################################################
|
||||
load(
|
||||
"@com_google_googleapis_imports//:imports.bzl",
|
||||
"java_gapic_assembly_gradle_pkg",
|
||||
"java_gapic_library",
|
||||
"java_gapic_test",
|
||||
"java_grpc_library",
|
||||
"java_proto_library",
|
||||
java_gapic_assembly_gradle_pkg = "java_gapic_assembly_gradle_pkg_legacy",
|
||||
java_gapic_library = "java_gapic_library_legacy",
|
||||
java_gapic_test = "java_gapic_test_legacy",
|
||||
)
|
||||
|
||||
java_proto_library(
|
||||
|
|
@ -65,10 +64,8 @@ java_grpc_library(
|
|||
|
||||
java_gapic_library(
|
||||
name = "playablelocations_java_gapic",
|
||||
src = ":playablelocations_proto_with_info",
|
||||
gapic_yaml = "playablelocations_gapic.yaml",
|
||||
package = "google.maps.playablelocations.v3",
|
||||
service_yaml = "playablelocations_v3.yaml",
|
||||
srcs = [":playablelocations_proto_with_info"],
|
||||
grpc_service_config = "playablelocations_grpc_service_config.json",
|
||||
test_deps = [
|
||||
":playablelocations_java_grpc",
|
||||
],
|
||||
|
|
|
|||
|
|
@ -1,8 +1,6 @@
|
|||
type: com.google.api.codegen.ConfigProto
|
||||
config_schema_version: 2.0.0
|
||||
language_settings:
|
||||
java:
|
||||
package_name: com.google.maps.playablelocations.v3
|
||||
go:
|
||||
package_name: developers.google.com/maps/go/playablelocations/v3
|
||||
csharp:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue