public sealed class DataTableOperationErrors : IMessage<DataTableOperationErrors>, IEquatable<DataTableOperationErrors>, IDeepCloneable<DataTableOperationErrors>, IBufferMessage, IMessageReference documentation and code samples for the Chronicle v1 API class DataTableOperationErrors.
The message containing the errors for a data table operation.
Implements
IMessageDataTableOperationErrors, IEquatableDataTableOperationErrors, IDeepCloneableDataTableOperationErrors, IBufferMessage, IMessageNamespace
Google.Cloud.Chronicle.V1Assembly
Google.Cloud.Chronicle.V1.dll
Constructors
DataTableOperationErrors()
public DataTableOperationErrors()DataTableOperationErrors(DataTableOperationErrors)
public DataTableOperationErrors(DataTableOperationErrors other)| Parameter | |
|---|---|
| Name | Description |
other |
DataTableOperationErrors |
Properties
DataTableOperationErrorsName
public DataTableOperationErrorsName DataTableOperationErrorsName { get; set; }DataTableOperationErrorsName-typed view over the Name resource name property.
| Property Value | |
|---|---|
| Type | Description |
DataTableOperationErrorsName |
|
Name
public string Name { get; set; }Identifier. Resource name for the data table operation errors. Format: projects/{project}/locations/{location}/instances/{instance}/dataTableOperationErrors/{data_table_operation_errors}
| Property Value | |
|---|---|
| Type | Description |
string |
|
RpcErrors
public RepeatedField<Status> RpcErrors { get; }The list of errors.
Replaces the deprecated errors field.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldStatus |
|