Reference documentation and code samples for the Cloud Bigtable V2 Client class CloseSessionRequest.
Internal usage only.
Generated from protobuf message google.bigtable.v2.CloseSessionRequest
Namespace
Google \ Cloud \ Bigtable \ V2Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ reason |
int
|
↳ description |
string
|
getReason
Generated from protobuf field .google.bigtable.v2.CloseSessionRequest.CloseSessionReason reason = 1;
| Returns | |
|---|---|
| Type | Description |
int |
|
setReason
Generated from protobuf field .google.bigtable.v2.CloseSessionRequest.CloseSessionReason reason = 1;
| Parameter | |
|---|---|
| Name | Description |
var |
int
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getDescription
Generated from protobuf field string description = 2;
| Returns | |
|---|---|
| Type | Description |
string |
|
setDescription
Generated from protobuf field string description = 2;
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|