Uses of Class
com.google.cloud.orchestration.airflow.service.v1beta1.CheckUpgradeResponse.ConflictResult
-
Packages that use CheckUpgradeResponse.ConflictResult Package Description com.google.cloud.orchestration.airflow.service.v1beta1 A client to Cloud Composer API -
-
Uses of CheckUpgradeResponse.ConflictResult in com.google.cloud.orchestration.airflow.service.v1beta1
Methods in com.google.cloud.orchestration.airflow.service.v1beta1 that return CheckUpgradeResponse.ConflictResult Modifier and Type Method Description static CheckUpgradeResponse.ConflictResult
CheckUpgradeResponse.ConflictResult. forNumber(int value)
CheckUpgradeResponse.ConflictResult
CheckUpgradeResponse.Builder. getContainsPypiModulesConflict()
Output only.CheckUpgradeResponse.ConflictResult
CheckUpgradeResponse. getContainsPypiModulesConflict()
Output only.CheckUpgradeResponse.ConflictResult
CheckUpgradeResponseOrBuilder. getContainsPypiModulesConflict()
Output only.static CheckUpgradeResponse.ConflictResult
CheckUpgradeResponse.ConflictResult. valueOf(int value)
Deprecated.static CheckUpgradeResponse.ConflictResult
CheckUpgradeResponse.ConflictResult. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static CheckUpgradeResponse.ConflictResult
CheckUpgradeResponse.ConflictResult. valueOf(String name)
Returns the enum constant of this type with the specified name.static CheckUpgradeResponse.ConflictResult[]
CheckUpgradeResponse.ConflictResult. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.cloud.orchestration.airflow.service.v1beta1 that return types with arguments of type CheckUpgradeResponse.ConflictResult Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<CheckUpgradeResponse.ConflictResult>
CheckUpgradeResponse.ConflictResult. internalGetValueMap()
Methods in com.google.cloud.orchestration.airflow.service.v1beta1 with parameters of type CheckUpgradeResponse.ConflictResult Modifier and Type Method Description CheckUpgradeResponse.Builder
CheckUpgradeResponse.Builder. setContainsPypiModulesConflict(CheckUpgradeResponse.ConflictResult value)
Output only.
-