Package com.google.privacy.dlp.v2
Class DataProfileAction.PubSubNotification
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite
-
- com.google.protobuf.AbstractMessage
-
- com.google.protobuf.GeneratedMessageV3
-
- com.google.privacy.dlp.v2.DataProfileAction.PubSubNotification
-
- All Implemented Interfaces:
DataProfileAction.PubSubNotificationOrBuilder
,com.google.protobuf.Message
,com.google.protobuf.MessageLite
,com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
,Serializable
- Enclosing class:
- DataProfileAction
public static final class DataProfileAction.PubSubNotification extends com.google.protobuf.GeneratedMessageV3 implements DataProfileAction.PubSubNotificationOrBuilder
Send a Pub/Sub message into the given Pub/Sub topic to connect other systems to data profile generation. The message payload data will be the byte serialization of `DataProfilePubSubMessage`.
Protobuf typegoogle.privacy.dlp.v2.DataProfileAction.PubSubNotification
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
DataProfileAction.PubSubNotification.Builder
Send a Pub/Sub message into the given Pub/Sub topic to connect other systems to data profile generation.static class
DataProfileAction.PubSubNotification.DetailLevel
The levels of detail that can be included in the Pub/Sub message.-
Nested classes/interfaces inherited from class com.google.protobuf.GeneratedMessageV3
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>,BuilderT extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT,BuilderT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter
-
-
Field Summary
Fields Modifier and Type Field Description static int
DETAIL_OF_MESSAGE_FIELD_NUMBER
static int
EVENT_FIELD_NUMBER
static int
PUBSUB_CONDITION_FIELD_NUMBER
static int
TOPIC_FIELD_NUMBER
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
static DataProfileAction.PubSubNotification
getDefaultInstance()
DataProfileAction.PubSubNotification
getDefaultInstanceForType()
static com.google.protobuf.Descriptors.Descriptor
getDescriptor()
DataProfileAction.PubSubNotification.DetailLevel
getDetailOfMessage()
How much data to include in the Pub/Sub message.int
getDetailOfMessageValue()
How much data to include in the Pub/Sub message.DataProfileAction.EventType
getEvent()
The type of event that triggers a Pub/Sub.int
getEventValue()
The type of event that triggers a Pub/Sub.com.google.protobuf.Parser<DataProfileAction.PubSubNotification>
getParserForType()
DataProfilePubSubCondition
getPubsubCondition()
Conditions (e.g., data risk or sensitivity level) for triggering a Pub/Sub.DataProfilePubSubConditionOrBuilder
getPubsubConditionOrBuilder()
Conditions (e.g., data risk or sensitivity level) for triggering a Pub/Sub.int
getSerializedSize()
String
getTopic()
Cloud Pub/Sub topic to send notifications to.com.google.protobuf.ByteString
getTopicBytes()
Cloud Pub/Sub topic to send notifications to.int
hashCode()
boolean
hasPubsubCondition()
Conditions (e.g., data risk or sensitivity level) for triggering a Pub/Sub.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable()
boolean
isInitialized()
static DataProfileAction.PubSubNotification.Builder
newBuilder()
static DataProfileAction.PubSubNotification.Builder
newBuilder(DataProfileAction.PubSubNotification prototype)
DataProfileAction.PubSubNotification.Builder
newBuilderForType()
protected DataProfileAction.PubSubNotification.Builder
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
protected Object
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
static DataProfileAction.PubSubNotification
parseDelimitedFrom(InputStream input)
static DataProfileAction.PubSubNotification
parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DataProfileAction.PubSubNotification
parseFrom(byte[] data)
static DataProfileAction.PubSubNotification
parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DataProfileAction.PubSubNotification
parseFrom(com.google.protobuf.ByteString data)
static DataProfileAction.PubSubNotification
parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DataProfileAction.PubSubNotification
parseFrom(com.google.protobuf.CodedInputStream input)
static DataProfileAction.PubSubNotification
parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DataProfileAction.PubSubNotification
parseFrom(InputStream input)
static DataProfileAction.PubSubNotification
parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DataProfileAction.PubSubNotification
parseFrom(ByteBuffer data)
static DataProfileAction.PubSubNotification
parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static com.google.protobuf.Parser<DataProfileAction.PubSubNotification>
parser()
DataProfileAction.PubSubNotification.Builder
toBuilder()
void
writeTo(com.google.protobuf.CodedOutputStream output)
-
Methods inherited from class com.google.protobuf.GeneratedMessageV3
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
-
Methods inherited from class com.google.protobuf.AbstractMessage
findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite
addAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
-
-
-
Field Detail
-
TOPIC_FIELD_NUMBER
public static final int TOPIC_FIELD_NUMBER
- See Also:
- Constant Field Values
-
EVENT_FIELD_NUMBER
public static final int EVENT_FIELD_NUMBER
- See Also:
- Constant Field Values
-
PUBSUB_CONDITION_FIELD_NUMBER
public static final int PUBSUB_CONDITION_FIELD_NUMBER
- See Also:
- Constant Field Values
-
DETAIL_OF_MESSAGE_FIELD_NUMBER
public static final int DETAIL_OF_MESSAGE_FIELD_NUMBER
- See Also:
- Constant Field Values
-
-
Method Detail
-
newInstance
protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
- Overrides:
newInstance
in classcom.google.protobuf.GeneratedMessageV3
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTable
in classcom.google.protobuf.GeneratedMessageV3
-
getTopic
public String getTopic()
Cloud Pub/Sub topic to send notifications to. Format is projects/{project}/topics/{topic}.
string topic = 1;
- Specified by:
getTopic
in interfaceDataProfileAction.PubSubNotificationOrBuilder
- Returns:
- The topic.
-
getTopicBytes
public com.google.protobuf.ByteString getTopicBytes()
Cloud Pub/Sub topic to send notifications to. Format is projects/{project}/topics/{topic}.
string topic = 1;
- Specified by:
getTopicBytes
in interfaceDataProfileAction.PubSubNotificationOrBuilder
- Returns:
- The bytes for topic.
-
getEventValue
public int getEventValue()
The type of event that triggers a Pub/Sub. At most one `PubSubNotification` per EventType is permitted.
.google.privacy.dlp.v2.DataProfileAction.EventType event = 2;
- Specified by:
getEventValue
in interfaceDataProfileAction.PubSubNotificationOrBuilder
- Returns:
- The enum numeric value on the wire for event.
-
getEvent
public DataProfileAction.EventType getEvent()
The type of event that triggers a Pub/Sub. At most one `PubSubNotification` per EventType is permitted.
.google.privacy.dlp.v2.DataProfileAction.EventType event = 2;
- Specified by:
getEvent
in interfaceDataProfileAction.PubSubNotificationOrBuilder
- Returns:
- The event.
-
hasPubsubCondition
public boolean hasPubsubCondition()
Conditions (e.g., data risk or sensitivity level) for triggering a Pub/Sub.
.google.privacy.dlp.v2.DataProfilePubSubCondition pubsub_condition = 3;
- Specified by:
hasPubsubCondition
in interfaceDataProfileAction.PubSubNotificationOrBuilder
- Returns:
- Whether the pubsubCondition field is set.
-
getPubsubCondition
public DataProfilePubSubCondition getPubsubCondition()
Conditions (e.g., data risk or sensitivity level) for triggering a Pub/Sub.
.google.privacy.dlp.v2.DataProfilePubSubCondition pubsub_condition = 3;
- Specified by:
getPubsubCondition
in interfaceDataProfileAction.PubSubNotificationOrBuilder
- Returns:
- The pubsubCondition.
-
getPubsubConditionOrBuilder
public DataProfilePubSubConditionOrBuilder getPubsubConditionOrBuilder()
Conditions (e.g., data risk or sensitivity level) for triggering a Pub/Sub.
.google.privacy.dlp.v2.DataProfilePubSubCondition pubsub_condition = 3;
- Specified by:
getPubsubConditionOrBuilder
in interfaceDataProfileAction.PubSubNotificationOrBuilder
-
getDetailOfMessageValue
public int getDetailOfMessageValue()
How much data to include in the Pub/Sub message. If the user wishes to limit the size of the message, they can use resource_name and fetch the profile fields they wish to. Per table profile (not per column).
.google.privacy.dlp.v2.DataProfileAction.PubSubNotification.DetailLevel detail_of_message = 4;
- Specified by:
getDetailOfMessageValue
in interfaceDataProfileAction.PubSubNotificationOrBuilder
- Returns:
- The enum numeric value on the wire for detailOfMessage.
-
getDetailOfMessage
public DataProfileAction.PubSubNotification.DetailLevel getDetailOfMessage()
How much data to include in the Pub/Sub message. If the user wishes to limit the size of the message, they can use resource_name and fetch the profile fields they wish to. Per table profile (not per column).
.google.privacy.dlp.v2.DataProfileAction.PubSubNotification.DetailLevel detail_of_message = 4;
- Specified by:
getDetailOfMessage
in interfaceDataProfileAction.PubSubNotificationOrBuilder
- Returns:
- The detailOfMessage.
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitialized
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Overrides:
isInitialized
in classcom.google.protobuf.GeneratedMessageV3
-
writeTo
public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
- Specified by:
writeTo
in interfacecom.google.protobuf.MessageLite
- Overrides:
writeTo
in classcom.google.protobuf.GeneratedMessageV3
- Throws:
IOException
-
getSerializedSize
public int getSerializedSize()
- Specified by:
getSerializedSize
in interfacecom.google.protobuf.MessageLite
- Overrides:
getSerializedSize
in classcom.google.protobuf.GeneratedMessageV3
-
equals
public boolean equals(Object obj)
- Specified by:
equals
in interfacecom.google.protobuf.Message
- Overrides:
equals
in classcom.google.protobuf.AbstractMessage
-
hashCode
public int hashCode()
- Specified by:
hashCode
in interfacecom.google.protobuf.Message
- Overrides:
hashCode
in classcom.google.protobuf.AbstractMessage
-
parseFrom
public static DataProfileAction.PubSubNotification parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static DataProfileAction.PubSubNotification parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static DataProfileAction.PubSubNotification parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static DataProfileAction.PubSubNotification parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static DataProfileAction.PubSubNotification parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static DataProfileAction.PubSubNotification parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static DataProfileAction.PubSubNotification parseFrom(InputStream input) throws IOException
- Throws:
IOException
-
parseFrom
public static DataProfileAction.PubSubNotification parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
parseDelimitedFrom
public static DataProfileAction.PubSubNotification parseDelimitedFrom(InputStream input) throws IOException
- Throws:
IOException
-
parseDelimitedFrom
public static DataProfileAction.PubSubNotification parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
parseFrom
public static DataProfileAction.PubSubNotification parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
- Throws:
IOException
-
parseFrom
public static DataProfileAction.PubSubNotification parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
newBuilderForType
public DataProfileAction.PubSubNotification.Builder newBuilderForType()
- Specified by:
newBuilderForType
in interfacecom.google.protobuf.Message
- Specified by:
newBuilderForType
in interfacecom.google.protobuf.MessageLite
-
newBuilder
public static DataProfileAction.PubSubNotification.Builder newBuilder()
-
newBuilder
public static DataProfileAction.PubSubNotification.Builder newBuilder(DataProfileAction.PubSubNotification prototype)
-
toBuilder
public DataProfileAction.PubSubNotification.Builder toBuilder()
- Specified by:
toBuilder
in interfacecom.google.protobuf.Message
- Specified by:
toBuilder
in interfacecom.google.protobuf.MessageLite
-
newBuilderForType
protected DataProfileAction.PubSubNotification.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
- Specified by:
newBuilderForType
in classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstance
public static DataProfileAction.PubSubNotification getDefaultInstance()
-
parser
public static com.google.protobuf.Parser<DataProfileAction.PubSubNotification> parser()
-
getParserForType
public com.google.protobuf.Parser<DataProfileAction.PubSubNotification> getParserForType()
- Specified by:
getParserForType
in interfacecom.google.protobuf.Message
- Specified by:
getParserForType
in interfacecom.google.protobuf.MessageLite
- Overrides:
getParserForType
in classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstanceForType
public DataProfileAction.PubSubNotification getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageOrBuilder
-
-