Class SslCertsResource.GetRequest
Retrieves a particular SSL certificate. Does not include the private key (required for usage). The private key must be saved from the response to initial creation.
Inheritance
System.Object
SslCertsResource.GetRequest
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.SQLAdmin.v1beta4
Assembly: Google.Apis.SQLAdmin.v1beta4.dll
Syntax
public class GetRequest : SQLAdminBaseServiceRequest<SslCert>, IClientServiceRequest<SslCert>, IClientServiceRequest
Constructors
GetRequest(IClientService, String, String, String)
Constructs a new Get request.
Declaration
public GetRequest(IClientService service, string project, string instance, string sha1Fingerprint)
Parameters
| Type | Name | Description |
|---|---|---|
| IClientService | service | |
| System.String | project | |
| System.String | instance | |
| System.String | sha1Fingerprint |
Properties
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
| Type | Description |
|---|---|
| System.String |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.SQLAdmin.v1beta4.Data.SslCert>.HttpMethod
Instance
Cloud SQL instance ID. This does not include the project ID.
Declaration
[RequestParameter("instance", RequestParameterType.Path)]
public virtual string Instance { get; }
Property Value
| Type | Description |
|---|---|
| System.String |
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
| Type | Description |
|---|---|
| System.String |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.SQLAdmin.v1beta4.Data.SslCert>.MethodName
Project
Project ID of the project that contains the instance.
Declaration
[RequestParameter("project", RequestParameterType.Path)]
public virtual string Project { get; }
Property Value
| Type | Description |
|---|---|
| System.String |
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
| Type | Description |
|---|---|
| System.String |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.SQLAdmin.v1beta4.Data.SslCert>.RestPath
Sha1Fingerprint
Sha1 FingerPrint.
Declaration
[RequestParameter("sha1Fingerprint", RequestParameterType.Path)]
public virtual string Sha1Fingerprint { get; }
Property Value
| Type | Description |
|---|---|
| System.String |
Methods
InitParameters()
Initializes Get parameter list.
Declaration
protected override void InitParameters()
Overrides
Google.Apis.SQLAdmin.v1beta4.SQLAdminBaseServiceRequest<Google.Apis.SQLAdmin.v1beta4.Data.SslCert>.InitParameters()