Reference documentation and code samples for the Google Cloud Secure Source Manager V1 Client class FetchBlobRequest.
Request message for fetching a blob (file content) from a repository.
Generated from protobuf message google.cloud.securesourcemanager.v1.FetchBlobRequest
Namespace
Google \ Cloud \ SecureSourceManager \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ repository
string
Required. The format is projects/{project_number}/locations/{location_id}/repositories/{repository_id}
. Specifies the repository containing the blob.
↳ sha
string
Required. The SHA-1 hash of the blob to retrieve.
getRepository
Required. The format is projects/{project_number}/locations/{location_id}/repositories/{repository_id}
.
Specifies the repository containing the blob.
string
setRepository
Required. The format is projects/{project_number}/locations/{location_id}/repositories/{repository_id}
.
Specifies the repository containing the blob.
var
string
$this
getSha
Required. The SHA-1 hash of the blob to retrieve.
string
setSha
Required. The SHA-1 hash of the blob to retrieve.
var
string
$this

