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.ModeSchema.Mode. forNumber(int value)Schema.ModeSchema.SchemaField.Builder. getMode()Required.Schema.ModeSchema.SchemaField. getMode()Required.Schema.ModeSchema.SchemaFieldOrBuilder. getMode()Required.static Schema.ModeSchema.Mode. valueOf(int value)Deprecated.static Schema.ModeSchema.Mode. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static Schema.ModeSchema.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.BuilderSchema.SchemaField.Builder. setMode(Schema.Mode value)Required.
-