Class 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 type google.privacy.dlp.v2.DataProfileAction.PubSubNotification
    See Also:
    Serialized Form
    • Method Detail

      • newInstance

        protected Object newInstance​(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
        Overrides:
        newInstance in class com.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 class com.google.protobuf.GeneratedMessageV3
      • 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 interface DataProfileAction.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 interface DataProfileAction.PubSubNotificationOrBuilder
        Returns:
        The enum numeric value on the wire for 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 interface DataProfileAction.PubSubNotificationOrBuilder
        Returns:
        Whether the pubsubCondition field is set.
      • 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 interface DataProfileAction.PubSubNotificationOrBuilder
        Returns:
        The enum numeric value on the wire for detailOfMessage.
      • isInitialized

        public final boolean isInitialized()
        Specified by:
        isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
        Overrides:
        isInitialized in class com.google.protobuf.GeneratedMessageV3
      • writeTo

        public void writeTo​(com.google.protobuf.CodedOutputStream output)
                     throws IOException
        Specified by:
        writeTo in interface com.google.protobuf.MessageLite
        Overrides:
        writeTo in class com.google.protobuf.GeneratedMessageV3
        Throws:
        IOException
      • getSerializedSize

        public int getSerializedSize()
        Specified by:
        getSerializedSize in interface com.google.protobuf.MessageLite
        Overrides:
        getSerializedSize in class com.google.protobuf.GeneratedMessageV3
      • equals

        public boolean equals​(Object obj)
        Specified by:
        equals in interface com.google.protobuf.Message
        Overrides:
        equals in class com.google.protobuf.AbstractMessage
      • hashCode

        public int hashCode()
        Specified by:
        hashCode in interface com.google.protobuf.Message
        Overrides:
        hashCode in class com.google.protobuf.AbstractMessage
      • 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
      • newBuilderForType

        public DataProfileAction.PubSubNotification.Builder newBuilderForType()
        Specified by:
        newBuilderForType in interface com.google.protobuf.Message
        Specified by:
        newBuilderForType in interface com.google.protobuf.MessageLite
      • newBuilderForType

        protected DataProfileAction.PubSubNotification.Builder newBuilderForType​(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
        Specified by:
        newBuilderForType in class com.google.protobuf.GeneratedMessageV3
      • getParserForType

        public com.google.protobuf.Parser<DataProfileAction.PubSubNotification> getParserForType()
        Specified by:
        getParserForType in interface com.google.protobuf.Message
        Specified by:
        getParserForType in interface com.google.protobuf.MessageLite
        Overrides:
        getParserForType in class com.google.protobuf.GeneratedMessageV3
      • getDefaultInstanceForType

        public DataProfileAction.PubSubNotification getDefaultInstanceForType()
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder