public interface NatIpInfoResponseOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
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 | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
NatIpInfo |
getResultCount()
public abstract int getResultCount()
[Output Only] A list of NAT IP information.
repeated .google.cloud.compute.v1.NatIpInfo result = 139315229;
Returns | |
---|---|
Type | Description |
int |
getResultList()
public abstract List<NatIpInfo> getResultList()
[Output Only] A list of NAT IP information.
repeated .google.cloud.compute.v1.NatIpInfo result = 139315229;
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
List<? extends com.google.cloud.compute.v1.NatIpInfoOrBuilder> |