target.apidocs.com.google.api.services.cloudidentity.v1.CloudIdentity.Groups.Memberships.Lookup.html Maven / Gradle / Ivy
CloudIdentity.Groups.Memberships.Lookup (Cloud Identity API v1-rev20240924-2.0.0)
com.google.api.services.cloudidentity.v1
Class CloudIdentity.Groups.Memberships.Lookup
- java.lang.Object
-
- java.util.AbstractMap<String,Object>
-
- com.google.api.client.util.GenericData
-
- com.google.api.client.googleapis.services.AbstractGoogleClientRequest<T>
-
- com.google.api.client.googleapis.services.json.AbstractGoogleJsonClientRequest<T>
-
- com.google.api.services.cloudidentity.v1.CloudIdentityRequest<LookupMembershipNameResponse>
-
- com.google.api.services.cloudidentity.v1.CloudIdentity.Groups.Memberships.Lookup
-
- Enclosing class:
- CloudIdentity.Groups.Memberships
public class CloudIdentity.Groups.Memberships.Lookup
extends CloudIdentityRequest<LookupMembershipNameResponse>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.google.api.client.util.GenericData
com.google.api.client.util.GenericData.Flags
-
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
-
Constructor Summary
Constructors
Modifier
Constructor and Description
protected
Lookup(String parent)
Looks up the [resource name](https://cloud.google.com/apis/design/resource_names) of a
`Membership` by its `EntityKey`.
-
Method Summary
-
Methods inherited from class com.google.api.services.cloudidentity.v1.CloudIdentityRequest
get$Xgafv, getAbstractGoogleClient, getAccessToken, getAlt, getCallback, getFields, getKey, getOauthToken, getPrettyPrint, getQuotaUser, getUploadProtocol, getUploadType, setDisableGZipContent, setRequestHeaders
-
Methods inherited from class com.google.api.client.googleapis.services.json.AbstractGoogleJsonClientRequest
getJsonContent, newExceptionOnError, queue
-
Methods inherited from class com.google.api.client.googleapis.services.AbstractGoogleClientRequest
buildHttpRequest, buildHttpRequestUrl, checkRequiredParameter, execute, executeAndDownloadTo, executeAsInputStream, executeMedia, executeMediaAndDownloadTo, executeMediaAsInputStream, executeUnparsed, getDisableGZipContent, getHttpContent, getLastResponseHeaders, getLastStatusCode, getLastStatusMessage, getMediaHttpDownloader, getMediaHttpUploader, getRequestHeaders, getRequestMethod, getResponseClass, getReturnRawInputSteam, getUriTemplate, initializeMediaDownload, initializeMediaUpload, queue, setReturnRawInputStream
-
Methods inherited from class com.google.api.client.util.GenericData
clone, entrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeys, toString
-
Methods inherited from class java.util.AbstractMap
clear, containsKey, containsValue, isEmpty, keySet, size, values
-
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
-
-
Constructor Detail
-
Lookup
protected Lookup(String parent)
Looks up the [resource name](https://cloud.google.com/apis/design/resource_names) of a
`Membership` by its `EntityKey`.
Create a request for the method "memberships.lookup".
This request holds the parameters needed by the the cloudidentity server. After setting any
optional parameters, call the AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
CloudIdentity.initialize(com.google.api.client.googleapis.services.AbstractGoogleClientRequest)
must
be called to initialize this instance immediately after invoking the constructor.
- Parameters:
parent
- Required. The parent `Group` resource under which to lookup the `Membership` name. Must be of the
form `groups/{group}`.
- Since:
- 1.13
-
Method Detail
-
executeUsingHead
public com.google.api.client.http.HttpResponse executeUsingHead()
throws IOException
- Overrides:
executeUsingHead
in class com.google.api.client.googleapis.services.AbstractGoogleClientRequest<LookupMembershipNameResponse>
- Throws:
IOException
-
buildHttpRequestUsingHead
public com.google.api.client.http.HttpRequest buildHttpRequestUsingHead()
throws IOException
- Overrides:
buildHttpRequestUsingHead
in class com.google.api.client.googleapis.services.AbstractGoogleClientRequest<LookupMembershipNameResponse>
- Throws:
IOException
-
set$Xgafv
public CloudIdentity.Groups.Memberships.Lookup set$Xgafv(String $Xgafv)
Description copied from class: CloudIdentityRequest
V1 error format.
- Overrides:
set$Xgafv
in class CloudIdentityRequest<LookupMembershipNameResponse>
-
setAccessToken
public CloudIdentity.Groups.Memberships.Lookup setAccessToken(String accessToken)
Description copied from class: CloudIdentityRequest
OAuth access token.
- Overrides:
setAccessToken
in class CloudIdentityRequest<LookupMembershipNameResponse>
-
setAlt
public CloudIdentity.Groups.Memberships.Lookup setAlt(String alt)
Description copied from class: CloudIdentityRequest
Data format for response.
- Overrides:
setAlt
in class CloudIdentityRequest<LookupMembershipNameResponse>
-
setCallback
public CloudIdentity.Groups.Memberships.Lookup setCallback(String callback)
Description copied from class: CloudIdentityRequest
JSONP
- Overrides:
setCallback
in class CloudIdentityRequest<LookupMembershipNameResponse>
-
setFields
public CloudIdentity.Groups.Memberships.Lookup setFields(String fields)
Description copied from class: CloudIdentityRequest
Selector specifying which fields to include in a partial response.
- Overrides:
setFields
in class CloudIdentityRequest<LookupMembershipNameResponse>
-
setKey
public CloudIdentity.Groups.Memberships.Lookup setKey(String key)
Description copied from class: CloudIdentityRequest
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.
- Overrides:
setKey
in class CloudIdentityRequest<LookupMembershipNameResponse>
-
setOauthToken
public CloudIdentity.Groups.Memberships.Lookup setOauthToken(String oauthToken)
Description copied from class: CloudIdentityRequest
OAuth 2.0 token for the current user.
- Overrides:
setOauthToken
in class CloudIdentityRequest<LookupMembershipNameResponse>
-
setPrettyPrint
public CloudIdentity.Groups.Memberships.Lookup setPrettyPrint(Boolean prettyPrint)
Description copied from class: CloudIdentityRequest
Returns response with indentations and line breaks.
- Overrides:
setPrettyPrint
in class CloudIdentityRequest<LookupMembershipNameResponse>
-
setQuotaUser
public CloudIdentity.Groups.Memberships.Lookup setQuotaUser(String quotaUser)
Description copied from class: CloudIdentityRequest
Available to use for quota purposes for server-side applications. Can be any arbitrary string
assigned to a user, but should not exceed 40 characters.
- Overrides:
setQuotaUser
in class CloudIdentityRequest<LookupMembershipNameResponse>
-
setUploadType
public CloudIdentity.Groups.Memberships.Lookup setUploadType(String uploadType)
Description copied from class: CloudIdentityRequest
Legacy upload protocol for media (e.g. "media", "multipart").
- Overrides:
setUploadType
in class CloudIdentityRequest<LookupMembershipNameResponse>
-
setUploadProtocol
public CloudIdentity.Groups.Memberships.Lookup setUploadProtocol(String uploadProtocol)
Description copied from class: CloudIdentityRequest
Upload protocol for media (e.g. "raw", "multipart").
- Overrides:
setUploadProtocol
in class CloudIdentityRequest<LookupMembershipNameResponse>
-
getParent
public String getParent()
Required. The parent `Group` resource under which to lookup the `Membership` name. Must be of the
form `groups/{group}`.
-
setParent
public CloudIdentity.Groups.Memberships.Lookup setParent(String parent)
Required. The parent `Group` resource under which to lookup the `Membership` name. Must
be of the form `groups/{group}`.
-
getMemberKeyId
public String getMemberKeyId()
The ID of the entity. For Google-managed entities, the `id` should be the email address of an
existing group or user. Email addresses need to adhere to [name guidelines for users and
groups](https://support.google.com/a/answer/9193374). For external-identity-mapped entities, the
`id` must be a string conforming to the Identity Source's requirements. Must be unique within a
`namespace`.
-
setMemberKeyId
public CloudIdentity.Groups.Memberships.Lookup setMemberKeyId(String memberKeyId)
The ID of the entity. For Google-managed entities, the `id` should be the email address
of an existing group or user. Email addresses need to adhere to [name guidelines for
users and groups](https://support.google.com/a/answer/9193374). For external-identity-
mapped entities, the `id` must be a string conforming to the Identity Source's
requirements. Must be unique within a `namespace`.
-
getMemberKeyNamespace
public String getMemberKeyNamespace()
The namespace in which the entity exists. If not specified, the `EntityKey` represents a Google-
managed entity such as a Google user or a Google Group. If specified, the `EntityKey` represents an
external-identity-mapped group. The namespace must correspond to an identity source created in
Admin Console and must be in the form of `identitysources/{identity_source}`.
-
setMemberKeyNamespace
public CloudIdentity.Groups.Memberships.Lookup setMemberKeyNamespace(String memberKeyNamespace)
The namespace in which the entity exists. If not specified, the `EntityKey` represents a
Google-managed entity such as a Google user or a Google Group. If specified, the
`EntityKey` represents an external-identity-mapped group. The namespace must correspond
to an identity source created in Admin Console and must be in the form of
`identitysources/{identity_source}`.
-
set
public CloudIdentity.Groups.Memberships.Lookup set(String parameterName,
Object value)
- Overrides:
set
in class CloudIdentityRequest<LookupMembershipNameResponse>
Copyright © 2011–2024 Google. All rights reserved.
© 2015 - 2025 Weber Informatics LLC | Privacy Policy