Show / Hide Table of Contents

Class ServicesResource.ProjectsResource.GlobalResource.NetworksResource.DnsZonesResource.ListRequest

  • Service producers can use this method to retrieve a list of available DNS zones in the shared producer host project and the matching peering zones in the consumer project. *
Inheritance
object
ClientServiceRequest
ClientServiceRequest<ListDnsZonesResponse>
ServiceNetworkingBaseServiceRequest<ListDnsZonesResponse>
ServicesResource.ProjectsResource.GlobalResource.NetworksResource.DnsZonesResource.ListRequest
Implements
IClientServiceRequest<ListDnsZonesResponse>
IClientServiceRequest
Inherited Members
ServiceNetworkingBaseServiceRequest<ListDnsZonesResponse>.Xgafv
ServiceNetworkingBaseServiceRequest<ListDnsZonesResponse>.AccessToken
ServiceNetworkingBaseServiceRequest<ListDnsZonesResponse>.Alt
ServiceNetworkingBaseServiceRequest<ListDnsZonesResponse>.Callback
ServiceNetworkingBaseServiceRequest<ListDnsZonesResponse>.Fields
ServiceNetworkingBaseServiceRequest<ListDnsZonesResponse>.Key
ServiceNetworkingBaseServiceRequest<ListDnsZonesResponse>.OauthToken
ServiceNetworkingBaseServiceRequest<ListDnsZonesResponse>.PrettyPrint
ServiceNetworkingBaseServiceRequest<ListDnsZonesResponse>.QuotaUser
ServiceNetworkingBaseServiceRequest<ListDnsZonesResponse>.UploadType
ServiceNetworkingBaseServiceRequest<ListDnsZonesResponse>.UploadProtocol
ClientServiceRequest<ListDnsZonesResponse>.Execute()
ClientServiceRequest<ListDnsZonesResponse>.ExecuteAsStream()
ClientServiceRequest<ListDnsZonesResponse>.ExecuteAsync()
ClientServiceRequest<ListDnsZonesResponse>.ExecuteAsync(CancellationToken)
ClientServiceRequest<ListDnsZonesResponse>.ExecuteAsStreamAsync()
ClientServiceRequest<ListDnsZonesResponse>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<ListDnsZonesResponse>.CreateRequest(bool?)
ClientServiceRequest<ListDnsZonesResponse>.GenerateRequestUri()
ClientServiceRequest<ListDnsZonesResponse>.GetBody()
ClientServiceRequest<ListDnsZonesResponse>.GetDefaultETagAction(string)
ClientServiceRequest<ListDnsZonesResponse>.ETagAction
ClientServiceRequest<ListDnsZonesResponse>.ModifyRequest
ClientServiceRequest<ListDnsZonesResponse>.ValidateParameters
ClientServiceRequest<ListDnsZonesResponse>.ApiVersion
ClientServiceRequest<ListDnsZonesResponse>.RequestParameters
ClientServiceRequest<ListDnsZonesResponse>.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.ListRequest : ServiceNetworkingBaseServiceRequest<ListDnsZonesResponse>, IClientServiceRequest<ListDnsZonesResponse>, IClientServiceRequest

Constructors

ListRequest(IClientService, string)

Constructs a new List request.

Declaration
public ListRequest(IClientService service, string parent)
Parameters
Type Name Description
IClientService service
string parent

Properties

HttpMethod

Gets the HTTP method.

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

MethodName

Gets the method name.

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

Parent

Required. Parent resource identifying the connection which owns this collection of DNS zones in the format services/{service}/projects/{project}/global/networks/{network} Service: The service that is managing connectivity for the service producer's organization. For Google services that support this functionality, this value is servicenetworking.googleapis.com. Projects: the consumer project containing the consumer network. Network: The consumer network accessible from the tenant project.

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

RestPath

Gets the REST path.

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

Methods

InitParameters()

Initializes List parameter list.

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

Implements

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