Interface protos.google.cloud.talent.v4.IBatchOperationMetadata (3.4.1)

Properties of a BatchOperationMetadata.

Package

@google-cloud/talent!

Properties

createTime

createTime?: (google.protobuf.ITimestamp|null);

BatchOperationMetadata createTime

Property Value
TypeDescription
(google.protobuf.ITimestamp|null)

endTime

endTime?: (google.protobuf.ITimestamp|null);

BatchOperationMetadata endTime

Property Value
TypeDescription
(google.protobuf.ITimestamp|null)

failureCount

failureCount?: (number|null);

BatchOperationMetadata failureCount

Property Value
TypeDescription
(number|null)

state

state?: (google.cloud.talent.v4.BatchOperationMetadata.State|keyof typeof google.cloud.talent.v4.BatchOperationMetadata.State|null);

BatchOperationMetadata state

Property Value
TypeDescription
(google.cloud.talent.v4.BatchOperationMetadata.State|keyof typeof google.cloud.talent.v4.BatchOperationMetadata.State|null)

stateDescription

stateDescription?: (string|null);

BatchOperationMetadata stateDescription

Property Value
TypeDescription
(string|null)

successCount

successCount?: (number|null);

BatchOperationMetadata successCount

Property Value
TypeDescription
(number|null)

totalCount

totalCount?: (number|null);

BatchOperationMetadata totalCount

Property Value
TypeDescription
(number|null)

updateTime

updateTime?: (google.protobuf.ITimestamp|null);

BatchOperationMetadata updateTime

Property Value
TypeDescription
(google.protobuf.ITimestamp|null)