Reference documentation and code samples for the Artifact Registry V1 API class Google::Cloud::ArtifactRegistry::V1::Hash.
A hash of file content.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#type
def type() -> ::Google::Cloud::ArtifactRegistry::V1::Hash::HashType
Returns
- (::Google::Cloud::ArtifactRegistry::V1::Hash::HashType) — The algorithm used to compute the hash value.
#type=
def type=(value) -> ::Google::Cloud::ArtifactRegistry::V1::Hash::HashType
Parameter
- value (::Google::Cloud::ArtifactRegistry::V1::Hash::HashType) — The algorithm used to compute the hash value.
Returns
- (::Google::Cloud::ArtifactRegistry::V1::Hash::HashType) — The algorithm used to compute the hash value.
#value
def value() -> ::String
Returns
- (::String) — The hash value.
#value=
def value=(value) -> ::String
Parameter
- value (::String) — The hash value.
Returns
- (::String) — The hash value.