Skip to content

Commit

Permalink
build: automatically merge renovate PRs (#1553)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
yoshi-automation authored Jul 1, 2021
1 parent 26d480b commit db6e8c1
Show file tree
Hide file tree
Showing 9 changed files with 35 additions and 6 deletions.
7 changes: 6 additions & 1 deletion .github/auto-approve.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,9 @@ rules:
changedFiles:
- "package\\.json$"
- "CHANGELOG\\.md$"
maxFiles: 3
maxFiles: 3
- author: "renovate-bot"
title: "^(fix\\(deps\\)|chore\\(deps\\)):"
changedFiles:
- "/package\\.json$"
maxFiles: 2
2 changes: 1 addition & 1 deletion dev/protos/firestore_admin_v1_proto_api.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1686,7 +1686,7 @@ export namespace google {

/** FieldBehavior enum. */
type FieldBehavior =
"FIELD_BEHAVIOR_UNSPECIFIED"| "OPTIONAL"| "REQUIRED"| "OUTPUT_ONLY"| "INPUT_ONLY"| "IMMUTABLE"| "UNORDERED_LIST";
"FIELD_BEHAVIOR_UNSPECIFIED"| "OPTIONAL"| "REQUIRED"| "OUTPUT_ONLY"| "INPUT_ONLY"| "IMMUTABLE"| "UNORDERED_LIST"| "NON_EMPTY_DEFAULT";

/** Properties of a ResourceDescriptor. */
interface IResourceDescriptor {
Expand Down
6 changes: 6 additions & 0 deletions dev/protos/firestore_admin_v1_proto_api.js
Original file line number Diff line number Diff line change
Expand Up @@ -3931,6 +3931,7 @@
* @property {string} INPUT_ONLY=INPUT_ONLY INPUT_ONLY value
* @property {string} IMMUTABLE=IMMUTABLE IMMUTABLE value
* @property {string} UNORDERED_LIST=UNORDERED_LIST UNORDERED_LIST value
* @property {string} NON_EMPTY_DEFAULT=NON_EMPTY_DEFAULT NON_EMPTY_DEFAULT value
*/
api.FieldBehavior = (function() {
var valuesById = {}, values = Object.create(valuesById);
Expand All @@ -3941,6 +3942,7 @@
values[valuesById[4] = "INPUT_ONLY"] = "INPUT_ONLY";
values[valuesById[5] = "IMMUTABLE"] = "IMMUTABLE";
values[valuesById[6] = "UNORDERED_LIST"] = "UNORDERED_LIST";
values[valuesById[7] = "NON_EMPTY_DEFAULT"] = "NON_EMPTY_DEFAULT";
return values;
})();

Expand Down Expand Up @@ -6919,6 +6921,10 @@
case 6:
message[".google.api.fieldBehavior"][i] = 6;
break;
case "NON_EMPTY_DEFAULT":
case 7:
message[".google.api.fieldBehavior"][i] = 7;
break;
}
}
if (object[".google.api.resourceReference"] != null) {
Expand Down
2 changes: 1 addition & 1 deletion dev/protos/firestore_v1_proto_api.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6369,7 +6369,7 @@ export namespace google {

/** FieldBehavior enum. */
type FieldBehavior =
"FIELD_BEHAVIOR_UNSPECIFIED"| "OPTIONAL"| "REQUIRED"| "OUTPUT_ONLY"| "INPUT_ONLY"| "IMMUTABLE"| "UNORDERED_LIST";
"FIELD_BEHAVIOR_UNSPECIFIED"| "OPTIONAL"| "REQUIRED"| "OUTPUT_ONLY"| "INPUT_ONLY"| "IMMUTABLE"| "UNORDERED_LIST"| "NON_EMPTY_DEFAULT";

/** Properties of a ResourceDescriptor. */
interface IResourceDescriptor {
Expand Down
6 changes: 6 additions & 0 deletions dev/protos/firestore_v1_proto_api.js
Original file line number Diff line number Diff line change
Expand Up @@ -3524,6 +3524,10 @@
case 6:
message[".google.api.fieldBehavior"][i] = 6;
break;
case "NON_EMPTY_DEFAULT":
case 7:
message[".google.api.fieldBehavior"][i] = 7;
break;
}
}
if (object[".google.api.resourceReference"] != null) {
Expand Down Expand Up @@ -15392,6 +15396,7 @@
* @property {string} INPUT_ONLY=INPUT_ONLY INPUT_ONLY value
* @property {string} IMMUTABLE=IMMUTABLE IMMUTABLE value
* @property {string} UNORDERED_LIST=UNORDERED_LIST UNORDERED_LIST value
* @property {string} NON_EMPTY_DEFAULT=NON_EMPTY_DEFAULT NON_EMPTY_DEFAULT value
*/
api.FieldBehavior = (function() {
var valuesById = {}, values = Object.create(valuesById);
Expand All @@ -15402,6 +15407,7 @@
values[valuesById[4] = "INPUT_ONLY"] = "INPUT_ONLY";
values[valuesById[5] = "IMMUTABLE"] = "IMMUTABLE";
values[valuesById[6] = "UNORDERED_LIST"] = "UNORDERED_LIST";
values[valuesById[7] = "NON_EMPTY_DEFAULT"] = "NON_EMPTY_DEFAULT";
return values;
})();

Expand Down
2 changes: 1 addition & 1 deletion dev/protos/firestore_v1beta1_proto_api.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6063,7 +6063,7 @@ export namespace google {

/** FieldBehavior enum. */
type FieldBehavior =
"FIELD_BEHAVIOR_UNSPECIFIED"| "OPTIONAL"| "REQUIRED"| "OUTPUT_ONLY"| "INPUT_ONLY"| "IMMUTABLE"| "UNORDERED_LIST";
"FIELD_BEHAVIOR_UNSPECIFIED"| "OPTIONAL"| "REQUIRED"| "OUTPUT_ONLY"| "INPUT_ONLY"| "IMMUTABLE"| "UNORDERED_LIST"| "NON_EMPTY_DEFAULT";

/** Properties of a ResourceDescriptor. */
interface IResourceDescriptor {
Expand Down
6 changes: 6 additions & 0 deletions dev/protos/firestore_v1beta1_proto_api.js
Original file line number Diff line number Diff line change
Expand Up @@ -2787,6 +2787,10 @@
case 6:
message[".google.api.fieldBehavior"][i] = 6;
break;
case "NON_EMPTY_DEFAULT":
case 7:
message[".google.api.fieldBehavior"][i] = 7;
break;
}
}
if (object[".google.api.resourceReference"] != null) {
Expand Down Expand Up @@ -14655,6 +14659,7 @@
* @property {string} INPUT_ONLY=INPUT_ONLY INPUT_ONLY value
* @property {string} IMMUTABLE=IMMUTABLE IMMUTABLE value
* @property {string} UNORDERED_LIST=UNORDERED_LIST UNORDERED_LIST value
* @property {string} NON_EMPTY_DEFAULT=NON_EMPTY_DEFAULT NON_EMPTY_DEFAULT value
*/
api.FieldBehavior = (function() {
var valuesById = {}, values = Object.create(valuesById);
Expand All @@ -14665,6 +14670,7 @@
values[valuesById[4] = "INPUT_ONLY"] = "INPUT_ONLY";
values[valuesById[5] = "IMMUTABLE"] = "IMMUTABLE";
values[valuesById[6] = "UNORDERED_LIST"] = "UNORDERED_LIST";
values[valuesById[7] = "NON_EMPTY_DEFAULT"] = "NON_EMPTY_DEFAULT";
return values;
})();

Expand Down
6 changes: 6 additions & 0 deletions dev/protos/google/api/field_behavior.proto
Original file line number Diff line number Diff line change
Expand Up @@ -81,4 +81,10 @@ enum FieldBehavior {
// in any arbitrary order, rather than the order the user originally
// provided. Additionally, the list's order may or may not be stable.
UNORDERED_LIST = 6;

// Denotes that this field returns a non-empty default value if not set.
// This indicates that if the user provides the empty value in a request,
// a non-empty value will be returned. The user will not be aware of what
// non-empty value to expect.
NON_EMPTY_DEFAULT = 7;
}
4 changes: 2 additions & 2 deletions synth.metadata
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"git": {
"name": ".",
"remote": "https://github.com/googleapis/nodejs-firestore.git",
"sha": "2406f6adf938126b642482ec34cd1094920d0442"
"sha": "26d480b4a7fbeb26e99bb23d7aa1fbd4802b738a"
}
},
{
Expand All @@ -19,7 +19,7 @@
"git": {
"name": "synthtool",
"remote": "https://github.com/googleapis/synthtool.git",
"sha": "e60186990fae9c4e14e046085b79c08917217040"
"sha": "39652e3948f455fd0b77535a0145eeec561a3706"
}
}
],
Expand Down

0 comments on commit db6e8c1

Please sign in to comment.