File tree Expand file tree Collapse file tree 9 files changed +35
-6
lines changed Expand file tree Collapse file tree 9 files changed +35
-6
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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 {
Original file line number Diff line number Diff line change 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);
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
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) {
Original file line number Diff line number Diff 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 {
Original file line number Diff line number Diff line change 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) {
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);
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
Original file line number Diff line number Diff 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 {
Original file line number Diff line number Diff line change 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) {
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);
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
Original file line number Diff line number Diff 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}
Original file line number Diff line number Diff line change 44 "git": {
55 "name": ".",
66 "remote": "https://github.com/googleapis/nodejs-firestore.git",
7- "sha": "2406f6adf938126b642482ec34cd1094920d0442 "
7+ "sha": "26d480b4a7fbeb26e99bb23d7aa1fbd4802b738a "
88 }
99 },
1010 {
1919 "git": {
2020 "name": "synthtool",
2121 "remote": "https://github.com/googleapis/synthtool.git",
22- "sha": "e60186990fae9c4e14e046085b79c08917217040 "
22+ "sha": "39652e3948f455fd0b77535a0145eeec561a3706 "
2323 }
2424 }
2525 ],
You can’t perform that action at this time.
0 commit comments