Reference documentation and code samples for the Google Cloud AlloyDB for PostgreSQL V1 Client class ImportClusterResponse.
Response of import rpc.
Generated from protobuf message google.cloud.alloydb.v1.ImportClusterResponse
Namespace
Google \ Cloud \ AlloyDb \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ bytes_downloaded |
int|string
Required. Size of the object downloaded from Google Cloud Storage in bytes. |
getBytesDownloaded
Required. Size of the object downloaded from Google Cloud Storage in bytes.
Returns | |
---|---|
Type | Description |
int|string |
setBytesDownloaded
Required. Size of the object downloaded from Google Cloud Storage in bytes.
Parameter | |
---|---|
Name | Description |
var |
int|string
|
Returns | |
---|---|
Type | Description |
$this |