Secure Source Manager V1 API - Class Google::Cloud::SecureSourceManager::V1::FetchBlobRequest (v2.2.0)

Reference documentation and code samples for the Secure Source Manager V1 API class Google::Cloud::SecureSourceManager::V1::FetchBlobRequest.

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

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#repository

def repository() -> ::String
Returns
  • (::String) — Required. The format is projects/{project_number}/locations/{location_id}/repositories/{repository_id}. Specifies the repository containing the blob.

#repository=

def repository=(value) -> ::String
Parameter
  • value (::String) — 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.

#sha

def sha() -> ::String
Returns
  • (::String) — Required. The SHA-1 hash of the blob to retrieve.

#sha=

def sha=(value) -> ::String
Parameter
  • value (::String) — Required. The SHA-1 hash of the blob to retrieve.
Returns
  • (::String) — Required. The SHA-1 hash of the blob to retrieve.