Show / Hide Table of Contents

Class ProjectsResource.InstancesResource.ClustersResource.HotTabletsResource.ListRequest

Lists hot tablets in a cluster, within the time range provided. Hot tablets are ordered based on CPU usage.

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

EndTime

The end time to list hot tablets.

Declaration
[RequestParameter("endTime", RequestParameterType.Query)]
public virtual object EndTime { get; set; }
Property Value
Type Description
object

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

PageSize

Maximum number of results per page. A page_size that is empty or 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 do not need a page_size field. 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 cluster name to list hot tablets. Value is in the following form: projects/{project}/instances/{instance}/clusters/{cluster}.

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

StartTime

The start time to list hot tablets. The hot tablets in the response will have start times between the requested start time and end time. Start time defaults to Now if it is unset, and end time defaults to Now - 24 hours if it is unset. The start time should be less than the end time, and the maximum allowed time range between start time and end time is 48 hours. Start time and end time should have values between Now and Now - 14 days.

Declaration
[RequestParameter("startTime", RequestParameterType.Query)]
public virtual object StartTime { get; set; }
Property Value
Type Description
object

Methods

InitParameters()

Initializes List parameter list.

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

Implements

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