Synchronize new proto changes.
diff --git a/google/firestore/artman_firestore.yaml b/google/firestore/artman_firestore.yaml
index ec8bd85..d8c357b 100644
--- a/google/firestore/artman_firestore.yaml
+++ b/google/firestore/artman_firestore.yaml
@@ -12,8 +12,23 @@
 - 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