Reference documentation and code samples for the Google Cloud Network Connectivity V1 Client class StateTimeline.
The timeline of the pending states for a resource.
Generated from protobuf message google.cloud.networkconnectivity.v1.StateTimeline
Namespace
Google \ Cloud \ NetworkConnectivity \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ states |
array<StateTimeline\StateMetadata>
Output only. The state and activation time details of the resource state. |
getStates
Output only. The state and activation time details of the resource state.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setStates
Output only. The state and activation time details of the resource state.
Parameter | |
---|---|
Name | Description |
var |
array<StateTimeline\StateMetadata>
|
Returns | |
---|---|
Type | Description |
$this |