Send feedback
Class DatasetConfig.BucketErrors (0.48.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version latestkeyboard_arrow_down
public static final class DatasetConfig . BucketErrors extends GeneratedMessageV3 implements DatasetConfig . BucketErrorsOrBuilder
Provides a summary of the bucket level error statistics.
Protobuf type google.cloud.storageinsights.v1.DatasetConfig.BucketErrors
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
INTERNAL_ERROR_COUNT_FIELD_NUMBER
public static final int INTERNAL_ERROR_COUNT_FIELD_NUMBER
Field Value
Type
Description
int
NON_MANAGEMENT_HUB_ENTITLED_COUNT_FIELD_NUMBER
public static final int NON_MANAGEMENT_HUB_ENTITLED_COUNT_FIELD_NUMBER
Field Value
Type
Description
int
NON_STORAGE_INTELLIGENCE_ENTITLED_BUCKET_IDS_FIELD_NUMBER
public static final int NON_STORAGE_INTELLIGENCE_ENTITLED_BUCKET_IDS_FIELD_NUMBER
Field Value
Type
Description
int
NON_STORAGE_INTELLIGENCE_ENTITLED_COUNT_FIELD_NUMBER
public static final int NON_STORAGE_INTELLIGENCE_ENTITLED_COUNT_FIELD_NUMBER
Field Value
Type
Description
int
PERMISSION_DENIED_BUCKET_IDS_FIELD_NUMBER
public static final int PERMISSION_DENIED_BUCKET_IDS_FIELD_NUMBER
Field Value
Type
Description
int
PERMISSION_DENIED_COUNT_FIELD_NUMBER
public static final int PERMISSION_DENIED_COUNT_FIELD_NUMBER
Field Value
Type
Description
int
VALIDATED_COUNT_FIELD_NUMBER
public static final int VALIDATED_COUNT_FIELD_NUMBER
Field Value
Type
Description
int
Static Methods
getDefaultInstance()
public static DatasetConfig . BucketErrors getDefaultInstance ()
getDescriptor()
public static final Descriptors . Descriptor getDescriptor ()
newBuilder()
public static DatasetConfig . BucketErrors . Builder newBuilder ()
newBuilder(DatasetConfig.BucketErrors prototype)
public static DatasetConfig . BucketErrors . Builder newBuilder ( DatasetConfig . BucketErrors prototype )
public static DatasetConfig . BucketErrors parseDelimitedFrom ( InputStream input )
public static DatasetConfig . BucketErrors parseDelimitedFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
parseFrom(byte[] data)
public static DatasetConfig . BucketErrors parseFrom ( byte [] data )
Parameter
Name
Description
data
byte []
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static DatasetConfig . BucketErrors parseFrom ( byte [] data , ExtensionRegistryLite extensionRegistry )
parseFrom(ByteString data)
public static DatasetConfig . BucketErrors parseFrom ( ByteString data )
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static DatasetConfig . BucketErrors parseFrom ( ByteString data , ExtensionRegistryLite extensionRegistry )
public static DatasetConfig . BucketErrors parseFrom ( CodedInputStream input )
public static DatasetConfig . BucketErrors parseFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
public static DatasetConfig . BucketErrors parseFrom ( InputStream input )
public static DatasetConfig . BucketErrors parseFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
parseFrom(ByteBuffer data)
public static DatasetConfig . BucketErrors parseFrom ( ByteBuffer data )
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static DatasetConfig . BucketErrors parseFrom ( ByteBuffer data , ExtensionRegistryLite extensionRegistry )
parser()
public static Parser<DatasetConfig . BucketErrors > parser ()
Methods
equals(Object obj)
public boolean equals ( Object obj )
Parameter
Name
Description
obj
Object
Overrides
getDefaultInstanceForType()
public DatasetConfig . BucketErrors getDefaultInstanceForType ()
getInternalErrorCount()
public long getInternalErrorCount ()
Optional. Number of buckets that encountered internal errors during the
validation process. These buckets are automatically retried in subsequent
validation attempts.
int64 internal_error_count = 4 [(.google.api.field_behavior) = OPTIONAL];
Returns
Type
Description
long
The internalErrorCount.
getNonManagementHubEntitledCount() (deprecated)
public long getNonManagementHubEntitledCount ()
Deprecated. google.cloud.storageinsights.v1.DatasetConfig.BucketErrors.non_management_hub_entitled_count
is deprecated. See google/cloud/storageinsights/v1/storageinsights.proto;l=691
Optional. Count of buckets that are not subscribed to Storage
Intelligence.
int64 non_management_hub_entitled_count = 5 [deprecated = true, (.google.api.field_behavior) = OPTIONAL];
Returns
Type
Description
long
The nonManagementHubEntitledCount.
getNonStorageIntelligenceEntitledBucketIds(int index)
public String getNonStorageIntelligenceEntitledBucketIds ( int index )
Optional. Subset of bucket names that are not subscribed to Storage
Intelligence.
repeated string non_storage_intelligence_entitled_bucket_ids = 8 [(.google.api.field_behavior) = OPTIONAL];
Parameter
Name
Description
index
int
The index of the element to return.
Returns
Type
Description
String
The nonStorageIntelligenceEntitledBucketIds at the given index.
getNonStorageIntelligenceEntitledBucketIdsBytes(int index)
public ByteString getNonStorageIntelligenceEntitledBucketIdsBytes ( int index )
Optional. Subset of bucket names that are not subscribed to Storage
Intelligence.
repeated string non_storage_intelligence_entitled_bucket_ids = 8 [(.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 nonStorageIntelligenceEntitledBucketIds at the given index.
getNonStorageIntelligenceEntitledBucketIdsCount()
public int getNonStorageIntelligenceEntitledBucketIdsCount ()
Optional. Subset of bucket names that are not subscribed to Storage
Intelligence.
repeated string non_storage_intelligence_entitled_bucket_ids = 8 [(.google.api.field_behavior) = OPTIONAL];
Returns
Type
Description
int
The count of nonStorageIntelligenceEntitledBucketIds.
getNonStorageIntelligenceEntitledBucketIdsList()
public ProtocolStringList getNonStorageIntelligenceEntitledBucketIdsList ()
Optional. Subset of bucket names that are not subscribed to Storage
Intelligence.
repeated string non_storage_intelligence_entitled_bucket_ids = 8 [(.google.api.field_behavior) = OPTIONAL];
Returns
Type
Description
ProtocolStringList
A list containing the nonStorageIntelligenceEntitledBucketIds.
getNonStorageIntelligenceEntitledCount()
public long getNonStorageIntelligenceEntitledCount ()
Optional. Count of buckets that are not subscribed to Storage
Intelligence.
int64 non_storage_intelligence_entitled_count = 7 [(.google.api.field_behavior) = OPTIONAL];
Returns
Type
Description
long
The nonStorageIntelligenceEntitledCount.
getParserForType()
public Parser<DatasetConfig . BucketErrors > getParserForType ()
Overrides
getPermissionDeniedBucketIds(int index)
public String getPermissionDeniedBucketIds ( int index )
Optional. Subset of bucket names that have permission denied.
repeated string permission_denied_bucket_ids = 3 [(.google.api.field_behavior) = OPTIONAL];
Parameter
Name
Description
index
int
The index of the element to return.
Returns
Type
Description
String
The permissionDeniedBucketIds at the given index.
getPermissionDeniedBucketIdsBytes(int index)
public ByteString getPermissionDeniedBucketIdsBytes ( int index )
Optional. Subset of bucket names that have permission denied.
repeated string permission_denied_bucket_ids = 3 [(.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 permissionDeniedBucketIds at the given index.
getPermissionDeniedBucketIdsCount()
public int getPermissionDeniedBucketIdsCount ()
Optional. Subset of bucket names that have permission denied.
repeated string permission_denied_bucket_ids = 3 [(.google.api.field_behavior) = OPTIONAL];
Returns
Type
Description
int
The count of permissionDeniedBucketIds.
getPermissionDeniedBucketIdsList()
public ProtocolStringList getPermissionDeniedBucketIdsList ()
Optional. Subset of bucket names that have permission denied.
repeated string permission_denied_bucket_ids = 3 [(.google.api.field_behavior) = OPTIONAL];
Returns
Type
Description
ProtocolStringList
A list containing the permissionDeniedBucketIds.
getPermissionDeniedCount()
public long getPermissionDeniedCount ()
Optional. Count of buckets with permission denied errors.
int64 permission_denied_count = 2 [(.google.api.field_behavior) = OPTIONAL];
Returns
Type
Description
long
The permissionDeniedCount.
getSerializedSize()
public int getSerializedSize ()
Returns
Type
Description
int
Overrides
getValidatedCount()
public long getValidatedCount ()
Optional. Count of successfully validated buckets.
int64 validated_count = 1 [(.google.api.field_behavior) = OPTIONAL];
Returns
Type
Description
long
The validatedCount.
hashCode()
Returns
Type
Description
int
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Overrides
isInitialized()
public final boolean isInitialized ()
Overrides
newBuilderForType()
public DatasetConfig . BucketErrors . Builder newBuilderForType ()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected DatasetConfig . BucketErrors . Builder newBuilderForType ( GeneratedMessageV3 . BuilderParent parent )
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance ( GeneratedMessageV3 . UnusedPrivateParameter unused )
Returns
Type
Description
Object
Overrides
toBuilder()
public DatasetConfig . BucketErrors . Builder toBuilder ()
writeTo(CodedOutputStream output)
public void writeTo ( CodedOutputStream output )
Overrides
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-06-05 UTC.
Need to tell us more?
[[["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-06-05 UTC."],[],[]]