Synchronize new proto/yaml changes.
PiperOrigin-RevId: 192175475
This commit is contained in:
parent
c3ab547a77
commit
a19256f363
|
|
@ -7,6 +7,8 @@ common:
|
|||
java:
|
||||
gapic_language_yaml:
|
||||
- ${GOOGLEAPIS}/gapic/lang/java_gapic.yaml
|
||||
discogapic_language_yaml:
|
||||
- ${GOOGLEAPIS}/gapic/lang/java_discogapic.yam
|
||||
python:
|
||||
gapic_language_yaml:
|
||||
- ${GOOGLEAPIS}/gapic/lang/python_gapic.yaml
|
||||
|
|
|
|||
|
|
@ -0,0 +1,5 @@
|
|||
type: com.google.api.codegen.ConfigProto
|
||||
language: java
|
||||
generator:
|
||||
factory: com.google.api.codegen.discogapic.MainDiscoGapicProviderFactory
|
||||
id: java
|
||||
|
|
@ -0,0 +1,24 @@
|
|||
common:
|
||||
api_name: compute
|
||||
api_version: v1
|
||||
organization_name: google-cloud
|
||||
gapic_yaml: v1/compute_gapic.yaml
|
||||
# TODO(andrealin): Pull discovery doc from source-of-truth repo
|
||||
discovery_doc: google/compute/v1/compute.v1.json
|
||||
artifacts:
|
||||
- name: java_discogapic
|
||||
type: DISCOGAPIC
|
||||
language: JAVA
|
||||
publish_targets:
|
||||
- name: staging
|
||||
type: GITHUB
|
||||
location: git@github.com:googleapis/api-client-staging.git
|
||||
directory_mappings:
|
||||
- dest: generated/java/gapic-google-cloud-compute-v1
|
||||
- name: java
|
||||
type: GITHUB
|
||||
location: git@github.com:GoogleCloudPlatform/google-cloud-java.git
|
||||
directory_mappings:
|
||||
- dest: google-cloud-compute
|
||||
- name: discogapic_config
|
||||
type: DISCOGAPIC_CONFIG
|
||||
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue