Cloud Bigtable V2 Client - Class DeleteFromFamily (1.25.0)

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

A Mutation which deletes all cells from the specified column family.

Generated from protobuf message google.bigtable.v2.Mutation.DeleteFromFamily

Namespace

Google \ Cloud \ Bigtable \ V2 \ Mutation

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ family_name string

The name of the family from which cells should be deleted. Must match [-_.a-zA-Z0-9]+

getFamilyName

The name of the family from which cells should be deleted.

Must match [-_.a-zA-Z0-9]+

Returns
TypeDescription
string

setFamilyName

The name of the family from which cells should be deleted.

Must match [-_.a-zA-Z0-9]+

Parameter
NameDescription
var string
Returns
TypeDescription
$this