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.
Implements
IMessageUpdateStoredInfoTypeRequest, IEquatableUpdateStoredInfoTypeRequest, IDeepCloneableUpdateStoredInfoTypeRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Dlp.V2Assembly
Google.Cloud.Dlp.V2.dll
Constructors
UpdateStoredInfoTypeRequest()
public UpdateStoredInfoTypeRequest()
UpdateStoredInfoTypeRequest(UpdateStoredInfoTypeRequest)
public UpdateStoredInfoTypeRequest(UpdateStoredInfoTypeRequest other)
Parameter | |
---|---|
Name | Description |
other |
UpdateStoredInfoTypeRequest |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
string |
StoredInfoTypeName
public StoredInfoTypeName StoredInfoTypeName { get; set; }
StoredInfoTypeName-typed view over the Name resource name property.
Property Value | |
---|---|
Type | Description |
StoredInfoTypeName |
UpdateMask
public FieldMask UpdateMask { get; set; }
Mask to control which fields get updated.
Property Value | |
---|---|
Type | Description |
FieldMask |