Show / Hide Table of Contents

Class ProjectsResource.DataSourcesResource.CheckValidCredsRequest

Returns true if valid credentials exist for the given data source and requesting user.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<CheckValidCredsResponse>
BigQueryDataTransferBaseServiceRequest<CheckValidCredsResponse>
ProjectsResource.DataSourcesResource.CheckValidCredsRequest
Implements
IClientServiceRequest<CheckValidCredsResponse>
IClientServiceRequest
Inherited Members
BigQueryDataTransferBaseServiceRequest<CheckValidCredsResponse>.Xgafv
BigQueryDataTransferBaseServiceRequest<CheckValidCredsResponse>.AccessToken
BigQueryDataTransferBaseServiceRequest<CheckValidCredsResponse>.Alt
BigQueryDataTransferBaseServiceRequest<CheckValidCredsResponse>.Callback
BigQueryDataTransferBaseServiceRequest<CheckValidCredsResponse>.Fields
BigQueryDataTransferBaseServiceRequest<CheckValidCredsResponse>.Key
BigQueryDataTransferBaseServiceRequest<CheckValidCredsResponse>.OauthToken
BigQueryDataTransferBaseServiceRequest<CheckValidCredsResponse>.PrettyPrint
BigQueryDataTransferBaseServiceRequest<CheckValidCredsResponse>.QuotaUser
BigQueryDataTransferBaseServiceRequest<CheckValidCredsResponse>.UploadType
BigQueryDataTransferBaseServiceRequest<CheckValidCredsResponse>.UploadProtocol
ClientServiceRequest<CheckValidCredsResponse>.Execute()
ClientServiceRequest<CheckValidCredsResponse>.ExecuteAsStream()
ClientServiceRequest<CheckValidCredsResponse>.ExecuteAsync()
ClientServiceRequest<CheckValidCredsResponse>.ExecuteAsync(CancellationToken)
ClientServiceRequest<CheckValidCredsResponse>.ExecuteAsStreamAsync()
ClientServiceRequest<CheckValidCredsResponse>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<CheckValidCredsResponse>.CreateRequest(bool?)
ClientServiceRequest<CheckValidCredsResponse>.GenerateRequestUri()
ClientServiceRequest<CheckValidCredsResponse>.GetDefaultETagAction(string)
ClientServiceRequest<CheckValidCredsResponse>.ETagAction
ClientServiceRequest<CheckValidCredsResponse>.ModifyRequest
ClientServiceRequest<CheckValidCredsResponse>.ValidateParameters
ClientServiceRequest<CheckValidCredsResponse>.ApiVersion
ClientServiceRequest<CheckValidCredsResponse>.RequestParameters
ClientServiceRequest<CheckValidCredsResponse>.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.BigQueryDataTransfer.v1
Assembly: Google.Apis.BigQueryDataTransfer.v1.dll
Syntax
public class ProjectsResource.DataSourcesResource.CheckValidCredsRequest : BigQueryDataTransferBaseServiceRequest<CheckValidCredsResponse>, IClientServiceRequest<CheckValidCredsResponse>, IClientServiceRequest

Constructors

CheckValidCredsRequest(IClientService, CheckValidCredsRequest, string)

Constructs a new CheckValidCreds request.

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

Properties

HttpMethod

Gets the HTTP method.

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

MethodName

Gets the method name.

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

Name

Required. The name of the data source. If you are using the regionless method, the location must be US and the name should be in the following form: * projects/{project_id}/dataSources/{data_source_id} If you are using the regionalized method, the name should be in the following form: * projects/{project_id}/locations/{location_id}/dataSources/{data_source_id}

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

Methods

GetBody()

Returns the body of the request.

Declaration
protected override object GetBody()
Returns
Type Description
object
Overrides
ClientServiceRequest<CheckValidCredsResponse>.GetBody()

InitParameters()

Initializes CheckValidCreds parameter list.

Declaration
protected override void InitParameters()
Overrides
BigQueryDataTransferBaseServiceRequest<CheckValidCredsResponse>.InitParameters()

Implements

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