public sealed class LocationSupport : IMessage<LocationSupport>, IEquatable<LocationSupport>, IDeepCloneable<LocationSupport>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Data Loss Prevention v2 API class LocationSupport.
Locations at which a feature can be used.
Implements
IMessageLocationSupport, IEquatableLocationSupport, IDeepCloneableLocationSupport, IBufferMessage, IMessageNamespace
Google.Cloud.Dlp.V2Assembly
Google.Cloud.Dlp.V2.dll
Constructors
LocationSupport()
public LocationSupport()
LocationSupport(LocationSupport)
public LocationSupport(LocationSupport other)
Parameter | |
---|---|
Name | Description |
other |
LocationSupport |
Properties
Locations
public RepeatedField<string> Locations { get; }
Specific locations where the feature may be used. Examples: us-central1, us, asia, global If scope is ANY_LOCATION, no regions will be listed.
Property Value | |
---|---|
Type | Description |
RepeatedFieldstring |
RegionalizationScope
public LocationSupport.Types.RegionalizationScope RegionalizationScope { get; set; }
The current scope for location on this feature. This may expand over time.
Property Value | |
---|---|
Type | Description |
LocationSupportTypesRegionalizationScope |