public class Drive.Properties.Patch extends DriveRequest<Property>
com.google.api.client.util.GenericData.Flags
Modifier | Constructor and Description |
---|---|
protected |
Patch(java.lang.String fileId,
java.lang.String propertyKey,
Property content)
Updates a property.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getFileId()
The ID of the file.
|
java.lang.String |
getPropertyKey()
The key of the property.
|
java.lang.String |
getVisibility()
The visibility of the property.
|
Drive.Properties.Patch |
set(java.lang.String parameterName,
java.lang.Object value) |
Drive.Properties.Patch |
setAlt(java.lang.String alt)
Data format for the response.
|
Drive.Properties.Patch |
setFields(java.lang.String fields)
Selector specifying which fields to include in a partial response.
|
Drive.Properties.Patch |
setFileId(java.lang.String fileId)
The ID of the file.
|
Drive.Properties.Patch |
setKey(java.lang.String key)
API key.
|
Drive.Properties.Patch |
setOauthToken(java.lang.String oauthToken)
OAuth 2.0 token for the current user.
|
Drive.Properties.Patch |
setPrettyPrint(java.lang.Boolean prettyPrint)
Returns response with indentations and line breaks.
|
Drive.Properties.Patch |
setPropertyKey(java.lang.String propertyKey)
The key of the property.
|
Drive.Properties.Patch |
setQuotaUser(java.lang.String quotaUser)
An opaque string that represents a user for quota purposes.
|
Drive.Properties.Patch |
setUserIp(java.lang.String userIp)
Deprecated.
|
Drive.Properties.Patch |
setVisibility(java.lang.String visibility)
The visibility of the property.
|
getAbstractGoogleClient, getAlt, getFields, getKey, getOauthToken, getPrettyPrint, getQuotaUser, getUserIp, setDisableGZipContent, setRequestHeaders
getJsonContent, newExceptionOnError, queue
buildHttpRequest, buildHttpRequestUrl, buildHttpRequestUsingHead, checkRequiredParameter, execute, executeAndDownloadTo, executeAsInputStream, executeMedia, executeMediaAndDownloadTo, executeMediaAsInputStream, executeUnparsed, executeUsingHead, getDisableGZipContent, getHttpContent, getLastResponseHeaders, getLastStatusCode, getLastStatusMessage, getMediaHttpDownloader, getMediaHttpUploader, getRequestHeaders, getRequestMethod, getResponseClass, getUriTemplate, initializeMediaDownload, initializeMediaUpload, queue
clone, entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeys
clear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, toString, values
protected Patch(java.lang.String fileId, java.lang.String propertyKey, Property content)
AbstractGoogleClientRequest.execute()
method to invoke the remote operation. Drive.initialize(com.google.api.client.googleapis.services.AbstractGoogleClientRequest)
must
be called to initialize this instance immediately after invoking the constructor.
fileId
- The ID of the file.propertyKey
- The key of the property.content
- the Property
public Drive.Properties.Patch setAlt(java.lang.String alt)
DriveRequest
setAlt
in class DriveRequest<Property>
public Drive.Properties.Patch setFields(java.lang.String fields)
DriveRequest
setFields
in class DriveRequest<Property>
public Drive.Properties.Patch setKey(java.lang.String key)
DriveRequest
setKey
in class DriveRequest<Property>
public Drive.Properties.Patch setOauthToken(java.lang.String oauthToken)
DriveRequest
setOauthToken
in class DriveRequest<Property>
public Drive.Properties.Patch setPrettyPrint(java.lang.Boolean prettyPrint)
DriveRequest
setPrettyPrint
in class DriveRequest<Property>
public Drive.Properties.Patch setQuotaUser(java.lang.String quotaUser)
DriveRequest
setQuotaUser
in class DriveRequest<Property>
public Drive.Properties.Patch setUserIp(java.lang.String userIp)
DriveRequest
setUserIp
in class DriveRequest<Property>
public java.lang.String getFileId()
public Drive.Properties.Patch setFileId(java.lang.String fileId)
public java.lang.String getPropertyKey()
public Drive.Properties.Patch setPropertyKey(java.lang.String propertyKey)
public java.lang.String getVisibility()
public Drive.Properties.Patch setVisibility(java.lang.String visibility)
public Drive.Properties.Patch set(java.lang.String parameterName, java.lang.Object value)
set
in class DriveRequest<Property>