Cloud Storage v2 API - Class IntelligenceConfig.Types.Filter.Types.CloudStorageBuckets (1.4.0)

public sealed class IntelligenceConfig.Types.Filter.Types.CloudStorageBuckets : IMessage<IntelligenceConfig.Types.Filter.Types.CloudStorageBuckets>, IEquatable<IntelligenceConfig.Types.Filter.Types.CloudStorageBuckets>, IDeepCloneable<IntelligenceConfig.Types.Filter.Types.CloudStorageBuckets>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud Storage v2 API class IntelligenceConfig.Types.Filter.Types.CloudStorageBuckets.

Collection of buckets.

Inheritance

object > IntelligenceConfig.Types.Filter.Types.CloudStorageBuckets

Namespace

Google.Cloud.Storage.Control.V2

Assembly

Google.Cloud.Storage.Control.V2.dll

Constructors

CloudStorageBuckets()

public CloudStorageBuckets()

CloudStorageBuckets(CloudStorageBuckets)

public CloudStorageBuckets(IntelligenceConfig.Types.Filter.Types.CloudStorageBuckets other)
Parameter
Name Description
other IntelligenceConfigTypesFilterTypesCloudStorageBuckets

Properties

BucketIdRegexes

public RepeatedField<string> BucketIdRegexes { get; }

Optional. A regex pattern for matching bucket names. Regex should follow the syntax specified in google/re2. For example, ^sample_.* matches all buckets of the form gs://sample_bucket-1, gs://sample_bucket-2, gs://sample_bucket-n but not gs://test_sample_bucket. If you want to match a single bucket, say gs://sample_bucket, use sample_bucket.

Property Value
Type Description
RepeatedFieldstring