From e5d79b753d9a4b9f79b7e76dc80b0ae4528440a4 Mon Sep 17 00:00:00 2001 From: Google APIs Date: Thu, 26 Oct 2017 10:09:47 -0700 Subject: [PATCH] Synchronize new proto changes. --- google/firestore/artman_firestore.yaml | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/google/firestore/artman_firestore.yaml b/google/firestore/artman_firestore.yaml index ec8bd85e..d8c357b2 100644 --- a/google/firestore/artman_firestore.yaml +++ b/google/firestore/artman_firestore.yaml @@ -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