chore: migrate java-bigquery to the Java microgenerator
Committer: @miraleung PiperOrigin-RevId: 345311276
This commit is contained in:
parent
2408f74139
commit
9ca6978ddf
|
|
@ -38,12 +38,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",
|
||||
)
|
||||
|
|
@ -61,11 +62,9 @@ java_grpc_library(
|
|||
|
||||
java_gapic_library(
|
||||
name = "bigquery_java_gapic",
|
||||
src = ":bigquery_proto_with_info",
|
||||
gapic_yaml = "bigquery_gapic.yaml",
|
||||
srcs = [":bigquery_proto_with_info"],
|
||||
grpc_service_config = "bigquery_grpc_service_config.json",
|
||||
package = "google.cloud.bigquery.v2",
|
||||
service_yaml = "bigquery_v2.yaml",
|
||||
test_deps = [
|
||||
":bigquery_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.bigquery.v2
|
||||
python:
|
||||
package_name: google.cloud.bigquery_v2.gapic
|
||||
go:
|
||||
|
|
|
|||
Loading…
Reference in New Issue