Interface DiscoveryConfig.OrgConfigOrBuilder (3.45.0)

public static interface DiscoveryConfig.OrgConfigOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getLocation()

public abstract DiscoveryStartingLocation getLocation()

The data to scan: folder, org, or project

.google.privacy.dlp.v2.DiscoveryStartingLocation location = 1;

Returns
TypeDescription
DiscoveryStartingLocation

The location.

getLocationOrBuilder()

public abstract DiscoveryStartingLocationOrBuilder getLocationOrBuilder()

The data to scan: folder, org, or project

.google.privacy.dlp.v2.DiscoveryStartingLocation location = 1;

Returns
TypeDescription
DiscoveryStartingLocationOrBuilder

getProjectId()

public abstract String getProjectId()

The project that will run the scan. The DLP service account that exists within this project must have access to all resources that are profiled, and the Cloud DLP API must be enabled.

string project_id = 2;

Returns
TypeDescription
String

The projectId.

getProjectIdBytes()

public abstract ByteString getProjectIdBytes()

The project that will run the scan. The DLP service account that exists within this project must have access to all resources that are profiled, and the Cloud DLP API must be enabled.

string project_id = 2;

Returns
TypeDescription
ByteString

The bytes for projectId.

hasLocation()

public abstract boolean hasLocation()

The data to scan: folder, org, or project

.google.privacy.dlp.v2.DiscoveryStartingLocation location = 1;

Returns
TypeDescription
boolean

Whether the location field is set.