Skip to content

Commit 847464c

Browse files
Google APIscopybara-github
authored andcommitted
chore: remove unused gapic_yaml for osconfig Bazel Java rules
Committer: @miraleung PiperOrigin-RevId: 367346981
1 parent fbdcc18 commit 847464c

4 files changed

Lines changed: 0 additions & 62 deletions

File tree

google/cloud/osconfig/agentendpoint/v1/BUILD.bazel

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,6 @@ java_grpc_library(
7070
java_gapic_library(
7171
name = "agentendpoint_java_gapic",
7272
srcs = [":agentendpoint_proto_with_info"],
73-
gapic_yaml = "osconfig_gapic.yaml",
7473
grpc_service_config = "agentendpoint_grpc_service_config.json",
7574
test_deps = [
7675
":agentendpoint_java_grpc",
Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,2 @@
11
type: com.google.api.codegen.ConfigProto
22
config_schema_version: 2.0.0
3-
# The settings of generated code in a specific language.
4-
language_settings:
5-
java:
6-
package_name: com.google.cloud.osconfig.agentendpoint.v1
7-
python:
8-
package_name: google.cloud.osconfig.agentendpoint_v1.gapic
9-
go:
10-
package_name: cloud.google.com/go/osconfig/agentendpoint/apiv1
11-
csharp:
12-
package_name: Google.Cloud.OsConfig.Agentendpoint.V1
13-
ruby:
14-
package_name: Google::Cloud::OsConfig::Agentendpoint::V1
15-
php:
16-
package_name: Google\Cloud\OsConfig\Agentendpoint\V1
17-
nodejs:
18-
package_name: agentendpoint.v1
19-
# A list of API interface configurations.
20-
interfaces:
21-
# The fully qualified name of the API interface.
22-
- name: google.cloud.osconfig.agentendpoint.v1.AgentEndpointService

google/cloud/osconfig/agentendpoint/v1beta/BUILD.bazel

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@ java_grpc_library(
6666
java_gapic_library(
6767
name = "agentendpoint_java_gapic",
6868
srcs = [":agentendpoint_proto_with_info"],
69-
gapic_yaml = "osconfig_gapic.yaml",
7069
grpc_service_config = "agentendpoint_grpc_service_config.json",
7170
test_deps = [
7271
":agentendpoint_java_grpc",
Lines changed: 0 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -1,42 +1,2 @@
11
type: com.google.api.codegen.ConfigProto
22
config_schema_version: 2.0.0
3-
# The settings of generated code in a specific language.
4-
language_settings:
5-
java:
6-
package_name: com.google.cloud.osconfig.agentendpoint.v1beta
7-
python:
8-
package_name: google.cloud.osconfig.agentendpoint_v1beta.gapic
9-
go:
10-
package_name: cloud.google.com/go/osconfig/agentendpoint/apiv1beta
11-
csharp:
12-
package_name: Google.Cloud.OsConfig.Agentendpoint.V1beta
13-
ruby:
14-
package_name: Google::Cloud::OsConfig::Agentendpoint::V1beta
15-
php:
16-
package_name: Google\Cloud\OsConfig\Agentendpoint\V1beta
17-
nodejs:
18-
package_name: agentendpoint.v1beta
19-
# A list of API interface configurations.
20-
interfaces:
21-
# The fully qualified name of the API interface.
22-
- name: google.cloud.osconfig.agentendpoint.v1beta.AgentEndpointService
23-
# A list of method configurations.
24-
# Common properties:
25-
#
26-
# name - The simple name of the method.
27-
#
28-
# retry_codes_name - Specifies the configuration for retryable codes. The
29-
# name must be defined in interfaces.retry_codes_def.
30-
methods:
31-
- name: ReceiveTaskNotification
32-
retry_codes_name: idempotent
33-
- name: StartNextTask
34-
retry_codes_name: idempotent
35-
- name: ReportTaskProgress
36-
retry_codes_name: idempotent
37-
- name: ReportTaskComplete
38-
retry_codes_name: idempotent
39-
- name: LookupEffectiveGuestPolicy
40-
retry_codes_name: idempotent
41-
- name: RegisterAgent
42-
retry_codes_name: idempotent

0 commit comments

Comments
 (0)