Interface NatIpInfoResponseOrBuilder (1.51.0)

public interface NatIpInfoResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getResult(int index)

public abstract NatIpInfo getResult(int index)

[Output Only] A list of NAT IP information.

repeated .google.cloud.compute.v1.NatIpInfo result = 139315229;

Parameter
NameDescription
indexint
Returns
TypeDescription
NatIpInfo

getResultCount()

public abstract int getResultCount()

[Output Only] A list of NAT IP information.

repeated .google.cloud.compute.v1.NatIpInfo result = 139315229;

Returns
TypeDescription
int

getResultList()

public abstract List<NatIpInfo> getResultList()

[Output Only] A list of NAT IP information.

repeated .google.cloud.compute.v1.NatIpInfo result = 139315229;

Returns
TypeDescription
List<NatIpInfo>

getResultOrBuilder(int index)

public abstract NatIpInfoOrBuilder getResultOrBuilder(int index)

[Output Only] A list of NAT IP information.

repeated .google.cloud.compute.v1.NatIpInfo result = 139315229;

Parameter
NameDescription
indexint
Returns
TypeDescription
NatIpInfoOrBuilder

getResultOrBuilderList()

public abstract List<? extends NatIpInfoOrBuilder> getResultOrBuilderList()

[Output Only] A list of NAT IP information.

repeated .google.cloud.compute.v1.NatIpInfo result = 139315229;

Returns
TypeDescription
List<? extends com.google.cloud.compute.v1.NatIpInfoOrBuilder>