chore: migrate talent to the Java microgenerator
Committer: @miraleung PiperOrigin-RevId: 345067601
This commit is contained in:
parent
8cfc6c8745
commit
6513b22097
|
|
@ -64,12 +64,13 @@ proto_library_with_info(
|
|||
|
||||
##############################################################################
|
||||
# Java
|
||||
# DO NOT OVERRIDE this Java microgenerator section with autogenerated rules.
|
||||
##############################################################################
|
||||
load(
|
||||
"@com_google_googleapis_imports//:imports.bzl",
|
||||
"java_gapic_assembly_gradle_pkg",
|
||||
"java_gapic_library",
|
||||
"java_gapic_test",
|
||||
java_gapic_assembly_gradle_pkg = "java_gapic_assembly_gradle_pkg2",
|
||||
java_gapic_library = "java_gapic_library2",
|
||||
java_gapic_test = "java_gapic_test2",
|
||||
"java_grpc_library",
|
||||
"java_proto_library",
|
||||
)
|
||||
|
|
@ -87,11 +88,9 @@ java_grpc_library(
|
|||
|
||||
java_gapic_library(
|
||||
name = "talent_java_gapic",
|
||||
src = ":talent_proto_with_info",
|
||||
gapic_yaml = "talent_gapic.yaml",
|
||||
srcs = [":talent_proto_with_info"],
|
||||
grpc_service_config = "talent_grpc_service_config.json",
|
||||
package = "google.cloud.talent.v4",
|
||||
service_yaml = "//google/cloud/talent:talent_v4.yaml",
|
||||
test_deps = [
|
||||
":talent_java_grpc",
|
||||
],
|
||||
|
|
|
|||
|
|
@ -2,8 +2,6 @@ type: com.google.api.codegen.ConfigProto
|
|||
config_schema_version: 2.0.0
|
||||
# The settings of generated code in a specific language.
|
||||
language_settings:
|
||||
java:
|
||||
package_name: com.google.cloud.talent.v4
|
||||
python:
|
||||
package_name: google.cloud.talent_v4.gapic
|
||||
go:
|
||||
|
|
|
|||
|
|
@ -61,12 +61,13 @@ proto_library_with_info(
|
|||
|
||||
##############################################################################
|
||||
# Java
|
||||
# DO NOT OVERRIDE this Java microgenerator section with autogenerated rules.
|
||||
##############################################################################
|
||||
load(
|
||||
"@com_google_googleapis_imports//:imports.bzl",
|
||||
"java_gapic_assembly_gradle_pkg",
|
||||
"java_gapic_library",
|
||||
"java_gapic_test",
|
||||
java_gapic_assembly_gradle_pkg = "java_gapic_assembly_gradle_pkg2",
|
||||
java_gapic_library = "java_gapic_library2",
|
||||
java_gapic_test = "java_gapic_test2",
|
||||
"java_grpc_library",
|
||||
"java_proto_library",
|
||||
)
|
||||
|
|
@ -84,11 +85,9 @@ java_grpc_library(
|
|||
|
||||
java_gapic_library(
|
||||
name = "talent_java_gapic",
|
||||
src = ":talent_proto_with_info",
|
||||
gapic_yaml = "talent_gapic.yaml",
|
||||
srcs = [":talent_proto_with_info"],
|
||||
grpc_service_config = "talent_grpc_service_config.json",
|
||||
package = "google.cloud.talent.v4beta1",
|
||||
service_yaml = "//google/cloud/talent:talent_v4beta1.yaml",
|
||||
test_deps = [
|
||||
":talent_java_grpc",
|
||||
],
|
||||
|
|
|
|||
|
|
@ -2,8 +2,6 @@ type: com.google.api.codegen.ConfigProto
|
|||
config_schema_version: 2.0.0
|
||||
# The settings of generated code in a specific language.
|
||||
language_settings:
|
||||
java:
|
||||
package_name: com.google.cloud.talent.v4beta1
|
||||
python:
|
||||
package_name: google.cloud.talent_v4beta1.gapic
|
||||
go:
|
||||
|
|
|
|||
Loading…
Reference in New Issue