chore: remove unused gapic_yaml for osconfig Bazel Java rules

Committer: @miraleung
PiperOrigin-RevId: 367346981
pull/647/head
Google APIs 4 years ago committed by Copybara-Service
parent fbdcc18fe1
commit 847464c110
  1. 1
      google/cloud/osconfig/agentendpoint/v1/BUILD.bazel
  2. 20
      google/cloud/osconfig/agentendpoint/v1/osconfig_gapic.yaml
  3. 1
      google/cloud/osconfig/agentendpoint/v1beta/BUILD.bazel
  4. 40
      google/cloud/osconfig/agentendpoint/v1beta/osconfig_gapic.yaml

@ -70,7 +70,6 @@ java_grpc_library(
java_gapic_library(
name = "agentendpoint_java_gapic",
srcs = [":agentendpoint_proto_with_info"],
gapic_yaml = "osconfig_gapic.yaml",
grpc_service_config = "agentendpoint_grpc_service_config.json",
test_deps = [
":agentendpoint_java_grpc",

@ -1,22 +1,2 @@
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.osconfig.agentendpoint.v1
python:
package_name: google.cloud.osconfig.agentendpoint_v1.gapic
go:
package_name: cloud.google.com/go/osconfig/agentendpoint/apiv1
csharp:
package_name: Google.Cloud.OsConfig.Agentendpoint.V1
ruby:
package_name: Google::Cloud::OsConfig::Agentendpoint::V1
php:
package_name: Google\Cloud\OsConfig\Agentendpoint\V1
nodejs:
package_name: agentendpoint.v1
# A list of API interface configurations.
interfaces:
# The fully qualified name of the API interface.
- name: google.cloud.osconfig.agentendpoint.v1.AgentEndpointService

@ -66,7 +66,6 @@ java_grpc_library(
java_gapic_library(
name = "agentendpoint_java_gapic",
srcs = [":agentendpoint_proto_with_info"],
gapic_yaml = "osconfig_gapic.yaml",
grpc_service_config = "agentendpoint_grpc_service_config.json",
test_deps = [
":agentendpoint_java_grpc",

@ -1,42 +1,2 @@
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.osconfig.agentendpoint.v1beta
python:
package_name: google.cloud.osconfig.agentendpoint_v1beta.gapic
go:
package_name: cloud.google.com/go/osconfig/agentendpoint/apiv1beta
csharp:
package_name: Google.Cloud.OsConfig.Agentendpoint.V1beta
ruby:
package_name: Google::Cloud::OsConfig::Agentendpoint::V1beta
php:
package_name: Google\Cloud\OsConfig\Agentendpoint\V1beta
nodejs:
package_name: agentendpoint.v1beta
# A list of API interface configurations.
interfaces:
# The fully qualified name of the API interface.
- name: google.cloud.osconfig.agentendpoint.v1beta.AgentEndpointService
# A list of method configurations.
# Common properties:
#
# name - The simple name of the method.
#
# retry_codes_name - Specifies the configuration for retryable codes. The
# name must be defined in interfaces.retry_codes_def.
methods:
- name: ReceiveTaskNotification
retry_codes_name: idempotent
- name: StartNextTask
retry_codes_name: idempotent
- name: ReportTaskProgress
retry_codes_name: idempotent
- name: ReportTaskComplete
retry_codes_name: idempotent
- name: LookupEffectiveGuestPolicy
retry_codes_name: idempotent
- name: RegisterAgent
retry_codes_name: idempotent

Loading…
Cancel
Save