Uses of Enum
com.google.cloud.aiplatform.v1.ExecutableCode.Language
Packages that use ExecutableCode.Language
-
Uses of ExecutableCode.Language in com.google.cloud.aiplatform.v1
Methods in com.google.cloud.aiplatform.v1 that return ExecutableCode.LanguageModifier and TypeMethodDescriptionstatic ExecutableCode.LanguageExecutableCode.Language.forNumber(int value) ExecutableCode.Builder.getLanguage()Required.ExecutableCode.getLanguage()Required.ExecutableCodeOrBuilder.getLanguage()Required.static ExecutableCode.LanguageExecutableCode.Language.valueOf(int value) Deprecated.static ExecutableCode.LanguageExecutableCode.Language.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this type with the specified name.static ExecutableCode.LanguageReturns the enum constant of this type with the specified name.static ExecutableCode.Language[]ExecutableCode.Language.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.cloud.aiplatform.v1 that return types with arguments of type ExecutableCode.LanguageModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<ExecutableCode.Language>ExecutableCode.Language.internalGetValueMap()Methods in com.google.cloud.aiplatform.v1 with parameters of type ExecutableCode.LanguageModifier and TypeMethodDescriptionExecutableCode.Builder.setLanguage(ExecutableCode.Language value) Required.