Class: Google::Cloud::SecureSourceManager::V1::FetchBlobRequest

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

Request message for fetching a blob (file content) from a repository.

Instance Attribute Summary collapse

Instance Attribute Details

#repository::String

Returns Required. The format is projects/{project_number}/locations/{location_id}/repositories/{repository_id}. Specifies the repository containing the blob.

Returns:

  • (::String)

    Required. The format is projects/{project_number}/locations/{location_id}/repositories/{repository_id}. Specifies the repository containing the blob.



1525
1526
1527
1528
# File 'proto_docs/google/cloud/securesourcemanager/v1/secure_source_manager.rb', line 1525

class FetchBlobRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#sha::String

Returns Required. The SHA-1 hash of the blob to retrieve.

Returns:

  • (::String)

    Required. The SHA-1 hash of the blob to retrieve.



1525
1526
1527
1528
# File 'proto_docs/google/cloud/securesourcemanager/v1/secure_source_manager.rb', line 1525

class FetchBlobRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end