Google Cloud Data Loss Prevention v2 API - Class UpdateStoredInfoTypeRequest (4.8.0)

public sealed class UpdateStoredInfoTypeRequest : IMessage<UpdateStoredInfoTypeRequest>, IEquatable<UpdateStoredInfoTypeRequest>, IDeepCloneable<UpdateStoredInfoTypeRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Data Loss Prevention v2 API class UpdateStoredInfoTypeRequest.

Request message for UpdateStoredInfoType.

Inheritance

object > UpdateStoredInfoTypeRequest

Namespace

Google.Cloud.Dlp.V2

Assembly

Google.Cloud.Dlp.V2.dll

Constructors

UpdateStoredInfoTypeRequest()

public UpdateStoredInfoTypeRequest()

UpdateStoredInfoTypeRequest(UpdateStoredInfoTypeRequest)

public UpdateStoredInfoTypeRequest(UpdateStoredInfoTypeRequest other)
Parameter
NameDescription
otherUpdateStoredInfoTypeRequest

Properties

Config

public StoredInfoTypeConfig Config { get; set; }

Updated configuration for the storedInfoType. If not provided, a new version of the storedInfoType will be created with the existing configuration.

Property Value
TypeDescription
StoredInfoTypeConfig

Name

public string Name { get; set; }

Required. Resource name of organization and storedInfoType to be updated, for example organizations/433245324/storedInfoTypes/432452342 or projects/project-id/storedInfoTypes/432452342.

Property Value
TypeDescription
string

StoredInfoTypeName

public StoredInfoTypeName StoredInfoTypeName { get; set; }

StoredInfoTypeName-typed view over the Name resource name property.

Property Value
TypeDescription
StoredInfoTypeName

UpdateMask

public FieldMask UpdateMask { get; set; }

Mask to control which fields get updated.

Property Value
TypeDescription
FieldMask