Reference documentation and code samples for the Google Cloud Secure Source Manager V1 Client class FetchBlobResponse.
Response message containing the content of a blob.
Generated from protobuf message google.cloud.securesourcemanager.v1.FetchBlobResponse
Namespace
Google \ Cloud \ SecureSourceManager \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ sha |
string
The SHA-1 hash of the blob. |
↳ content |
string
The content of the blob, encoded as base64. |
getSha
The SHA-1 hash of the blob.
Returns | |
---|---|
Type | Description |
string |
setSha
The SHA-1 hash of the blob.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getContent
The content of the blob, encoded as base64.
Returns | |
---|---|
Type | Description |
string |
setContent
The content of the blob, encoded as base64.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |