Uses of Class
com.google.cloud.dataplex.v1.StorageFormat.Format
-
Packages that use StorageFormat.Format Package Description com.google.cloud.dataplex.v1 A client to Cloud Dataplex API -
-
Uses of StorageFormat.Format in com.google.cloud.dataplex.v1
Methods in com.google.cloud.dataplex.v1 that return StorageFormat.Format Modifier and Type Method Description static StorageFormat.Format
StorageFormat.Format. forNumber(int value)
StorageFormat.Format
StorageFormat.Builder. getFormat()
Output only.StorageFormat.Format
StorageFormat. getFormat()
Output only.StorageFormat.Format
StorageFormatOrBuilder. getFormat()
Output only.static StorageFormat.Format
StorageFormat.Format. valueOf(int value)
Deprecated.static StorageFormat.Format
StorageFormat.Format. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static StorageFormat.Format
StorageFormat.Format. valueOf(String name)
Returns the enum constant of this type with the specified name.static StorageFormat.Format[]
StorageFormat.Format. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.cloud.dataplex.v1 that return types with arguments of type StorageFormat.Format Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<StorageFormat.Format>
StorageFormat.Format. internalGetValueMap()
Methods in com.google.cloud.dataplex.v1 with parameters of type StorageFormat.Format Modifier and Type Method Description StorageFormat.Builder
StorageFormat.Builder. setFormat(StorageFormat.Format value)
Output only.
-