Class TablesResource.ListRequest
Lists tables for the user.
Inheritance
TablesResource.ListRequest
Inherited Members
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()