Uses of Class
com.google.cloud.deploy.v1.ExecutionConfig.ExecutionEnvironmentUsage
-
Packages that use ExecutionConfig.ExecutionEnvironmentUsage Package Description com.google.cloud.deploy.v1 A client to Cloud Deploy API -
-
Uses of ExecutionConfig.ExecutionEnvironmentUsage in com.google.cloud.deploy.v1
Methods in com.google.cloud.deploy.v1 that return ExecutionConfig.ExecutionEnvironmentUsage Modifier and Type Method Description static ExecutionConfig.ExecutionEnvironmentUsageExecutionConfig.ExecutionEnvironmentUsage. forNumber(int value)ExecutionConfig.ExecutionEnvironmentUsageExecutionConfig.Builder. getUsages(int index)Required.ExecutionConfig.ExecutionEnvironmentUsageExecutionConfig. getUsages(int index)Required.ExecutionConfig.ExecutionEnvironmentUsageExecutionConfigOrBuilder. getUsages(int index)Required.static ExecutionConfig.ExecutionEnvironmentUsageExecutionConfig.ExecutionEnvironmentUsage. valueOf(int value)Deprecated.static ExecutionConfig.ExecutionEnvironmentUsageExecutionConfig.ExecutionEnvironmentUsage. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static ExecutionConfig.ExecutionEnvironmentUsageExecutionConfig.ExecutionEnvironmentUsage. valueOf(String name)Returns the enum constant of this type with the specified name.static ExecutionConfig.ExecutionEnvironmentUsage[]ExecutionConfig.ExecutionEnvironmentUsage. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.cloud.deploy.v1 that return types with arguments of type ExecutionConfig.ExecutionEnvironmentUsage Modifier and Type Method Description List<ExecutionConfig.ExecutionEnvironmentUsage>ExecutionConfig.Builder. getUsagesList()Required.List<ExecutionConfig.ExecutionEnvironmentUsage>ExecutionConfig. getUsagesList()Required.List<ExecutionConfig.ExecutionEnvironmentUsage>ExecutionConfigOrBuilder. getUsagesList()Required.static com.google.protobuf.Internal.EnumLiteMap<ExecutionConfig.ExecutionEnvironmentUsage>ExecutionConfig.ExecutionEnvironmentUsage. internalGetValueMap()Methods in com.google.cloud.deploy.v1 with parameters of type ExecutionConfig.ExecutionEnvironmentUsage Modifier and Type Method Description ExecutionConfig.BuilderExecutionConfig.Builder. addUsages(ExecutionConfig.ExecutionEnvironmentUsage value)Required.ExecutionConfig.BuilderExecutionConfig.Builder. setUsages(int index, ExecutionConfig.ExecutionEnvironmentUsage value)Required.Method parameters in com.google.cloud.deploy.v1 with type arguments of type ExecutionConfig.ExecutionEnvironmentUsage Modifier and Type Method Description ExecutionConfig.BuilderExecutionConfig.Builder. addAllUsages(Iterable<? extends ExecutionConfig.ExecutionEnvironmentUsage> values)Required.
-