Uses of Enum
com.google.cloud.aiplatform.v1.ExportDataConfig.ExportUse
Packages that use ExportDataConfig.ExportUse
-
Uses of ExportDataConfig.ExportUse in com.google.cloud.aiplatform.v1
Methods in com.google.cloud.aiplatform.v1 that return ExportDataConfig.ExportUseModifier and TypeMethodDescriptionstatic ExportDataConfig.ExportUseExportDataConfig.ExportUse.forNumber(int value) ExportDataConfig.Builder.getExportUse()Indicates the usage of the exported files.ExportDataConfig.getExportUse()Indicates the usage of the exported files.ExportDataConfigOrBuilder.getExportUse()Indicates the usage of the exported files.static ExportDataConfig.ExportUseExportDataConfig.ExportUse.valueOf(int value) Deprecated.static ExportDataConfig.ExportUseExportDataConfig.ExportUse.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this type with the specified name.static ExportDataConfig.ExportUseReturns the enum constant of this type with the specified name.static ExportDataConfig.ExportUse[]ExportDataConfig.ExportUse.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 ExportDataConfig.ExportUseModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<ExportDataConfig.ExportUse>ExportDataConfig.ExportUse.internalGetValueMap()Methods in com.google.cloud.aiplatform.v1 with parameters of type ExportDataConfig.ExportUseModifier and TypeMethodDescriptionExportDataConfig.Builder.setExportUse(ExportDataConfig.ExportUse value) Indicates the usage of the exported files.