Skip to content

Commit

Permalink
feat: Release API version v1beta1 (no changes to v1alpha2)
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 463269555
  • Loading branch information
Google APIs authored and Copybara-Service committed Jul 26, 2022
1 parent eeacaab commit 5261728
Show file tree
Hide file tree
Showing 5 changed files with 2,148 additions and 3 deletions.
50 changes: 47 additions & 3 deletions google/cloud/dataform/v1alpha2/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ java_gapic_test(
# Open Source Packages
java_gapic_assembly_gradle_pkg(
name = "google-cloud-dataform-v1alpha2-java",
include_samples = True,
transport = "grpc+rest",
deps = [
":dataform_java_gapic",
Expand Down Expand Up @@ -283,10 +284,9 @@ ruby_grpc_library(
ruby_cloud_gapic_library(
name = "dataform_ruby_gapic",
srcs = [":dataform_proto_with_info"],
extra_protoc_parameters = [
"ruby-cloud-gem-name=google-cloud-dataform-v1alpha2",
],
extra_protoc_parameters = ["ruby-cloud-gem-name=google-cloud-dataform-v1alpha2"],
grpc_service_config = "dataform_grpc_service_config.json",
service_yaml = "dataform_v1alpha2.yaml",
deps = [
":dataform_ruby_grpc",
":dataform_ruby_proto",
Expand All @@ -303,6 +303,50 @@ ruby_gapic_assembly_pkg(
],
)

##############################################################################
# C#
##############################################################################
load(
"@com_google_googleapis_imports//:imports.bzl",
"csharp_gapic_assembly_pkg",
"csharp_gapic_library",
"csharp_grpc_library",
"csharp_proto_library",
)

csharp_proto_library(
name = "dataform_csharp_proto",
deps = [":dataform_proto"],
)

csharp_grpc_library(
name = "dataform_csharp_grpc",
srcs = [":dataform_proto"],
deps = [":dataform_csharp_proto"],
)

csharp_gapic_library(
name = "dataform_csharp_gapic",
srcs = [":dataform_proto_with_info"],
common_resources_config = "@gax_dotnet//:Google.Api.Gax/ResourceNames/CommonResourcesConfig.json",
grpc_service_config = "dataform_grpc_service_config.json",
service_yaml = "dataform_v1alpha2.yaml",
deps = [
":dataform_csharp_grpc",
":dataform_csharp_proto",
],
)

# Open Source Packages
csharp_gapic_assembly_pkg(
name = "google-cloud-dataform-v1alpha2-csharp",
deps = [
":dataform_csharp_gapic",
":dataform_csharp_grpc",
":dataform_csharp_proto",
],
)

##############################################################################
# C++
##############################################################################
Expand Down

0 comments on commit 5261728

Please sign in to comment.