Uses of Class
com.google.cloud.batch.v1alpha.AllocationPolicy.NetworkInterface
-
Packages that use AllocationPolicy.NetworkInterface Package Description com.google.cloud.batch.v1alpha A client to Batch API -
-
Uses of AllocationPolicy.NetworkInterface in com.google.cloud.batch.v1alpha
Methods in com.google.cloud.batch.v1alpha that return AllocationPolicy.NetworkInterface Modifier and Type Method Description AllocationPolicy.NetworkInterface
AllocationPolicy.NetworkInterface.Builder. build()
AllocationPolicy.NetworkInterface
AllocationPolicy.NetworkInterface.Builder. buildPartial()
static AllocationPolicy.NetworkInterface
AllocationPolicy.NetworkInterface. getDefaultInstance()
AllocationPolicy.NetworkInterface
AllocationPolicy.NetworkInterface.Builder. getDefaultInstanceForType()
AllocationPolicy.NetworkInterface
AllocationPolicy.NetworkInterface. getDefaultInstanceForType()
AllocationPolicy.NetworkInterface
AllocationPolicy.NetworkPolicy.Builder. getNetworkInterfaces(int index)
Network configurations.AllocationPolicy.NetworkInterface
AllocationPolicy.NetworkPolicy. getNetworkInterfaces(int index)
Network configurations.AllocationPolicy.NetworkInterface
AllocationPolicy.NetworkPolicyOrBuilder. getNetworkInterfaces(int index)
Network configurations.static AllocationPolicy.NetworkInterface
AllocationPolicy.NetworkInterface. parseDelimitedFrom(InputStream input)
static AllocationPolicy.NetworkInterface
AllocationPolicy.NetworkInterface. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AllocationPolicy.NetworkInterface
AllocationPolicy.NetworkInterface. parseFrom(byte[] data)
static AllocationPolicy.NetworkInterface
AllocationPolicy.NetworkInterface. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AllocationPolicy.NetworkInterface
AllocationPolicy.NetworkInterface. parseFrom(com.google.protobuf.ByteString data)
static AllocationPolicy.NetworkInterface
AllocationPolicy.NetworkInterface. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AllocationPolicy.NetworkInterface
AllocationPolicy.NetworkInterface. parseFrom(com.google.protobuf.CodedInputStream input)
static AllocationPolicy.NetworkInterface
AllocationPolicy.NetworkInterface. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AllocationPolicy.NetworkInterface
AllocationPolicy.NetworkInterface. parseFrom(InputStream input)
static AllocationPolicy.NetworkInterface
AllocationPolicy.NetworkInterface. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AllocationPolicy.NetworkInterface
AllocationPolicy.NetworkInterface. parseFrom(ByteBuffer data)
static AllocationPolicy.NetworkInterface
AllocationPolicy.NetworkInterface. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.batch.v1alpha that return types with arguments of type AllocationPolicy.NetworkInterface Modifier and Type Method Description List<AllocationPolicy.NetworkInterface>
AllocationPolicy.NetworkPolicy.Builder. getNetworkInterfacesList()
Network configurations.List<AllocationPolicy.NetworkInterface>
AllocationPolicy.NetworkPolicy. getNetworkInterfacesList()
Network configurations.List<AllocationPolicy.NetworkInterface>
AllocationPolicy.NetworkPolicyOrBuilder. getNetworkInterfacesList()
Network configurations.com.google.protobuf.Parser<AllocationPolicy.NetworkInterface>
AllocationPolicy.NetworkInterface. getParserForType()
static com.google.protobuf.Parser<AllocationPolicy.NetworkInterface>
AllocationPolicy.NetworkInterface. parser()
Methods in com.google.cloud.batch.v1alpha with parameters of type AllocationPolicy.NetworkInterface Modifier and Type Method Description AllocationPolicy.NetworkPolicy.Builder
AllocationPolicy.NetworkPolicy.Builder. addNetworkInterfaces(int index, AllocationPolicy.NetworkInterface value)
Network configurations.AllocationPolicy.NetworkPolicy.Builder
AllocationPolicy.NetworkPolicy.Builder. addNetworkInterfaces(AllocationPolicy.NetworkInterface value)
Network configurations.AllocationPolicy.NetworkInterface.Builder
AllocationPolicy.NetworkInterface.Builder. mergeFrom(AllocationPolicy.NetworkInterface other)
static AllocationPolicy.NetworkInterface.Builder
AllocationPolicy.NetworkInterface. newBuilder(AllocationPolicy.NetworkInterface prototype)
AllocationPolicy.NetworkPolicy.Builder
AllocationPolicy.NetworkPolicy.Builder. setNetworkInterfaces(int index, AllocationPolicy.NetworkInterface value)
Network configurations.Method parameters in com.google.cloud.batch.v1alpha with type arguments of type AllocationPolicy.NetworkInterface Modifier and Type Method Description AllocationPolicy.NetworkPolicy.Builder
AllocationPolicy.NetworkPolicy.Builder. addAllNetworkInterfaces(Iterable<? extends AllocationPolicy.NetworkInterface> values)
Network configurations.
-