Class: Google::Cloud::Translate::V3::ListAdaptiveMtFilesRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/translate/v3/adaptive_mt.rb

Overview

The request to list all AdaptiveMt files under a given dataset.

Instance Attribute Summary collapse

Instance Attribute Details

#page_size::Integer

Returns Optional.

Returns:

  • (::Integer)

    Optional.



250
251
252
253
# File 'proto_docs/google/cloud/translate/v3/adaptive_mt.rb', line 250

class ListAdaptiveMtFilesRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#page_token::String

Optional. A token identifying a page of results the server should return. Typically, this is the value of ListAdaptiveMtFilesResponse.next_page_token returned from the previous call to ListAdaptiveMtFiles method. The first page is returned if page_tokenis empty or missing.

Returns:

  • (::String)

    Optional. A token identifying a page of results the server should return. Typically, this is the value of ListAdaptiveMtFilesResponse.next_page_token returned from the previous call to ListAdaptiveMtFiles method. The first page is returned if page_tokenis empty or missing.



250
251
252
253
# File 'proto_docs/google/cloud/translate/v3/adaptive_mt.rb', line 250

class ListAdaptiveMtFilesRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#parent::String

Returns Required. The resource name of the project from which to list the Adaptive MT files. projects/{project}/locations/{location}/adaptiveMtDatasets/{dataset}.

Returns:

  • (::String)

    Required. The resource name of the project from which to list the Adaptive MT files. projects/{project}/locations/{location}/adaptiveMtDatasets/{dataset}



250
251
252
253
# File 'proto_docs/google/cloud/translate/v3/adaptive_mt.rb', line 250

class ListAdaptiveMtFilesRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end