public sealed class CheckValidCredsRequest : IMessage<CheckValidCredsRequest>, IEquatable<CheckValidCredsRequest>, IDeepCloneable<CheckValidCredsRequest>, IBufferMessage, IMessage
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.
Implements
IMessage<CheckValidCredsRequest>, IEquatable<CheckValidCredsRequest>, IDeepCloneable<CheckValidCredsRequest>, IBufferMessage, IMessageNamespace
Google.Cloud.BigQuery.DataTransfer.V1Assembly
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 |