Reference documentation and code samples for the Cloud Data Loss Prevention (DLP) V2 API class Google::Cloud::Dlp::V2::Domain.
A domain represents a thematic category that a data profile can fall under.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#category
def
category
()
-
>
::
Google
::
Cloud
::
Dlp
::
V2
::
Domain
::
Category
Returns
- ( ::Google::Cloud::Dlp::V2::Domain::Category ) — A domain category that this profile is related to.
#category=
def
category=
(
value
)
-
>
::
Google
::
Cloud
::
Dlp
::
V2
::
Domain
::
Category
Parameter
- value( ::Google::Cloud::Dlp::V2::Domain::Category ) — A domain category that this profile is related to.
Returns
- ( ::Google::Cloud::Dlp::V2::Domain::Category ) — A domain category that this profile is related to.
#signals
def
signals
()
-
>
::
Array
< ::
Google
::
Cloud
::
Dlp
::
V2
::
Domain
::
Signal
>
Returns
- (::Array< ::Google::Cloud::Dlp::V2::Domain::Signal >) — The collection of signals that influenced selection of the category.
#signals=
def
signals=
(
value
)
-
>
::
Array
< ::
Google
::
Cloud
::
Dlp
::
V2
::
Domain
::
Signal
>
Parameter
- value(::Array< ::Google::Cloud::Dlp::V2::Domain::Signal >) — The collection of signals that influenced selection of the category.
Returns
- (::Array< ::Google::Cloud::Dlp::V2::Domain::Signal >) — The collection of signals that influenced selection of the category.

