Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.DatasetsResource.ExamplesResource

The "examples" collection of methods.

Inheritance
object
ProjectsResource.LocationsResource.DatasetsResource.ExamplesResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Translate.v3
Assembly: Google.Apis.Translate.v3.dll
Syntax
public class ProjectsResource.LocationsResource.DatasetsResource.ExamplesResource

Constructors

ExamplesResource(IClientService)

Constructs a new resource.

Declaration
public ExamplesResource(IClientService service)
Parameters
Type Name Description
IClientService service

Methods

List(string)

Lists sentence pairs in the dataset.

Declaration
public virtual ProjectsResource.LocationsResource.DatasetsResource.ExamplesResource.ListRequest List(string parent)
Parameters
Type Name Description
string parent

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

Returns
Type Description
ProjectsResource.LocationsResource.DatasetsResource.ExamplesResource.ListRequest
In this article
Back to top Generated by DocFX