list
public Translate.Projects.Locations.Datasets.Examples.List list(String parent)
throws IOException
Lists sentence pairs in the dataset.
Create a request for the method "examples.list".
This request holds the parameters needed by the translate server. After setting any optional
parameters, call the AbstractGoogleClientRequest.execute() method to invoke the remote operation.
- Parameters:
parent - Required. Name of the parent dataset. In form of `projects/{project-number-or-id}/locations
/{location-id}/datasets/{dataset-id}`
- Returns:
- the request
- Throws:
IOException