Interface WireGroupTopologyOrBuilder (1.92.0)

public interface WireGroupTopologyOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getEndpoints(int index)

public abstract WireGroupTopologyEndpoint getEndpoints(int index)

Output only. Topology details for all endpoints in the wire group.

repeated .google.cloud.compute.v1.WireGroupTopologyEndpoint endpoints = 287085950;

Parameter
Name Description
index int
Returns
Type Description
WireGroupTopologyEndpoint

getEndpointsCount()

public abstract int getEndpointsCount()

Output only. Topology details for all endpoints in the wire group.

repeated .google.cloud.compute.v1.WireGroupTopologyEndpoint endpoints = 287085950;

Returns
Type Description
int

getEndpointsList()

public abstract List<WireGroupTopologyEndpoint> getEndpointsList()

Output only. Topology details for all endpoints in the wire group.

repeated .google.cloud.compute.v1.WireGroupTopologyEndpoint endpoints = 287085950;

Returns
Type Description
List<WireGroupTopologyEndpoint>

getEndpointsOrBuilder(int index)

public abstract WireGroupTopologyEndpointOrBuilder getEndpointsOrBuilder(int index)

Output only. Topology details for all endpoints in the wire group.

repeated .google.cloud.compute.v1.WireGroupTopologyEndpoint endpoints = 287085950;

Parameter
Name Description
index int
Returns
Type Description
WireGroupTopologyEndpointOrBuilder

getEndpointsOrBuilderList()

public abstract List<? extends WireGroupTopologyEndpointOrBuilder> getEndpointsOrBuilderList()

Output only. Topology details for all endpoints in the wire group.

repeated .google.cloud.compute.v1.WireGroupTopologyEndpoint endpoints = 287085950;

Returns
Type Description
List<? extends com.google.cloud.compute.v1.WireGroupTopologyEndpointOrBuilder>