API Reference
Class
TranslationReport
Standard fidelity report shared across exporter packages.
Inheritance
- Object
- TranslationReport
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
- Constructor GoogleWorkspaceConflictException.GoogleWorkspaceConflictException
- Method GoogleWorkspaceDiagnosticsDispatcher.Add
- Method GoogleWorkspaceDiagnosticsDispatcher.AddUnique
- Method GoogleWorkspaceDiagnosticsExtensions.ToDiagnosticEntries
- Constructor GoogleWorkspaceExportCanceledException.GoogleWorkspaceExportCanceledException
- Constructor GoogleWorkspaceExportException.GoogleWorkspaceExportException
- Method GoogleWorkspaceFailureDiagnostics.CreateApiFailure
- Method GoogleWorkspaceFailureDiagnostics.CreateCanceledFailure
- Method GoogleWorkspaceFailureDiagnostics.CreateRequestTimeoutFailure
- Method GoogleWorkspaceFailureDiagnostics.CreateTokenAcquisitionFailure
- Method GoogleWorkspaceHttpTransport.SendAsync
- Method GoogleWorkspaceHttpTransport.SendBytesAsync
- Method GoogleWorkspaceHttpTransport.SendJsonAsync
- Method GoogleWorkspaceHttpTransport.SendRawAsync
- Method GoogleWorkspacePreflight.Validate
- Constructor GoogleWorkspacePreflightException.GoogleWorkspacePreflightException
- Extension method TranslationReport.ToDiagnosticEntries
Constructors
public TranslationReport() #Methods
public Void Add(TranslationSeverity severity, String feature, String message, String path = "", String code = null, TranslationAction action = None, Int32 count = 1, String targetId = null) #Returns:
VoidParameters
- severity TranslationSeverity
- feature String
- message String
- path String = ""
- code String = null
- action TranslationAction = None
- count Int32 = 1
- targetId String = null
public Void AddUnique(TranslationSeverity severity, String feature, String message, String path = "", String code = null, TranslationAction action = None, Int32 count = 1, String targetId = null) #Returns:
VoidParameters
- severity TranslationSeverity
- feature String
- message String
- path String = ""
- code String = null
- action TranslationAction = None
- count Int32 = 1
- targetId String = null
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
Extension Methods
public static IReadOnlyList<GoogleWorkspaceDiagnosticEntry> ToDiagnosticEntries(TranslationReport report) #Returns:
IReadOnlyList<GoogleWorkspaceDiagnosticEntry>Parameters
- report TranslationReport