Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.GlossariesResource.GlossaryEntriesResource.GetRequest

Gets a single glossary entry by the given id.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<GlossaryEntry>
TranslateBaseServiceRequest<GlossaryEntry>
ProjectsResource.LocationsResource.GlossariesResource.GlossaryEntriesResource.GetRequest
Implements
IClientServiceRequest<GlossaryEntry>
IClientServiceRequest
Inherited Members
TranslateBaseServiceRequest<GlossaryEntry>.Xgafv
TranslateBaseServiceRequest<GlossaryEntry>.AccessToken
TranslateBaseServiceRequest<GlossaryEntry>.Alt
TranslateBaseServiceRequest<GlossaryEntry>.Callback
TranslateBaseServiceRequest<GlossaryEntry>.Fields
TranslateBaseServiceRequest<GlossaryEntry>.Key
TranslateBaseServiceRequest<GlossaryEntry>.OauthToken
TranslateBaseServiceRequest<GlossaryEntry>.PrettyPrint
TranslateBaseServiceRequest<GlossaryEntry>.QuotaUser
TranslateBaseServiceRequest<GlossaryEntry>.UploadType
TranslateBaseServiceRequest<GlossaryEntry>.UploadProtocol
ClientServiceRequest<GlossaryEntry>.Execute()
ClientServiceRequest<GlossaryEntry>.ExecuteAsStream()
ClientServiceRequest<GlossaryEntry>.ExecuteAsync()
ClientServiceRequest<GlossaryEntry>.ExecuteAsync(CancellationToken)
ClientServiceRequest<GlossaryEntry>.ExecuteAsStreamAsync()
ClientServiceRequest<GlossaryEntry>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<GlossaryEntry>.CreateRequest(bool?)
ClientServiceRequest<GlossaryEntry>.GenerateRequestUri()
ClientServiceRequest<GlossaryEntry>.GetBody()
ClientServiceRequest<GlossaryEntry>.GetDefaultETagAction(string)
ClientServiceRequest<GlossaryEntry>.ETagAction
ClientServiceRequest<GlossaryEntry>.ModifyRequest
ClientServiceRequest<GlossaryEntry>.ValidateParameters
ClientServiceRequest<GlossaryEntry>.ApiVersion
ClientServiceRequest<GlossaryEntry>.RequestParameters
ClientServiceRequest<GlossaryEntry>.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.GlossariesResource.GlossaryEntriesResource.GetRequest : TranslateBaseServiceRequest<GlossaryEntry>, IClientServiceRequest<GlossaryEntry>, IClientServiceRequest

Constructors

GetRequest(IClientService, string)

Constructs a new Get request.

Declaration
public GetRequest(IClientService service, string name)
Parameters
Type Name Description
IClientService service
string name

Properties

HttpMethod

Gets the HTTP method.

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

MethodName

Gets the method name.

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

Name

Required. The resource name of the glossary entry to get

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

RestPath

Gets the REST path.

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

Methods

InitParameters()

Initializes Get parameter list.

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

Implements

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