diff --git a/packages/google-cloud-vpc-access/protos/protos.d.ts b/packages/google-cloud-vpc-access/protos/protos.d.ts index 15ef8ff2a79..e1148a60ab4 100644 --- a/packages/google-cloud-vpc-access/protos/protos.d.ts +++ b/packages/google-cloud-vpc-access/protos/protos.d.ts @@ -1316,7 +1316,8 @@ export namespace google { OUTPUT_ONLY = 3, INPUT_ONLY = 4, IMMUTABLE = 5, - UNORDERED_LIST = 6 + UNORDERED_LIST = 6, + NON_EMPTY_DEFAULT = 7 } /** Properties of a ResourceDescriptor. */ diff --git a/packages/google-cloud-vpc-access/protos/protos.js b/packages/google-cloud-vpc-access/protos/protos.js index 42962764bd1..6d6b5fc34ef 100644 --- a/packages/google-cloud-vpc-access/protos/protos.js +++ b/packages/google-cloud-vpc-access/protos/protos.js @@ -3133,6 +3133,7 @@ * @property {number} INPUT_ONLY=4 INPUT_ONLY value * @property {number} IMMUTABLE=5 IMMUTABLE value * @property {number} UNORDERED_LIST=6 UNORDERED_LIST value + * @property {number} NON_EMPTY_DEFAULT=7 NON_EMPTY_DEFAULT value */ api.FieldBehavior = (function() { var valuesById = {}, values = Object.create(valuesById); @@ -3143,6 +3144,7 @@ values[valuesById[4] = "INPUT_ONLY"] = 4; values[valuesById[5] = "IMMUTABLE"] = 5; values[valuesById[6] = "UNORDERED_LIST"] = 6; + values[valuesById[7] = "NON_EMPTY_DEFAULT"] = 7; return values; })(); @@ -9311,6 +9313,7 @@ case 4: case 5: case 6: + case 7: break; } } @@ -9415,6 +9418,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) { diff --git a/packages/google-cloud-vpc-access/protos/protos.json b/packages/google-cloud-vpc-access/protos/protos.json index b7e49f0852d..d0713fd5a2f 100644 --- a/packages/google-cloud-vpc-access/protos/protos.json +++ b/packages/google-cloud-vpc-access/protos/protos.json @@ -435,7 +435,8 @@ "OUTPUT_ONLY": 3, "INPUT_ONLY": 4, "IMMUTABLE": 5, - "UNORDERED_LIST": 6 + "UNORDERED_LIST": 6, + "NON_EMPTY_DEFAULT": 7 } }, "resourceReference": { @@ -1078,6 +1079,18 @@ ] ], "reserved": [ + [ + 4, + 4 + ], + [ + 5, + 5 + ], + [ + 6, + 6 + ], [ 8, 8