Skip to content

Commit d4b274b

Browse files
authored
Rerun proto-commit (#2252)
Signed-off-by: Faseela K <faseela.k@est.tech>
1 parent a5a786d commit d4b274b

File tree

1 file changed

+69
-0
lines changed

1 file changed

+69
-0
lines changed

proto.lock

Lines changed: 69 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32720,6 +32720,18 @@
3272032720
"integer": 2
3272132721
}
3272232722
]
32723+
},
32724+
{
32725+
"name": "EnvValueSource",
32726+
"enum_fields": [
32727+
{
32728+
"name": "INLINE"
32729+
},
32730+
{
32731+
"name": "HOST",
32732+
"integer": 1
32733+
}
32734+
]
3272332735
}
3272432736
],
3272532737
"messages": [
@@ -32775,11 +32787,50 @@
3277532787
"id": 10,
3277632788
"name": "priority",
3277732789
"type": "google.protobuf.Int64Value"
32790+
},
32791+
{
32792+
"id": 11,
32793+
"name": "vm_config",
32794+
"type": "VmConfig"
32795+
}
32796+
]
32797+
},
32798+
{
32799+
"name": "VmConfig",
32800+
"fields": [
32801+
{
32802+
"id": 1,
32803+
"name": "env",
32804+
"type": "EnvVar",
32805+
"is_repeated": true
32806+
}
32807+
]
32808+
},
32809+
{
32810+
"name": "EnvVar",
32811+
"fields": [
32812+
{
32813+
"id": 1,
32814+
"name": "name",
32815+
"type": "string"
32816+
},
32817+
{
32818+
"id": 3,
32819+
"name": "value_from",
32820+
"type": "EnvValueSource"
32821+
},
32822+
{
32823+
"id": 2,
32824+
"name": "value",
32825+
"type": "string"
3277832826
}
3277932827
]
3278032828
}
3278132829
],
3278232830
"imports": [
32831+
{
32832+
"path": "google/protobuf/any.proto"
32833+
},
3278332834
{
3278432835
"path": "google/protobuf/wrappers.proto"
3278532836
},
@@ -35012,6 +35063,14 @@
3501235063
"name": "proxy_metadata",
3501335064
"type": "string"
3501435065
}
35066+
},
35067+
{
35068+
"key_type": "string",
35069+
"field": {
35070+
"id": 37,
35071+
"name": "runtime_values",
35072+
"type": "string"
35073+
}
3501535074
}
3501635075
],
3501735076
"reserved_ids": [
@@ -35399,6 +35458,11 @@
3539935458
"id": 3,
3540035459
"name": "locality_lb_setting",
3540135460
"type": "LocalityLoadBalancerSetting"
35461+
},
35462+
{
35463+
"id": 4,
35464+
"name": "warmup_duration_secs",
35465+
"type": "google.protobuf.Duration"
3540235466
}
3540335467
],
3540435468
"messages": [
@@ -38173,6 +38237,11 @@
3817338237
"id": 3,
3817438238
"name": "locality_lb_setting",
3817538239
"type": "LocalityLoadBalancerSetting"
38240+
},
38241+
{
38242+
"id": 4,
38243+
"name": "warmup_duration_secs",
38244+
"type": "google.protobuf.Duration"
3817638245
}
3817738246
],
3817838247
"messages": [

0 commit comments

Comments
 (0)