Interface AllocationPolicy.NetworkPolicyOrBuilder (0.41.0)

public static interface AllocationPolicy.NetworkPolicyOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getNetworkInterfaces(int index)

public abstract AllocationPolicy.NetworkInterface getNetworkInterfaces(int index)

Network configurations.

repeated .google.cloud.batch.v1.AllocationPolicy.NetworkInterface network_interfaces = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
AllocationPolicy.NetworkInterface

getNetworkInterfacesCount()

public abstract int getNetworkInterfacesCount()

Network configurations.

repeated .google.cloud.batch.v1.AllocationPolicy.NetworkInterface network_interfaces = 1;

Returns
TypeDescription
int

getNetworkInterfacesList()

public abstract List<AllocationPolicy.NetworkInterface> getNetworkInterfacesList()

Network configurations.

repeated .google.cloud.batch.v1.AllocationPolicy.NetworkInterface network_interfaces = 1;

Returns
TypeDescription
List<NetworkInterface>

getNetworkInterfacesOrBuilder(int index)

public abstract AllocationPolicy.NetworkInterfaceOrBuilder getNetworkInterfacesOrBuilder(int index)

Network configurations.

repeated .google.cloud.batch.v1.AllocationPolicy.NetworkInterface network_interfaces = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
AllocationPolicy.NetworkInterfaceOrBuilder

getNetworkInterfacesOrBuilderList()

public abstract List<? extends AllocationPolicy.NetworkInterfaceOrBuilder> getNetworkInterfacesOrBuilderList()

Network configurations.

repeated .google.cloud.batch.v1.AllocationPolicy.NetworkInterface network_interfaces = 1;

Returns
TypeDescription
List<? extends com.google.cloud.batch.v1.AllocationPolicy.NetworkInterfaceOrBuilder>