Reference documentation and code samples for the Secure Source Manager V1 API class Google::Cloud::SecureSourceManager::V1::FetchBlobResponse.
Response message containing the content of a blob.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#content
def content() -> ::String
Returns
- (::String) — The content of the blob, encoded as base64.
#content=
def content=(value) -> ::String
Parameter
- value (::String) — The content of the blob, encoded as base64.
Returns
- (::String) — The content of the blob, encoded as base64.
#sha
def sha() -> ::String
Returns
- (::String) — The SHA-1 hash of the blob.
#sha=
def sha=(value) -> ::String
Parameter
- value (::String) — The SHA-1 hash of the blob.
Returns
- (::String) — The SHA-1 hash of the blob.