|
drive
v3
|
A base abstract class for Drive requests. More...
Protected Member Functions | |
| DriveBaseServiceRequest (Google.Apis.Services.IClientService service) | |
| Constructs a new DriveBaseServiceRequest instance. More... | |
| override void | InitParameters () |
| Initializes Drive parameter list. More... | |
Protected Member Functions inherited from Google::Apis::Requests::ClientServiceRequest< TResponse > | |
| ClientServiceRequest (IClientService service) | |
| string | GenerateRequestUri () |
Properties | |
| virtual System.Nullable< AltEnum > | Alt [get, set] |
| Data format for the response. More... | |
| virtual string | Fields [get, set] |
| Selector specifying which fields to include in a partial response. More... | |
| virtual string | Key [get, set] |
| 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. More... | |
| virtual string | OauthToken [get, set] |
| OAuth 2.0 token for the current user. More... | |
| virtual System.Nullable< bool > | PrettyPrint [get, set] |
| Returns response with indentations and line breaks. More... | |
| virtual string | QuotaUser [get, set] |
| An opaque string that represents a user for quota purposes. Must not exceed 40 characters. More... | |
| virtual string | UserIp [get, set] |
| Deprecated. Please use quotaUser instead. More... | |
Properties inherited from Google::Apis::Requests::ClientServiceRequest< TResponse > | |
| ETagAction | ETagAction |
| string | MethodName |
| string | RestPath |
| string | HttpMethod |
| IDictionary< string, IParameter > | RequestParameters |
| IClientService | Service |
Additional Inherited Members | |
Public Member Functions inherited from Google::Apis::Requests::ClientServiceRequest< TResponse > | |
| TResponse | Execute () |
| Stream | ExecuteAsStream () |
| async Task< TResponse > | ExecuteAsync () |
| async Task< TResponse > | ExecuteAsync (CancellationToken cancellationToken) |
| async Task< Stream > | ExecuteAsStreamAsync () |
| async Task< Stream > | ExecuteAsStreamAsync (CancellationToken cancellationToken) |
| HttpRequestMessage | CreateRequest (Nullable< bool > overrideGZipEnabled=null) |
Static Public Member Functions inherited from Google::Apis::Requests::ClientServiceRequest< TResponse > | |
| static ETagAction | GetDefaultETagAction (string httpMethod) |
A base abstract class for Drive requests.
|
inlineprotected |
Constructs a new DriveBaseServiceRequest instance.
|
inlineprotectedvirtual |
Initializes Drive parameter list.
Reimplemented from Google::Apis::Requests::ClientServiceRequest< TResponse >.
|
getset |
Data format for the response.
[default: json]
|
getset |
Selector specifying which fields to include in a partial response.
|
getset |
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.
|
getset |
OAuth 2.0 token for the current user.
|
getset |
Returns response with indentations and line breaks.
[default: true]
|
getset |
An opaque string that represents a user for quota purposes. Must not exceed 40 characters.
|
getset |
Deprecated. Please use quotaUser instead.