Synchronize new proto changes.
This commit is contained in:
parent
0f57b4e124
commit
e5d79b753d
|
|
@ -12,8 +12,23 @@ artifacts:
|
|||
- name: gapic_config
|
||||
type: GAPIC_CONFIG
|
||||
- name: java_gapic
|
||||
type: GAPIC
|
||||
type: GAPIC_ONLY
|
||||
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-firestore-v1beta1
|
||||
- name: grpc
|
||||
dest: generated/java/grpc-google-cloud-firestore-v1beta1
|
||||
- name: proto
|
||||
dest: generated/java/proto-google-cloud-firestore-v1beta1
|
||||
- name: java
|
||||
type: GITHUB
|
||||
location: git@github.com:GoogleCloudPlatform/google-cloud-java.git
|
||||
directory_mappings:
|
||||
- dest: google-cloud-firestore
|
||||
- name: python_gapic
|
||||
type: GAPIC
|
||||
language: PYTHON
|
||||
|
|
|
|||
Loading…
Reference in New Issue