public interface DataProfilePubSubMessageOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
DataProfileAction.EventType |
getEvent()
The event that caused the Pub/Sub message to be sent.
|
int |
getEventValue()
The event that caused the Pub/Sub message to be sent.
|
TableDataProfile |
getProfile()
If `DetailLevel` is `TABLE_PROFILE` this will be fully populated.
|
TableDataProfileOrBuilder |
getProfileOrBuilder()
If `DetailLevel` is `TABLE_PROFILE` this will be fully populated.
|
boolean |
hasProfile()
If `DetailLevel` is `TABLE_PROFILE` this will be fully populated.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean 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;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;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;int getEventValue()
The event that caused the Pub/Sub message to be sent.
.google.privacy.dlp.v2.DataProfileAction.EventType event = 2;DataProfileAction.EventType getEvent()
The event that caused the Pub/Sub message to be sent.
.google.privacy.dlp.v2.DataProfileAction.EventType event = 2;Copyright © 2022 Google LLC. All rights reserved.