public class AndroidPublisher.Edits.Tracks.Get extends AndroidPublisherRequest<Track>
com.google.api.client.util.GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Modifier | Constructor and Description |
|---|---|
protected |
Get(String packageName,
String editId,
String track)
Fetches the track configuration for the specified track type.
|
| Modifier and Type | Method and Description |
|---|---|
com.google.api.client.http.HttpRequest |
buildHttpRequestUsingHead() |
com.google.api.client.http.HttpResponse |
executeUsingHead() |
String |
getEditId()
Unique identifier for this edit.
|
String |
getPackageName()
Unique identifier for the Android app that is being updated; for example, "com.spiffygame".
|
String |
getTrack()
The track to read or modify.
|
AndroidPublisher.Edits.Tracks.Get |
set(String parameterName,
Object value) |
AndroidPublisher.Edits.Tracks.Get |
setAlt(String alt)
Data format for the response.
|
AndroidPublisher.Edits.Tracks.Get |
setEditId(String editId)
Unique identifier for this edit.
|
AndroidPublisher.Edits.Tracks.Get |
setFields(String fields)
Selector specifying which fields to include in a partial response.
|
AndroidPublisher.Edits.Tracks.Get |
setKey(String key)
API key.
|
AndroidPublisher.Edits.Tracks.Get |
setOauthToken(String oauthToken)
OAuth 2.0 token for the current user.
|
AndroidPublisher.Edits.Tracks.Get |
setPackageName(String packageName)
Unique identifier for the Android app that is being updated; for example,
"com.spiffygame".
|
AndroidPublisher.Edits.Tracks.Get |
setPrettyPrint(Boolean prettyPrint)
Returns response with indentations and line breaks.
|
AndroidPublisher.Edits.Tracks.Get |
setQuotaUser(String quotaUser)
An opaque string that represents a user for quota purposes.
|
AndroidPublisher.Edits.Tracks.Get |
setTrack(String track)
The track to read or modify.
|
AndroidPublisher.Edits.Tracks.Get |
setUserIp(String userIp)
Deprecated.
|
getAbstractGoogleClient, getAlt, getFields, getKey, getOauthToken, getPrettyPrint, getQuotaUser, getUserIp, setDisableGZipContent, setRequestHeadersgetJsonContent, newExceptionOnError, queuebuildHttpRequest, buildHttpRequestUrl, checkRequiredParameter, execute, executeAndDownloadTo, executeAsInputStream, executeMedia, executeMediaAndDownloadTo, executeMediaAsInputStream, executeUnparsed, getDisableGZipContent, getHttpContent, getLastResponseHeaders, getLastStatusCode, getLastStatusMessage, getMediaHttpDownloader, getMediaHttpUploader, getRequestHeaders, getRequestMethod, getResponseClass, getUriTemplate, initializeMediaDownload, initializeMediaUpload, queueclone, entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, toString, valuesfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllprotected Get(String packageName, String editId, String track)
AbstractGoogleClientRequest.execute() method to invoke the remote operation.
AndroidPublisher.initialize(com.google.api.client.googleapis.services.AbstractGoogleClientRequest)
must be called to initialize this instance immediately after invoking the constructor.
packageName - Unique identifier for the Android app that is being updated; for example, "com.spiffygame".editId - Unique identifier for this edit.track - The track to read or modify.public com.google.api.client.http.HttpResponse executeUsingHead()
throws IOException
executeUsingHead in class com.google.api.client.googleapis.services.AbstractGoogleClientRequest<Track>IOExceptionpublic com.google.api.client.http.HttpRequest buildHttpRequestUsingHead()
throws IOException
buildHttpRequestUsingHead in class com.google.api.client.googleapis.services.AbstractGoogleClientRequest<Track>IOExceptionpublic AndroidPublisher.Edits.Tracks.Get setAlt(String alt)
AndroidPublisherRequestsetAlt in class AndroidPublisherRequest<Track>public AndroidPublisher.Edits.Tracks.Get setFields(String fields)
AndroidPublisherRequestsetFields in class AndroidPublisherRequest<Track>public AndroidPublisher.Edits.Tracks.Get setKey(String key)
AndroidPublisherRequestsetKey in class AndroidPublisherRequest<Track>public AndroidPublisher.Edits.Tracks.Get setOauthToken(String oauthToken)
AndroidPublisherRequestsetOauthToken in class AndroidPublisherRequest<Track>public AndroidPublisher.Edits.Tracks.Get setPrettyPrint(Boolean prettyPrint)
AndroidPublisherRequestsetPrettyPrint in class AndroidPublisherRequest<Track>public AndroidPublisher.Edits.Tracks.Get setQuotaUser(String quotaUser)
AndroidPublisherRequestsetQuotaUser in class AndroidPublisherRequest<Track>public AndroidPublisher.Edits.Tracks.Get setUserIp(String userIp)
AndroidPublisherRequestsetUserIp in class AndroidPublisherRequest<Track>public String getPackageName()
public AndroidPublisher.Edits.Tracks.Get setPackageName(String packageName)
public String getEditId()
public AndroidPublisher.Edits.Tracks.Get setEditId(String editId)
public String getTrack()
public AndroidPublisher.Edits.Tracks.Get setTrack(String track)
public AndroidPublisher.Edits.Tracks.Get set(String parameterName, Object value)
set in class AndroidPublisherRequest<Track>Copyright © 2011–2019 Google. All rights reserved.