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;
| 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;
| Type | Description |
| int | The enum numeric value on the wire for event. |
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;
| 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;
| Type | Description |
| TableDataProfileOrBuilder |
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;
| Type | Description |
| boolean | Whether the profile field is set. |