Show / Hide Table of Contents

Class ProjectsResource.InstancesResource.TablesResource.ListRequest

Lists all tables served from a specified instance.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<ListTablesResponse>
BigtableAdminBaseServiceRequest<ListTablesResponse>
ProjectsResource.InstancesResource.TablesResource.ListRequest
Implements
IClientServiceRequest<ListTablesResponse>
IClientServiceRequest
Inherited Members
BigtableAdminBaseServiceRequest<ListTablesResponse>.Xgafv
BigtableAdminBaseServiceRequest<ListTablesResponse>.AccessToken
BigtableAdminBaseServiceRequest<ListTablesResponse>.Alt
BigtableAdminBaseServiceRequest<ListTablesResponse>.Callback
BigtableAdminBaseServiceRequest<ListTablesResponse>.Fields
BigtableAdminBaseServiceRequest<ListTablesResponse>.Key
BigtableAdminBaseServiceRequest<ListTablesResponse>.OauthToken
BigtableAdminBaseServiceRequest<ListTablesResponse>.PrettyPrint
BigtableAdminBaseServiceRequest<ListTablesResponse>.QuotaUser
BigtableAdminBaseServiceRequest<ListTablesResponse>.UploadType
BigtableAdminBaseServiceRequest<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>.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.BigtableAdmin.v2
Assembly: Google.Apis.BigtableAdmin.v2.dll
Syntax
public class ProjectsResource.InstancesResource.TablesResource.ListRequest : BigtableAdminBaseServiceRequest<ListTablesResponse>, IClientServiceRequest<ListTablesResponse>, 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
Google.Apis.Requests.ClientServiceRequest<Google.Apis.BigtableAdmin.v2.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.BigtableAdmin.v2.Data.ListTablesResponse>.MethodName

PageSize

Maximum number of results per page. A page_size of zero lets the server choose the number of items to return. A page_size which is strictly positive will return at most that many items. A negative page_size will cause an error. Following the first request, subsequent paginated calls are not required to pass a page_size. If a page_size is set in subsequent calls, it must match the page_size given in the first request.

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

PageToken

The value of next_page_token returned by a previous call.

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

Parent

Required. The unique name of the instance for which tables should be listed. Values are of the form projects/{project}/instances/{instance}.

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.BigtableAdmin.v2.Data.ListTablesResponse>.RestPath

View

The view to be applied to the returned tables' fields. Only NAME_ONLY view (default), REPLICATION_VIEW and ENCRYPTION_VIEW are supported.

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

Methods

InitParameters()

Initializes List parameter list.

Declaration
protected override void InitParameters()
Overrides
Google.Apis.BigtableAdmin.v2.BigtableAdminBaseServiceRequest<Google.Apis.BigtableAdmin.v2.Data.ListTablesResponse>.InitParameters()

Implements

IClientServiceRequest<TResponse>
IClientServiceRequest
In This Article
Back to top Generated by DocFX