public class Computeaccounts.Groups.Get extends ComputeaccountsRequest<Group>
GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Modifier | Constructor and Description |
|---|---|
protected |
Computeaccounts.Groups.Get(String project,
String groupName)
Returns the specified group resource.
|
| Modifier and Type | Method and Description |
|---|---|
HttpRequest |
buildHttpRequestUsingHead() |
HttpResponse |
executeUsingHead() |
String |
getGroupName()
Name of the group resource to return.
|
String |
getProject()
Project ID for this request.
|
Computeaccounts.Groups.Get |
set(String parameterName,
Object value) |
Computeaccounts.Groups.Get |
setAlt(String alt)
Data format for the response.
|
Computeaccounts.Groups.Get |
setFields(String fields)
Selector specifying which fields to include in a partial response.
|
Computeaccounts.Groups.Get |
setGroupName(String groupName)
Name of the group resource to return.
|
Computeaccounts.Groups.Get |
setKey(String key)
API key.
|
Computeaccounts.Groups.Get |
setOauthToken(String oauthToken)
OAuth 2.0 token for the current user.
|
Computeaccounts.Groups.Get |
setPrettyPrint(Boolean prettyPrint)
Returns response with indentations and line breaks.
|
Computeaccounts.Groups.Get |
setProject(String project)
Project ID for this request.
|
Computeaccounts.Groups.Get |
setQuotaUser(String quotaUser)
Available to use for quota purposes for server-side applications.
|
Computeaccounts.Groups.Get |
setUserIp(String userIp)
IP address of the site where the request originates.
|
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, valuesprotected Computeaccounts.Groups.Get(String project, String groupName)
AbstractGoogleClientRequest.execute() method to invoke the remote operation.
Computeaccounts.initialize(com.google.api.client.googleapis.services.AbstractGoogleClientRequest)
must be called to initialize this instance immediately after invoking the constructor.
project - Project ID for this request.groupName - Name of the group resource to return.public HttpResponse executeUsingHead() throws IOException
executeUsingHead in class AbstractGoogleClientRequest<Group>IOExceptionpublic HttpRequest buildHttpRequestUsingHead() throws IOException
buildHttpRequestUsingHead in class AbstractGoogleClientRequest<Group>IOExceptionpublic Computeaccounts.Groups.Get setAlt(String alt)
ComputeaccountsRequestsetAlt in class ComputeaccountsRequest<Group>public Computeaccounts.Groups.Get setFields(String fields)
ComputeaccountsRequestsetFields in class ComputeaccountsRequest<Group>public Computeaccounts.Groups.Get setKey(String key)
ComputeaccountsRequestsetKey in class ComputeaccountsRequest<Group>public Computeaccounts.Groups.Get setOauthToken(String oauthToken)
ComputeaccountsRequestsetOauthToken in class ComputeaccountsRequest<Group>public Computeaccounts.Groups.Get setPrettyPrint(Boolean prettyPrint)
ComputeaccountsRequestsetPrettyPrint in class ComputeaccountsRequest<Group>public Computeaccounts.Groups.Get setQuotaUser(String quotaUser)
ComputeaccountsRequestsetQuotaUser in class ComputeaccountsRequest<Group>public Computeaccounts.Groups.Get setUserIp(String userIp)
ComputeaccountsRequestsetUserIp in class ComputeaccountsRequest<Group>public String getProject()
public Computeaccounts.Groups.Get setProject(String project)
public String getGroupName()
public Computeaccounts.Groups.Get setGroupName(String groupName)
public Computeaccounts.Groups.Get set(String parameterName, Object value)
set in class ComputeaccountsRequest<Group>