Class IntelligenceConfig.Filter.CloudStorageBuckets

java.lang.Object
com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessage
com.google.protobuf.GeneratedMessageV3
com.google.storage.control.v2.IntelligenceConfig.Filter.CloudStorageBuckets
All Implemented Interfaces:
com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, IntelligenceConfig.Filter.CloudStorageBucketsOrBuilder, Serializable
Enclosing class:
IntelligenceConfig.Filter

public static final class IntelligenceConfig.Filter.CloudStorageBuckets extends com.google.protobuf.GeneratedMessageV3 implements IntelligenceConfig.Filter.CloudStorageBucketsOrBuilder
 Collection of buckets.
 
Protobuf type google.storage.control.v2.IntelligenceConfig.Filter.CloudStorageBuckets
See Also:
  • Field Details

    • BUCKET_ID_REGEXES_FIELD_NUMBER

      public static final int BUCKET_ID_REGEXES_FIELD_NUMBER
      See Also:
  • Method Details

    • newInstance

      protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
      Overrides:
      newInstance in class com.google.protobuf.GeneratedMessageV3
    • getDescriptor

      public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    • internalGetFieldAccessorTable

      protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
      Specified by:
      internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3
    • getBucketIdRegexesList

      public com.google.protobuf.ProtocolStringList getBucketIdRegexesList()
       Optional. A regex pattern for matching bucket names. Regex should
       follow the syntax specified in
       [google/re2](https://github.com/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];
      Specified by:
      getBucketIdRegexesList in interface IntelligenceConfig.Filter.CloudStorageBucketsOrBuilder
      Returns:
      A list containing the bucketIdRegexes.
    • getBucketIdRegexesCount

      public int getBucketIdRegexesCount()
       Optional. A regex pattern for matching bucket names. Regex should
       follow the syntax specified in
       [google/re2](https://github.com/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];
      Specified by:
      getBucketIdRegexesCount in interface IntelligenceConfig.Filter.CloudStorageBucketsOrBuilder
      Returns:
      The count of bucketIdRegexes.
    • getBucketIdRegexes

      public String getBucketIdRegexes(int index)
       Optional. A regex pattern for matching bucket names. Regex should
       follow the syntax specified in
       [google/re2](https://github.com/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];
      Specified by:
      getBucketIdRegexes in interface IntelligenceConfig.Filter.CloudStorageBucketsOrBuilder
      Parameters:
      index - The index of the element to return.
      Returns:
      The bucketIdRegexes at the given index.
    • getBucketIdRegexesBytes

      public com.google.protobuf.ByteString getBucketIdRegexesBytes(int index)
       Optional. A regex pattern for matching bucket names. Regex should
       follow the syntax specified in
       [google/re2](https://github.com/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];
      Specified by:
      getBucketIdRegexesBytes in interface IntelligenceConfig.Filter.CloudStorageBucketsOrBuilder
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the bucketIdRegexes at the given index.
    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
      Overrides:
      isInitialized in class com.google.protobuf.GeneratedMessageV3
    • writeTo

      public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
      Specified by:
      writeTo in interface com.google.protobuf.MessageLite
      Overrides:
      writeTo in class com.google.protobuf.GeneratedMessageV3
      Throws:
      IOException
    • getSerializedSize

      public int getSerializedSize()
      Specified by:
      getSerializedSize in interface com.google.protobuf.MessageLite
      Overrides:
      getSerializedSize in class com.google.protobuf.GeneratedMessageV3
    • equals

      public boolean equals(Object obj)
      Specified by:
      equals in interface com.google.protobuf.Message
      Overrides:
      equals in class com.google.protobuf.AbstractMessage
    • hashCode

      public int hashCode()
      Specified by:
      hashCode in interface com.google.protobuf.Message
      Overrides:
      hashCode in class com.google.protobuf.AbstractMessage
    • parseFrom

      public static IntelligenceConfig.Filter.CloudStorageBuckets parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static IntelligenceConfig.Filter.CloudStorageBuckets parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static IntelligenceConfig.Filter.CloudStorageBuckets parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static IntelligenceConfig.Filter.CloudStorageBuckets parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static IntelligenceConfig.Filter.CloudStorageBuckets parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static IntelligenceConfig.Filter.CloudStorageBuckets parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      Throws:
      IOException
    • parseFrom

      public static IntelligenceConfig.Filter.CloudStorageBuckets parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static IntelligenceConfig.Filter.CloudStorageBuckets parseDelimitedFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static IntelligenceConfig.Filter.CloudStorageBuckets parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseFrom

      public static IntelligenceConfig.Filter.CloudStorageBuckets parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static IntelligenceConfig.Filter.CloudStorageBuckets parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • newBuilderForType

      Specified by:
      newBuilderForType in interface com.google.protobuf.Message
      Specified by:
      newBuilderForType in interface com.google.protobuf.MessageLite
    • newBuilder

    • newBuilder

    • toBuilder

      Specified by:
      toBuilder in interface com.google.protobuf.Message
      Specified by:
      toBuilder in interface com.google.protobuf.MessageLite
    • newBuilderForType

      protected IntelligenceConfig.Filter.CloudStorageBuckets.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
      Specified by:
      newBuilderForType in class com.google.protobuf.GeneratedMessageV3
    • getDefaultInstance

      public static IntelligenceConfig.Filter.CloudStorageBuckets getDefaultInstance()
    • parser

      public static com.google.protobuf.Parser<IntelligenceConfig.Filter.CloudStorageBuckets> parser()
    • getParserForType

      public com.google.protobuf.Parser<IntelligenceConfig.Filter.CloudStorageBuckets> getParserForType()
      Specified by:
      getParserForType in interface com.google.protobuf.Message
      Specified by:
      getParserForType in interface com.google.protobuf.MessageLite
      Overrides:
      getParserForType in class com.google.protobuf.GeneratedMessageV3
    • getDefaultInstanceForType

      public IntelligenceConfig.Filter.CloudStorageBuckets getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder