Class DatastoreBaseServiceRequest<TResponse>
A base abstract class for Datastore requests.
Inherited Members
Namespace: Google.Apis.Datastore.v1beta3
Assembly: Google.Apis.Datastore.v1beta3.dll
Syntax
public abstract class DatastoreBaseServiceRequest<TResponse> : ClientServiceRequest<TResponse>, IClientServiceRequest<TResponse>, IClientServiceRequest
Type Parameters
| Name | Description |
|---|---|
| TResponse |
Constructors
DatastoreBaseServiceRequest(IClientService)
Constructs a new DatastoreBaseServiceRequest instance.
Declaration
protected DatastoreBaseServiceRequest(IClientService service)
Parameters
| Type | Name | Description |
|---|---|---|
| IClientService | service |
Properties
AccessToken
OAuth access token.
Declaration
public virtual string AccessToken { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Alt
Data format for response.
Declaration
public virtual Nullable<DatastoreBaseServiceRequest<TResponse>.AltEnum> Alt { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<DatastoreBaseServiceRequest.AltEnum<>> |
Callback
JSONP
Declaration
public virtual string Callback { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Fields
Selector specifying which fields to include in a partial response.
Declaration
public virtual string Fields { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Key
API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token.
Declaration
public virtual string Key { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
OauthToken
OAuth 2.0 token for the current user.
Declaration
public virtual string OauthToken { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
PrettyPrint
Returns response with indentations and line breaks.
Declaration
public virtual Nullable<bool> PrettyPrint { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
QuotaUser
Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters.
Declaration
public virtual string QuotaUser { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
UploadProtocol
Upload protocol for media (e.g. "raw", "multipart").
Declaration
public virtual string UploadProtocol { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
UploadType
Legacy upload protocol for media (e.g. "media", "multipart").
Declaration
public virtual string UploadType { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Xgafv
V1 error format.
Declaration
public virtual Nullable<DatastoreBaseServiceRequest<TResponse>.XgafvEnum> Xgafv { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<DatastoreBaseServiceRequest.XgafvEnum<>> |
Methods
InitParameters()
Initializes Datastore parameter list.
Declaration
protected override void InitParameters()