Interface StateTimelineOrBuilder (1.73.0)

public interface StateTimelineOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getStates(int index)

public abstract StateTimeline.StateMetadata getStates(int index)

Output only. The state and activation time details of the resource state.

repeated .google.cloud.networkconnectivity.v1.StateTimeline.StateMetadata states = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
index int
Returns
Type Description
StateTimeline.StateMetadata

getStatesCount()

public abstract int getStatesCount()

Output only. The state and activation time details of the resource state.

repeated .google.cloud.networkconnectivity.v1.StateTimeline.StateMetadata states = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
int

getStatesList()

public abstract List<StateTimeline.StateMetadata> getStatesList()

Output only. The state and activation time details of the resource state.

repeated .google.cloud.networkconnectivity.v1.StateTimeline.StateMetadata states = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
List<StateMetadata>

getStatesOrBuilder(int index)

public abstract StateTimeline.StateMetadataOrBuilder getStatesOrBuilder(int index)

Output only. The state and activation time details of the resource state.

repeated .google.cloud.networkconnectivity.v1.StateTimeline.StateMetadata states = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
index int
Returns
Type Description
StateTimeline.StateMetadataOrBuilder

getStatesOrBuilderList()

public abstract List<? extends StateTimeline.StateMetadataOrBuilder> getStatesOrBuilderList()

Output only. The state and activation time details of the resource state.

repeated .google.cloud.networkconnectivity.v1.StateTimeline.StateMetadata states = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
List<? extends com.google.cloud.networkconnectivity.v1.StateTimeline.StateMetadataOrBuilder>