Class ConnectResource.ResolveRequest
Retrieves connect settings about a Cloud SQL instance using the instance DNS name.
Inheritance
ConnectResource.ResolveRequest
Inherited Members
Namespace: Google.Apis.SQLAdmin.v1
Assembly: Google.Apis.SQLAdmin.v1.dll
Syntax
public class ConnectResource.ResolveRequest : SQLAdminBaseServiceRequest<ConnectSettings>, IClientServiceRequest<ConnectSettings>, IClientServiceRequest
Constructors
ResolveRequest(IClientService, string, string)
Constructs a new Resolve request.
Declaration
public ResolveRequest(IClientService service, string dnsName, string location)
Parameters
| Type | Name | Description |
|---|---|---|
| IClientService | service | |
| string | dnsName | |
| string | location |
Properties
DnsName
Required. Cloud SQL instance ID. This does not include the project ID.
Declaration
[RequestParameter("dnsName", RequestParameterType.Path)]
public virtual string DnsName { get; }
Property Value
| Type | Description |
|---|---|
| string |
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
| Type | Description |
|---|---|
| string |
Overrides
Location
Required. The region of the instance.
Declaration
[RequestParameter("location", RequestParameterType.Path)]
public virtual string Location { get; }
Property Value
| Type | Description |
|---|---|
| string |
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
| Type | Description |
|---|---|
| string |
Overrides
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
| Type | Description |
|---|---|
| string |
Overrides
Methods
InitParameters()
Initializes Resolve parameter list.
Declaration
protected override void InitParameters()