File tree 9 files changed +35
-6
lines changed
9 files changed +35
-6
lines changed Original file line number Diff line number Diff line change 4
4
changedFiles :
5
5
- " package\\ .json$"
6
6
- " 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
Original file line number Diff line number Diff line change @@ -1686,7 +1686,7 @@ export namespace google {
1686
1686
1687
1687
/** FieldBehavior enum. */
1688
1688
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" ;
1690
1690
1691
1691
/** Properties of a ResourceDescriptor. */
1692
1692
interface IResourceDescriptor {
Original file line number Diff line number Diff line change 3931
3931
* @property {string} INPUT_ONLY=INPUT_ONLY INPUT_ONLY value
3932
3932
* @property {string} IMMUTABLE=IMMUTABLE IMMUTABLE value
3933
3933
* @property {string} UNORDERED_LIST=UNORDERED_LIST UNORDERED_LIST value
3934
+ * @property {string} NON_EMPTY_DEFAULT=NON_EMPTY_DEFAULT NON_EMPTY_DEFAULT value
3934
3935
*/
3935
3936
api.FieldBehavior = (function() {
3936
3937
var valuesById = {}, values = Object.create(valuesById);
3941
3942
values[valuesById[4] = "INPUT_ONLY"] = "INPUT_ONLY";
3942
3943
values[valuesById[5] = "IMMUTABLE"] = "IMMUTABLE";
3943
3944
values[valuesById[6] = "UNORDERED_LIST"] = "UNORDERED_LIST";
3945
+ values[valuesById[7] = "NON_EMPTY_DEFAULT"] = "NON_EMPTY_DEFAULT";
3944
3946
return values;
3945
3947
})();
3946
3948
6919
6921
case 6:
6920
6922
message[".google.api.fieldBehavior"][i] = 6;
6921
6923
break;
6924
+ case "NON_EMPTY_DEFAULT":
6925
+ case 7:
6926
+ message[".google.api.fieldBehavior"][i] = 7;
6927
+ break;
6922
6928
}
6923
6929
}
6924
6930
if (object[".google.api.resourceReference"] != null) {
Original file line number Diff line number Diff line change @@ -6369,7 +6369,7 @@ export namespace google {
6369
6369
6370
6370
/** FieldBehavior enum. */
6371
6371
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" ;
6373
6373
6374
6374
/** Properties of a ResourceDescriptor. */
6375
6375
interface IResourceDescriptor {
Original file line number Diff line number Diff line change 3524
3524
case 6:
3525
3525
message[".google.api.fieldBehavior"][i] = 6;
3526
3526
break;
3527
+ case "NON_EMPTY_DEFAULT":
3528
+ case 7:
3529
+ message[".google.api.fieldBehavior"][i] = 7;
3530
+ break;
3527
3531
}
3528
3532
}
3529
3533
if (object[".google.api.resourceReference"] != null) {
15392
15396
* @property {string} INPUT_ONLY=INPUT_ONLY INPUT_ONLY value
15393
15397
* @property {string} IMMUTABLE=IMMUTABLE IMMUTABLE value
15394
15398
* @property {string} UNORDERED_LIST=UNORDERED_LIST UNORDERED_LIST value
15399
+ * @property {string} NON_EMPTY_DEFAULT=NON_EMPTY_DEFAULT NON_EMPTY_DEFAULT value
15395
15400
*/
15396
15401
api.FieldBehavior = (function() {
15397
15402
var valuesById = {}, values = Object.create(valuesById);
15402
15407
values[valuesById[4] = "INPUT_ONLY"] = "INPUT_ONLY";
15403
15408
values[valuesById[5] = "IMMUTABLE"] = "IMMUTABLE";
15404
15409
values[valuesById[6] = "UNORDERED_LIST"] = "UNORDERED_LIST";
15410
+ values[valuesById[7] = "NON_EMPTY_DEFAULT"] = "NON_EMPTY_DEFAULT";
15405
15411
return values;
15406
15412
})();
15407
15413
Original file line number Diff line number Diff line change @@ -6063,7 +6063,7 @@ export namespace google {
6063
6063
6064
6064
/** FieldBehavior enum. */
6065
6065
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" ;
6067
6067
6068
6068
/** Properties of a ResourceDescriptor. */
6069
6069
interface IResourceDescriptor {
Original file line number Diff line number Diff line change 2787
2787
case 6:
2788
2788
message[".google.api.fieldBehavior"][i] = 6;
2789
2789
break;
2790
+ case "NON_EMPTY_DEFAULT":
2791
+ case 7:
2792
+ message[".google.api.fieldBehavior"][i] = 7;
2793
+ break;
2790
2794
}
2791
2795
}
2792
2796
if (object[".google.api.resourceReference"] != null) {
14655
14659
* @property {string} INPUT_ONLY=INPUT_ONLY INPUT_ONLY value
14656
14660
* @property {string} IMMUTABLE=IMMUTABLE IMMUTABLE value
14657
14661
* @property {string} UNORDERED_LIST=UNORDERED_LIST UNORDERED_LIST value
14662
+ * @property {string} NON_EMPTY_DEFAULT=NON_EMPTY_DEFAULT NON_EMPTY_DEFAULT value
14658
14663
*/
14659
14664
api.FieldBehavior = (function() {
14660
14665
var valuesById = {}, values = Object.create(valuesById);
14665
14670
values[valuesById[4] = "INPUT_ONLY"] = "INPUT_ONLY";
14666
14671
values[valuesById[5] = "IMMUTABLE"] = "IMMUTABLE";
14667
14672
values[valuesById[6] = "UNORDERED_LIST"] = "UNORDERED_LIST";
14673
+ values[valuesById[7] = "NON_EMPTY_DEFAULT"] = "NON_EMPTY_DEFAULT";
14668
14674
return values;
14669
14675
})();
14670
14676
Original file line number Diff line number Diff line change @@ -81,4 +81,10 @@ enum FieldBehavior {
81
81
// in any arbitrary order, rather than the order the user originally
82
82
// provided. Additionally, the list's order may or may not be stable.
83
83
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 ;
84
90
}
Original file line number Diff line number Diff line change 4
4
"git": {
5
5
"name": ".",
6
6
"remote": "https://github.com/googleapis/nodejs-firestore.git",
7
- "sha": "2406f6adf938126b642482ec34cd1094920d0442 "
7
+ "sha": "26d480b4a7fbeb26e99bb23d7aa1fbd4802b738a "
8
8
}
9
9
},
10
10
{
19
19
"git": {
20
20
"name": "synthtool",
21
21
"remote": "https://github.com/googleapis/synthtool.git",
22
- "sha": "e60186990fae9c4e14e046085b79c08917217040 "
22
+ "sha": "39652e3948f455fd0b77535a0145eeec561a3706 "
23
23
}
24
24
}
25
25
],
You can’t perform that action at this time.
0 commit comments