Synchronize new proto/yaml changes.
PiperOrigin-RevId: 267415505
This commit is contained in:
parent
c9a1670dc4
commit
676104ec38
|
|
@ -17,12 +17,6 @@ language_settings:
|
|||
nodejs:
|
||||
package_name: recaptchaenterprise.v1beta1
|
||||
domain_layer_location: google-cloud
|
||||
# The configuration for the license header to put on generated files.
|
||||
license_header:
|
||||
# The file containing the copyright line(s).
|
||||
copyright_file: copyright-google.txt
|
||||
# The file containing the raw license header without any copyright line(s).
|
||||
license_file: license-header-apache-2.0.txt
|
||||
# A list of API interface configurations.
|
||||
interfaces:
|
||||
# The fully qualified name of the API interface.
|
||||
|
|
@ -38,8 +32,7 @@ interfaces:
|
|||
# The entity_name is the name to be used as a basis for generated methods and
|
||||
# classes.
|
||||
collections:
|
||||
- name_pattern: projects/{project}
|
||||
entity_name: project
|
||||
- entity_name: project
|
||||
language_overrides:
|
||||
- language: csharp
|
||||
common_resource_name: Google.Api.Gax.ResourceNames.ProjectName
|
||||
|
|
|
|||
Loading…
Reference in New Issue