Synchronize new proto/yaml changes.
PiperOrigin-RevId: 229452079
This commit is contained in:
parent
f8d9c85c03
commit
7a81902f28
|
|
@ -6,7 +6,7 @@ common:
|
|||
- name: google-common-protos
|
||||
src_proto_paths:
|
||||
- v1beta1
|
||||
service_yaml: firestore.yaml
|
||||
service_yaml: firestore_v1beta1.yaml
|
||||
gapic_yaml: v1beta1/firestore_gapic.yaml
|
||||
artifacts:
|
||||
- name: gapic_config
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ common:
|
|||
- name: google-common-protos
|
||||
src_proto_paths:
|
||||
- v1
|
||||
service_yaml: firestore.yaml
|
||||
service_yaml: firestore_v1.yaml
|
||||
gapic_yaml: v1/firestore_gapic.yaml
|
||||
artifacts:
|
||||
- name: gapic_config
|
||||
|
|
|
|||
|
|
@ -0,0 +1,15 @@
|
|||
type: google.api.Service
|
||||
config_version: 3
|
||||
name: firestore.googleapis.com
|
||||
title: Google Cloud Firestore API
|
||||
|
||||
apis:
|
||||
- name: google.firestore.v1beta1.Firestore
|
||||
|
||||
authentication:
|
||||
rules:
|
||||
- selector: '*'
|
||||
oauth:
|
||||
canonical_scopes: |-
|
||||
https://www.googleapis.com/auth/cloud-platform,
|
||||
https://www.googleapis.com/auth/datastore
|
||||
Loading…
Reference in New Issue