Interface protos.google.api.servicecontrol.v1.ICheckResponse (1.1.4)

Properties of a CheckResponse.

Package

@google-cloud/service-control!

Properties

checkErrors

checkErrors?: (google.api.servicecontrol.v1.ICheckError[]|null);

CheckResponse checkErrors

Property Value
TypeDescription
(google.api.servicecontrol.v1.ICheckError[]|null)

checkInfo

checkInfo?: (google.api.servicecontrol.v1.CheckResponse.ICheckInfo|null);

CheckResponse checkInfo

Property Value
TypeDescription
(google.api.servicecontrol.v1.CheckResponse.ICheckInfo|null)

operationId

operationId?: (string|null);

CheckResponse operationId

Property Value
TypeDescription
(string|null)

serviceConfigId

serviceConfigId?: (string|null);

CheckResponse serviceConfigId

Property Value
TypeDescription
(string|null)

serviceRolloutId

serviceRolloutId?: (string|null);

CheckResponse serviceRolloutId

Property Value
TypeDescription
(string|null)