Package com.google.cloud.batch.v1alpha
Interface AllocationPolicy.NetworkPolicyOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
AllocationPolicy.NetworkPolicy,AllocationPolicy.NetworkPolicy.Builder
- Enclosing class:
- AllocationPolicy
public static interface AllocationPolicy.NetworkPolicyOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AllocationPolicy.NetworkInterfacegetNetworkInterfaces(int index)Network configurations.intgetNetworkInterfacesCount()Network configurations.List<AllocationPolicy.NetworkInterface>getNetworkInterfacesList()Network configurations.AllocationPolicy.NetworkInterfaceOrBuildergetNetworkInterfacesOrBuilder(int index)Network configurations.List<? extends AllocationPolicy.NetworkInterfaceOrBuilder>getNetworkInterfacesOrBuilderList()Network configurations.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getNetworkInterfacesList
List<AllocationPolicy.NetworkInterface> getNetworkInterfacesList()
Network configurations.
repeated .google.cloud.batch.v1alpha.AllocationPolicy.NetworkInterface network_interfaces = 1;
-
getNetworkInterfaces
AllocationPolicy.NetworkInterface getNetworkInterfaces(int index)
Network configurations.
repeated .google.cloud.batch.v1alpha.AllocationPolicy.NetworkInterface network_interfaces = 1;
-
getNetworkInterfacesCount
int getNetworkInterfacesCount()
Network configurations.
repeated .google.cloud.batch.v1alpha.AllocationPolicy.NetworkInterface network_interfaces = 1;
-
getNetworkInterfacesOrBuilderList
List<? extends AllocationPolicy.NetworkInterfaceOrBuilder> getNetworkInterfacesOrBuilderList()
Network configurations.
repeated .google.cloud.batch.v1alpha.AllocationPolicy.NetworkInterface network_interfaces = 1;
-
getNetworkInterfacesOrBuilder
AllocationPolicy.NetworkInterfaceOrBuilder getNetworkInterfacesOrBuilder(int index)
Network configurations.
repeated .google.cloud.batch.v1alpha.AllocationPolicy.NetworkInterface network_interfaces = 1;
-
-