Class: Google::Cloud::Translate::V3::ListDatasetsRequest

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

Request message for ListDatasets.

Instance Attribute Summary collapse

Instance Attribute Details

#page_size::Integer

Returns Optional. Requested page size. The server can return fewer results than requested.

Returns:

  • (::Integer)

    Optional. Requested page size. The server can return fewer results than requested.



167
168
169
170
# File 'proto_docs/google/cloud/translate/v3/automl_translation.rb', line 167

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

#page_token::String

Returns Optional. A token identifying a page of results for the server to return. Typically obtained from next_page_token field in the response of a ListDatasets call.

Returns:

  • (::String)

    Optional. A token identifying a page of results for the server to return. Typically obtained from next_page_token field in the response of a ListDatasets call.



167
168
169
170
# File 'proto_docs/google/cloud/translate/v3/automl_translation.rb', line 167

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

#parent::String

Returns Required. Name of the parent project. In form of projects/{project-number-or-id}/locations/{location-id}.

Returns:

  • (::String)

    Required. Name of the parent project. In form of projects/{project-number-or-id}/locations/{location-id}



167
168
169
170
# File 'proto_docs/google/cloud/translate/v3/automl_translation.rb', line 167

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