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