API Reference
Class
GoogleWorkspaceDiagnosticEntry
Structured diagnostic entry that callers can forward to their own logging pipeline.
Inheritance
- Object
- GoogleWorkspaceDiagnosticEntry
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
- Method GoogleWorkspaceDiagnosticsExtensions.ToDiagnosticEntries
- Method GoogleWorkspaceDiagnosticsExtensions.ToDiagnosticEntries
- Extension method GoogleWorkspaceExportException.ToDiagnosticEntries
- Property GoogleWorkspaceSessionOptions.DiagnosticSink
- Extension method TranslationReport.ToDiagnosticEntries
Accepted by parameters
Constructors
public GoogleWorkspaceDiagnosticEntry(TranslationSeverity severity, String feature, String message, String path = "", Nullable<GoogleWorkspaceFailureKind> failureKind = null, String code = null, TranslationAction action = None, Int32 count = 1, String targetId = null) #Parameters
- severity TranslationSeverity
- feature String
- message String
- path String = ""
- failureKind Nullable<GoogleWorkspaceFailureKind> = null
- 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
public String Code { get; } #public TranslationSeverity Severity { get; } #public String Feature { get; } #public String Message { get; } #public String Path { get; } #public Nullable<GoogleWorkspaceFailureKind> FailureKind { get; } #public TranslationAction Action { get; } #public Int32 Count { get; } #public String TargetId { get; } #