Show / Hide Table of Contents

Class ServicesResource.ProjectsResource.GlobalResource.NetworksResource.DnsZonesResource.GetRequest

Service producers can use this method to retrieve a DNS zone in the shared producer host project and the matching peering zones in consumer project

Inheritance
object
ClientServiceRequest
ClientServiceRequest<GetDnsZoneResponse>
ServiceNetworkingBaseServiceRequest<GetDnsZoneResponse>
ServicesResource.ProjectsResource.GlobalResource.NetworksResource.DnsZonesResource.GetRequest
Implements
IClientServiceRequest<GetDnsZoneResponse>
IClientServiceRequest
Inherited Members
ServiceNetworkingBaseServiceRequest<GetDnsZoneResponse>.Xgafv
ServiceNetworkingBaseServiceRequest<GetDnsZoneResponse>.AccessToken
ServiceNetworkingBaseServiceRequest<GetDnsZoneResponse>.Alt
ServiceNetworkingBaseServiceRequest<GetDnsZoneResponse>.Callback
ServiceNetworkingBaseServiceRequest<GetDnsZoneResponse>.Fields
ServiceNetworkingBaseServiceRequest<GetDnsZoneResponse>.Key
ServiceNetworkingBaseServiceRequest<GetDnsZoneResponse>.OauthToken
ServiceNetworkingBaseServiceRequest<GetDnsZoneResponse>.PrettyPrint
ServiceNetworkingBaseServiceRequest<GetDnsZoneResponse>.QuotaUser
ServiceNetworkingBaseServiceRequest<GetDnsZoneResponse>.UploadType
ServiceNetworkingBaseServiceRequest<GetDnsZoneResponse>.UploadProtocol
ClientServiceRequest<GetDnsZoneResponse>.Execute()
ClientServiceRequest<GetDnsZoneResponse>.ExecuteAsStream()
ClientServiceRequest<GetDnsZoneResponse>.ExecuteAsync()
ClientServiceRequest<GetDnsZoneResponse>.ExecuteAsync(CancellationToken)
ClientServiceRequest<GetDnsZoneResponse>.ExecuteAsStreamAsync()
ClientServiceRequest<GetDnsZoneResponse>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<GetDnsZoneResponse>.CreateRequest(bool?)
ClientServiceRequest<GetDnsZoneResponse>.GenerateRequestUri()
ClientServiceRequest<GetDnsZoneResponse>.GetBody()
ClientServiceRequest<GetDnsZoneResponse>.GetDefaultETagAction(string)
ClientServiceRequest<GetDnsZoneResponse>.ETagAction
ClientServiceRequest<GetDnsZoneResponse>.ModifyRequest
ClientServiceRequest<GetDnsZoneResponse>.ValidateParameters
ClientServiceRequest<GetDnsZoneResponse>.ApiVersion
ClientServiceRequest<GetDnsZoneResponse>.RequestParameters
ClientServiceRequest<GetDnsZoneResponse>.Service
ClientServiceRequest._unsuccessfulResponseHandlers
ClientServiceRequest._exceptionHandlers
ClientServiceRequest._executeInterceptors
ClientServiceRequest.AddUnsuccessfulResponseHandler(IHttpUnsuccessfulResponseHandler)
ClientServiceRequest.AddExceptionHandler(IHttpExceptionHandler)
ClientServiceRequest.AddExecuteInterceptor(IHttpExecuteInterceptor)
ClientServiceRequest.Credential
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.ServiceNetworking.v1
Assembly: Google.Apis.ServiceNetworking.v1.dll
Syntax
public class ServicesResource.ProjectsResource.GlobalResource.NetworksResource.DnsZonesResource.GetRequest : ServiceNetworkingBaseServiceRequest<GetDnsZoneResponse>, IClientServiceRequest<GetDnsZoneResponse>, IClientServiceRequest

Constructors

GetRequest(IClientService, string)

Constructs a new Get request.

Declaration
public GetRequest(IClientService service, string name)
Parameters
Type Name Description
IClientService service
string name

Properties

HttpMethod

Gets the HTTP method.

Declaration
public override string HttpMethod { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<GetDnsZoneResponse>.HttpMethod

MethodName

Gets the method name.

Declaration
public override string MethodName { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<GetDnsZoneResponse>.MethodName

Name

Required. The network that the consumer is using to connect with services. Must be in the form of services/{service}/projects/{project}/global/networks/{network}/dnsZones/{zoneName} Where {service} is the peering service that is managing connectivity for the service producer's organization. For Google services that support this {project} is the project number, as in '12345' {network} is the network name. {zoneName} is the DNS zone name

Declaration
[RequestParameter("name", RequestParameterType.Path)]
public virtual string Name { get; }
Property Value
Type Description
string

RestPath

Gets the REST path.

Declaration
public override string RestPath { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<GetDnsZoneResponse>.RestPath

Methods

InitParameters()

Initializes Get parameter list.

Declaration
protected override void InitParameters()
Overrides
ServiceNetworkingBaseServiceRequest<GetDnsZoneResponse>.InitParameters()

Implements

IClientServiceRequest<TResponse>
IClientServiceRequest
In this article
Back to top Generated by DocFX