Class: Google::Cloud::Translate::V3::ListAdaptiveMtDatasetsRequest

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

Request message for listing all Adaptive MT datasets that the requestor has access to.

Instance Attribute Summary collapse

Instance Attribute Details

#filter::String

Returns Optional. An expression for filtering the results of the request. Filter is not supported yet.

Returns:

  • (::String)

    Optional. An expression for filtering the results of the request. Filter is not supported yet.



108
109
110
111
# File 'proto_docs/google/cloud/translate/v3/adaptive_mt.rb', line 108

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

#page_size::Integer

Returns Optional. Requested page size. The server may return fewer results than requested. If unspecified, the server picks an appropriate default.

Returns:

  • (::Integer)

    Optional. Requested page size. The server may return fewer results than requested. If unspecified, the server picks an appropriate default.



108
109
110
111
# File 'proto_docs/google/cloud/translate/v3/adaptive_mt.rb', line 108

class ListAdaptiveMtDatasetsRequest
  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 ListAdaptiveMtDatasetsResponse.next_page_token returned from the previous call to ListAdaptiveMtDatasets 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 ListAdaptiveMtDatasetsResponse.next_page_token returned from the previous call to ListAdaptiveMtDatasets method. The first page is returned if page_tokenis empty or missing.



108
109
110
111
# File 'proto_docs/google/cloud/translate/v3/adaptive_mt.rb', line 108

class ListAdaptiveMtDatasetsRequest
  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 datasets. projects/{project-number-or-id}/locations/{location-id}.

Returns:

  • (::String)

    Required. The resource name of the project from which to list the Adaptive MT datasets. projects/{project-number-or-id}/locations/{location-id}



108
109
110
111
# File 'proto_docs/google/cloud/translate/v3/adaptive_mt.rb', line 108

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