Skip to content

Commit

Permalink
feat: Generate Google.Apis.ContainerAnalysis.v1alpha1 version 1.68.0.…
Browse files Browse the repository at this point in the history
…3554
  • Loading branch information
amanda-tarafa authored and jskeet committed Sep 30, 2024
1 parent 517000c commit 8ae312c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
8 changes: 5 additions & 3 deletions DiscoveryJson/containeranalysis.v1alpha1.json
Original file line number Diff line number Diff line change
Expand Up @@ -1420,7 +1420,7 @@
}
}
},
"revision": "20240816",
"revision": "20240924",
"rootUrl": "https://containeranalysis.googleapis.com/",
"schemas": {
"AnalysisCompleted": {
Expand Down Expand Up @@ -2721,11 +2721,13 @@
"description": "Optional. Option to specify how default logs buckets are setup.",
"enum": [
"DEFAULT_LOGS_BUCKET_BEHAVIOR_UNSPECIFIED",
"REGIONAL_USER_OWNED_BUCKET"
"REGIONAL_USER_OWNED_BUCKET",
"LEGACY_BUCKET"
],
"enumDescriptions": [
"Unspecified.",
"Bucket is located in user-owned project in the same region as the build. The builder service account must have access to create and write to Cloud Storage buckets in the build project."
"Bucket is located in user-owned project in the same region as the build. The builder service account must have access to create and write to Cloud Storage buckets in the build project.",
"Bucket is located in a Google-owned project and is not regionalized."
],
"type": "string"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<!-- nupkg information -->
<PropertyGroup>
<Title>Google.Apis.ContainerAnalysis.v1alpha1 Client Library</Title>
<Version>1.68.0.3515</Version>
<Version>1.68.0.3554</Version>
<Authors>Google LLC</Authors>
<Copyright>Copyright 2024 Google LLC</Copyright>
<PackageTags>Google</PackageTags>
Expand Down

0 comments on commit 8ae312c

Please sign in to comment.