Reference documentation and code samples for the Cloud Translation V3 Client class BatchTransferResourcesResponse.
Response message for BatchTransferResources.
Generated from protobuf message google.cloud.translation.v3.BatchTransferResourcesResponse
Namespace
Google \ Cloud \ Translate \ V3Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ responses |
array<BatchTransferResourcesResponse\TransferResourceResponse>
Responses of the transfer for individual resources. |
getResponses
Responses of the transfer for individual resources.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\Internal\RepeatedField |
|
setResponses
Responses of the transfer for individual resources.
| Parameter | |
|---|---|
| Name | Description |
var |
array<BatchTransferResourcesResponse\TransferResourceResponse>
|
| Returns | |
|---|---|
| Type | Description |
$this |
|