Class: Google::Cloud::Translate::V3::BatchTransferResourcesResponse::TransferResourceResponse

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#error::Google::Rpc::Status

Returns The error result in case of failure.

Returns:



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.

Returns:

  • (::String)

    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.

Returns:

  • (::String)

    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