public interface DataProfilePubSubMessageOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getEvent()
public abstract DataProfileAction.EventType getEvent()The event that caused the Pub/Sub message to be sent.
.google.privacy.dlp.v2.DataProfileAction.EventType event = 2;
| Returns | |
|---|---|
| Type | Description |
DataProfileAction.EventType |
The event. |
getEventValue()
public abstract int getEventValue()The event that caused the Pub/Sub message to be sent.
.google.privacy.dlp.v2.DataProfileAction.EventType event = 2;
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for event. |
getFileStoreProfile()
public abstract FileStoreDataProfile getFileStoreProfile() If DetailLevel is FILE_STORE_PROFILE this will be fully populated.
Otherwise, if DetailLevel is RESOURCE_NAME, then only name and
file_store_path will be populated.
.google.privacy.dlp.v2.FileStoreDataProfile file_store_profile = 3;
| Returns | |
|---|---|
| Type | Description |
FileStoreDataProfile |
The fileStoreProfile. |
getFileStoreProfileOrBuilder()
public abstract FileStoreDataProfileOrBuilder getFileStoreProfileOrBuilder() If DetailLevel is FILE_STORE_PROFILE this will be fully populated.
Otherwise, if DetailLevel is RESOURCE_NAME, then only name and
file_store_path will be populated.
.google.privacy.dlp.v2.FileStoreDataProfile file_store_profile = 3;
| Returns | |
|---|---|
| Type | Description |
FileStoreDataProfileOrBuilder |
|
getProfile()
public abstract TableDataProfile getProfile() If DetailLevel is TABLE_PROFILE this will be fully populated.
Otherwise, if DetailLevel is RESOURCE_NAME, then only name and
full_resource will be populated.
.google.privacy.dlp.v2.TableDataProfile profile = 1;
| Returns | |
|---|---|
| Type | Description |
TableDataProfile |
The profile. |
getProfileOrBuilder()
public abstract TableDataProfileOrBuilder getProfileOrBuilder() If DetailLevel is TABLE_PROFILE this will be fully populated.
Otherwise, if DetailLevel is RESOURCE_NAME, then only name and
full_resource will be populated.
.google.privacy.dlp.v2.TableDataProfile profile = 1;
| Returns | |
|---|---|
| Type | Description |
TableDataProfileOrBuilder |
|
hasFileStoreProfile()
public abstract boolean hasFileStoreProfile() If DetailLevel is FILE_STORE_PROFILE this will be fully populated.
Otherwise, if DetailLevel is RESOURCE_NAME, then only name and
file_store_path will be populated.
.google.privacy.dlp.v2.FileStoreDataProfile file_store_profile = 3;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the fileStoreProfile field is set. |
hasProfile()
public abstract boolean hasProfile() If DetailLevel is TABLE_PROFILE this will be fully populated.
Otherwise, if DetailLevel is RESOURCE_NAME, then only name and
full_resource will be populated.
.google.privacy.dlp.v2.TableDataProfile profile = 1;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the profile field is set. |