Class DnsKeysResource.GetRequest
Fetches the representation of an existing DnsKey.
Inheritance
Implements
Inherited Members
Namespace: Google.Apis.Dns.v2
Assembly: Google.Apis.Dns.v2.dll
Syntax
public class GetRequest : DnsBaseServiceRequest<DnsKey>, IClientServiceRequest<DnsKey>, IClientServiceRequest
Constructors
GetRequest(IClientService, String, String, String, String)
Constructs a new Get request.
Declaration
public GetRequest(IClientService service, string project, string location, string managedZone, string dnsKeyId)
Parameters
Type | Name | Description |
---|---|---|
Google.Apis.Services.IClientService | service | |
System.String | project | |
System.String | location | |
System.String | managedZone | |
System.String | dnsKeyId |
Properties
ClientOperationId
For mutating operation requests only. An optional identifier specified by the client. Must be unique for operation resources in the Operations collection.
Declaration
[RequestParameter("clientOperationId", RequestParameterType.Query)]
public virtual string ClientOperationId { get; set; }
Property Value
Type | Description |
---|---|
System.String |
DigestType
An optional comma-separated list of digest types to compute and display for key signing keys. If omitted, the recommended digest type is computed and displayed.
Declaration
[RequestParameter("digestType", RequestParameterType.Query)]
public virtual string DigestType { get; set; }
Property Value
Type | Description |
---|---|
System.String |
DnsKeyId
The identifier of the requested DnsKey.
Declaration
[RequestParameter("dnsKeyId", RequestParameterType.Path)]
public virtual string DnsKeyId { get; }
Property Value
Type | Description |
---|---|
System.String |
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
Type | Description |
---|---|
System.String |
Overrides
Location
Specifies the location of the resource. This information will be used for routing and will be part of the resource name.
Declaration
[RequestParameter("location", RequestParameterType.Path)]
public virtual string Location { get; }
Property Value
Type | Description |
---|---|
System.String |
ManagedZone
Identifies the managed zone addressed by this request. Can be the managed zone name or ID.
Declaration
[RequestParameter("managedZone", RequestParameterType.Path)]
public virtual string ManagedZone { 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
Project
Identifies the project addressed by this request.
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
Methods
InitParameters()
Initializes Get parameter list.
Declaration
protected override void InitParameters()