Interface AllocationPolicy.NetworkPolicyOrBuilder

    • Method Detail

      • getNetworkInterfacesList

        List<AllocationPolicy.NetworkInterface> getNetworkInterfacesList()
         Network configurations.
         
        repeated .google.cloud.batch.v1.AllocationPolicy.NetworkInterface network_interfaces = 1;
      • getNetworkInterfaces

        AllocationPolicy.NetworkInterface getNetworkInterfaces​(int index)
         Network configurations.
         
        repeated .google.cloud.batch.v1.AllocationPolicy.NetworkInterface network_interfaces = 1;
      • getNetworkInterfacesCount

        int getNetworkInterfacesCount()
         Network configurations.
         
        repeated .google.cloud.batch.v1.AllocationPolicy.NetworkInterface network_interfaces = 1;
      • getNetworkInterfacesOrBuilderList

        List<? extends AllocationPolicy.NetworkInterfaceOrBuilder> getNetworkInterfacesOrBuilderList()
         Network configurations.
         
        repeated .google.cloud.batch.v1.AllocationPolicy.NetworkInterface network_interfaces = 1;
      • getNetworkInterfacesOrBuilder

        AllocationPolicy.NetworkInterfaceOrBuilder getNetworkInterfacesOrBuilder​(int index)
         Network configurations.
         
        repeated .google.cloud.batch.v1.AllocationPolicy.NetworkInterface network_interfaces = 1;