Show / Hide Table of Contents

Class TablesResource.ListRequest

Lists tables for the user.

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

Constructors

ListRequest(IClientService)

Constructs a new List request.

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

Properties

HttpMethod

Gets the HTTP method.

Declaration
public override string HttpMethod { get; }
Property Value
Type Description
string
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Area120Tables.v1alpha1.Data.ListTablesResponse>.HttpMethod

MethodName

Gets the method name.

Declaration
public override string MethodName { get; }
Property Value
Type Description
string
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Area120Tables.v1alpha1.Data.ListTablesResponse>.MethodName

OrderBy

Optional. Sorting order for the list of tables on createTime/updateTime.

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

PageSize

The maximum number of tables to return. The service may return fewer than this value. If unspecified, at most 20 tables are returned. The maximum value is 100; values above 100 are coerced to 100.

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

PageToken

A page token, received from a previous ListTables call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to ListTables must match the call that provided the page token.

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

RestPath

Gets the REST path.

Declaration
public override string RestPath { get; }
Property Value
Type Description
string
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Area120Tables.v1alpha1.Data.ListTablesResponse>.RestPath

Methods

InitParameters()

Initializes List parameter list.

Declaration
protected override void InitParameters()
Overrides
Area120TablesBaseServiceRequest<ListTablesResponse>.InitParameters()

Implements

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