Show / Hide Table of Contents

Class ConnectionTypesResource.ListRequest

Retrieves a list of connection types.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<ConnectionTypesListResponse>
DfareportingBaseServiceRequest<ConnectionTypesListResponse>
ConnectionTypesResource.ListRequest
Implements
IClientServiceRequest<ConnectionTypesListResponse>
IClientServiceRequest
Inherited Members
DfareportingBaseServiceRequest<ConnectionTypesListResponse>.Xgafv
DfareportingBaseServiceRequest<ConnectionTypesListResponse>.AccessToken
DfareportingBaseServiceRequest<ConnectionTypesListResponse>.Alt
DfareportingBaseServiceRequest<ConnectionTypesListResponse>.Callback
DfareportingBaseServiceRequest<ConnectionTypesListResponse>.Fields
DfareportingBaseServiceRequest<ConnectionTypesListResponse>.Key
DfareportingBaseServiceRequest<ConnectionTypesListResponse>.OauthToken
DfareportingBaseServiceRequest<ConnectionTypesListResponse>.PrettyPrint
DfareportingBaseServiceRequest<ConnectionTypesListResponse>.QuotaUser
DfareportingBaseServiceRequest<ConnectionTypesListResponse>.UploadType
DfareportingBaseServiceRequest<ConnectionTypesListResponse>.UploadProtocol
ClientServiceRequest<ConnectionTypesListResponse>.Execute()
ClientServiceRequest<ConnectionTypesListResponse>.ExecuteAsStream()
ClientServiceRequest<ConnectionTypesListResponse>.ExecuteAsync()
ClientServiceRequest<ConnectionTypesListResponse>.ExecuteAsync(CancellationToken)
ClientServiceRequest<ConnectionTypesListResponse>.ExecuteAsStreamAsync()
ClientServiceRequest<ConnectionTypesListResponse>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<ConnectionTypesListResponse>.CreateRequest(bool?)
ClientServiceRequest<ConnectionTypesListResponse>.GenerateRequestUri()
ClientServiceRequest<ConnectionTypesListResponse>.GetBody()
ClientServiceRequest<ConnectionTypesListResponse>.GetDefaultETagAction(string)
ClientServiceRequest<ConnectionTypesListResponse>.ETagAction
ClientServiceRequest<ConnectionTypesListResponse>.ModifyRequest
ClientServiceRequest<ConnectionTypesListResponse>.ValidateParameters
ClientServiceRequest<ConnectionTypesListResponse>.RequestParameters
ClientServiceRequest<ConnectionTypesListResponse>.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.Dfareporting.v3_5
Assembly: Google.Apis.Dfareporting.v3_5.dll
Syntax
public class ConnectionTypesResource.ListRequest : DfareportingBaseServiceRequest<ConnectionTypesListResponse>, IClientServiceRequest<ConnectionTypesListResponse>, IClientServiceRequest

Constructors

ListRequest(IClientService, long)

Constructs a new List request.

Declaration
public ListRequest(IClientService service, long profileId)
Parameters
Type Name Description
IClientService service
long profileId

Properties

HttpMethod

Gets the HTTP method.

Declaration
public override string HttpMethod { get; }
Property Value
Type Description
string
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Dfareporting.v3_5.Data.ConnectionTypesListResponse>.HttpMethod

MethodName

Gets the method name.

Declaration
public override string MethodName { get; }
Property Value
Type Description
string
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Dfareporting.v3_5.Data.ConnectionTypesListResponse>.MethodName

ProfileId

User profile ID associated with this request.

Declaration
[RequestParameter("profileId", RequestParameterType.Path)]
public virtual long ProfileId { get; }
Property Value
Type Description
long

RestPath

Gets the REST path.

Declaration
public override string RestPath { get; }
Property Value
Type Description
string
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Dfareporting.v3_5.Data.ConnectionTypesListResponse>.RestPath

Methods

InitParameters()

Initializes List parameter list.

Declaration
protected override void InitParameters()
Overrides
Google.Apis.Dfareporting.v3_5.DfareportingBaseServiceRequest<Google.Apis.Dfareporting.v3_5.Data.ConnectionTypesListResponse>.InitParameters()

Implements

IClientServiceRequest<TResponse>
IClientServiceRequest
In This Article
Back to top Generated by DocFX