File tree Expand file tree Collapse file tree 1 file changed +69
-0
lines changed Expand file tree Collapse file tree 1 file changed +69
-0
lines changed Original file line number Diff line number Diff line change 32720
32720
"integer": 2
32721
32721
}
32722
32722
]
32723
+ },
32724
+ {
32725
+ "name": "EnvValueSource",
32726
+ "enum_fields": [
32727
+ {
32728
+ "name": "INLINE"
32729
+ },
32730
+ {
32731
+ "name": "HOST",
32732
+ "integer": 1
32733
+ }
32734
+ ]
32723
32735
}
32724
32736
],
32725
32737
"messages": [
@@ -32775,11 +32787,50 @@
32775
32787
"id": 10,
32776
32788
"name": "priority",
32777
32789
"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"
32778
32826
}
32779
32827
]
32780
32828
}
32781
32829
],
32782
32830
"imports": [
32831
+ {
32832
+ "path": "google/protobuf/any.proto"
32833
+ },
32783
32834
{
32784
32835
"path": "google/protobuf/wrappers.proto"
32785
32836
},
35012
35063
"name": "proxy_metadata",
35013
35064
"type": "string"
35014
35065
}
35066
+ },
35067
+ {
35068
+ "key_type": "string",
35069
+ "field": {
35070
+ "id": 37,
35071
+ "name": "runtime_values",
35072
+ "type": "string"
35073
+ }
35015
35074
}
35016
35075
],
35017
35076
"reserved_ids": [
35399
35458
"id": 3,
35400
35459
"name": "locality_lb_setting",
35401
35460
"type": "LocalityLoadBalancerSetting"
35461
+ },
35462
+ {
35463
+ "id": 4,
35464
+ "name": "warmup_duration_secs",
35465
+ "type": "google.protobuf.Duration"
35402
35466
}
35403
35467
],
35404
35468
"messages": [
38173
38237
"id": 3,
38174
38238
"name": "locality_lb_setting",
38175
38239
"type": "LocalityLoadBalancerSetting"
38240
+ },
38241
+ {
38242
+ "id": 4,
38243
+ "name": "warmup_duration_secs",
38244
+ "type": "google.protobuf.Duration"
38176
38245
}
38177
38246
],
38178
38247
"messages": [
You can’t perform that action at this time.
0 commit comments