Show / Hide Table of Contents

Class TablesResource.RowsResource.ListRequest

Lists rows in a table. Returns NOT_FOUND if the table does not exist.

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

Filter

Optional. Filter to only include resources matching the requirements. For more information, see Filtering list results.

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

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.ListRowsResponse>.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.ListRowsResponse>.MethodName

OrderBy

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

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

PageSize

The maximum number of rows to return. The service may return fewer than this value. If unspecified, at most 50 rows are returned. The maximum value is 1,000; values above 1,000 are coerced to 1,000.

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

PageToken

A page token, received from a previous ListRows call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to ListRows 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

Parent

Required. The parent table. Format: tables/{table}

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
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Area120Tables.v1alpha1.Data.ListRowsResponse>.RestPath

View

Optional. Column key to use for values in the row. Defaults to user entered name.

Declaration
[RequestParameter("view", RequestParameterType.Query)]
public virtual TablesResource.RowsResource.ListRequest.ViewEnum? View { get; set; }
Property Value
Type Description
TablesResource.RowsResource.ListRequest.ViewEnum?

Methods

InitParameters()

Initializes List parameter list.

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

Implements

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