public sealed class LocationMetadata : IMessage<LocationMetadata>, IEquatable<LocationMetadata>, IDeepCloneable<LocationMetadata>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Storage Insights v1 API class LocationMetadata.
Metadata that helps discover which resources are available in a location.
Implements
IMessageLocationMetadata, IEquatableLocationMetadata, IDeepCloneableLocationMetadata, IBufferMessage, IMessageNamespace
Google.Cloud.StorageInsights.V1Assembly
Google.Cloud.StorageInsights.V1.dll
Constructors
LocationMetadata()
public LocationMetadata()
LocationMetadata(LocationMetadata)
public LocationMetadata(LocationMetadata other)
Parameter | |
---|---|
Name | Description |
other |
LocationMetadata |
Properties
DatasetConfigAvailable
public bool DatasetConfigAvailable { get; set; }
If true, storageinsights.googleapis.com/DatasetConfig
resource is
available at the location.
Property Value | |
---|---|
Type | Description |
bool |
ReportConfigAvailable
public bool ReportConfigAvailable { get; set; }
If true, storageinsights.googleapis.com/ReportConfig
resource is
available at the location.
Property Value | |
---|---|
Type | Description |
bool |