From a74c5ae7b25455f24333019c5d309999e372f76e Mon Sep 17 00:00:00 2001 From: yoshi-automation Date: Fri, 7 May 2021 04:47:36 -0700 Subject: [PATCH] changes without context autosynth cannot find the source of changes triggered by earlier changes in this repository, or by version upgrades to tools such as linters. --- synth.metadata | 2 +- .../protos/firestore_admin_v1_proto_api.d.ts | 22 ++++---- types/protos/firestore_v1_proto_api.d.ts | 52 +++++++++---------- types/protos/firestore_v1beta1_proto_api.d.ts | 52 +++++++++---------- 4 files changed, 64 insertions(+), 64 deletions(-) diff --git a/synth.metadata b/synth.metadata index bbfd285fa..4dd38cc56 100644 --- a/synth.metadata +++ b/synth.metadata @@ -4,7 +4,7 @@ "git": { "name": ".", "remote": "https://github.com/googleapis/nodejs-firestore.git", - "sha": "4ac8e7ef37a40d99ecaae4ce502c276786416495" + "sha": "a8d5f0b1e4503ef9f0d289dbf8ed67a30eb9ed4b" } }, { diff --git a/types/protos/firestore_admin_v1_proto_api.d.ts b/types/protos/firestore_admin_v1_proto_api.d.ts index 37ad40a47..289e6b6d9 100644 --- a/types/protos/firestore_admin_v1_proto_api.d.ts +++ b/types/protos/firestore_admin_v1_proto_api.d.ts @@ -962,10 +962,10 @@ export namespace google { public fieldPath: string; /** IndexField order. */ - public order: google.firestore.admin.v1.Index.IndexField.Order; + public order?: (google.firestore.admin.v1.Index.IndexField.Order|null); /** IndexField arrayConfig. */ - public arrayConfig: google.firestore.admin.v1.Index.IndexField.ArrayConfig; + public arrayConfig?: (google.firestore.admin.v1.Index.IndexField.ArrayConfig|null); /** IndexField valueMode. */ public valueMode?: ("order"|"arrayConfig"); @@ -1586,19 +1586,19 @@ export namespace google { constructor(properties?: google.api.IHttpRule); /** HttpRule get. */ - public get: string; + public get?: (string|null); /** HttpRule put. */ - public put: string; + public put?: (string|null); /** HttpRule post. */ - public post: string; + public post?: (string|null); /** HttpRule delete. */ - public delete: string; + public delete?: (string|null); /** HttpRule patch. */ - public patch: string; + public patch?: (string|null); /** HttpRule custom. */ public custom?: (google.api.ICustomHttpPattern|null); @@ -3679,16 +3679,16 @@ export namespace google { constructor(properties?: google.protobuf.IValue); /** Value nullValue. */ - public nullValue: google.protobuf.NullValue; + public nullValue?: (google.protobuf.NullValue|null); /** Value numberValue. */ - public numberValue: number; + public numberValue?: (number|null); /** Value stringValue. */ - public stringValue: string; + public stringValue?: (string|null); /** Value boolValue. */ - public boolValue: boolean; + public boolValue?: (boolean|null); /** Value structValue. */ public structValue?: (google.protobuf.IStruct|null); diff --git a/types/protos/firestore_v1_proto_api.d.ts b/types/protos/firestore_v1_proto_api.d.ts index 8ff113db2..ea61f2467 100644 --- a/types/protos/firestore_v1_proto_api.d.ts +++ b/types/protos/firestore_v1_proto_api.d.ts @@ -2056,16 +2056,16 @@ export namespace google { constructor(properties?: google.protobuf.IValue); /** Value nullValue. */ - public nullValue: google.protobuf.NullValue; + public nullValue?: (google.protobuf.NullValue|null); /** Value numberValue. */ - public numberValue: number; + public numberValue?: (number|null); /** Value stringValue. */ - public stringValue: string; + public stringValue?: (string|null); /** Value boolValue. */ - public boolValue: boolean; + public boolValue?: (boolean|null); /** Value structValue. */ public structValue?: (google.protobuf.IStruct|null); @@ -2750,7 +2750,7 @@ export namespace google { constructor(properties?: google.firestore.v1.IPrecondition); /** Precondition exists. */ - public exists: boolean; + public exists?: (boolean|null); /** Precondition updateTime. */ public updateTime?: (google.protobuf.ITimestamp|null); @@ -3024,28 +3024,28 @@ export namespace google { constructor(properties?: google.firestore.v1.IValue); /** Value nullValue. */ - public nullValue: google.protobuf.NullValue; + public nullValue?: (google.protobuf.NullValue|null); /** Value booleanValue. */ - public booleanValue: boolean; + public booleanValue?: (boolean|null); /** Value integerValue. */ - public integerValue: (number|string); + public integerValue?: (number|string|null); /** Value doubleValue. */ - public doubleValue: number; + public doubleValue?: (number|null); /** Value timestampValue. */ public timestampValue?: (google.protobuf.ITimestamp|null); /** Value stringValue. */ - public stringValue: string; + public stringValue?: (string|null); /** Value bytesValue. */ - public bytesValue: Uint8Array; + public bytesValue?: (Uint8Array|null); /** Value referenceValue. */ - public referenceValue: string; + public referenceValue?: (string|null); /** Value geoPointValue. */ public geoPointValue?: (google.type.ILatLng|null); @@ -3525,7 +3525,7 @@ export namespace google { public mask?: (google.firestore.v1.IDocumentMask|null); /** GetDocumentRequest transaction. */ - public transaction: Uint8Array; + public transaction?: (Uint8Array|null); /** GetDocumentRequest readTime. */ public readTime?: (google.protobuf.ITimestamp|null); @@ -3614,7 +3614,7 @@ export namespace google { public mask?: (google.firestore.v1.IDocumentMask|null); /** ListDocumentsRequest transaction. */ - public transaction: Uint8Array; + public transaction?: (Uint8Array|null); /** ListDocumentsRequest readTime. */ public readTime?: (google.protobuf.ITimestamp|null); @@ -3906,7 +3906,7 @@ export namespace google { public mask?: (google.firestore.v1.IDocumentMask|null); /** BatchGetDocumentsRequest transaction. */ - public transaction: Uint8Array; + public transaction?: (Uint8Array|null); /** BatchGetDocumentsRequest newTransaction. */ public newTransaction?: (google.firestore.v1.ITransactionOptions|null); @@ -3968,7 +3968,7 @@ export namespace google { public found?: (google.firestore.v1.IDocument|null); /** BatchGetDocumentsResponse missing. */ - public missing: string; + public missing?: (string|null); /** BatchGetDocumentsResponse transaction. */ public transaction: Uint8Array; @@ -4271,7 +4271,7 @@ export namespace google { public structuredQuery?: (google.firestore.v1.IStructuredQuery|null); /** RunQueryRequest transaction. */ - public transaction: Uint8Array; + public transaction?: (Uint8Array|null); /** RunQueryRequest newTransaction. */ public newTransaction?: (google.firestore.v1.ITransactionOptions|null); @@ -4637,7 +4637,7 @@ export namespace google { public addTarget?: (google.firestore.v1.ITarget|null); /** ListenRequest removeTarget. */ - public removeTarget: number; + public removeTarget?: (number|null); /** ListenRequest labels. */ public labels: { [k: string]: string }; @@ -4773,7 +4773,7 @@ export namespace google { public documents?: (google.firestore.v1.Target.IDocumentsTarget|null); /** Target resumeToken. */ - public resumeToken: Uint8Array; + public resumeToken?: (Uint8Array|null); /** Target readTime. */ public readTime?: (google.protobuf.ITimestamp|null); @@ -5753,7 +5753,7 @@ export namespace google { public update?: (google.firestore.v1.IDocument|null); /** Write delete. */ - public delete: string; + public delete?: (string|null); /** Write transform. */ public transform?: (google.firestore.v1.IDocumentTransform|null); @@ -5879,7 +5879,7 @@ export namespace google { public fieldPath: string; /** FieldTransform setToServerValue. */ - public setToServerValue: google.firestore.v1.DocumentTransform.FieldTransform.ServerValue; + public setToServerValue?: (google.firestore.v1.DocumentTransform.FieldTransform.ServerValue|null); /** FieldTransform increment. */ public increment?: (google.firestore.v1.IValue|null); @@ -6269,19 +6269,19 @@ export namespace google { constructor(properties?: google.api.IHttpRule); /** HttpRule get. */ - public get: string; + public get?: (string|null); /** HttpRule put. */ - public put: string; + public put?: (string|null); /** HttpRule post. */ - public post: string; + public post?: (string|null); /** HttpRule delete. */ - public delete: string; + public delete?: (string|null); /** HttpRule patch. */ - public patch: string; + public patch?: (string|null); /** HttpRule custom. */ public custom?: (google.api.ICustomHttpPattern|null); diff --git a/types/protos/firestore_v1beta1_proto_api.d.ts b/types/protos/firestore_v1beta1_proto_api.d.ts index 58cea05f6..79b6a4658 100644 --- a/types/protos/firestore_v1beta1_proto_api.d.ts +++ b/types/protos/firestore_v1beta1_proto_api.d.ts @@ -1750,16 +1750,16 @@ export namespace google { constructor(properties?: google.protobuf.IValue); /** Value nullValue. */ - public nullValue: google.protobuf.NullValue; + public nullValue?: (google.protobuf.NullValue|null); /** Value numberValue. */ - public numberValue: number; + public numberValue?: (number|null); /** Value stringValue. */ - public stringValue: string; + public stringValue?: (string|null); /** Value boolValue. */ - public boolValue: boolean; + public boolValue?: (boolean|null); /** Value structValue. */ public structValue?: (google.protobuf.IStruct|null); @@ -2444,7 +2444,7 @@ export namespace google { constructor(properties?: google.firestore.v1beta1.IPrecondition); /** Precondition exists. */ - public exists: boolean; + public exists?: (boolean|null); /** Precondition updateTime. */ public updateTime?: (google.protobuf.ITimestamp|null); @@ -2718,28 +2718,28 @@ export namespace google { constructor(properties?: google.firestore.v1beta1.IValue); /** Value nullValue. */ - public nullValue: google.protobuf.NullValue; + public nullValue?: (google.protobuf.NullValue|null); /** Value booleanValue. */ - public booleanValue: boolean; + public booleanValue?: (boolean|null); /** Value integerValue. */ - public integerValue: (number|string); + public integerValue?: (number|string|null); /** Value doubleValue. */ - public doubleValue: number; + public doubleValue?: (number|null); /** Value timestampValue. */ public timestampValue?: (google.protobuf.ITimestamp|null); /** Value stringValue. */ - public stringValue: string; + public stringValue?: (string|null); /** Value bytesValue. */ - public bytesValue: Uint8Array; + public bytesValue?: (Uint8Array|null); /** Value referenceValue. */ - public referenceValue: string; + public referenceValue?: (string|null); /** Value geoPointValue. */ public geoPointValue?: (google.type.ILatLng|null); @@ -3219,7 +3219,7 @@ export namespace google { public mask?: (google.firestore.v1beta1.IDocumentMask|null); /** GetDocumentRequest transaction. */ - public transaction: Uint8Array; + public transaction?: (Uint8Array|null); /** GetDocumentRequest readTime. */ public readTime?: (google.protobuf.ITimestamp|null); @@ -3308,7 +3308,7 @@ export namespace google { public mask?: (google.firestore.v1beta1.IDocumentMask|null); /** ListDocumentsRequest transaction. */ - public transaction: Uint8Array; + public transaction?: (Uint8Array|null); /** ListDocumentsRequest readTime. */ public readTime?: (google.protobuf.ITimestamp|null); @@ -3600,7 +3600,7 @@ export namespace google { public mask?: (google.firestore.v1beta1.IDocumentMask|null); /** BatchGetDocumentsRequest transaction. */ - public transaction: Uint8Array; + public transaction?: (Uint8Array|null); /** BatchGetDocumentsRequest newTransaction. */ public newTransaction?: (google.firestore.v1beta1.ITransactionOptions|null); @@ -3662,7 +3662,7 @@ export namespace google { public found?: (google.firestore.v1beta1.IDocument|null); /** BatchGetDocumentsResponse missing. */ - public missing: string; + public missing?: (string|null); /** BatchGetDocumentsResponse transaction. */ public transaction: Uint8Array; @@ -3965,7 +3965,7 @@ export namespace google { public structuredQuery?: (google.firestore.v1beta1.IStructuredQuery|null); /** RunQueryRequest transaction. */ - public transaction: Uint8Array; + public transaction?: (Uint8Array|null); /** RunQueryRequest newTransaction. */ public newTransaction?: (google.firestore.v1beta1.ITransactionOptions|null); @@ -4331,7 +4331,7 @@ export namespace google { public addTarget?: (google.firestore.v1beta1.ITarget|null); /** ListenRequest removeTarget. */ - public removeTarget: number; + public removeTarget?: (number|null); /** ListenRequest labels. */ public labels: { [k: string]: string }; @@ -4467,7 +4467,7 @@ export namespace google { public documents?: (google.firestore.v1beta1.Target.IDocumentsTarget|null); /** Target resumeToken. */ - public resumeToken: Uint8Array; + public resumeToken?: (Uint8Array|null); /** Target readTime. */ public readTime?: (google.protobuf.ITimestamp|null); @@ -5447,7 +5447,7 @@ export namespace google { public update?: (google.firestore.v1beta1.IDocument|null); /** Write delete. */ - public delete: string; + public delete?: (string|null); /** Write transform. */ public transform?: (google.firestore.v1beta1.IDocumentTransform|null); @@ -5573,7 +5573,7 @@ export namespace google { public fieldPath: string; /** FieldTransform setToServerValue. */ - public setToServerValue: google.firestore.v1beta1.DocumentTransform.FieldTransform.ServerValue; + public setToServerValue?: (google.firestore.v1beta1.DocumentTransform.FieldTransform.ServerValue|null); /** FieldTransform increment. */ public increment?: (google.firestore.v1beta1.IValue|null); @@ -5963,19 +5963,19 @@ export namespace google { constructor(properties?: google.api.IHttpRule); /** HttpRule get. */ - public get: string; + public get?: (string|null); /** HttpRule put. */ - public put: string; + public put?: (string|null); /** HttpRule post. */ - public post: string; + public post?: (string|null); /** HttpRule delete. */ - public delete: string; + public delete?: (string|null); /** HttpRule patch. */ - public patch: string; + public patch?: (string|null); /** HttpRule custom. */ public custom?: (google.api.ICustomHttpPattern|null);