Skip to content

Commit db6e8c1

Browse files
build: automatically merge renovate PRs (#1553)
Source-Author: sofisl <[email protected]> Source-Date: Wed Jun 30 10:50:40 2021 -0400 Source-Repo: googleapis/synthtool Source-Sha: 39652e3948f455fd0b77535a0145eeec561a3706 Source-Link: googleapis/synthtool@39652e3
1 parent 26d480b commit db6e8c1

9 files changed

+35
-6
lines changed

.github/auto-approve.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,9 @@ rules:
44
changedFiles:
55
- "package\\.json$"
66
- "CHANGELOG\\.md$"
7-
maxFiles: 3
7+
maxFiles: 3
8+
- author: "renovate-bot"
9+
title: "^(fix\\(deps\\)|chore\\(deps\\)):"
10+
changedFiles:
11+
- "/package\\.json$"
12+
maxFiles: 2

dev/protos/firestore_admin_v1_proto_api.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1686,7 +1686,7 @@ export namespace google {
16861686

16871687
/** FieldBehavior enum. */
16881688
type FieldBehavior =
1689-
"FIELD_BEHAVIOR_UNSPECIFIED"| "OPTIONAL"| "REQUIRED"| "OUTPUT_ONLY"| "INPUT_ONLY"| "IMMUTABLE"| "UNORDERED_LIST";
1689+
"FIELD_BEHAVIOR_UNSPECIFIED"| "OPTIONAL"| "REQUIRED"| "OUTPUT_ONLY"| "INPUT_ONLY"| "IMMUTABLE"| "UNORDERED_LIST"| "NON_EMPTY_DEFAULT";
16901690

16911691
/** Properties of a ResourceDescriptor. */
16921692
interface IResourceDescriptor {

dev/protos/firestore_admin_v1_proto_api.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3931,6 +3931,7 @@
39313931
* @property {string} INPUT_ONLY=INPUT_ONLY INPUT_ONLY value
39323932
* @property {string} IMMUTABLE=IMMUTABLE IMMUTABLE value
39333933
* @property {string} UNORDERED_LIST=UNORDERED_LIST UNORDERED_LIST value
3934+
* @property {string} NON_EMPTY_DEFAULT=NON_EMPTY_DEFAULT NON_EMPTY_DEFAULT value
39343935
*/
39353936
api.FieldBehavior = (function() {
39363937
var valuesById = {}, values = Object.create(valuesById);
@@ -3941,6 +3942,7 @@
39413942
values[valuesById[4] = "INPUT_ONLY"] = "INPUT_ONLY";
39423943
values[valuesById[5] = "IMMUTABLE"] = "IMMUTABLE";
39433944
values[valuesById[6] = "UNORDERED_LIST"] = "UNORDERED_LIST";
3945+
values[valuesById[7] = "NON_EMPTY_DEFAULT"] = "NON_EMPTY_DEFAULT";
39443946
return values;
39453947
})();
39463948

@@ -6919,6 +6921,10 @@
69196921
case 6:
69206922
message[".google.api.fieldBehavior"][i] = 6;
69216923
break;
6924+
case "NON_EMPTY_DEFAULT":
6925+
case 7:
6926+
message[".google.api.fieldBehavior"][i] = 7;
6927+
break;
69226928
}
69236929
}
69246930
if (object[".google.api.resourceReference"] != null) {

dev/protos/firestore_v1_proto_api.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6369,7 +6369,7 @@ export namespace google {
63696369

63706370
/** FieldBehavior enum. */
63716371
type FieldBehavior =
6372-
"FIELD_BEHAVIOR_UNSPECIFIED"| "OPTIONAL"| "REQUIRED"| "OUTPUT_ONLY"| "INPUT_ONLY"| "IMMUTABLE"| "UNORDERED_LIST";
6372+
"FIELD_BEHAVIOR_UNSPECIFIED"| "OPTIONAL"| "REQUIRED"| "OUTPUT_ONLY"| "INPUT_ONLY"| "IMMUTABLE"| "UNORDERED_LIST"| "NON_EMPTY_DEFAULT";
63736373

63746374
/** Properties of a ResourceDescriptor. */
63756375
interface IResourceDescriptor {

dev/protos/firestore_v1_proto_api.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3524,6 +3524,10 @@
35243524
case 6:
35253525
message[".google.api.fieldBehavior"][i] = 6;
35263526
break;
3527+
case "NON_EMPTY_DEFAULT":
3528+
case 7:
3529+
message[".google.api.fieldBehavior"][i] = 7;
3530+
break;
35273531
}
35283532
}
35293533
if (object[".google.api.resourceReference"] != null) {
@@ -15392,6 +15396,7 @@
1539215396
* @property {string} INPUT_ONLY=INPUT_ONLY INPUT_ONLY value
1539315397
* @property {string} IMMUTABLE=IMMUTABLE IMMUTABLE value
1539415398
* @property {string} UNORDERED_LIST=UNORDERED_LIST UNORDERED_LIST value
15399+
* @property {string} NON_EMPTY_DEFAULT=NON_EMPTY_DEFAULT NON_EMPTY_DEFAULT value
1539515400
*/
1539615401
api.FieldBehavior = (function() {
1539715402
var valuesById = {}, values = Object.create(valuesById);
@@ -15402,6 +15407,7 @@
1540215407
values[valuesById[4] = "INPUT_ONLY"] = "INPUT_ONLY";
1540315408
values[valuesById[5] = "IMMUTABLE"] = "IMMUTABLE";
1540415409
values[valuesById[6] = "UNORDERED_LIST"] = "UNORDERED_LIST";
15410+
values[valuesById[7] = "NON_EMPTY_DEFAULT"] = "NON_EMPTY_DEFAULT";
1540515411
return values;
1540615412
})();
1540715413

dev/protos/firestore_v1beta1_proto_api.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6063,7 +6063,7 @@ export namespace google {
60636063

60646064
/** FieldBehavior enum. */
60656065
type FieldBehavior =
6066-
"FIELD_BEHAVIOR_UNSPECIFIED"| "OPTIONAL"| "REQUIRED"| "OUTPUT_ONLY"| "INPUT_ONLY"| "IMMUTABLE"| "UNORDERED_LIST";
6066+
"FIELD_BEHAVIOR_UNSPECIFIED"| "OPTIONAL"| "REQUIRED"| "OUTPUT_ONLY"| "INPUT_ONLY"| "IMMUTABLE"| "UNORDERED_LIST"| "NON_EMPTY_DEFAULT";
60676067

60686068
/** Properties of a ResourceDescriptor. */
60696069
interface IResourceDescriptor {

dev/protos/firestore_v1beta1_proto_api.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2787,6 +2787,10 @@
27872787
case 6:
27882788
message[".google.api.fieldBehavior"][i] = 6;
27892789
break;
2790+
case "NON_EMPTY_DEFAULT":
2791+
case 7:
2792+
message[".google.api.fieldBehavior"][i] = 7;
2793+
break;
27902794
}
27912795
}
27922796
if (object[".google.api.resourceReference"] != null) {
@@ -14655,6 +14659,7 @@
1465514659
* @property {string} INPUT_ONLY=INPUT_ONLY INPUT_ONLY value
1465614660
* @property {string} IMMUTABLE=IMMUTABLE IMMUTABLE value
1465714661
* @property {string} UNORDERED_LIST=UNORDERED_LIST UNORDERED_LIST value
14662+
* @property {string} NON_EMPTY_DEFAULT=NON_EMPTY_DEFAULT NON_EMPTY_DEFAULT value
1465814663
*/
1465914664
api.FieldBehavior = (function() {
1466014665
var valuesById = {}, values = Object.create(valuesById);
@@ -14665,6 +14670,7 @@
1466514670
values[valuesById[4] = "INPUT_ONLY"] = "INPUT_ONLY";
1466614671
values[valuesById[5] = "IMMUTABLE"] = "IMMUTABLE";
1466714672
values[valuesById[6] = "UNORDERED_LIST"] = "UNORDERED_LIST";
14673+
values[valuesById[7] = "NON_EMPTY_DEFAULT"] = "NON_EMPTY_DEFAULT";
1466814674
return values;
1466914675
})();
1467014676

dev/protos/google/api/field_behavior.proto

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,4 +81,10 @@ enum FieldBehavior {
8181
// in any arbitrary order, rather than the order the user originally
8282
// provided. Additionally, the list's order may or may not be stable.
8383
UNORDERED_LIST = 6;
84+
85+
// Denotes that this field returns a non-empty default value if not set.
86+
// This indicates that if the user provides the empty value in a request,
87+
// a non-empty value will be returned. The user will not be aware of what
88+
// non-empty value to expect.
89+
NON_EMPTY_DEFAULT = 7;
8490
}

synth.metadata

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"git": {
55
"name": ".",
66
"remote": "https://github.com/googleapis/nodejs-firestore.git",
7-
"sha": "2406f6adf938126b642482ec34cd1094920d0442"
7+
"sha": "26d480b4a7fbeb26e99bb23d7aa1fbd4802b738a"
88
}
99
},
1010
{
@@ -19,7 +19,7 @@
1919
"git": {
2020
"name": "synthtool",
2121
"remote": "https://github.com/googleapis/synthtool.git",
22-
"sha": "e60186990fae9c4e14e046085b79c08917217040"
22+
"sha": "39652e3948f455fd0b77535a0145eeec561a3706"
2323
}
2424
}
2525
],

0 commit comments

Comments
 (0)