google_api_dlp v0.0.1 GoogleApi.DLP.V2beta1.Model.GoogleLongrunningOperation View Source

This resource represents a long-running operation that is the result of a network API call.

Attributes

  • done (Boolean): If the value is `false`, it means the operation is still in progress. If true, the operation is completed, and either `error` or `response` is available. Defaults to: null.
  • error (GoogleRpcStatus): The error result of the operation in case of failure or cancellation. Defaults to: null.
  • metadata (Object): This field will contain an InspectOperationMetadata object. This will always be returned with the Operation. Defaults to: null.
  • name (String): The server-assigned name, The `name` should have the format of `inspect/operations/<identifier>`. Defaults to: null.
  • response (Object): This field will contain an InspectOperationResult object. Defaults to: null.