Uses of Class
com.google.cloud.orchestration.airflow.service.v1.IPAllocationPolicy.ClusterIpAllocationCase
-
Packages that use IPAllocationPolicy.ClusterIpAllocationCase Package Description com.google.cloud.orchestration.airflow.service.v1 A client to Cloud Composer API -
-
Uses of IPAllocationPolicy.ClusterIpAllocationCase in com.google.cloud.orchestration.airflow.service.v1
Methods in com.google.cloud.orchestration.airflow.service.v1 that return IPAllocationPolicy.ClusterIpAllocationCase Modifier and Type Method Description static IPAllocationPolicy.ClusterIpAllocationCase
IPAllocationPolicy.ClusterIpAllocationCase. forNumber(int value)
IPAllocationPolicy.ClusterIpAllocationCase
IPAllocationPolicy.Builder. getClusterIpAllocationCase()
IPAllocationPolicy.ClusterIpAllocationCase
IPAllocationPolicy. getClusterIpAllocationCase()
IPAllocationPolicy.ClusterIpAllocationCase
IPAllocationPolicyOrBuilder. getClusterIpAllocationCase()
static IPAllocationPolicy.ClusterIpAllocationCase
IPAllocationPolicy.ClusterIpAllocationCase. valueOf(int value)
Deprecated.static IPAllocationPolicy.ClusterIpAllocationCase
IPAllocationPolicy.ClusterIpAllocationCase. valueOf(String name)
Returns the enum constant of this type with the specified name.static IPAllocationPolicy.ClusterIpAllocationCase[]
IPAllocationPolicy.ClusterIpAllocationCase. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-