Interface DataProfileLocationOrBuilder (3.7.2)

public interface DataProfileLocationOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getFolderId()

public abstract long getFolderId()

The ID of the Folder within an organization to scan.

int64 folder_id = 2;

Returns
TypeDescription
long

The folderId.

getLocationCase()

public abstract DataProfileLocation.LocationCase getLocationCase()
Returns
TypeDescription
DataProfileLocation.LocationCase

getOrganizationId()

public abstract long getOrganizationId()

The ID of an organization to scan.

int64 organization_id = 1;

Returns
TypeDescription
long

The organizationId.

hasFolderId()

public abstract boolean hasFolderId()

The ID of the Folder within an organization to scan.

int64 folder_id = 2;

Returns
TypeDescription
boolean

Whether the folderId field is set.

hasOrganizationId()

public abstract boolean hasOrganizationId()

The ID of an organization to scan.

int64 organization_id = 1;

Returns
TypeDescription
boolean

Whether the organizationId field is set.