[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-28 UTC."],[],[],null,["# Interface BucketList.BucketOrBuilder (0.12.0)\n\nVersion latestkeyboard_arrow_down\n\n- [0.12.0 (latest)](/java/docs/reference/google-cloud-storagebatchoperations/latest/com.google.cloud.storagebatchoperations.v1.BucketList.BucketOrBuilder)\n- [0.10.0](/java/docs/reference/google-cloud-storagebatchoperations/0.10.0/com.google.cloud.storagebatchoperations.v1.BucketList.BucketOrBuilder)\n- [0.8.0](/java/docs/reference/google-cloud-storagebatchoperations/0.8.0/com.google.cloud.storagebatchoperations.v1.BucketList.BucketOrBuilder)\n- [0.7.0](/java/docs/reference/google-cloud-storagebatchoperations/0.7.0/com.google.cloud.storagebatchoperations.v1.BucketList.BucketOrBuilder)\n- [0.4.0](/java/docs/reference/google-cloud-storagebatchoperations/0.4.0/com.google.cloud.storagebatchoperations.v1.BucketList.BucketOrBuilder)\n- [0.3.0](/java/docs/reference/google-cloud-storagebatchoperations/0.3.0/com.google.cloud.storagebatchoperations.v1.BucketList.BucketOrBuilder)\n- [0.2.0](/java/docs/reference/google-cloud-storagebatchoperations/0.2.0/com.google.cloud.storagebatchoperations.v1.BucketList.BucketOrBuilder) \n\n public static interface BucketList.BucketOrBuilder extends MessageOrBuilder\n\nImplements\n----------\n\n[MessageOrBuilder](https://cloud.google.com/java/docs/reference/protobuf/latest/com.google.protobuf.MessageOrBuilder.html)\n\nMethods\n-------\n\n### getBucket()\n\n public abstract String getBucket()\n\nRequired. Bucket name for the objects to be transformed.\n\n`string bucket = 1 [(.google.api.field_behavior) = REQUIRED];`\n\n### getBucketBytes()\n\n public abstract ByteString getBucketBytes()\n\nRequired. Bucket name for the objects to be transformed.\n\n`string bucket = 1 [(.google.api.field_behavior) = REQUIRED];`\n\n### getManifest()\n\n public abstract Manifest getManifest()\n\nSpecifies objects in a manifest file.\n\n`.google.cloud.storagebatchoperations.v1.Manifest manifest = 3;`\n\n### getManifestOrBuilder()\n\n public abstract ManifestOrBuilder getManifestOrBuilder()\n\nSpecifies objects in a manifest file.\n\n`.google.cloud.storagebatchoperations.v1.Manifest manifest = 3;`\n\n### getObjectConfigurationCase()\n\n public abstract BucketList.Bucket.ObjectConfigurationCase getObjectConfigurationCase()\n\n### getPrefixList()\n\n public abstract PrefixList getPrefixList()\n\nSpecifies objects matching a prefix set.\n\n`.google.cloud.storagebatchoperations.v1.PrefixList prefix_list = 2;`\n\n### getPrefixListOrBuilder()\n\n public abstract PrefixListOrBuilder getPrefixListOrBuilder()\n\nSpecifies objects matching a prefix set.\n\n`.google.cloud.storagebatchoperations.v1.PrefixList prefix_list = 2;`\n\n### hasManifest()\n\n public abstract boolean hasManifest()\n\nSpecifies objects in a manifest file.\n\n`.google.cloud.storagebatchoperations.v1.Manifest manifest = 3;`\n\n### hasPrefixList()\n\n public abstract boolean hasPrefixList()\n\nSpecifies objects matching a prefix set.\n\n`.google.cloud.storagebatchoperations.v1.PrefixList prefix_list = 2;`"]]