Class DatasetConfig.ProjectErrors.Builder (0.48.0)

public static final class DatasetConfig.ProjectErrors.Builder extends GeneratedMessageV3.Builder<DatasetConfig.ProjectErrors.Builder> implements DatasetConfig.ProjectErrorsOrBuilder

Provides a summary of the project level error statistics.

Protobuf type google.cloud.storageinsights.v1.DatasetConfig.ProjectErrors

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

Methods

addAllNonManagementHubEntitledProjectNumbers(Iterable<? extends Long> values) (deprecated)

public DatasetConfig.ProjectErrors.Builder addAllNonManagementHubEntitledProjectNumbers(Iterable<? extends Long> values)

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
values Iterable<? extends java.lang.Long>

The nonManagementHubEntitledProjectNumbers to add.

Returns
Type Description
DatasetConfig.ProjectErrors.Builder

This builder for chaining.

addAllNonStorageIntelligenceEntitledProjectNumbers(Iterable<? extends Long> values)

public DatasetConfig.ProjectErrors.Builder addAllNonStorageIntelligenceEntitledProjectNumbers(Iterable<? extends Long> values)

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
values Iterable<? extends java.lang.Long>

The nonStorageIntelligenceEntitledProjectNumbers to add.

Returns
Type Description
DatasetConfig.ProjectErrors.Builder

This builder for chaining.

addAllOutsideOrgProjectNumbers(Iterable<? extends Long> values)

public DatasetConfig.ProjectErrors.Builder addAllOutsideOrgProjectNumbers(Iterable<? extends Long> values)

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
values Iterable<? extends java.lang.Long>

The outsideOrgProjectNumbers to add.

Returns
Type Description
DatasetConfig.ProjectErrors.Builder

This builder for chaining.

addNonManagementHubEntitledProjectNumbers(long value) (deprecated)

public DatasetConfig.ProjectErrors.Builder addNonManagementHubEntitledProjectNumbers(long value)

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
value long

The nonManagementHubEntitledProjectNumbers to add.

Returns
Type Description
DatasetConfig.ProjectErrors.Builder

This builder for chaining.

addNonStorageIntelligenceEntitledProjectNumbers(long value)

public DatasetConfig.ProjectErrors.Builder addNonStorageIntelligenceEntitledProjectNumbers(long value)

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
value long

The nonStorageIntelligenceEntitledProjectNumbers to add.

Returns
Type Description
DatasetConfig.ProjectErrors.Builder

This builder for chaining.

addOutsideOrgProjectNumbers(long value)

public DatasetConfig.ProjectErrors.Builder addOutsideOrgProjectNumbers(long value)

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
value long

The outsideOrgProjectNumbers to add.

Returns
Type Description
DatasetConfig.ProjectErrors.Builder

This builder for chaining.

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public DatasetConfig.ProjectErrors.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
DatasetConfig.ProjectErrors.Builder
Overrides

build()

public DatasetConfig.ProjectErrors build()
Returns
Type Description
DatasetConfig.ProjectErrors

buildPartial()

public DatasetConfig.ProjectErrors buildPartial()
Returns
Type Description
DatasetConfig.ProjectErrors

clear()

public DatasetConfig.ProjectErrors.Builder clear()
Returns
Type Description
DatasetConfig.ProjectErrors.Builder
Overrides

clearDestinationProjectCheckHasInternalError()

public DatasetConfig.ProjectErrors.Builder clearDestinationProjectCheckHasInternalError()

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
DatasetConfig.ProjectErrors.Builder

This builder for chaining.

clearDestinationProjectCheckResult()

public DatasetConfig.ProjectErrors.Builder clearDestinationProjectCheckResult()
Returns
Type Description
DatasetConfig.ProjectErrors.Builder

clearDestinationProjectOrgError()

public DatasetConfig.ProjectErrors.Builder clearDestinationProjectOrgError()

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
DatasetConfig.ProjectErrors.Builder

This builder for chaining.

clearField(Descriptors.FieldDescriptor field)

public DatasetConfig.ProjectErrors.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Name Description
field FieldDescriptor
Returns
Type Description
DatasetConfig.ProjectErrors.Builder
Overrides

clearInternalErrorCount()

public DatasetConfig.ProjectErrors.Builder clearInternalErrorCount()

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
DatasetConfig.ProjectErrors.Builder

This builder for chaining.

clearNonManagementHubEntitledErrorCount() (deprecated)

public DatasetConfig.ProjectErrors.Builder clearNonManagementHubEntitledErrorCount()

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
DatasetConfig.ProjectErrors.Builder

This builder for chaining.

clearNonManagementHubEntitledProjectNumbers() (deprecated)

public DatasetConfig.ProjectErrors.Builder clearNonManagementHubEntitledProjectNumbers()

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
DatasetConfig.ProjectErrors.Builder

This builder for chaining.

clearNonStorageIntelligenceEntitledErrorCount()

public DatasetConfig.ProjectErrors.Builder clearNonStorageIntelligenceEntitledErrorCount()

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
DatasetConfig.ProjectErrors.Builder

This builder for chaining.

clearNonStorageIntelligenceEntitledProjectNumbers()

public DatasetConfig.ProjectErrors.Builder clearNonStorageIntelligenceEntitledProjectNumbers()

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
DatasetConfig.ProjectErrors.Builder

This builder for chaining.

clearOneof(Descriptors.OneofDescriptor oneof)

public DatasetConfig.ProjectErrors.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Name Description
oneof OneofDescriptor
Returns
Type Description
DatasetConfig.ProjectErrors.Builder
Overrides

clearOutsideOrgErrorCount()

public DatasetConfig.ProjectErrors.Builder clearOutsideOrgErrorCount()

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
DatasetConfig.ProjectErrors.Builder

This builder for chaining.

clearOutsideOrgProjectNumbers()

public DatasetConfig.ProjectErrors.Builder clearOutsideOrgProjectNumbers()

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
DatasetConfig.ProjectErrors.Builder

This builder for chaining.

clearValidatedCount()

public DatasetConfig.ProjectErrors.Builder clearValidatedCount()

Optional. Count of successfully validated projects.

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

Returns
Type Description
DatasetConfig.ProjectErrors.Builder

This builder for chaining.

clone()

public DatasetConfig.ProjectErrors.Builder clone()
Returns
Type Description
DatasetConfig.ProjectErrors.Builder
Overrides

getDefaultInstanceForType()

public DatasetConfig.ProjectErrors getDefaultInstanceForType()
Returns
Type Description
DatasetConfig.ProjectErrors

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

getDestinationProjectCheckHasInternalError()

public 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 DatasetConfig.ProjectErrors.DestinationProjectCheckResultCase getDestinationProjectCheckResultCase()
Returns
Type Description
DatasetConfig.ProjectErrors.DestinationProjectCheckResultCase

getDestinationProjectOrgError()

public 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(DatasetConfig.ProjectErrors other)

public DatasetConfig.ProjectErrors.Builder mergeFrom(DatasetConfig.ProjectErrors other)
Parameter
Name Description
other DatasetConfig.ProjectErrors
Returns
Type Description
DatasetConfig.ProjectErrors.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public DatasetConfig.ProjectErrors.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
DatasetConfig.ProjectErrors.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public DatasetConfig.ProjectErrors.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
DatasetConfig.ProjectErrors.Builder
Overrides

mergeUnknownFields(UnknownFieldSet unknownFields)

public final DatasetConfig.ProjectErrors.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
DatasetConfig.ProjectErrors.Builder
Overrides

setDestinationProjectCheckHasInternalError(boolean value)

public DatasetConfig.ProjectErrors.Builder setDestinationProjectCheckHasInternalError(boolean value)

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];

Parameter
Name Description
value boolean

The destinationProjectCheckHasInternalError to set.

Returns
Type Description
DatasetConfig.ProjectErrors.Builder

This builder for chaining.

setDestinationProjectOrgError(boolean value)

public DatasetConfig.ProjectErrors.Builder setDestinationProjectOrgError(boolean value)

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];

Parameter
Name Description
value boolean

The destinationProjectOrgError to set.

Returns
Type Description
DatasetConfig.ProjectErrors.Builder

This builder for chaining.

setField(Descriptors.FieldDescriptor field, Object value)

public DatasetConfig.ProjectErrors.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
DatasetConfig.ProjectErrors.Builder
Overrides

setInternalErrorCount(long value)

public DatasetConfig.ProjectErrors.Builder setInternalErrorCount(long value)

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];

Parameter
Name Description
value long

The internalErrorCount to set.

Returns
Type Description
DatasetConfig.ProjectErrors.Builder

This builder for chaining.

setNonManagementHubEntitledErrorCount(long value) (deprecated)

public DatasetConfig.ProjectErrors.Builder setNonManagementHubEntitledErrorCount(long value)

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];

Parameter
Name Description
value long

The nonManagementHubEntitledErrorCount to set.

Returns
Type Description
DatasetConfig.ProjectErrors.Builder

This builder for chaining.

setNonManagementHubEntitledProjectNumbers(int index, long value) (deprecated)

public DatasetConfig.ProjectErrors.Builder setNonManagementHubEntitledProjectNumbers(int index, long value)

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];

Parameters
Name Description
index int

The index to set the value at.

value long

The nonManagementHubEntitledProjectNumbers to set.

Returns
Type Description
DatasetConfig.ProjectErrors.Builder

This builder for chaining.

setNonStorageIntelligenceEntitledErrorCount(long value)

public DatasetConfig.ProjectErrors.Builder setNonStorageIntelligenceEntitledErrorCount(long value)

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];

Parameter
Name Description
value long

The nonStorageIntelligenceEntitledErrorCount to set.

Returns
Type Description
DatasetConfig.ProjectErrors.Builder

This builder for chaining.

setNonStorageIntelligenceEntitledProjectNumbers(int index, long value)

public DatasetConfig.ProjectErrors.Builder setNonStorageIntelligenceEntitledProjectNumbers(int index, long value)

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];

Parameters
Name Description
index int

The index to set the value at.

value long

The nonStorageIntelligenceEntitledProjectNumbers to set.

Returns
Type Description
DatasetConfig.ProjectErrors.Builder

This builder for chaining.

setOutsideOrgErrorCount(long value)

public DatasetConfig.ProjectErrors.Builder setOutsideOrgErrorCount(long value)

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

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

Parameter
Name Description
value long

The outsideOrgErrorCount to set.

Returns
Type Description
DatasetConfig.ProjectErrors.Builder

This builder for chaining.

setOutsideOrgProjectNumbers(int index, long value)

public DatasetConfig.ProjectErrors.Builder setOutsideOrgProjectNumbers(int index, long value)

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

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

Parameters
Name Description
index int

The index to set the value at.

value long

The outsideOrgProjectNumbers to set.

Returns
Type Description
DatasetConfig.ProjectErrors.Builder

This builder for chaining.

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

public DatasetConfig.ProjectErrors.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
Name Description
field FieldDescriptor
index int
value Object
Returns
Type Description
DatasetConfig.ProjectErrors.Builder
Overrides

setUnknownFields(UnknownFieldSet unknownFields)

public final DatasetConfig.ProjectErrors.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
DatasetConfig.ProjectErrors.Builder
Overrides

setValidatedCount(long value)

public DatasetConfig.ProjectErrors.Builder setValidatedCount(long value)

Optional. Count of successfully validated projects.

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

Parameter
Name Description
value long

The validatedCount to set.

Returns
Type Description
DatasetConfig.ProjectErrors.Builder

This builder for chaining.