You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/dyn/containeranalysis_v1.projects.locations.notes.occurrences.html
+12Lines changed: 12 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -866,6 +866,18 @@ <h3>Method Details</h3>
866
866
"fileLocation": [ # The location at which this package was found.
867
867
{ # Indicates the location at which a package was found.
868
868
"filePath": "A String", # For jars that are contained inside .war files, this filepath can indicate the path to war file combined with the path to jar file.
869
+
"layerDetails": { # Details about the layer a package was found in. # Each package found in a file should have its own layer metadata (that is, information from the origin layer of the package).
870
+
"baseImages": [ # The base images the layer is found within.
871
+
{ # BaseImage describes a base image of a container image.
872
+
"layerCount": 42, # The number of layers that the base image is composed of.
873
+
"name": "A String", # The name of the base image.
874
+
"repository": "A String", # The repository name in which the base image is from.
875
+
},
876
+
],
877
+
"command": "A String", # The layer build command that was used to build the layer. This may not be found in all layers depending on how the container image is built.
878
+
"diffId": "A String", # The diff ID (typically a sha256 hash) of the layer in the container image.
879
+
"index": 42, # The index of the layer in the container image.
880
+
},
869
881
},
870
882
],
871
883
"fixAvailable": True or False, # Output only. Whether a fix is available for this package.
Copy file name to clipboardExpand all lines: docs/dyn/containeranalysis_v1.projects.locations.occurrences.html
+96Lines changed: 96 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -882,6 +882,18 @@ <h3>Method Details</h3>
882
882
"fileLocation": [ # The location at which this package was found.
883
883
{ # Indicates the location at which a package was found.
884
884
"filePath": "A String", # For jars that are contained inside .war files, this filepath can indicate the path to war file combined with the path to jar file.
885
+
"layerDetails": { # Details about the layer a package was found in. # Each package found in a file should have its own layer metadata (that is, information from the origin layer of the package).
886
+
"baseImages": [ # The base images the layer is found within.
887
+
{ # BaseImage describes a base image of a container image.
888
+
"layerCount": 42, # The number of layers that the base image is composed of.
889
+
"name": "A String", # The name of the base image.
890
+
"repository": "A String", # The repository name in which the base image is from.
891
+
},
892
+
],
893
+
"command": "A String", # The layer build command that was used to build the layer. This may not be found in all layers depending on how the container image is built.
894
+
"diffId": "A String", # The diff ID (typically a sha256 hash) of the layer in the container image.
895
+
"index": 42, # The index of the layer in the container image.
896
+
},
885
897
},
886
898
],
887
899
"fixAvailable": True or False, # Output only. Whether a fix is available for this package.
@@ -1708,6 +1720,18 @@ <h3>Method Details</h3>
1708
1720
"fileLocation": [ # The location at which this package was found.
1709
1721
{ # Indicates the location at which a package was found.
1710
1722
"filePath": "A String", # For jars that are contained inside .war files, this filepath can indicate the path to war file combined with the path to jar file.
1723
+
"layerDetails": { # Details about the layer a package was found in. # Each package found in a file should have its own layer metadata (that is, information from the origin layer of the package).
1724
+
"baseImages": [ # The base images the layer is found within.
1725
+
{ # BaseImage describes a base image of a container image.
1726
+
"layerCount": 42, # The number of layers that the base image is composed of.
1727
+
"name": "A String", # The name of the base image.
1728
+
"repository": "A String", # The repository name in which the base image is from.
1729
+
},
1730
+
],
1731
+
"command": "A String", # The layer build command that was used to build the layer. This may not be found in all layers depending on how the container image is built.
1732
+
"diffId": "A String", # The diff ID (typically a sha256 hash) of the layer in the container image.
1733
+
"index": 42, # The index of the layer in the container image.
1734
+
},
1711
1735
},
1712
1736
],
1713
1737
"fixAvailable": True or False, # Output only. Whether a fix is available for this package.
@@ -2539,6 +2563,18 @@ <h3>Method Details</h3>
2539
2563
"fileLocation": [ # The location at which this package was found.
2540
2564
{ # Indicates the location at which a package was found.
2541
2565
"filePath": "A String", # For jars that are contained inside .war files, this filepath can indicate the path to war file combined with the path to jar file.
2566
+
"layerDetails": { # Details about the layer a package was found in. # Each package found in a file should have its own layer metadata (that is, information from the origin layer of the package).
2567
+
"baseImages": [ # The base images the layer is found within.
2568
+
{ # BaseImage describes a base image of a container image.
2569
+
"layerCount": 42, # The number of layers that the base image is composed of.
2570
+
"name": "A String", # The name of the base image.
2571
+
"repository": "A String", # The repository name in which the base image is from.
2572
+
},
2573
+
],
2574
+
"command": "A String", # The layer build command that was used to build the layer. This may not be found in all layers depending on how the container image is built.
2575
+
"diffId": "A String", # The diff ID (typically a sha256 hash) of the layer in the container image.
2576
+
"index": 42, # The index of the layer in the container image.
2577
+
},
2542
2578
},
2543
2579
],
2544
2580
"fixAvailable": True or False, # Output only. Whether a fix is available for this package.
@@ -3361,6 +3397,18 @@ <h3>Method Details</h3>
3361
3397
"fileLocation": [ # The location at which this package was found.
3362
3398
{ # Indicates the location at which a package was found.
3363
3399
"filePath": "A String", # For jars that are contained inside .war files, this filepath can indicate the path to war file combined with the path to jar file.
3400
+
"layerDetails": { # Details about the layer a package was found in. # Each package found in a file should have its own layer metadata (that is, information from the origin layer of the package).
3401
+
"baseImages": [ # The base images the layer is found within.
3402
+
{ # BaseImage describes a base image of a container image.
3403
+
"layerCount": 42, # The number of layers that the base image is composed of.
3404
+
"name": "A String", # The name of the base image.
3405
+
"repository": "A String", # The repository name in which the base image is from.
3406
+
},
3407
+
],
3408
+
"command": "A String", # The layer build command that was used to build the layer. This may not be found in all layers depending on how the container image is built.
3409
+
"diffId": "A String", # The diff ID (typically a sha256 hash) of the layer in the container image.
3410
+
"index": 42, # The index of the layer in the container image.
3411
+
},
3364
3412
},
3365
3413
],
3366
3414
"fixAvailable": True or False, # Output only. Whether a fix is available for this package.
@@ -4208,6 +4256,18 @@ <h3>Method Details</h3>
4208
4256
"fileLocation": [ # The location at which this package was found.
4209
4257
{ # Indicates the location at which a package was found.
4210
4258
"filePath": "A String", # For jars that are contained inside .war files, this filepath can indicate the path to war file combined with the path to jar file.
4259
+
"layerDetails": { # Details about the layer a package was found in. # Each package found in a file should have its own layer metadata (that is, information from the origin layer of the package).
4260
+
"baseImages": [ # The base images the layer is found within.
4261
+
{ # BaseImage describes a base image of a container image.
4262
+
"layerCount": 42, # The number of layers that the base image is composed of.
4263
+
"name": "A String", # The name of the base image.
4264
+
"repository": "A String", # The repository name in which the base image is from.
4265
+
},
4266
+
],
4267
+
"command": "A String", # The layer build command that was used to build the layer. This may not be found in all layers depending on how the container image is built.
4268
+
"diffId": "A String", # The diff ID (typically a sha256 hash) of the layer in the container image.
4269
+
"index": 42, # The index of the layer in the container image.
4270
+
},
4211
4271
},
4212
4272
],
4213
4273
"fixAvailable": True or False, # Output only. Whether a fix is available for this package.
@@ -5416,6 +5476,18 @@ <h3>Method Details</h3>
5416
5476
"fileLocation": [ # The location at which this package was found.
5417
5477
{ # Indicates the location at which a package was found.
5418
5478
"filePath": "A String", # For jars that are contained inside .war files, this filepath can indicate the path to war file combined with the path to jar file.
5479
+
"layerDetails": { # Details about the layer a package was found in. # Each package found in a file should have its own layer metadata (that is, information from the origin layer of the package).
5480
+
"baseImages": [ # The base images the layer is found within.
5481
+
{ # BaseImage describes a base image of a container image.
5482
+
"layerCount": 42, # The number of layers that the base image is composed of.
5483
+
"name": "A String", # The name of the base image.
5484
+
"repository": "A String", # The repository name in which the base image is from.
5485
+
},
5486
+
],
5487
+
"command": "A String", # The layer build command that was used to build the layer. This may not be found in all layers depending on how the container image is built.
5488
+
"diffId": "A String", # The diff ID (typically a sha256 hash) of the layer in the container image.
5489
+
"index": 42, # The index of the layer in the container image.
5490
+
},
5419
5491
},
5420
5492
],
5421
5493
"fixAvailable": True or False, # Output only. Whether a fix is available for this package.
@@ -6256,6 +6328,18 @@ <h3>Method Details</h3>
6256
6328
"fileLocation": [ # The location at which this package was found.
6257
6329
{ # Indicates the location at which a package was found.
6258
6330
"filePath": "A String", # For jars that are contained inside .war files, this filepath can indicate the path to war file combined with the path to jar file.
6331
+
"layerDetails": { # Details about the layer a package was found in. # Each package found in a file should have its own layer metadata (that is, information from the origin layer of the package).
6332
+
"baseImages": [ # The base images the layer is found within.
6333
+
{ # BaseImage describes a base image of a container image.
6334
+
"layerCount": 42, # The number of layers that the base image is composed of.
6335
+
"name": "A String", # The name of the base image.
6336
+
"repository": "A String", # The repository name in which the base image is from.
6337
+
},
6338
+
],
6339
+
"command": "A String", # The layer build command that was used to build the layer. This may not be found in all layers depending on how the container image is built.
6340
+
"diffId": "A String", # The diff ID (typically a sha256 hash) of the layer in the container image.
6341
+
"index": 42, # The index of the layer in the container image.
6342
+
},
6259
6343
},
6260
6344
],
6261
6345
"fixAvailable": True or False, # Output only. Whether a fix is available for this package.
@@ -7079,6 +7163,18 @@ <h3>Method Details</h3>
7079
7163
"fileLocation": [ # The location at which this package was found.
7080
7164
{ # Indicates the location at which a package was found.
7081
7165
"filePath": "A String", # For jars that are contained inside .war files, this filepath can indicate the path to war file combined with the path to jar file.
7166
+
"layerDetails": { # Details about the layer a package was found in. # Each package found in a file should have its own layer metadata (that is, information from the origin layer of the package).
7167
+
"baseImages": [ # The base images the layer is found within.
7168
+
{ # BaseImage describes a base image of a container image.
7169
+
"layerCount": 42, # The number of layers that the base image is composed of.
7170
+
"name": "A String", # The name of the base image.
7171
+
"repository": "A String", # The repository name in which the base image is from.
7172
+
},
7173
+
],
7174
+
"command": "A String", # The layer build command that was used to build the layer. This may not be found in all layers depending on how the container image is built.
7175
+
"diffId": "A String", # The diff ID (typically a sha256 hash) of the layer in the container image.
7176
+
"index": 42, # The index of the layer in the container image.
7177
+
},
7082
7178
},
7083
7179
],
7084
7180
"fixAvailable": True or False, # Output only. Whether a fix is available for this package.
Copy file name to clipboardExpand all lines: docs/dyn/containeranalysis_v1.projects.notes.occurrences.html
+12Lines changed: 12 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -866,6 +866,18 @@ <h3>Method Details</h3>
866
866
"fileLocation": [ # The location at which this package was found.
867
867
{ # Indicates the location at which a package was found.
868
868
"filePath": "A String", # For jars that are contained inside .war files, this filepath can indicate the path to war file combined with the path to jar file.
869
+
"layerDetails": { # Details about the layer a package was found in. # Each package found in a file should have its own layer metadata (that is, information from the origin layer of the package).
870
+
"baseImages": [ # The base images the layer is found within.
871
+
{ # BaseImage describes a base image of a container image.
872
+
"layerCount": 42, # The number of layers that the base image is composed of.
873
+
"name": "A String", # The name of the base image.
874
+
"repository": "A String", # The repository name in which the base image is from.
875
+
},
876
+
],
877
+
"command": "A String", # The layer build command that was used to build the layer. This may not be found in all layers depending on how the container image is built.
878
+
"diffId": "A String", # The diff ID (typically a sha256 hash) of the layer in the container image.
879
+
"index": 42, # The index of the layer in the container image.
880
+
},
869
881
},
870
882
],
871
883
"fixAvailable": True or False, # Output only. Whether a fix is available for this package.
0 commit comments