public static interface AllocationPolicy.NetworkPolicyOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
AllocationPolicy.NetworkInterface |
getNetworkInterfaces(int index)
Network configurations.
|
int |
getNetworkInterfacesCount()
Network configurations.
|
List<AllocationPolicy.NetworkInterface> |
getNetworkInterfacesList()
Network configurations.
|
AllocationPolicy.NetworkInterfaceOrBuilder |
getNetworkInterfacesOrBuilder(int index)
Network configurations.
|
List<? extends AllocationPolicy.NetworkInterfaceOrBuilder> |
getNetworkInterfacesOrBuilderList()
Network configurations.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<AllocationPolicy.NetworkInterface> getNetworkInterfacesList()
Network configurations.
repeated .google.cloud.batch.v1.AllocationPolicy.NetworkInterface network_interfaces = 1;
AllocationPolicy.NetworkInterface getNetworkInterfaces(int index)
Network configurations.
repeated .google.cloud.batch.v1.AllocationPolicy.NetworkInterface network_interfaces = 1;
int getNetworkInterfacesCount()
Network configurations.
repeated .google.cloud.batch.v1.AllocationPolicy.NetworkInterface network_interfaces = 1;
List<? extends AllocationPolicy.NetworkInterfaceOrBuilder> getNetworkInterfacesOrBuilderList()
Network configurations.
repeated .google.cloud.batch.v1.AllocationPolicy.NetworkInterface network_interfaces = 1;
AllocationPolicy.NetworkInterfaceOrBuilder getNetworkInterfacesOrBuilder(int index)
Network configurations.
repeated .google.cloud.batch.v1.AllocationPolicy.NetworkInterface network_interfaces = 1;
Copyright © 2025 Google LLC. All rights reserved.