Uses of Class
com.google.cloud.deploy.v1.ExecutionConfig.ExecutionEnvironmentCase
-
Packages that use ExecutionConfig.ExecutionEnvironmentCase Package Description com.google.cloud.deploy.v1 A client to Cloud Deploy API -
-
Uses of ExecutionConfig.ExecutionEnvironmentCase in com.google.cloud.deploy.v1
Methods in com.google.cloud.deploy.v1 that return ExecutionConfig.ExecutionEnvironmentCase Modifier and Type Method Description static ExecutionConfig.ExecutionEnvironmentCaseExecutionConfig.ExecutionEnvironmentCase. forNumber(int value)ExecutionConfig.ExecutionEnvironmentCaseExecutionConfig.Builder. getExecutionEnvironmentCase()ExecutionConfig.ExecutionEnvironmentCaseExecutionConfig. getExecutionEnvironmentCase()ExecutionConfig.ExecutionEnvironmentCaseExecutionConfigOrBuilder. getExecutionEnvironmentCase()static ExecutionConfig.ExecutionEnvironmentCaseExecutionConfig.ExecutionEnvironmentCase. valueOf(int value)Deprecated.static ExecutionConfig.ExecutionEnvironmentCaseExecutionConfig.ExecutionEnvironmentCase. valueOf(String name)Returns the enum constant of this type with the specified name.static ExecutionConfig.ExecutionEnvironmentCase[]ExecutionConfig.ExecutionEnvironmentCase. values()Returns an array containing the constants of this enum type, in the order they are declared.
-