File tree Expand file tree Collapse file tree 2 files changed +11
-0
lines changed
packages/google-cloud-deploy
google/cloud/deploy_v1/types
tests/unit/gapic/deploy_v1 Expand file tree Collapse file tree 2 files changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -1651,6 +1651,10 @@ class ExecutionConfig(proto.Message):
1651
1651
Execution. This must be between 10m and 24h in
1652
1652
seconds format. If unspecified, a default
1653
1653
timeout of 1h is used.
1654
+ verbose (bool):
1655
+ Optional. If true, additional logging will be
1656
+ enabled when running builds in this execution
1657
+ environment.
1654
1658
"""
1655
1659
1656
1660
class ExecutionEnvironmentUsage (proto .Enum ):
@@ -1711,6 +1715,10 @@ class ExecutionEnvironmentUsage(proto.Enum):
1711
1715
number = 7 ,
1712
1716
message = duration_pb2 .Duration ,
1713
1717
)
1718
+ verbose : bool = proto .Field (
1719
+ proto .BOOL ,
1720
+ number = 8 ,
1721
+ )
1714
1722
1715
1723
1716
1724
class DefaultPool (proto .Message ):
Original file line number Diff line number Diff line change @@ -21459,6 +21459,7 @@ def test_create_target_rest(request_type):
21459
21459
"service_account": "service_account_value",
21460
21460
"artifact_storage": "artifact_storage_value",
21461
21461
"execution_timeout": {"seconds": 751, "nanos": 543},
21462
+ "verbose": True,
21462
21463
}
21463
21464
],
21464
21465
"deploy_parameters": {},
@@ -21903,6 +21904,7 @@ def test_update_target_rest(request_type):
21903
21904
"service_account": "service_account_value",
21904
21905
"artifact_storage": "artifact_storage_value",
21905
21906
"execution_timeout": {"seconds": 751, "nanos": 543},
21907
+ "verbose": True,
21906
21908
}
21907
21909
],
21908
21910
"deploy_parameters": {},
@@ -25405,6 +25407,7 @@ def test_create_release_rest(request_type):
25405
25407
"service_account": "service_account_value",
25406
25408
"artifact_storage": "artifact_storage_value",
25407
25409
"execution_timeout": {},
25410
+ "verbose": True,
25408
25411
}
25409
25412
],
25410
25413
"deploy_parameters": {},
You can’t perform that action at this time.
0 commit comments