Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.GlossariesResource.GlossaryEntriesResource.ListRequest

List the entries for the glossary.

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

HttpMethod

Gets the HTTP method.

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

MethodName

Gets the method name.

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

PageSize

Optional. Requested page size. The server may return fewer glossary entries than requested. If unspecified, the server picks an appropriate default.

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 the server should return. Typically, this is the value of [ListGlossaryEntriesResponse.next_page_token] returned from the previous call. The first page is returned if page_tokenis empty or missing.

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

Parent

Required. The parent glossary resource name for listing the glossary's entries.

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

Methods

InitParameters()

Initializes List parameter list.

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

Implements

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