Class StorageBaseServiceRequest<TResponse>
A base abstract class for Storage requests.
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.Storage.v1
Assembly: Google.Apis.Storage.v1.dll
Syntax
public abstract class StorageBaseServiceRequest<TResponse> : ClientServiceRequest<TResponse>, IClientServiceRequest<TResponse>, IClientServiceRequest
Type Parameters
Name | Description |
---|---|
TResponse |
Constructors
StorageBaseServiceRequest(IClientService)
Constructs a new StorageBaseServiceRequest instance.
Declaration
protected StorageBaseServiceRequest(IClientService service)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service |
Properties
Alt
Data format for the response.
Declaration
[RequestParameter("alt", RequestParameterType.Query)]
public virtual StorageBaseServiceRequest<TResponse>.AltEnum? Alt { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<StorageBaseServiceRequest.AltEnum<>> |
Fields
Selector specifying which fields to include in a partial response.
Declaration
[RequestParameter("fields", RequestParameterType.Query)]
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
[RequestParameter("key", RequestParameterType.Query)]
public virtual string Key { get; set; }
Property Value
Type | Description |
---|---|
System.String |
OauthToken
OAuth 2.0 token for the current user.
Declaration
[RequestParameter("oauth_token", RequestParameterType.Query)]
public virtual string OauthToken { get; set; }
Property Value
Type | Description |
---|---|
System.String |
PrettyPrint
Returns response with indentations and line breaks.
Declaration
[RequestParameter("prettyPrint", RequestParameterType.Query)]
public virtual bool? PrettyPrint { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> |
QuotaUser
An opaque string that represents a user for quota purposes. Must not exceed 40 characters.
Declaration
[RequestParameter("quotaUser", RequestParameterType.Query)]
public virtual string QuotaUser { get; set; }
Property Value
Type | Description |
---|---|
System.String |
UserIp
Deprecated. Please use quotaUser instead.
Declaration
[RequestParameter("userIp", RequestParameterType.Query)]
public virtual string UserIp { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
InitParameters()
Initializes Storage parameter list.
Declaration
protected override void InitParameters()
Overrides
Google.Apis.Requests.ClientServiceRequest<TResponse>.InitParameters()