1type: com.google.api.codegen.ConfigProto 2config_schema_version: 2.0.0 3# The settings of generated code in a specific language. 4language_settings: 5 python: 6 package_name: google.cloud.osconfig_v1beta.gapic 7 go: 8 package_name: cloud.google.com/go/osconfig/apiv1beta 9 csharp: 10 package_name: Google.Cloud.OsConfig.V1beta 11 ruby: 12 package_name: Google::Cloud::OsConfig::V1beta 13 php: 14 package_name: Google\Cloud\OsConfig\V1beta 15 nodejs: 16 package_name: osconfig.v1beta 17# A list of API interface configurations. 18interfaces: 19# The fully qualified name of the API interface. 20- name: google.cloud.osconfig.v1beta.OsConfigService 21 # A list of method configurations. 22 # retry_codes_name - Specifies the configuration for retryable codes. The 23 # name must be defined in interfaces.retry_codes_def. 24 # 25 # retry_params_name - Specifies the configuration for retry/backoff 26 # parameters. The name must be defined in interfaces.retry_params_def. 27 methods: 28 - name: DeletePatchDeployment 29 retry_codes_name: idempotent 30 - name: DeleteGuestPolicy 31 retry_codes_name: idempotent 32