Class: Google::Cloud::Translate::V3::BatchTransferResourcesResponse::TransferResourceResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Translate::V3::BatchTransferResourcesResponse::TransferResourceResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/translate/v3/automl_translation.rb
Overview
Transfer response for a single resource.
Instance Attribute Summary collapse
-
#error ⇒ ::Google::Rpc::Status
The error result in case of failure.
-
#source ⇒ ::String
Full name of the resource to transfer as specified in the request.
-
#target ⇒ ::String
Full name of the new resource successfully transferred from the source hosted by Translation API.
Instance Attribute Details
#error ⇒ ::Google::Rpc::Status
Returns The error result in case of failure.
292 293 294 295 |
# File 'proto_docs/google/cloud/translate/v3/automl_translation.rb', line 292 class TransferResourceResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#source ⇒ ::String
Returns Full name of the resource to transfer as specified in the request.
292 293 294 295 |
# File 'proto_docs/google/cloud/translate/v3/automl_translation.rb', line 292 class TransferResourceResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#target ⇒ ::String
Returns Full name of the new resource successfully transferred from the source hosted by Translation API. Target will be empty if the transfer failed.
292 293 294 295 |
# File 'proto_docs/google/cloud/translate/v3/automl_translation.rb', line 292 class TransferResourceResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |