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.ExecutionEnvironmentUsage
ExecutionConfig.ExecutionEnvironmentUsage. forNumber(int value)
ExecutionConfig.ExecutionEnvironmentUsage
ExecutionConfig.Builder. getUsages(int index)
Required.ExecutionConfig.ExecutionEnvironmentUsage
ExecutionConfig. getUsages(int index)
Required.ExecutionConfig.ExecutionEnvironmentUsage
ExecutionConfigOrBuilder. getUsages(int index)
Required.static ExecutionConfig.ExecutionEnvironmentUsage
ExecutionConfig.ExecutionEnvironmentUsage. valueOf(int value)
Deprecated.static ExecutionConfig.ExecutionEnvironmentUsage
ExecutionConfig.ExecutionEnvironmentUsage. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static ExecutionConfig.ExecutionEnvironmentUsage
ExecutionConfig.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.Builder
ExecutionConfig.Builder. addUsages(ExecutionConfig.ExecutionEnvironmentUsage value)
Required.ExecutionConfig.Builder
ExecutionConfig.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.Builder
ExecutionConfig.Builder. addAllUsages(Iterable<? extends ExecutionConfig.ExecutionEnvironmentUsage> values)
Required.
-