Reference documentation and code samples for the Cloud Bigtable V2 Client class Type.
The type of mutation.
Protobuf type google.bigtable.v2.ReadChangeStreamResponse.DataChange.Type
Namespace
Google \ Cloud \ Bigtable \ V2 \ ReadChangeStreamResponse \ DataChangeMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
TYPE_UNSPECIFIED
Value: 0The type is unspecified.
Generated from protobuf enum TYPE_UNSPECIFIED = 0;
USER
Value: 1A user-initiated mutation.
Generated from protobuf enum USER = 1;
GARBAGE_COLLECTION
Value: 2A system-initiated mutation as part of garbage collection.
https://cloud.google.com/bigtable/docs/garbage-collection
Generated from protobuf enum GARBAGE_COLLECTION = 2;
CONTINUATION
Value: 3This is a continuation of a multi-message change.
Generated from protobuf enum CONTINUATION = 3;