Class SQLAdminService
The SQLAdmin Service.
Inherited Members
Namespace: Google.Apis.SQLAdmin.v1beta4
Assembly: Google.Apis.SQLAdmin.v1beta4.dll
Syntax
public class SQLAdminService : BaseClientService, IClientService, IDisposable
Constructors
SQLAdminService()
Constructs a new service.
Declaration
public SQLAdminService()
SQLAdminService(Initializer)
Constructs a new service.
Declaration
public SQLAdminService(BaseClientService.Initializer initializer)
Parameters
| Type | Name | Description |
|---|---|---|
| BaseClientService.Initializer | initializer | The service initializer. |
Fields
DiscoveryVersionUsed
The discovery version used to generate this service.
Declaration
public static DiscoveryVersion DiscoveryVersionUsed
Field Value
| Type | Description |
|---|---|
| DiscoveryVersion |
Version
The API version.
Declaration
public const string Version = "v1beta4"
Field Value
| Type | Description |
|---|---|
| string |
Properties
BackupRuns
Gets the BackupRuns resource.
Declaration
public virtual BackupRunsResource BackupRuns { get; }
Property Value
| Type | Description |
|---|---|
| BackupRunsResource |
Backups
Gets the Backups resource.
Declaration
public virtual BackupsResource Backups { get; }
Property Value
| Type | Description |
|---|---|
| BackupsResource |
BasePath
Gets the service base path.
Declaration
public override string BasePath { get; }
Property Value
| Type | Description |
|---|---|
| string |
Overrides
BaseUri
Gets the service base URI.
Declaration
public override string BaseUri { get; }
Property Value
| Type | Description |
|---|---|
| string |
Overrides
BatchPath
Gets the batch base path; null if unspecified.
Declaration
public override string BatchPath { get; }
Property Value
| Type | Description |
|---|---|
| string |
Overrides
BatchUri
Gets the batch base URI; null if unspecified.
Declaration
public override string BatchUri { get; }
Property Value
| Type | Description |
|---|---|
| string |
Overrides
Connect
Gets the Connect resource.
Declaration
public virtual ConnectResource Connect { get; }
Property Value
| Type | Description |
|---|---|
| ConnectResource |
Databases
Gets the Databases resource.
Declaration
public virtual DatabasesResource Databases { get; }
Property Value
| Type | Description |
|---|---|
| DatabasesResource |
Features
Gets the service supported features.
Declaration
public override IList<string> Features { get; }
Property Value
| Type | Description |
|---|---|
| IList<string> |
Overrides
Flags
Gets the Flags resource.
Declaration
public virtual FlagsResource Flags { get; }
Property Value
| Type | Description |
|---|---|
| FlagsResource |
Instances
Gets the Instances resource.
Declaration
public virtual InstancesResource Instances { get; }
Property Value
| Type | Description |
|---|---|
| InstancesResource |
Name
Gets the service name.
Declaration
public override string Name { get; }
Property Value
| Type | Description |
|---|---|
| string |
Overrides
Operations
Gets the Operations resource.
Declaration
public virtual OperationsResource Operations { get; }
Property Value
| Type | Description |
|---|---|
| OperationsResource |
Projects
Gets the Projects resource.
Declaration
public virtual ProjectsResource Projects { get; }
Property Value
| Type | Description |
|---|---|
| ProjectsResource |
SslCerts
Gets the SslCerts resource.
Declaration
public virtual SslCertsResource SslCerts { get; }
Property Value
| Type | Description |
|---|---|
| SslCertsResource |
Tiers
Gets the Tiers resource.
Declaration
public virtual TiersResource Tiers { get; }
Property Value
| Type | Description |
|---|---|
| TiersResource |
Users
Gets the Users resource.
Declaration
public virtual UsersResource Users { get; }
Property Value
| Type | Description |
|---|---|
| UsersResource |