Class: Google::Cloud::StorageInsights::V1::DatasetConfig::ProjectErrors
- Inherits:
-
Object
- Object
- Google::Cloud::StorageInsights::V1::DatasetConfig::ProjectErrors
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/storageinsights/v1/storageinsights.rb
Overview
Provides a summary of the project level error statistics.
Instance Attribute Summary collapse
-
#destination_project_check_has_internal_error ⇒ ::Boolean
Optional.
-
#destination_project_org_error ⇒ ::Boolean
Optional.
-
#internal_error_count ⇒ ::Integer
Optional.
-
#non_management_hub_entitled_error_count ⇒ ::Integer
deprecated
Deprecated.
This field is deprecated and may be removed in the next major version update.
-
#non_management_hub_entitled_project_numbers ⇒ ::Array<::Integer>
deprecated
Deprecated.
This field is deprecated and may be removed in the next major version update.
-
#non_storage_intelligence_entitled_error_count ⇒ ::Integer
Optional.
-
#non_storage_intelligence_entitled_project_numbers ⇒ ::Array<::Integer>
Optional.
-
#outside_org_error_count ⇒ ::Integer
Optional.
-
#outside_org_project_numbers ⇒ ::Array<::Integer>
Optional.
-
#validated_count ⇒ ::Integer
Optional.
Instance Attribute Details
#destination_project_check_has_internal_error ⇒ ::Boolean
Returns Optional. Indicates whether the destination project check failed due to
an internal error. If true
, the system automatically retries the
check.
Note: The following fields are mutually exclusive: destination_project_check_has_internal_error
, destination_project_org_error
. If a field in that set is populated, all other fields in the set will automatically be cleared.
706 707 708 709 |
# File 'proto_docs/google/cloud/storageinsights/v1/storageinsights.rb', line 706 class ProjectErrors include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#destination_project_org_error ⇒ ::Boolean
Returns Optional. Indicates if the destination project resides within the same organization as the source project.
Note: The following fields are mutually exclusive: destination_project_org_error
, destination_project_check_has_internal_error
. If a field in that set is populated, all other fields in the set will automatically be cleared.
706 707 708 709 |
# File 'proto_docs/google/cloud/storageinsights/v1/storageinsights.rb', line 706 class ProjectErrors include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#internal_error_count ⇒ ::Integer
Returns Optional. Number of projects that encountered internal errors during validation and are automatically retried.
706 707 708 709 |
# File 'proto_docs/google/cloud/storageinsights/v1/storageinsights.rb', line 706 class ProjectErrors include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#non_management_hub_entitled_error_count ⇒ ::Integer
This field is deprecated and may be removed in the next major version update.
Returns Optional. Count of projects that are not subscribed to Storage Intelligence.
706 707 708 709 |
# File 'proto_docs/google/cloud/storageinsights/v1/storageinsights.rb', line 706 class ProjectErrors include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#non_management_hub_entitled_project_numbers ⇒ ::Array<::Integer>
This field is deprecated and may be removed in the next major version update.
Returns Optional. Subset of project numbers that are not subscribed to Storage Intelligence.
706 707 708 709 |
# File 'proto_docs/google/cloud/storageinsights/v1/storageinsights.rb', line 706 class ProjectErrors include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#non_storage_intelligence_entitled_error_count ⇒ ::Integer
Returns Optional. Count of projects that are not subscribed to Storage Intelligence.
706 707 708 709 |
# File 'proto_docs/google/cloud/storageinsights/v1/storageinsights.rb', line 706 class ProjectErrors include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#non_storage_intelligence_entitled_project_numbers ⇒ ::Array<::Integer>
Returns Optional. Subset of project numbers that are not subscribed to Storage Intelligence.
706 707 708 709 |
# File 'proto_docs/google/cloud/storageinsights/v1/storageinsights.rb', line 706 class ProjectErrors include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#outside_org_error_count ⇒ ::Integer
Returns Optional. Count of projects which are not in the same organization.
706 707 708 709 |
# File 'proto_docs/google/cloud/storageinsights/v1/storageinsights.rb', line 706 class ProjectErrors include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#outside_org_project_numbers ⇒ ::Array<::Integer>
Returns Optional. Subset of project numbers which are not in the same organization.
706 707 708 709 |
# File 'proto_docs/google/cloud/storageinsights/v1/storageinsights.rb', line 706 class ProjectErrors include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#validated_count ⇒ ::Integer
Returns Optional. Count of successfully validated projects.
706 707 708 709 |
# File 'proto_docs/google/cloud/storageinsights/v1/storageinsights.rb', line 706 class ProjectErrors include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |