Reference documentation and code samples for the Google Cloud Storage Insights V1 Client class ValidationErrorsBeforeIngestion.
Summary of validation errors that occurred during the verification phase.
Generated from protobuf message google.cloud.storageinsights.v1.DatasetConfig.ValidationErrorsBeforeIngestion
Namespace
Google \ Cloud \ StorageInsights \ V1 \ DatasetConfigMethods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ bucket_errors |
BucketErrors
Optional. Provides a summary of the bucket level error stats. |
↳ project_errors |
ProjectErrors
Optional. Provides a summary of the project level error stats. |
getBucketErrors
Optional. Provides a summary of the bucket level error stats.
| Returns | |
|---|---|
| Type | Description |
BucketErrors|null |
|
hasBucketErrors
clearBucketErrors
setBucketErrors
Optional. Provides a summary of the bucket level error stats.
| Parameter | |
|---|---|
| Name | Description |
var |
BucketErrors
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getProjectErrors
Optional. Provides a summary of the project level error stats.
| Returns | |
|---|---|
| Type | Description |
ProjectErrors|null |
|
hasProjectErrors
clearProjectErrors
setProjectErrors
Optional. Provides a summary of the project level error stats.
| Parameter | |
|---|---|
| Name | Description |
var |
ProjectErrors
|
| Returns | |
|---|---|
| Type | Description |
$this |
|