Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.GetSupportedLanguagesRequest

Returns a list of supported languages for translation.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<SupportedLanguages>
TranslateBaseServiceRequest<SupportedLanguages>
ProjectsResource.LocationsResource.GetSupportedLanguagesRequest
Implements
IClientServiceRequest<SupportedLanguages>
IClientServiceRequest
Inherited Members
TranslateBaseServiceRequest<SupportedLanguages>.Xgafv
TranslateBaseServiceRequest<SupportedLanguages>.AccessToken
TranslateBaseServiceRequest<SupportedLanguages>.Alt
TranslateBaseServiceRequest<SupportedLanguages>.Callback
TranslateBaseServiceRequest<SupportedLanguages>.Fields
TranslateBaseServiceRequest<SupportedLanguages>.Key
TranslateBaseServiceRequest<SupportedLanguages>.OauthToken
TranslateBaseServiceRequest<SupportedLanguages>.PrettyPrint
TranslateBaseServiceRequest<SupportedLanguages>.QuotaUser
TranslateBaseServiceRequest<SupportedLanguages>.UploadType
TranslateBaseServiceRequest<SupportedLanguages>.UploadProtocol
ClientServiceRequest<SupportedLanguages>.Execute()
ClientServiceRequest<SupportedLanguages>.ExecuteAsStream()
ClientServiceRequest<SupportedLanguages>.ExecuteAsync()
ClientServiceRequest<SupportedLanguages>.ExecuteAsync(CancellationToken)
ClientServiceRequest<SupportedLanguages>.ExecuteAsStreamAsync()
ClientServiceRequest<SupportedLanguages>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<SupportedLanguages>.CreateRequest(bool?)
ClientServiceRequest<SupportedLanguages>.GenerateRequestUri()
ClientServiceRequest<SupportedLanguages>.GetBody()
ClientServiceRequest<SupportedLanguages>.GetDefaultETagAction(string)
ClientServiceRequest<SupportedLanguages>.ETagAction
ClientServiceRequest<SupportedLanguages>.ModifyRequest
ClientServiceRequest<SupportedLanguages>.ValidateParameters
ClientServiceRequest<SupportedLanguages>.ApiVersion
ClientServiceRequest<SupportedLanguages>.RequestParameters
ClientServiceRequest<SupportedLanguages>.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.v3beta1
Assembly: Google.Apis.Translate.v3beta1.dll
Syntax
public class ProjectsResource.LocationsResource.GetSupportedLanguagesRequest : TranslateBaseServiceRequest<SupportedLanguages>, IClientServiceRequest<SupportedLanguages>, IClientServiceRequest

Constructors

GetSupportedLanguagesRequest(IClientService, string)

Constructs a new GetSupportedLanguages request.

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

Properties

DisplayLanguageCode

Optional. The language to use to return localized, human readable names of supported languages. If missing, then display names are not returned in a response.

Declaration
[RequestParameter("displayLanguageCode", RequestParameterType.Query)]
public virtual string DisplayLanguageCode { 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<SupportedLanguages>.HttpMethod

MethodName

Gets the method name.

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

Model

Optional. Get supported languages of this model. The format depends on model type: - AutoML Translation models: projects/{project-number-or-id}/locations/{location-id}/models/{model-id} - General (built-in) models: projects/{project-number-or-id}/locations/{location-id}/models/general/nmt, Returns languages supported by the specified model. If missing, we get supported languages of Google general NMT model.

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

Parent

Required. Project or location to make a call. Must refer to a caller's project. Format: projects/{project-number-or-id} or projects/{project-number-or-id}/locations/{location-id}. For global calls, use projects/{project-number-or-id}/locations/global or projects/{project-number-or-id}. Non-global location is required for AutoML models. Only models within the same region (have same location-id) can be used, otherwise an INVALID_ARGUMENT (400) error is returned.

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<SupportedLanguages>.RestPath

Methods

InitParameters()

Initializes GetSupportedLanguages parameter list.

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

Implements

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