Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -4913,7 +4913,7 @@ def delete_attachment request, options = nil
end

##
# Exports an artifact.
# Exports an artifact to a Cloud Storage bucket.
#
# @overload export_artifact(request, options = nil)
# Pass arguments to `export_artifact` via a request object, either of type
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4564,7 +4564,7 @@ def delete_attachment request, options = nil
end

##
# Exports an artifact.
# Exports an artifact to a Cloud Storage bucket.
#
# @overload export_artifact(request, options = nil)
# Pass arguments to `export_artifact` via a request object, either of type
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,11 @@ module V1
# @!attribute [rw] annotations
# @return [::Google::Protobuf::Map{::String => ::String}]
# Optional. Client specified annotations.
# @!attribute [r] fingerprints
# @return [::Array<::Google::Cloud::ArtifactRegistry::V1::Hash>]
# Output only. Immutable reference for the version, calculated based on the
# version's content. Currently we only support dirsum_sha256 hash algorithm.
# Additional hash algorithms may be added in the future.
class Version
include ::Google::Protobuf::MessageExts
extend ::Google::Protobuf::MessageExts::ClassMethods
Expand Down