Cloud Bigtable V2 Client - Class TableProgress (1.32.1)

Reference documentation and code samples for the Cloud Bigtable V2 Client class TableProgress.

Progress info for copying a table's data to the new cluster.

Generated from protobuf message google.bigtable.admin.v2.CreateClusterMetadata.TableProgress

Namespace

Google \ Cloud \ Bigtable \ Admin \ V2 \ CreateClusterMetadata

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ estimated_size_bytes int|string

Estimate of the size of the table to be copied.

↳ estimated_copied_bytes int|string

Estimate of the number of bytes copied so far for this table. This will eventually reach 'estimated_size_bytes' unless the table copy is CANCELLED.

↳ state int

getEstimatedSizeBytes

Estimate of the size of the table to be copied.

Returns
Type Description
int|string

setEstimatedSizeBytes

Estimate of the size of the table to be copied.

Parameter
Name Description
var int|string
Returns
Type Description
$this

getEstimatedCopiedBytes

Estimate of the number of bytes copied so far for this table.

This will eventually reach 'estimated_size_bytes' unless the table copy is CANCELLED.

Returns
Type Description
int|string

setEstimatedCopiedBytes

Estimate of the number of bytes copied so far for this table.

This will eventually reach 'estimated_size_bytes' unless the table copy is CANCELLED.

Parameter
Name Description
var int|string
Returns
Type Description
$this

getState

Generated from protobuf field .google.bigtable.admin.v2.CreateClusterMetadata.TableProgress.State state = 4;

Returns
Type Description
int

setState

Generated from protobuf field .google.bigtable.admin.v2.CreateClusterMetadata.TableProgress.State state = 4;

Parameter
Name Description
var int
Returns
Type Description
$this