Uses of Class
com.google.cloud.dataplex.v1.DataScanEvent.Scope
-
Packages that use DataScanEvent.Scope Package Description com.google.cloud.dataplex.v1 A client to Cloud Dataplex API -
-
Uses of DataScanEvent.Scope in com.google.cloud.dataplex.v1
Methods in com.google.cloud.dataplex.v1 that return DataScanEvent.Scope Modifier and Type Method Description static DataScanEvent.Scope
DataScanEvent.Scope. forNumber(int value)
DataScanEvent.Scope
DataScanEvent.Builder. getScope()
The scope of the data scan (e.g.DataScanEvent.Scope
DataScanEvent. getScope()
The scope of the data scan (e.g.DataScanEvent.Scope
DataScanEventOrBuilder. getScope()
The scope of the data scan (e.g.static DataScanEvent.Scope
DataScanEvent.Scope. valueOf(int value)
Deprecated.static DataScanEvent.Scope
DataScanEvent.Scope. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static DataScanEvent.Scope
DataScanEvent.Scope. valueOf(String name)
Returns the enum constant of this type with the specified name.static DataScanEvent.Scope[]
DataScanEvent.Scope. 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 DataScanEvent.Scope Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<DataScanEvent.Scope>
DataScanEvent.Scope. internalGetValueMap()
Methods in com.google.cloud.dataplex.v1 with parameters of type DataScanEvent.Scope Modifier and Type Method Description DataScanEvent.Builder
DataScanEvent.Builder. setScope(DataScanEvent.Scope value)
The scope of the data scan (e.g.
-