Reference documentation and code samples for the Compute V1 Client class InstanceGroupManagerStatusAcceleratorTopologyAcceleratorTopologyStateDetails.
Generated from protobuf message google.cloud.compute.v1.InstanceGroupManagerStatusAcceleratorTopologyAcceleratorTopologyStateDetails
Namespace
Google \ Cloud \ Compute \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ error |
Error
Output only. [Output Only] Encountered errors. |
↳ timestamp |
string
Output only. [Output Only] Timestamp is shown only if there is an error. The field has // RFC3339 // text format. |
getError
Output only. [Output Only] Encountered errors.
| Returns | |
|---|---|
| Type | Description |
Error|null |
|
hasError
clearError
setError
Output only. [Output Only] Encountered errors.
| Parameter | |
|---|---|
| Name | Description |
var |
Error
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getTimestamp
Output only. [Output Only] Timestamp is shown only if there is an error. The field has // RFC3339 // text format.
| Returns | |
|---|---|
| Type | Description |
string |
|
hasTimestamp
clearTimestamp
setTimestamp
Output only. [Output Only] Timestamp is shown only if there is an error. The field has // RFC3339 // text format.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|