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