Interface DatasetConfig.ProjectErrorsOrBuilder (0.48.0)

public static interface DatasetConfig.ProjectErrorsOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getDestinationProjectCheckHasInternalError()

public abstract boolean getDestinationProjectCheckHasInternalError()

Optional. Indicates whether the destination project check failed due to an internal error. If true, the system automatically retries the check.

bool destination_project_check_has_internal_error = 6 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
boolean

The destinationProjectCheckHasInternalError.

getDestinationProjectCheckResultCase()

public abstract DatasetConfig.ProjectErrors.DestinationProjectCheckResultCase getDestinationProjectCheckResultCase()
Returns
Type Description
DatasetConfig.ProjectErrors.DestinationProjectCheckResultCase

getDestinationProjectOrgError()

public abstract boolean getDestinationProjectOrgError()

Optional. Indicates if the destination project resides within the same organization as the source project.

bool destination_project_org_error = 5 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
boolean

The destinationProjectOrgError.

getInternalErrorCount()

public abstract long getInternalErrorCount()

Optional. Number of projects that encountered internal errors during validation and are automatically retried.

optional int64 internal_error_count = 4 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
long

The internalErrorCount.

getNonManagementHubEntitledErrorCount() (deprecated)

public abstract long getNonManagementHubEntitledErrorCount()

Deprecated. google.cloud.storageinsights.v1.DatasetConfig.ProjectErrors.non_management_hub_entitled_error_count is deprecated. See google/cloud/storageinsights/v1/storageinsights.proto;l=726

Optional. Count of projects that are not subscribed to Storage Intelligence.

optional int64 non_management_hub_entitled_error_count = 7 [deprecated = true, (.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
long

The nonManagementHubEntitledErrorCount.

getNonManagementHubEntitledProjectNumbers(int index) (deprecated)

public abstract long getNonManagementHubEntitledProjectNumbers(int index)

Deprecated. google.cloud.storageinsights.v1.DatasetConfig.ProjectErrors.non_management_hub_entitled_project_numbers is deprecated. See google/cloud/storageinsights/v1/storageinsights.proto;l=731

Optional. Subset of project numbers that are not subscribed to Storage Intelligence.

repeated int64 non_management_hub_entitled_project_numbers = 8 [deprecated = true, (.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
index int

The index of the element to return.

Returns
Type Description
long

The nonManagementHubEntitledProjectNumbers at the given index.

getNonManagementHubEntitledProjectNumbersCount() (deprecated)

public abstract int getNonManagementHubEntitledProjectNumbersCount()

Deprecated. google.cloud.storageinsights.v1.DatasetConfig.ProjectErrors.non_management_hub_entitled_project_numbers is deprecated. See google/cloud/storageinsights/v1/storageinsights.proto;l=731

Optional. Subset of project numbers that are not subscribed to Storage Intelligence.

repeated int64 non_management_hub_entitled_project_numbers = 8 [deprecated = true, (.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
int

The count of nonManagementHubEntitledProjectNumbers.

getNonManagementHubEntitledProjectNumbersList() (deprecated)

public abstract List<Long> getNonManagementHubEntitledProjectNumbersList()

Deprecated. google.cloud.storageinsights.v1.DatasetConfig.ProjectErrors.non_management_hub_entitled_project_numbers is deprecated. See google/cloud/storageinsights/v1/storageinsights.proto;l=731

Optional. Subset of project numbers that are not subscribed to Storage Intelligence.

repeated int64 non_management_hub_entitled_project_numbers = 8 [deprecated = true, (.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
List<Long>

A list containing the nonManagementHubEntitledProjectNumbers.

getNonStorageIntelligenceEntitledErrorCount()

public abstract long getNonStorageIntelligenceEntitledErrorCount()

Optional. Count of projects that are not subscribed to Storage Intelligence.

optional int64 non_storage_intelligence_entitled_error_count = 9 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
long

The nonStorageIntelligenceEntitledErrorCount.

getNonStorageIntelligenceEntitledProjectNumbers(int index)

public abstract long getNonStorageIntelligenceEntitledProjectNumbers(int index)

Optional. Subset of project numbers that are not subscribed to Storage Intelligence.

repeated int64 non_storage_intelligence_entitled_project_numbers = 10 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
index int

The index of the element to return.

Returns
Type Description
long

The nonStorageIntelligenceEntitledProjectNumbers at the given index.

getNonStorageIntelligenceEntitledProjectNumbersCount()

public abstract int getNonStorageIntelligenceEntitledProjectNumbersCount()

Optional. Subset of project numbers that are not subscribed to Storage Intelligence.

repeated int64 non_storage_intelligence_entitled_project_numbers = 10 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
int

The count of nonStorageIntelligenceEntitledProjectNumbers.

getNonStorageIntelligenceEntitledProjectNumbersList()

public abstract List<Long> getNonStorageIntelligenceEntitledProjectNumbersList()

Optional. Subset of project numbers that are not subscribed to Storage Intelligence.

repeated int64 non_storage_intelligence_entitled_project_numbers = 10 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
List<Long>

A list containing the nonStorageIntelligenceEntitledProjectNumbers.

getOutsideOrgErrorCount()

public abstract long getOutsideOrgErrorCount()

Optional. Count of projects which are not in the same organization.

optional int64 outside_org_error_count = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
long

The outsideOrgErrorCount.

getOutsideOrgProjectNumbers(int index)

public abstract long getOutsideOrgProjectNumbers(int index)

Optional. Subset of project numbers which are not in the same organization.

repeated int64 outside_org_project_numbers = 3 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
index int

The index of the element to return.

Returns
Type Description
long

The outsideOrgProjectNumbers at the given index.

getOutsideOrgProjectNumbersCount()

public abstract int getOutsideOrgProjectNumbersCount()

Optional. Subset of project numbers which are not in the same organization.

repeated int64 outside_org_project_numbers = 3 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
int

The count of outsideOrgProjectNumbers.

getOutsideOrgProjectNumbersList()

public abstract List<Long> getOutsideOrgProjectNumbersList()

Optional. Subset of project numbers which are not in the same organization.

repeated int64 outside_org_project_numbers = 3 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
List<Long>

A list containing the outsideOrgProjectNumbers.

getValidatedCount()

public abstract long getValidatedCount()

Optional. Count of successfully validated projects.

optional int64 validated_count = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
long

The validatedCount.

hasDestinationProjectCheckHasInternalError()

public abstract boolean hasDestinationProjectCheckHasInternalError()

Optional. Indicates whether the destination project check failed due to an internal error. If true, the system automatically retries the check.

bool destination_project_check_has_internal_error = 6 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
boolean

Whether the destinationProjectCheckHasInternalError field is set.

hasDestinationProjectOrgError()

public abstract boolean hasDestinationProjectOrgError()

Optional. Indicates if the destination project resides within the same organization as the source project.

bool destination_project_org_error = 5 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
boolean

Whether the destinationProjectOrgError field is set.

hasInternalErrorCount()

public abstract boolean hasInternalErrorCount()

Optional. Number of projects that encountered internal errors during validation and are automatically retried.

optional int64 internal_error_count = 4 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
boolean

Whether the internalErrorCount field is set.

hasNonManagementHubEntitledErrorCount() (deprecated)

public abstract boolean hasNonManagementHubEntitledErrorCount()

Deprecated. google.cloud.storageinsights.v1.DatasetConfig.ProjectErrors.non_management_hub_entitled_error_count is deprecated. See google/cloud/storageinsights/v1/storageinsights.proto;l=726

Optional. Count of projects that are not subscribed to Storage Intelligence.

optional int64 non_management_hub_entitled_error_count = 7 [deprecated = true, (.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
boolean

Whether the nonManagementHubEntitledErrorCount field is set.

hasNonStorageIntelligenceEntitledErrorCount()

public abstract boolean hasNonStorageIntelligenceEntitledErrorCount()

Optional. Count of projects that are not subscribed to Storage Intelligence.

optional int64 non_storage_intelligence_entitled_error_count = 9 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
boolean

Whether the nonStorageIntelligenceEntitledErrorCount field is set.

hasOutsideOrgErrorCount()

public abstract boolean hasOutsideOrgErrorCount()

Optional. Count of projects which are not in the same organization.

optional int64 outside_org_error_count = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
boolean

Whether the outsideOrgErrorCount field is set.

hasValidatedCount()

public abstract boolean hasValidatedCount()

Optional. Count of successfully validated projects.

optional int64 validated_count = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
boolean

Whether the validatedCount field is set.