-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Service Direcotry v1 protos and configs
PiperOrigin-RevId: 333502684
- Loading branch information
1 parent
780419e
commit d3697d4
Showing
10 changed files
with
1,280 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,327 @@ | ||
# This file was automatically generated by BuildFileGenerator | ||
|
||
############################################################################## | ||
# Common | ||
############################################################################## | ||
load("@rules_proto//proto:defs.bzl", "proto_library") | ||
load( | ||
"@com_google_googleapis_imports//:imports.bzl", | ||
"csharp_gapic_assembly_pkg", | ||
"csharp_gapic_library", | ||
"csharp_grpc_library", | ||
"csharp_proto_library", | ||
"go_gapic_assembly_pkg", | ||
"go_gapic_library", | ||
"go_proto_library", | ||
"go_test", | ||
"java_gapic_assembly_gradle_pkg", | ||
"java_gapic_library", | ||
"java_gapic_test", | ||
"java_grpc_library", | ||
"java_proto_library", | ||
"moved_proto_library", | ||
"nodejs_gapic_assembly_pkg", | ||
"nodejs_gapic_library", | ||
"php_gapic_assembly_pkg", | ||
"php_gapic_library", | ||
"php_grpc_library", | ||
"php_proto_library", | ||
"proto_library_with_info", | ||
"py_gapic_assembly_pkg", | ||
"py_gapic_library", | ||
"py_grpc_library", | ||
"py_proto_library", | ||
"ruby_gapic_assembly_pkg", | ||
"ruby_gapic_library", | ||
"ruby_grpc_library", | ||
"ruby_proto_library", | ||
) | ||
|
||
# This is an API workspace, having public visibility by default makes perfect sense. | ||
package(default_visibility = ["//visibility:public"]) | ||
|
||
proto_library( | ||
name = "servicedirectory_proto", | ||
srcs = [ | ||
"endpoint.proto", | ||
"lookup_service.proto", | ||
"namespace.proto", | ||
"registration_service.proto", | ||
"service.proto", | ||
], | ||
deps = [ | ||
"//google/api:annotations_proto", | ||
"//google/api:client_proto", | ||
"//google/api:field_behavior_proto", | ||
"//google/api:resource_proto", | ||
"//google/iam/v1:iam_policy_proto", | ||
"//google/iam/v1:policy_proto", | ||
"@com_google_protobuf//:empty_proto", | ||
"@com_google_protobuf//:field_mask_proto", | ||
], | ||
) | ||
|
||
proto_library_with_info( | ||
name = "servicedirectory_proto_with_info", | ||
deps = [ | ||
":servicedirectory_proto", | ||
"//google/cloud:common_resources_proto", | ||
], | ||
) | ||
|
||
java_proto_library( | ||
name = "servicedirectory_java_proto", | ||
deps = [":servicedirectory_proto"], | ||
) | ||
|
||
java_grpc_library( | ||
name = "servicedirectory_java_grpc", | ||
srcs = [":servicedirectory_proto"], | ||
deps = [":servicedirectory_java_proto"], | ||
) | ||
|
||
java_gapic_library( | ||
name = "servicedirectory_java_gapic", | ||
src = ":servicedirectory_proto_with_info", | ||
gapic_yaml = "servicedirectory_gapic.yaml", | ||
grpc_service_config = "servicedirectory_grpc_service_config.json", | ||
package = "google.cloud.servicedirectory.v1", | ||
service_yaml = "servicedirectory_v1.yaml", | ||
test_deps = [ | ||
":servicedirectory_java_grpc", | ||
"//google/iam/v1:iam_java_grpc", | ||
], | ||
deps = [ | ||
":servicedirectory_java_proto", | ||
"//google/iam/v1:iam_java_proto", | ||
], | ||
) | ||
|
||
java_gapic_test( | ||
name = "servicedirectory_java_gapic_test_suite", | ||
test_classes = [ | ||
"com.google.cloud.servicedirectory.v1.LookupServiceClientTest", | ||
"com.google.cloud.servicedirectory.v1.RegistrationServiceClientTest", | ||
], | ||
runtime_deps = [":servicedirectory_java_gapic_test"], | ||
) | ||
|
||
# Open Source Packages | ||
java_gapic_assembly_gradle_pkg( | ||
name = "google-cloud-servicedirectory-v1-java", | ||
deps = [ | ||
":servicedirectory_java_gapic", | ||
":servicedirectory_java_grpc", | ||
":servicedirectory_java_proto", | ||
":servicedirectory_proto", | ||
], | ||
) | ||
|
||
go_proto_library( | ||
name = "servicedirectory_go_proto", | ||
compilers = ["@io_bazel_rules_go//proto:go_grpc"], | ||
importpath = "google.golang.org/genproto/googleapis/cloud/servicedirectory/v1", | ||
protos = [":servicedirectory_proto"], | ||
deps = [ | ||
"//google/api:annotations_go_proto", | ||
"//google/iam/v1:iam_go_proto", | ||
], | ||
) | ||
|
||
go_gapic_library( | ||
name = "servicedirectory_go_gapic", | ||
srcs = [":servicedirectory_proto_with_info"], | ||
grpc_service_config = "servicedirectory_grpc_service_config.json", | ||
importpath = "cloud.google.com/go/servicedirectory/apiv1;servicedirectory", | ||
service_yaml = "servicedirectory_v1.yaml", | ||
deps = [ | ||
":servicedirectory_go_proto", | ||
"//google/iam/v1:iam_go_proto", | ||
], | ||
) | ||
|
||
go_test( | ||
name = "servicedirectory_go_gapic_test", | ||
srcs = [":servicedirectory_go_gapic_srcjar_test"], | ||
embed = [":servicedirectory_go_gapic"], | ||
importpath = "cloud.google.com/go/servicedirectory/apiv1", | ||
) | ||
|
||
# Open Source Packages | ||
go_gapic_assembly_pkg( | ||
name = "gapi-cloud-servicedirectory-v1-go", | ||
deps = [ | ||
":servicedirectory_go_gapic", | ||
":servicedirectory_go_gapic_srcjar-test.srcjar", | ||
":servicedirectory_go_proto", | ||
], | ||
) | ||
|
||
moved_proto_library( | ||
name = "servicedirectory_moved_proto", | ||
srcs = [":servicedirectory_proto"], | ||
deps = [ | ||
"//google/api:annotations_proto", | ||
"//google/api:client_proto", | ||
"//google/api:field_behavior_proto", | ||
"//google/api:resource_proto", | ||
"//google/iam/v1:iam_policy_proto", | ||
"//google/iam/v1:policy_proto", | ||
"@com_google_protobuf//:empty_proto", | ||
"@com_google_protobuf//:field_mask_proto", | ||
], | ||
) | ||
|
||
py_proto_library( | ||
name = "servicedirectory_py_proto", | ||
plugin = "@protoc_docs_plugin//:docs_plugin", | ||
deps = [":servicedirectory_moved_proto"], | ||
) | ||
|
||
py_grpc_library( | ||
name = "servicedirectory_py_grpc", | ||
srcs = [":servicedirectory_moved_proto"], | ||
deps = [":servicedirectory_py_proto"], | ||
) | ||
|
||
py_gapic_library( | ||
name = "servicedirectory_py_gapic", | ||
src = ":servicedirectory_proto_with_info", | ||
gapic_yaml = "servicedirectory_gapic.yaml", | ||
grpc_service_config = "servicedirectory_grpc_service_config.json", | ||
package = "google.cloud.servicedirectory.v1", | ||
service_yaml = "servicedirectory_v1.yaml", | ||
deps = [ | ||
":servicedirectory_py_grpc", | ||
":servicedirectory_py_proto", | ||
], | ||
) | ||
|
||
# Open Source Packages | ||
py_gapic_assembly_pkg( | ||
name = "servicedirectory-v1-py", | ||
deps = [ | ||
":servicedirectory_py_gapic", | ||
":servicedirectory_py_grpc", | ||
":servicedirectory_py_proto", | ||
], | ||
) | ||
|
||
php_proto_library( | ||
name = "servicedirectory_php_proto", | ||
deps = [":servicedirectory_proto"], | ||
) | ||
|
||
php_grpc_library( | ||
name = "servicedirectory_php_grpc", | ||
srcs = [":servicedirectory_proto"], | ||
deps = [":servicedirectory_php_proto"], | ||
) | ||
|
||
php_gapic_library( | ||
name = "servicedirectory_php_gapic", | ||
src = ":servicedirectory_proto_with_info", | ||
gapic_yaml = "servicedirectory_gapic.yaml", | ||
grpc_service_config = "servicedirectory_grpc_service_config.json", | ||
package = "google.cloud.servicedirectory.v1", | ||
service_yaml = "servicedirectory_v1.yaml", | ||
deps = [ | ||
":servicedirectory_php_grpc", | ||
":servicedirectory_php_proto", | ||
], | ||
) | ||
|
||
# Open Source Packages | ||
php_gapic_assembly_pkg( | ||
name = "google-cloud-servicedirectory-v1-php", | ||
deps = [ | ||
":servicedirectory_php_gapic", | ||
":servicedirectory_php_grpc", | ||
":servicedirectory_php_proto", | ||
], | ||
) | ||
|
||
nodejs_gapic_library( | ||
name = "servicedirectory_nodejs_gapic", | ||
package_name = "@google-cloud/service-directory", | ||
src = ":servicedirectory_proto_with_info", | ||
gapic_yaml = "servicedirectory_gapic.yaml", | ||
grpc_service_config = "servicedirectory_grpc_service_config.json", | ||
main_service = "ServiceDirectory", | ||
package = "google.cloud.servicedirectory.v1", | ||
service_yaml = "servicedirectory_v1.yaml", | ||
deps = [], | ||
) | ||
|
||
nodejs_gapic_assembly_pkg( | ||
name = "servicedirectory-v1-nodejs", | ||
deps = [ | ||
":servicedirectory_nodejs_gapic", | ||
":servicedirectory_proto", | ||
], | ||
) | ||
|
||
ruby_proto_library( | ||
name = "servicedirectory_ruby_proto", | ||
deps = [":servicedirectory_proto"], | ||
) | ||
|
||
ruby_grpc_library( | ||
name = "servicedirectory_ruby_grpc", | ||
srcs = [":servicedirectory_proto"], | ||
deps = [":servicedirectory_ruby_proto"], | ||
) | ||
|
||
ruby_gapic_library( | ||
name = "servicedirectory_ruby_gapic", | ||
src = ":servicedirectory_proto_with_info", | ||
gapic_yaml = "servicedirectory_gapic.yaml", | ||
package = "google.cloud.servicedirectory.v1", | ||
service_yaml = "servicedirectory_v1.yaml", | ||
deps = [ | ||
":servicedirectory_ruby_grpc", | ||
":servicedirectory_ruby_proto", | ||
], | ||
) | ||
|
||
# Open Source Packages | ||
ruby_gapic_assembly_pkg( | ||
name = "google-cloud-servicedirectory-v1-ruby", | ||
deps = [ | ||
":servicedirectory_ruby_gapic", | ||
":servicedirectory_ruby_grpc", | ||
":servicedirectory_ruby_proto", | ||
], | ||
) | ||
|
||
csharp_proto_library( | ||
name = "servicedirectory_csharp_proto", | ||
deps = [":servicedirectory_proto"], | ||
) | ||
|
||
csharp_grpc_library( | ||
name = "servicedirectory_csharp_grpc", | ||
srcs = [":servicedirectory_proto"], | ||
deps = [":servicedirectory_csharp_proto"], | ||
) | ||
|
||
csharp_gapic_library( | ||
name = "servicedirectory_csharp_gapic", | ||
srcs = [":servicedirectory_proto_with_info"], | ||
common_resources_config = "@gax_dotnet//:Google.Api.Gax/ResourceNames/CommonResourcesConfig.json", | ||
grpc_service_config = "servicedirectory_grpc_service_config.json", | ||
deps = [ | ||
":servicedirectory_csharp_grpc", | ||
":servicedirectory_csharp_proto", | ||
], | ||
) | ||
|
||
# Open Source Packages | ||
csharp_gapic_assembly_pkg( | ||
name = "google-cloud-servicedirectory-v1-csharp", | ||
deps = [ | ||
":servicedirectory_csharp_gapic", | ||
":servicedirectory_csharp_grpc", | ||
":servicedirectory_csharp_proto", | ||
], | ||
) |
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,63 @@ | ||
// Copyright 2020 Google LLC | ||
// | ||
// Licensed under the Apache License, Version 2.0 (the "License"); | ||
// you may not use this file except in compliance with the License. | ||
// You may obtain a copy of the License at | ||
// | ||
// http://www.apache.org/licenses/LICENSE-2.0 | ||
// | ||
// Unless required by applicable law or agreed to in writing, software | ||
// distributed under the License is distributed on an "AS IS" BASIS, | ||
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
// See the License for the specific language governing permissions and | ||
// limitations under the License. | ||
|
||
syntax = "proto3"; | ||
|
||
package google.cloud.servicedirectory.v1; | ||
|
||
import "google/api/annotations.proto"; | ||
import "google/api/field_behavior.proto"; | ||
import "google/api/resource.proto"; | ||
|
||
option cc_enable_arenas = true; | ||
option csharp_namespace = "Google.Cloud.ServiceDirectory.V1"; | ||
option go_package = "google.golang.org/genproto/googleapis/cloud/servicedirectory/v1;servicedirectory"; | ||
option java_multiple_files = true; | ||
option java_outer_classname = "EndpointProto"; | ||
option java_package = "com.google.cloud.servicedirectory.v1"; | ||
option php_namespace = "Google\\Cloud\\ServiceDirectory\\V1"; | ||
option ruby_package = "Google::Cloud::ServiceDirectory::V1"; | ||
|
||
// An individual endpoint that provides a | ||
// [service][google.cloud.servicedirectory.v1.Service]. The service must | ||
// already exist to create an endpoint. | ||
message Endpoint { | ||
option (google.api.resource) = { | ||
type: "servicedirectory.googleapis.com/Endpoint" | ||
pattern: "projects/{project}/locations/{location}/namespaces/{namespace}/services/{service}/endpoints/{endpoint}" | ||
}; | ||
|
||
// Immutable. The resource name for the endpoint in the format | ||
// 'projects/*/locations/*/namespaces/*/services/*/endpoints/*'. | ||
string name = 1 [(google.api.field_behavior) = IMMUTABLE]; | ||
|
||
// Optional. An IPv4 or IPv6 address. Service Directory will reject bad | ||
// addresses like: | ||
// "8.8.8" | ||
// "8.8.8.8:53" | ||
// "test:bad:address" | ||
// "[::1]" | ||
// "[::1]:8080" | ||
// Limited to 45 characters. | ||
string address = 2 [(google.api.field_behavior) = OPTIONAL]; | ||
|
||
// Optional. Service Directory will reject values outside of [0, 65535]. | ||
int32 port = 3 [(google.api.field_behavior) = OPTIONAL]; | ||
|
||
// Optional. Metadata for the endpoint. This data can be consumed by service | ||
// clients. The entire metadata dictionary may contain up to 512 characters, | ||
// spread accoss all key-value pairs. Metadata that goes beyond any these | ||
// limits will be rejected. | ||
map<string, string> metadata = 4 [(google.api.field_behavior) = OPTIONAL]; | ||
} |
Oops, something went wrong.