Reference documentation and code samples for the Cloud Data Loss Prevention (DLP) V2 API class Google::Cloud::Dlp::V2::UpdateStoredInfoTypeRequest.
Request message for UpdateStoredInfoType.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#config
def config() -> ::Google::Cloud::Dlp::V2::StoredInfoTypeConfig
Returns
- (::Google::Cloud::Dlp::V2::StoredInfoTypeConfig) — Updated configuration for the storedInfoType. If not provided, a new version of the storedInfoType will be created with the existing configuration.
#config=
def config=(value) -> ::Google::Cloud::Dlp::V2::StoredInfoTypeConfig
Parameter
- value (::Google::Cloud::Dlp::V2::StoredInfoTypeConfig) — Updated configuration for the storedInfoType. If not provided, a new version of the storedInfoType will be created with the existing configuration.
Returns
- (::Google::Cloud::Dlp::V2::StoredInfoTypeConfig) — Updated configuration for the storedInfoType. If not provided, a new version of the storedInfoType will be created with the existing configuration.
#name
def name() -> ::String
Returns
-
(::String) — Required. Resource name of organization and storedInfoType to be updated,
for example
organizations/433245324/storedInfoTypes/432452342
or projects/project-id/storedInfoTypes/432452342.
#name=
def name=(value) -> ::String
Parameter
-
value (::String) — Required. Resource name of organization and storedInfoType to be updated,
for example
organizations/433245324/storedInfoTypes/432452342
or projects/project-id/storedInfoTypes/432452342.
Returns
-
(::String) — Required. Resource name of organization and storedInfoType to be updated,
for example
organizations/433245324/storedInfoTypes/432452342
or projects/project-id/storedInfoTypes/432452342.
#update_mask
def update_mask() -> ::Google::Protobuf::FieldMask
Returns
- (::Google::Protobuf::FieldMask) — Mask to control which fields get updated.
#update_mask=
def update_mask=(value) -> ::Google::Protobuf::FieldMask
Parameter
- value (::Google::Protobuf::FieldMask) — Mask to control which fields get updated.
Returns
- (::Google::Protobuf::FieldMask) — Mask to control which fields get updated.