Skip to content

Commit 52238e4

Browse files
feat(containeranalysis): update the api
#### containeranalysis:v1 The following keys were added: - schemas.BuildStep.properties.automapSubstitutions.type (Total Keys: 1) - schemas.ContaineranalysisGoogleDevtoolsCloudbuildV1BuildOptions.properties.automapSubstitutions.type (Total Keys: 1) - schemas.ContaineranalysisGoogleDevtoolsCloudbuildV1BuildStep.properties.automapSubstitutions.type (Total Keys: 1) #### containeranalysis:v1alpha1 The following keys were added: - schemas.BuildStep.properties.automapSubstitutions.type (Total Keys: 1) - schemas.ContaineranalysisGoogleDevtoolsCloudbuildV1BuildOptions.properties.automapSubstitutions.type (Total Keys: 1) - schemas.ContaineranalysisGoogleDevtoolsCloudbuildV1BuildStep.properties.automapSubstitutions.type (Total Keys: 1) #### containeranalysis:v1beta1 The following keys were added: - schemas.BuildStep.properties.automapSubstitutions.type (Total Keys: 1) - schemas.ContaineranalysisGoogleDevtoolsCloudbuildV1BuildOptions.properties.automapSubstitutions.type (Total Keys: 1) - schemas.ContaineranalysisGoogleDevtoolsCloudbuildV1BuildStep.properties.automapSubstitutions.type (Total Keys: 1)
1 parent f12933c commit 52238e4

File tree

3 files changed

+42
-6
lines changed

3 files changed

+42
-6
lines changed

googleapiclient/discovery_cache/documents/containeranalysis.v1.json

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -755,7 +755,7 @@
755755
}
756756
}
757757
},
758-
"revision": "20230717",
758+
"revision": "20230728",
759759
"rootUrl": "https://containeranalysis.googleapis.com/",
760760
"schemas": {
761761
"AliasContext": {
@@ -1158,7 +1158,7 @@
11581158
"type": "object"
11591159
},
11601160
"BuildStep": {
1161-
"description": "A step in the build pipeline. Next ID: 20",
1161+
"description": "A step in the build pipeline. Next ID: 21",
11621162
"id": "BuildStep",
11631163
"properties": {
11641164
"allowExitCodes": {
@@ -1180,6 +1180,10 @@
11801180
},
11811181
"type": "array"
11821182
},
1183+
"automapSubstitutions": {
1184+
"description": "Option to include built-in and custom substitutions as env variables for this build step. This option will override the global option in BuildOption.",
1185+
"type": "boolean"
1186+
},
11831187
"dir": {
11841188
"description": "Working directory to use when running this step's container. If this value is a relative path, it is relative to the build's working directory. If this value is absolute, it may be outside the build's working directory, in which case the contents of the path may not be persisted across build step executions, unless a `volume` for that path is specified. If the build specifies a `RepoSource` with `dir` and a step with a `dir`, which specifies an absolute path, the `RepoSource` `dir` is ignored for the step's execution.",
11851189
"type": "string"
@@ -2221,6 +2225,10 @@
22212225
"description": "Optional arguments to enable specific features of builds.",
22222226
"id": "ContaineranalysisGoogleDevtoolsCloudbuildV1BuildOptions",
22232227
"properties": {
2228+
"automapSubstitutions": {
2229+
"description": "Option to include built-in and custom substitutions as env variables for all build steps.",
2230+
"type": "boolean"
2231+
},
22242232
"defaultLogsBucketBehavior": {
22252233
"description": "Optional. Option to specify how default logs buckets are setup.",
22262234
"enum": [
@@ -2414,6 +2422,10 @@
24142422
},
24152423
"type": "array"
24162424
},
2425+
"automapSubstitutions": {
2426+
"description": "Option to include built-in and custom substitutions as env variables for this build step. This option will override the global option in BuildOption.",
2427+
"type": "boolean"
2428+
},
24172429
"dir": {
24182430
"description": "Working directory to use when running this step's container. If this value is a relative path, it is relative to the build's working directory. If this value is absolute, it may be outside the build's working directory, in which case the contents of the path may not be persisted across build step executions, unless a `volume` for that path is specified. If the build specifies a `RepoSource` with `dir` and a step with a `dir`, which specifies an absolute path, the `RepoSource` `dir` is ignored for the step's execution.",
24192431
"type": "string"

googleapiclient/discovery_cache/documents/containeranalysis.v1alpha1.json

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1233,7 +1233,7 @@
12331233
}
12341234
}
12351235
},
1236-
"revision": "20230717",
1236+
"revision": "20230728",
12371237
"rootUrl": "https://containeranalysis.googleapis.com/",
12381238
"schemas": {
12391239
"AnalysisCompleted": {
@@ -1589,7 +1589,7 @@
15891589
"type": "object"
15901590
},
15911591
"BuildStep": {
1592-
"description": "A step in the build pipeline. Next ID: 20",
1592+
"description": "A step in the build pipeline. Next ID: 21",
15931593
"id": "BuildStep",
15941594
"properties": {
15951595
"allowExitCodes": {
@@ -1611,6 +1611,10 @@
16111611
},
16121612
"type": "array"
16131613
},
1614+
"automapSubstitutions": {
1615+
"description": "Option to include built-in and custom substitutions as env variables for this build step. This option will override the global option in BuildOption.",
1616+
"type": "boolean"
1617+
},
16141618
"dir": {
16151619
"description": "Working directory to use when running this step's container. If this value is a relative path, it is relative to the build's working directory. If this value is absolute, it may be outside the build's working directory, in which case the contents of the path may not be persisted across build step executions, unless a `volume` for that path is specified. If the build specifies a `RepoSource` with `dir` and a step with a `dir`, which specifies an absolute path, the `RepoSource` `dir` is ignored for the step's execution.",
16161620
"type": "string"
@@ -2510,6 +2514,10 @@
25102514
"description": "Optional arguments to enable specific features of builds.",
25112515
"id": "ContaineranalysisGoogleDevtoolsCloudbuildV1BuildOptions",
25122516
"properties": {
2517+
"automapSubstitutions": {
2518+
"description": "Option to include built-in and custom substitutions as env variables for all build steps.",
2519+
"type": "boolean"
2520+
},
25132521
"defaultLogsBucketBehavior": {
25142522
"description": "Optional. Option to specify how default logs buckets are setup.",
25152523
"enum": [
@@ -2703,6 +2711,10 @@
27032711
},
27042712
"type": "array"
27052713
},
2714+
"automapSubstitutions": {
2715+
"description": "Option to include built-in and custom substitutions as env variables for this build step. This option will override the global option in BuildOption.",
2716+
"type": "boolean"
2717+
},
27062718
"dir": {
27072719
"description": "Working directory to use when running this step's container. If this value is a relative path, it is relative to the build's working directory. If this value is absolute, it may be outside the build's working directory, in which case the contents of the path may not be persisted across build step executions, unless a `volume` for that path is specified. If the build specifies a `RepoSource` with `dir` and a step with a `dir`, which specifies an absolute path, the `RepoSource` `dir` is ignored for the step's execution.",
27082720
"type": "string"

googleapiclient/discovery_cache/documents/containeranalysis.v1beta1.json

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -815,7 +815,7 @@
815815
}
816816
}
817817
},
818-
"revision": "20230717",
818+
"revision": "20230728",
819819
"rootUrl": "https://containeranalysis.googleapis.com/",
820820
"schemas": {
821821
"AliasContext": {
@@ -1255,7 +1255,7 @@
12551255
"type": "object"
12561256
},
12571257
"BuildStep": {
1258-
"description": "A step in the build pipeline. Next ID: 20",
1258+
"description": "A step in the build pipeline. Next ID: 21",
12591259
"id": "BuildStep",
12601260
"properties": {
12611261
"allowExitCodes": {
@@ -1277,6 +1277,10 @@
12771277
},
12781278
"type": "array"
12791279
},
1280+
"automapSubstitutions": {
1281+
"description": "Option to include built-in and custom substitutions as env variables for this build step. This option will override the global option in BuildOption.",
1282+
"type": "boolean"
1283+
},
12801284
"dir": {
12811285
"description": "Working directory to use when running this step's container. If this value is a relative path, it is relative to the build's working directory. If this value is absolute, it may be outside the build's working directory, in which case the contents of the path may not be persisted across build step executions, unless a `volume` for that path is specified. If the build specifies a `RepoSource` with `dir` and a step with a `dir`, which specifies an absolute path, the `RepoSource` `dir` is ignored for the step's execution.",
12821286
"type": "string"
@@ -2194,6 +2198,10 @@
21942198
"description": "Optional arguments to enable specific features of builds.",
21952199
"id": "ContaineranalysisGoogleDevtoolsCloudbuildV1BuildOptions",
21962200
"properties": {
2201+
"automapSubstitutions": {
2202+
"description": "Option to include built-in and custom substitutions as env variables for all build steps.",
2203+
"type": "boolean"
2204+
},
21972205
"defaultLogsBucketBehavior": {
21982206
"description": "Optional. Option to specify how default logs buckets are setup.",
21992207
"enum": [
@@ -2387,6 +2395,10 @@
23872395
},
23882396
"type": "array"
23892397
},
2398+
"automapSubstitutions": {
2399+
"description": "Option to include built-in and custom substitutions as env variables for this build step. This option will override the global option in BuildOption.",
2400+
"type": "boolean"
2401+
},
23902402
"dir": {
23912403
"description": "Working directory to use when running this step's container. If this value is a relative path, it is relative to the build's working directory. If this value is absolute, it may be outside the build's working directory, in which case the contents of the path may not be persisted across build step executions, unless a `volume` for that path is specified. If the build specifies a `RepoSource` with `dir` and a step with a `dir`, which specifies an absolute path, the `RepoSource` `dir` is ignored for the step's execution.",
23922404
"type": "string"

0 commit comments

Comments
 (0)