API Reference
Class
GoogleWorkspaceRevisionPrecondition
Adapter-declared revision enforcement for one Google mutation.
Inheritance
- Object
- GoogleWorkspaceRevisionPrecondition
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
Accepted by parameters
- Method GoogleWorkspaceHttpTransport.SendAsync
- Method GoogleWorkspaceHttpTransport.SendAsync``1
- Method GoogleWorkspaceHttpTransport.SendBytesAsync
- Method GoogleWorkspaceHttpTransport.SendJsonAsync
- Method GoogleWorkspaceHttpTransport.SendJsonAsync``1
- Method GoogleWorkspaceHttpTransport.SendJsonAsync``2
- Method GoogleWorkspaceHttpTransport.SendRawAsync
Methods
public static GoogleWorkspaceRevisionPrecondition PayloadRevision(String expectedRevision) #Returns:
GoogleWorkspaceRevisionPreconditionDeclares the exact revision already embedded by the adapter in the request payload.
Parameters
- expectedRevision System.String
public static GoogleWorkspaceRevisionPrecondition ResumableSessionState(String expectedState) #Returns:
GoogleWorkspaceRevisionPreconditionDeclares the exact resumable-session state enforced by the request's content range.
Parameters
- expectedState System.String
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public static GoogleWorkspaceRevisionPrecondition HttpEntityTag { get; } #Applies the policy's strong entity tag as an HTTP If-Match header.
public String AdapterExpectedRevision { get; } #The exact revision or resumable-session state already carried by the adapter request.
public GoogleWorkspaceRevisionPreconditionKind Kind { get; } #