- 0.48.0 (latest)
- 0.47.0
- 0.45.0
- 0.44.0
- 0.43.0
- 0.42.0
- 0.41.0
- 0.40.0
- 0.39.0
- 0.38.0
- 0.37.0
- 0.36.0
- 0.34.0
- 0.33.0
- 0.32.0
- 0.31.0
- 0.30.0
- 0.29.0
- 0.28.0
- 0.27.0
- 0.26.0
- 0.25.0
- 0.24.0
- 0.22.0
- 0.21.0
- 0.20.0
- 0.19.0
- 0.18.0
- 0.17.0
- 0.16.0
- 0.15.0
- 0.14.0
- 0.13.0
- 0.12.0
- 0.9.0
- 0.8.0
- 0.7.0
- 0.6.0
- 0.5.0
- 0.4.0
- 0.3.0
- 0.2.0
- 0.1.0
public static interface DatasetConfig.BucketErrorsOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getInternalErrorCount()
public abstract 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 abstract 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 abstract 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 abstract 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 abstract 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 abstract List<String> 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 |
List<String> |
A list containing the nonStorageIntelligenceEntitledBucketIds. |
getNonStorageIntelligenceEntitledCount()
public abstract 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. |
getPermissionDeniedBucketIds(int index)
public abstract 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 abstract 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 abstract 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 abstract List<String> 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 |
List<String> |
A list containing the permissionDeniedBucketIds. |
getPermissionDeniedCount()
public abstract 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. |
getValidatedCount()
public abstract long getValidatedCount()
Optional. Count of successfully validated buckets.
int64 validated_count = 1 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
long |
The validatedCount. |