Skip to content

Commit

Permalink
chore: re-order JSON imports
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation authored and schmidt-sebastian committed Jan 15, 2020
1 parent 92ea215 commit c478dfc
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions dev/protos/protos.json
Expand Up @@ -11,7 +11,7 @@
"csharp_namespace": "Google.Cloud.Firestore.Admin.V1",
"go_package": "google.golang.org/genproto/googleapis/firestore/admin/v1;admin",
"java_multiple_files": true,
"java_outer_classname": "LocationProto",
"java_outer_classname": "OperationProto",
"java_package": "com.google.firestore.admin.v1",
"objc_class_prefix": "GCFS",
"php_namespace": "Google\\Cloud\\Firestore\\Admin\\V1",
Expand Down Expand Up @@ -417,6 +417,9 @@
}
}
},
"LocationMetadata": {
"fields": {}
},
"IndexOperationMetadata": {
"fields": {
"startTime": {
Expand Down Expand Up @@ -598,9 +601,6 @@
"FAILED": 6,
"CANCELLED": 7
}
},
"LocationMetadata": {
"fields": {}
}
}
}
Expand Down
4 changes: 2 additions & 2 deletions dev/src/v1/firestore_admin_proto_list.json
Expand Up @@ -2,6 +2,6 @@
"../../protos/google/firestore/admin/v1/index.proto",
"../../protos/google/firestore/admin/v1/field.proto",
"../../protos/google/firestore/admin/v1/firestore_admin.proto",
"../../protos/google/firestore/admin/v1/operation.proto",
"../../protos/google/firestore/admin/v1/location.proto"
"../../protos/google/firestore/admin/v1/location.proto",
"../../protos/google/firestore/admin/v1/operation.proto"
]
6 changes: 3 additions & 3 deletions dev/synth.metadata
@@ -1,12 +1,12 @@
{
"updateTime": "2020-01-14T17:21:47.294128Z",
"updateTime": "2020-01-15T12:19:38.399076Z",
"sources": [
{
"git": {
"name": "googleapis",
"remote": "https://github.com/googleapis/googleapis.git",
"sha": "2fa8d48165cc48e35b0c62e6f7bdade12229326c",
"internalRef": "289619243"
"sha": "d99df0d67057a233c711187e0689baa4f8e6333d",
"internalRef": "289709813"
}
},
{
Expand Down

0 comments on commit c478dfc

Please sign in to comment.