Uses of Class
com.google.cloud.dataplex.v1.StorageSystem
-
Packages that use StorageSystem Package Description com.google.cloud.dataplex.v1 A client to Cloud Dataplex API -
-
Uses of StorageSystem in com.google.cloud.dataplex.v1
Methods in com.google.cloud.dataplex.v1 that return StorageSystem Modifier and Type Method Description static StorageSystem
StorageSystem. forNumber(int value)
StorageSystem
Entity.Builder. getSystem()
Required.StorageSystem
Entity. getSystem()
Required.StorageSystem
EntityOrBuilder. getSystem()
Required.static StorageSystem
StorageSystem. valueOf(int value)
Deprecated.static StorageSystem
StorageSystem. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static StorageSystem
StorageSystem. valueOf(String name)
Returns the enum constant of this type with the specified name.static StorageSystem[]
StorageSystem. 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 StorageSystem Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<StorageSystem>
StorageSystem. internalGetValueMap()
Methods in com.google.cloud.dataplex.v1 with parameters of type StorageSystem Modifier and Type Method Description Entity.Builder
Entity.Builder. setSystem(StorageSystem value)
Required.
-