Class: Google::Cloud::SecureSourceManager::V1::FetchBlobResponse
- Inherits:
-
Object
- Object
- Google::Cloud::SecureSourceManager::V1::FetchBlobResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/securesourcemanager/v1/secure_source_manager.rb
Overview
Response message containing the content of a blob.
Instance Attribute Summary collapse
-
#content ⇒ ::String
The content of the blob, encoded as base64.
-
#sha ⇒ ::String
The SHA-1 hash of the blob.
Instance Attribute Details
#content ⇒ ::String
Returns The content of the blob, encoded as base64.
1537 1538 1539 1540 |
# File 'proto_docs/google/cloud/securesourcemanager/v1/secure_source_manager.rb', line 1537 class FetchBlobResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#sha ⇒ ::String
Returns The SHA-1 hash of the blob.
1537 1538 1539 1540 |
# File 'proto_docs/google/cloud/securesourcemanager/v1/secure_source_manager.rb', line 1537 class FetchBlobResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |