API Reference
Class
GoogleWorkspaceSessionOptions
Session-level options shared by Google Workspace exporters.
Inheritance
- Object
- GoogleWorkspaceSessionOptions
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
- Property GoogleWorkspaceRetryOptions.SessionOptions
- Property GoogleWorkspaceSession.Options
Accepted by parameters
- Constructor GoogleServiceAccountCredentialSource.GoogleServiceAccountCredentialSource
- Method GoogleServiceAccountCredentialSource.FromFile
- Method GoogleServiceAccountCredentialSource.FromJson
- Method GoogleWorkspaceDiagnosticsDispatcher.Add
- Method GoogleWorkspaceDiagnosticsDispatcher.AddUnique
- Method GoogleWorkspaceDiagnosticsDispatcher.Emit
- Method GoogleWorkspaceFailureDiagnostics.CreateApiFailure
- Method GoogleWorkspaceFailureDiagnostics.CreateCanceledFailure
- Method GoogleWorkspaceFailureDiagnostics.CreateRequestTimeoutFailure
- Constructor GoogleWorkspaceHttpTransport.GoogleWorkspaceHttpTransport
- Constructor GoogleWorkspaceRetryOptions.GoogleWorkspaceRetryOptions
- Method GoogleWorkspaceRetryOptions.FromSessionOptions
- Constructor GoogleWorkspaceSession.GoogleWorkspaceSession
Constructors
public GoogleWorkspaceSessionOptions() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public String ApplicationName { get; set; } #public String QuotaUser { get; set; } #public String QuotaProject { get; set; } #public Func<String> RequestIdFactory { get; set; } #public String DefaultDriveId { get; set; } #public String DefaultFolderId { get; set; } #public String SubjectUser { get; set; } #public Boolean UseDomainWideDelegation { get; set; } #public HttpClient HttpClient { get; set; } #public TimeSpan RequestTimeout { get; set; } #public Int32 MaxRetryCount { get; set; } #public TimeSpan RetryBaseDelay { get; set; } #public TimeSpan RetryMaxDelay { get; set; } #public Action<GoogleWorkspaceDiagnosticEntry> DiagnosticSink { get; set; } #