Reference documentation and code samples for the Cloud Data Loss Prevention (DLP) V2 API class Google::Cloud::Dlp::V2::Key::PathElement.
A (kind, ID/name) pair used to construct a key path.
If either name or ID is set, the element is complete. If neither is set, the element is incomplete.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#id
def id() -> ::Integer
-
(::Integer) — The auto-allocated ID of the entity.
Never equal to zero. Values less than zero are discouraged and may not
be supported in the future.
Note: The following fields are mutually exclusive:
id
,name
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#id=
def id=(value) -> ::Integer
-
value (::Integer) — The auto-allocated ID of the entity.
Never equal to zero. Values less than zero are discouraged and may not
be supported in the future.
Note: The following fields are mutually exclusive:
id
,name
. If a field in that set is populated, all other fields in the set will automatically be cleared.
-
(::Integer) — The auto-allocated ID of the entity.
Never equal to zero. Values less than zero are discouraged and may not
be supported in the future.
Note: The following fields are mutually exclusive:
id
,name
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#kind
def kind() -> ::String
-
(::String) — The kind of the entity.
A kind matching regex
__.*__
is reserved/read-only. A kind must not contain more than 1500 bytes when UTF-8 encoded. Cannot be""
.
#kind=
def kind=(value) -> ::String
-
value (::String) — The kind of the entity.
A kind matching regex
__.*__
is reserved/read-only. A kind must not contain more than 1500 bytes when UTF-8 encoded. Cannot be""
.
-
(::String) — The kind of the entity.
A kind matching regex
__.*__
is reserved/read-only. A kind must not contain more than 1500 bytes when UTF-8 encoded. Cannot be""
.
#name
def name() -> ::String
-
(::String) — The name of the entity.
A name matching regex
__.*__
is reserved/read-only. A name must not be more than 1500 bytes when UTF-8 encoded. Cannot be""
.Note: The following fields are mutually exclusive:
name
,id
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#name=
def name=(value) -> ::String
-
value (::String) — The name of the entity.
A name matching regex
__.*__
is reserved/read-only. A name must not be more than 1500 bytes when UTF-8 encoded. Cannot be""
.Note: The following fields are mutually exclusive:
name
,id
. If a field in that set is populated, all other fields in the set will automatically be cleared.
-
(::String) — The name of the entity.
A name matching regex
__.*__
is reserved/read-only. A name must not be more than 1500 bytes when UTF-8 encoded. Cannot be""
.Note: The following fields are mutually exclusive:
name
,id
. If a field in that set is populated, all other fields in the set will automatically be cleared.