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

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

Response message for BatchTransferResources.

Defined Under Namespace

Classes: TransferResourceResponse

Instance Attribute Summary collapse

Instance Attribute Details

#responses::Array<::Google::Cloud::Translate::V3::BatchTransferResourcesResponse::TransferResourceResponse>

Returns Responses of the transfer for individual resources.

Returns:



277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
# File 'proto_docs/google/cloud/translate/v3/automl_translation.rb', line 277

class BatchTransferResourcesResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # Transfer response for a single resource.
  # @!attribute [rw] source
  #   @return [::String]
  #     Full name of the resource to transfer as specified in the request.
  # @!attribute [rw] target
  #   @return [::String]
  #     Full name of the new resource successfully transferred from the source
  #     hosted by Translation API. Target will be empty if the transfer failed.
  # @!attribute [rw] error
  #   @return [::Google::Rpc::Status]
  #     The error result in case of failure.
  class TransferResourceResponse
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end