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