Show / Hide Table of Contents

Class ProjectsResource.InstancesResource.TablesResource.CheckConsistencyRequest

Checks replication consistency based on a consistency token, that is, if replication has caught up based on the conditions specified in the token and the check request.

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

Constructors

CheckConsistencyRequest(IClientService, CheckConsistencyRequest, string)

Constructs a new CheckConsistency request.

Declaration
public CheckConsistencyRequest(IClientService service, CheckConsistencyRequest body, string name)
Parameters
Type Name Description
IClientService service
CheckConsistencyRequest body
string name

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

Name

Required. The unique name of the Table for which to check replication consistency. Values are of the form projects/{project}/instances/{instance}/tables/{table}.

Declaration
[RequestParameter("name", RequestParameterType.Path)]
public virtual string Name { 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.CheckConsistencyResponse>.RestPath

Methods

GetBody()

Returns the body of the request.

Declaration
protected override object GetBody()
Returns
Type Description
object
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.BigtableAdmin.v2.Data.CheckConsistencyResponse>.GetBody()

InitParameters()

Initializes CheckConsistency parameter list.

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

Implements

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