Show / Hide Table of Contents

Class ServicesResource.DnsRecordSetsResource.ListRequest

Producers can use this method to retrieve a list of available DNS RecordSets available inside the private zone on the tenant host project accessible from their network.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<ListDnsRecordSetsResponse>
ServiceNetworkingBaseServiceRequest<ListDnsRecordSetsResponse>
ServicesResource.DnsRecordSetsResource.ListRequest
Implements
IClientServiceRequest<ListDnsRecordSetsResponse>
IClientServiceRequest
Inherited Members
ServiceNetworkingBaseServiceRequest<ListDnsRecordSetsResponse>.Xgafv
ServiceNetworkingBaseServiceRequest<ListDnsRecordSetsResponse>.AccessToken
ServiceNetworkingBaseServiceRequest<ListDnsRecordSetsResponse>.Alt
ServiceNetworkingBaseServiceRequest<ListDnsRecordSetsResponse>.Callback
ServiceNetworkingBaseServiceRequest<ListDnsRecordSetsResponse>.Fields
ServiceNetworkingBaseServiceRequest<ListDnsRecordSetsResponse>.Key
ServiceNetworkingBaseServiceRequest<ListDnsRecordSetsResponse>.OauthToken
ServiceNetworkingBaseServiceRequest<ListDnsRecordSetsResponse>.PrettyPrint
ServiceNetworkingBaseServiceRequest<ListDnsRecordSetsResponse>.QuotaUser
ServiceNetworkingBaseServiceRequest<ListDnsRecordSetsResponse>.UploadType
ServiceNetworkingBaseServiceRequest<ListDnsRecordSetsResponse>.UploadProtocol
ClientServiceRequest<ListDnsRecordSetsResponse>.Execute()
ClientServiceRequest<ListDnsRecordSetsResponse>.ExecuteAsStream()
ClientServiceRequest<ListDnsRecordSetsResponse>.ExecuteAsync()
ClientServiceRequest<ListDnsRecordSetsResponse>.ExecuteAsync(CancellationToken)
ClientServiceRequest<ListDnsRecordSetsResponse>.ExecuteAsStreamAsync()
ClientServiceRequest<ListDnsRecordSetsResponse>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<ListDnsRecordSetsResponse>.CreateRequest(bool?)
ClientServiceRequest<ListDnsRecordSetsResponse>.GenerateRequestUri()
ClientServiceRequest<ListDnsRecordSetsResponse>.GetBody()
ClientServiceRequest<ListDnsRecordSetsResponse>.GetDefaultETagAction(string)
ClientServiceRequest<ListDnsRecordSetsResponse>.ETagAction
ClientServiceRequest<ListDnsRecordSetsResponse>.ModifyRequest
ClientServiceRequest<ListDnsRecordSetsResponse>.ValidateParameters
ClientServiceRequest<ListDnsRecordSetsResponse>.ApiVersion
ClientServiceRequest<ListDnsRecordSetsResponse>.RequestParameters
ClientServiceRequest<ListDnsRecordSetsResponse>.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.DnsRecordSetsResource.ListRequest : ServiceNetworkingBaseServiceRequest<ListDnsRecordSetsResponse>, IClientServiceRequest<ListDnsRecordSetsResponse>, 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

ConsumerNetwork

Required. The network that the consumer is using to connect with services. Must be in the form of projects/{project}/global/networks/{network} {project} is the project number, as in '12345' {network} is the network name.

Declaration
[RequestParameter("consumerNetwork", RequestParameterType.Query)]
public virtual string ConsumerNetwork { get; set; }
Property Value
Type Description
string

HttpMethod

Gets the HTTP method.

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

MethodName

Gets the method name.

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

Parent

Required. The service that is managing peering connectivity for a service producer's organization. For Google services that support this functionality, this value is services/servicenetworking.googleapis.com.

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<ListDnsRecordSetsResponse>.RestPath

Zone

Required. The name of the private DNS zone in the shared producer host project from which the record set will be removed.

Declaration
[RequestParameter("zone", RequestParameterType.Query)]
public virtual string Zone { get; set; }
Property Value
Type Description
string

Methods

InitParameters()

Initializes List parameter list.

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

Implements

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