Google BigQuery Data Transfer v1 API - Class CheckValidCredsRequest (4.9.0)

public sealed class CheckValidCredsRequest : IMessage<CheckValidCredsRequest>, IEquatable<CheckValidCredsRequest>, IDeepCloneable<CheckValidCredsRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the Google BigQuery Data Transfer v1 API class CheckValidCredsRequest.

A request to determine whether the user has valid credentials. This method is used to limit the number of OAuth popups in the user interface. The user id is inferred from the API call context. If the data source has the Google+ authorization type, this method returns false, as it cannot be determined whether the credentials are already valid merely based on the user id.

Inheritance

object > CheckValidCredsRequest

Namespace

Google.Cloud.BigQuery.DataTransfer.V1

Assembly

Google.Cloud.BigQuery.DataTransfer.V1.dll

Constructors

CheckValidCredsRequest()

public CheckValidCredsRequest()

CheckValidCredsRequest(CheckValidCredsRequest)

public CheckValidCredsRequest(CheckValidCredsRequest other)
Parameter
Name Description
other CheckValidCredsRequest

Properties

DataSourceName

public DataSourceName DataSourceName { get; set; }

DataSourceName-typed view over the Name resource name property.

Property Value
Type Description
DataSourceName

Name

public string Name { get; set; }

Required. The data source in the form: projects/{project_id}/dataSources/{data_source_id} or projects/{project_id}/locations/{location_id}/dataSources/{data_source_id}.

Property Value
Type Description
string