Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.DatasetsResource.ExamplesResource.ListRequest

Lists sentence pairs in the dataset.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<ListExamplesResponse>
TranslateBaseServiceRequest<ListExamplesResponse>
ProjectsResource.LocationsResource.DatasetsResource.ExamplesResource.ListRequest
Implements
IClientServiceRequest<ListExamplesResponse>
IClientServiceRequest
Inherited Members
TranslateBaseServiceRequest<ListExamplesResponse>.Xgafv
TranslateBaseServiceRequest<ListExamplesResponse>.AccessToken
TranslateBaseServiceRequest<ListExamplesResponse>.Alt
TranslateBaseServiceRequest<ListExamplesResponse>.Callback
TranslateBaseServiceRequest<ListExamplesResponse>.Fields
TranslateBaseServiceRequest<ListExamplesResponse>.Key
TranslateBaseServiceRequest<ListExamplesResponse>.OauthToken
TranslateBaseServiceRequest<ListExamplesResponse>.PrettyPrint
TranslateBaseServiceRequest<ListExamplesResponse>.QuotaUser
TranslateBaseServiceRequest<ListExamplesResponse>.UploadType
TranslateBaseServiceRequest<ListExamplesResponse>.UploadProtocol
ClientServiceRequest<ListExamplesResponse>.Execute()
ClientServiceRequest<ListExamplesResponse>.ExecuteAsStream()
ClientServiceRequest<ListExamplesResponse>.ExecuteAsync()
ClientServiceRequest<ListExamplesResponse>.ExecuteAsync(CancellationToken)
ClientServiceRequest<ListExamplesResponse>.ExecuteAsStreamAsync()
ClientServiceRequest<ListExamplesResponse>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<ListExamplesResponse>.CreateRequest(bool?)
ClientServiceRequest<ListExamplesResponse>.GenerateRequestUri()
ClientServiceRequest<ListExamplesResponse>.GetBody()
ClientServiceRequest<ListExamplesResponse>.GetDefaultETagAction(string)
ClientServiceRequest<ListExamplesResponse>.ETagAction
ClientServiceRequest<ListExamplesResponse>.ModifyRequest
ClientServiceRequest<ListExamplesResponse>.ValidateParameters
ClientServiceRequest<ListExamplesResponse>.ApiVersion
ClientServiceRequest<ListExamplesResponse>.RequestParameters
ClientServiceRequest<ListExamplesResponse>.Service
ClientServiceRequest._unsuccessfulResponseHandlers
ClientServiceRequest._exceptionHandlers
ClientServiceRequest._executeInterceptors
ClientServiceRequest.AddUnsuccessfulResponseHandler(IHttpUnsuccessfulResponseHandler)
ClientServiceRequest.AddExceptionHandler(IHttpExceptionHandler)
ClientServiceRequest.AddExecuteInterceptor(IHttpExecuteInterceptor)
ClientServiceRequest.Credential
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.ListRequest : TranslateBaseServiceRequest<ListExamplesResponse>, IClientServiceRequest<ListExamplesResponse>, IClientServiceRequest

Constructors

ListRequest(IClientService, string)

Constructs a new List request.

Declaration
public ListRequest(IClientService service, string parent)
Parameters
Type Name Description
IClientService service
string parent

Properties

Filter

Optional. An expression for filtering the examples that will be returned. Example filter: * usage=TRAIN

Declaration
[RequestParameter("filter", RequestParameterType.Query)]
public virtual string Filter { get; set; }
Property Value
Type Description
string

HttpMethod

Gets the HTTP method.

Declaration
public override string HttpMethod { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<ListExamplesResponse>.HttpMethod

MethodName

Gets the method name.

Declaration
public override string MethodName { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<ListExamplesResponse>.MethodName

PageSize

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

Declaration
[RequestParameter("pageSize", RequestParameterType.Query)]
public virtual int? PageSize { get; set; }
Property Value
Type Description
int?

PageToken

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 ListExamples call.

Declaration
[RequestParameter("pageToken", RequestParameterType.Query)]
public virtual string PageToken { get; set; }
Property Value
Type Description
string

Parent

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

Declaration
[RequestParameter("parent", RequestParameterType.Path)]
public virtual string Parent { get; }
Property Value
Type Description
string

RestPath

Gets the REST path.

Declaration
public override string RestPath { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<ListExamplesResponse>.RestPath

Methods

InitParameters()

Initializes List parameter list.

Declaration
protected override void InitParameters()
Overrides
TranslateBaseServiceRequest<ListExamplesResponse>.InitParameters()

Implements

IClientServiceRequest<TResponse>
IClientServiceRequest
In this article
Back to top Generated by DocFX