Class IntelligenceConfig.Filter.CloudStorageBuckets (2.60.0)

public static final class IntelligenceConfig.Filter.CloudStorageBuckets extends GeneratedMessageV3 implements IntelligenceConfig.Filter.CloudStorageBucketsOrBuilder

Collection of buckets.

Protobuf type google.storage.control.v2.IntelligenceConfig.Filter.CloudStorageBuckets

Inheritance

Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > IntelligenceConfig.Filter.CloudStorageBuckets

Static Fields

BUCKET_ID_REGEXES_FIELD_NUMBER

public static final int BUCKET_ID_REGEXES_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static IntelligenceConfig.Filter.CloudStorageBuckets getDefaultInstance()
Returns
Type Description
IntelligenceConfig.Filter.CloudStorageBuckets

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

newBuilder()

public static IntelligenceConfig.Filter.CloudStorageBuckets.Builder newBuilder()
Returns
Type Description
IntelligenceConfig.Filter.CloudStorageBuckets.Builder

newBuilder(IntelligenceConfig.Filter.CloudStorageBuckets prototype)

public static IntelligenceConfig.Filter.CloudStorageBuckets.Builder newBuilder(IntelligenceConfig.Filter.CloudStorageBuckets prototype)
Parameter
Name Description
prototype IntelligenceConfig.Filter.CloudStorageBuckets
Returns
Type Description
IntelligenceConfig.Filter.CloudStorageBuckets.Builder

parseDelimitedFrom(InputStream input)

public static IntelligenceConfig.Filter.CloudStorageBuckets parseDelimitedFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
IntelligenceConfig.Filter.CloudStorageBuckets
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static IntelligenceConfig.Filter.CloudStorageBuckets parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
IntelligenceConfig.Filter.CloudStorageBuckets
Exceptions
Type Description
IOException

parseFrom(byte[] data)

public static IntelligenceConfig.Filter.CloudStorageBuckets parseFrom(byte[] data)
Parameter
Name Description
data byte[]
Returns
Type Description
IntelligenceConfig.Filter.CloudStorageBuckets
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static IntelligenceConfig.Filter.CloudStorageBuckets parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
IntelligenceConfig.Filter.CloudStorageBuckets
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data)

public static IntelligenceConfig.Filter.CloudStorageBuckets parseFrom(ByteString data)
Parameter
Name Description
data ByteString
Returns
Type Description
IntelligenceConfig.Filter.CloudStorageBuckets
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static IntelligenceConfig.Filter.CloudStorageBuckets parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
IntelligenceConfig.Filter.CloudStorageBuckets
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static IntelligenceConfig.Filter.CloudStorageBuckets parseFrom(CodedInputStream input)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
IntelligenceConfig.Filter.CloudStorageBuckets
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static IntelligenceConfig.Filter.CloudStorageBuckets parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
IntelligenceConfig.Filter.CloudStorageBuckets
Exceptions
Type Description
IOException

parseFrom(InputStream input)

public static IntelligenceConfig.Filter.CloudStorageBuckets parseFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
IntelligenceConfig.Filter.CloudStorageBuckets
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static IntelligenceConfig.Filter.CloudStorageBuckets parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
IntelligenceConfig.Filter.CloudStorageBuckets
Exceptions
Type Description
IOException

parseFrom(ByteBuffer data)

public static IntelligenceConfig.Filter.CloudStorageBuckets parseFrom(ByteBuffer data)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
IntelligenceConfig.Filter.CloudStorageBuckets
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static IntelligenceConfig.Filter.CloudStorageBuckets parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
IntelligenceConfig.Filter.CloudStorageBuckets
Exceptions
Type Description
InvalidProtocolBufferException

parser()

public static Parser<IntelligenceConfig.Filter.CloudStorageBuckets> parser()
Returns
Type Description
Parser<CloudStorageBuckets>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
Overrides

getBucketIdRegexes(int index)

public String getBucketIdRegexes(int index)

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.

repeated string bucket_id_regexes = 1 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
index int

The index of the element to return.

Returns
Type Description
String

The bucketIdRegexes at the given index.

getBucketIdRegexesBytes(int index)

public ByteString getBucketIdRegexesBytes(int index)

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.

repeated string bucket_id_regexes = 1 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
index int

The index of the value to return.

Returns
Type Description
ByteString

The bytes of the bucketIdRegexes at the given index.

getBucketIdRegexesCount()

public int getBucketIdRegexesCount()

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.

repeated string bucket_id_regexes = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
int

The count of bucketIdRegexes.

getBucketIdRegexesList()

public ProtocolStringList getBucketIdRegexesList()

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.

repeated string bucket_id_regexes = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
ProtocolStringList

A list containing the bucketIdRegexes.

getDefaultInstanceForType()

public IntelligenceConfig.Filter.CloudStorageBuckets getDefaultInstanceForType()
Returns
Type Description
IntelligenceConfig.Filter.CloudStorageBuckets

getParserForType()

public Parser<IntelligenceConfig.Filter.CloudStorageBuckets> getParserForType()
Returns
Type Description
Parser<CloudStorageBuckets>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

public IntelligenceConfig.Filter.CloudStorageBuckets.Builder newBuilderForType()
Returns
Type Description
IntelligenceConfig.Filter.CloudStorageBuckets.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected IntelligenceConfig.Filter.CloudStorageBuckets.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
IntelligenceConfig.Filter.CloudStorageBuckets.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Name Description
unused UnusedPrivateParameter
Returns
Type Description
Object
Overrides

toBuilder()

public IntelligenceConfig.Filter.CloudStorageBuckets.Builder toBuilder()
Returns
Type Description
IntelligenceConfig.Filter.CloudStorageBuckets.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
Name Description
output CodedOutputStream
Overrides
Exceptions
Type Description
IOException