google-apis-containeranalysis_v1alpha1 0.88.0 → 0.89.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 3ca7c1e34881f8caee85afcec1f13a5f85264b1da71c734fc8572da3828f4507
|
|
4
|
+
data.tar.gz: 85286a28a334671167d6a1835115c86f8a43ba2bfa5f0c99872ea41e3194bebb
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 4d6a3c65d910af69cdcdb3bc7b02c33030aadb3b9a5e37631dd0425419125fec3357ec8853ce08e83d3702259f71a65607018897d2dcd07d8872480b2b3f1c4b
|
|
7
|
+
data.tar.gz: 978306d65792bd1b5eea6d6889e81514fc7cb2d8b7963796b6a2d7c9dc5c3da1e356305486c1b7bb763ee1414d08d00f6d66dd522a94e8e032a02a438d31ca05
|
data/CHANGELOG.md
CHANGED
|
@@ -2622,6 +2622,14 @@ module Google
|
|
|
2622
2622
|
# @return [String]
|
|
2623
2623
|
attr_accessor :dest_path
|
|
2624
2624
|
|
|
2625
|
+
# Optional. True if remote tags should be fetched too (default false). Note:
|
|
2626
|
+
# when depth is 1 (default), git fetch only retrieves tags pointing to commits
|
|
2627
|
+
# within the shallow boundary. Set depth to -1 to fetch all historical tags.
|
|
2628
|
+
# Corresponds to the JSON property `fetchTags`
|
|
2629
|
+
# @return [Boolean]
|
|
2630
|
+
attr_accessor :fetch_tags
|
|
2631
|
+
alias_method :fetch_tags?, :fetch_tags
|
|
2632
|
+
|
|
2625
2633
|
# Optional. True if submodules should be fetched too (default false).
|
|
2626
2634
|
# Corresponds to the JSON property `recurseSubmodules`
|
|
2627
2635
|
# @return [Boolean]
|
|
@@ -2646,6 +2654,7 @@ module Google
|
|
|
2646
2654
|
def update!(**args)
|
|
2647
2655
|
@depth = args[:depth] if args.key?(:depth)
|
|
2648
2656
|
@dest_path = args[:dest_path] if args.key?(:dest_path)
|
|
2657
|
+
@fetch_tags = args[:fetch_tags] if args.key?(:fetch_tags)
|
|
2649
2658
|
@recurse_submodules = args[:recurse_submodules] if args.key?(:recurse_submodules)
|
|
2650
2659
|
@repository = args[:repository] if args.key?(:repository)
|
|
2651
2660
|
@revision = args[:revision] if args.key?(:revision)
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module ContaineranalysisV1alpha1
|
|
18
18
|
# Version of the google-apis-containeranalysis_v1alpha1 gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.89.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.19.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20260812"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -1865,6 +1865,7 @@ module Google
|
|
|
1865
1865
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1866
1866
|
property :depth, :numeric_string => true, as: 'depth'
|
|
1867
1867
|
property :dest_path, as: 'destPath'
|
|
1868
|
+
property :fetch_tags, as: 'fetchTags'
|
|
1868
1869
|
property :recurse_submodules, as: 'recurseSubmodules'
|
|
1869
1870
|
property :repository, as: 'repository', class: Google::Apis::ContaineranalysisV1alpha1::ContaineranalysisGoogleDevtoolsCloudbuildV1DependencyGitSourceRepository, decorator: Google::Apis::ContaineranalysisV1alpha1::ContaineranalysisGoogleDevtoolsCloudbuildV1DependencyGitSourceRepository::Representation
|
|
1870
1871
|
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-apis-containeranalysis_v1alpha1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.89.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Google LLC
|
|
@@ -57,7 +57,7 @@ licenses:
|
|
|
57
57
|
metadata:
|
|
58
58
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
|
59
59
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-containeranalysis_v1alpha1/CHANGELOG.md
|
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-containeranalysis_v1alpha1/v0.
|
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-containeranalysis_v1alpha1/v0.89.0
|
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-containeranalysis_v1alpha1
|
|
62
62
|
rdoc_options: []
|
|
63
63
|
require_paths:
|