Skip to content

Commit

Permalink
changes without context (#1491)
Browse files Browse the repository at this point in the history
autosynth cannot find the source of changes triggered by earlier changes in this
        repository, or by version upgrades to tools such as linters.
  • Loading branch information
yoshi-automation authored Apr 29, 2021
1 parent 4ac8e7e commit 09f7095
Show file tree
Hide file tree
Showing 7 changed files with 190 additions and 190 deletions.
22 changes: 11 additions & 11 deletions dev/protos/firestore_admin_v1_proto_api.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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");
Expand Down Expand Up @@ -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);
Expand Down Expand Up @@ -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);
Expand Down
44 changes: 22 additions & 22 deletions dev/protos/firestore_admin_v1_proto_api.js
Original file line number Diff line number Diff line change
Expand Up @@ -1996,19 +1996,19 @@

/**
* IndexField order.
* @member {google.firestore.admin.v1.Index.IndexField.Order} order
* @member {google.firestore.admin.v1.Index.IndexField.Order|null|undefined} order
* @memberof google.firestore.admin.v1.Index.IndexField
* @instance
*/
IndexField.prototype.order = 0;
IndexField.prototype.order = null;

/**
* IndexField arrayConfig.
* @member {google.firestore.admin.v1.Index.IndexField.ArrayConfig} arrayConfig
* @member {google.firestore.admin.v1.Index.IndexField.ArrayConfig|null|undefined} arrayConfig
* @memberof google.firestore.admin.v1.Index.IndexField
* @instance
*/
IndexField.prototype.arrayConfig = 0;
IndexField.prototype.arrayConfig = null;

// OneOf field names bound to virtual getters and setters
var $oneOfFields;
Expand Down Expand Up @@ -3619,43 +3619,43 @@

/**
* HttpRule get.
* @member {string} get
* @member {string|null|undefined} get
* @memberof google.api.HttpRule
* @instance
*/
HttpRule.prototype.get = "";
HttpRule.prototype.get = null;

/**
* HttpRule put.
* @member {string} put
* @member {string|null|undefined} put
* @memberof google.api.HttpRule
* @instance
*/
HttpRule.prototype.put = "";
HttpRule.prototype.put = null;

/**
* HttpRule post.
* @member {string} post
* @member {string|null|undefined} post
* @memberof google.api.HttpRule
* @instance
*/
HttpRule.prototype.post = "";
HttpRule.prototype.post = null;

/**
* HttpRule delete.
* @member {string} delete
* @member {string|null|undefined} delete
* @memberof google.api.HttpRule
* @instance
*/
HttpRule.prototype["delete"] = "";
HttpRule.prototype["delete"] = null;

/**
* HttpRule patch.
* @member {string} patch
* @member {string|null|undefined} patch
* @memberof google.api.HttpRule
* @instance
*/
HttpRule.prototype.patch = "";
HttpRule.prototype.patch = null;

/**
* HttpRule custom.
Expand Down Expand Up @@ -8979,35 +8979,35 @@

/**
* Value nullValue.
* @member {google.protobuf.NullValue} nullValue
* @member {google.protobuf.NullValue|null|undefined} nullValue
* @memberof google.protobuf.Value
* @instance
*/
Value.prototype.nullValue = 0;
Value.prototype.nullValue = null;

/**
* Value numberValue.
* @member {number} numberValue
* @member {number|null|undefined} numberValue
* @memberof google.protobuf.Value
* @instance
*/
Value.prototype.numberValue = 0;
Value.prototype.numberValue = null;

/**
* Value stringValue.
* @member {string} stringValue
* @member {string|null|undefined} stringValue
* @memberof google.protobuf.Value
* @instance
*/
Value.prototype.stringValue = "";
Value.prototype.stringValue = null;

/**
* Value boolValue.
* @member {boolean} boolValue
* @member {boolean|null|undefined} boolValue
* @memberof google.protobuf.Value
* @instance
*/
Value.prototype.boolValue = false;
Value.prototype.boolValue = null;

/**
* Value structValue.
Expand Down
52 changes: 26 additions & 26 deletions dev/protos/firestore_v1_proto_api.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down Expand Up @@ -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);
Expand Down Expand Up @@ -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);
Expand Down Expand Up @@ -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);
Expand Down Expand Up @@ -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);
Expand Down Expand Up @@ -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);
Expand Down Expand Up @@ -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;
Expand Down Expand Up @@ -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);
Expand Down Expand Up @@ -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 };
Expand Down Expand Up @@ -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);
Expand Down Expand Up @@ -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);
Expand Down Expand Up @@ -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);
Expand Down Expand Up @@ -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);
Expand Down
Loading

0 comments on commit 09f7095

Please sign in to comment.