Reference documentation and code samples for the Cloud Build V1 API class Google::Cloud::Build::V1::Hash.
Container message for hash values.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#type
def
type
()
-
>
::
Google
::
Cloud
::
Build
::
V1
::
Hash
::
HashType
Returns
- ( ::Google::Cloud::Build::V1::Hash::HashType ) — The type of hash that was performed.
#type=
def
type=
(
value
)
-
>
::
Google
::
Cloud
::
Build
::
V1
::
Hash
::
HashType
Parameter
- value( ::Google::Cloud::Build::V1::Hash::HashType ) — The type of hash that was performed.
Returns
- ( ::Google::Cloud::Build::V1::Hash::HashType ) — The type of hash that was performed.
#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.