API Reference
Class
GoogleWorkspaceOperationReceipt
Non-secret, caller-observable evidence for one attempted cloud mutation.
Inheritance
- Object
- GoogleWorkspaceOperationReceipt
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
Constructors
public GoogleWorkspaceOperationReceipt(GoogleWorkspaceOperationPolicy policy, String service, String method, String target, String requestId, Int32 retryCount, Boolean succeeded, String outcome) #Parameters
- policy GoogleWorkspaceOperationPolicy
- service String
- method String
- target String
- requestId String
- retryCount Int32
- succeeded Boolean
- outcome String
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public Boolean IsOutcomeAmbiguous { get; } #True when the request may have committed remotely but no response headers were received. Reconcile the target before retrying a non-idempotent operation.
public GoogleWorkspaceMutationKind MutationKind { get; } #The adapter-declared semantic mutation represented by this receipt.
public GoogleWorkspaceRevisionPreconditionKind RevisionPreconditionKind { get; } #How the expected revision was enforced for this attempted mutation.
public String EnforcedRevision { get; } #The revision actually enforced by HTTP or payload precondition, when one was available.
public GoogleWorkspaceOperationPolicy Policy { get; } #public String Service { get; } #public String Method { get; } #public String Target { get; } #public String RequestId { get; } #public Int32 RetryCount { get; } #public Boolean Succeeded { get; } #public String Outcome { get; } #public DateTimeOffset CompletedAt { get; } #