Class: Google::Cloud::SecureSourceManager::V1::FetchBlobResponse

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#content::String

Returns The content of the blob, encoded as base64.

Returns:

  • (::String)

    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.

Returns:

  • (::String)

    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