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.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ repository |
string
Required. The format is |
↳ 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.
Returns | |
---|---|
Type | Description |
string |
setRepository
Required. The format is
projects/{project_number}/locations/{location_id}/repositories/{repository_id}
.
Specifies the repository containing the blob.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getSha
Required. The SHA-1 hash of the blob to retrieve.
Returns | |
---|---|
Type | Description |
string |
setSha
Required. The SHA-1 hash of the blob to retrieve.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |