Google Cloud Data Loss Prevention v2 API - Class FileLabel.Types.GoogleDriveLabelMetadata (4.27.0)

public sealed class FileLabel.Types.GoogleDriveLabelMetadata : IMessage<FileLabel.Types.GoogleDriveLabelMetadata>, IEquatable<FileLabel.Types.GoogleDriveLabelMetadata>, IDeepCloneable<FileLabel.Types.GoogleDriveLabelMetadata>, IBufferMessage, IMessage

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

Google Drive labels published by Google.

Inheritance

object > FileLabel.Types.GoogleDriveLabelMetadata

Namespace

Google.Cloud.Dlp.V2

Assembly

Google.Cloud.Dlp.V2.dll

Constructors

GoogleDriveLabelMetadata()

public GoogleDriveLabelMetadata()

GoogleDriveLabelMetadata(GoogleDriveLabelMetadata)

public GoogleDriveLabelMetadata(FileLabel.Types.GoogleDriveLabelMetadata other)
Parameter
Name Description
other FileLabelTypesGoogleDriveLabelMetadata

Properties

LabelFields

public RepeatedField<FileLabel.Types.GoogleDriveLabelMetadata.Types.LabelFieldMetadata> LabelFields { get; }

The field values of the Google Drive label

Property Value
Type Description
RepeatedFieldFileLabelTypesGoogleDriveLabelMetadataTypesLabelFieldMetadata

LabelId

public string LabelId { get; set; }

The label ID of the Google Drive label.

Property Value
Type Description
string