Show / Hide Table of Contents

Class GroupsResource.LookupRequest

Looks up the resource name of a Group by its EntityKey.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<LookupGroupNameResponse>
CloudIdentityBaseServiceRequest<LookupGroupNameResponse>
GroupsResource.LookupRequest
Implements
IClientServiceRequest<LookupGroupNameResponse>
IClientServiceRequest
Inherited Members
CloudIdentityBaseServiceRequest<LookupGroupNameResponse>.Xgafv
CloudIdentityBaseServiceRequest<LookupGroupNameResponse>.AccessToken
CloudIdentityBaseServiceRequest<LookupGroupNameResponse>.Alt
CloudIdentityBaseServiceRequest<LookupGroupNameResponse>.Callback
CloudIdentityBaseServiceRequest<LookupGroupNameResponse>.Fields
CloudIdentityBaseServiceRequest<LookupGroupNameResponse>.Key
CloudIdentityBaseServiceRequest<LookupGroupNameResponse>.OauthToken
CloudIdentityBaseServiceRequest<LookupGroupNameResponse>.PrettyPrint
CloudIdentityBaseServiceRequest<LookupGroupNameResponse>.QuotaUser
CloudIdentityBaseServiceRequest<LookupGroupNameResponse>.UploadType
CloudIdentityBaseServiceRequest<LookupGroupNameResponse>.UploadProtocol
ClientServiceRequest<LookupGroupNameResponse>.Execute()
ClientServiceRequest<LookupGroupNameResponse>.ExecuteAsStream()
ClientServiceRequest<LookupGroupNameResponse>.ExecuteAsync()
ClientServiceRequest<LookupGroupNameResponse>.ExecuteAsync(CancellationToken)
ClientServiceRequest<LookupGroupNameResponse>.ExecuteAsStreamAsync()
ClientServiceRequest<LookupGroupNameResponse>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<LookupGroupNameResponse>.CreateRequest(bool?)
ClientServiceRequest<LookupGroupNameResponse>.GenerateRequestUri()
ClientServiceRequest<LookupGroupNameResponse>.GetBody()
ClientServiceRequest<LookupGroupNameResponse>.GetDefaultETagAction(string)
ClientServiceRequest<LookupGroupNameResponse>.ETagAction
ClientServiceRequest<LookupGroupNameResponse>.ModifyRequest
ClientServiceRequest<LookupGroupNameResponse>.ValidateParameters
ClientServiceRequest<LookupGroupNameResponse>.ApiVersion
ClientServiceRequest<LookupGroupNameResponse>.RequestParameters
ClientServiceRequest<LookupGroupNameResponse>.Service
ClientServiceRequest._unsuccessfulResponseHandlers
ClientServiceRequest._exceptionHandlers
ClientServiceRequest._executeInterceptors
ClientServiceRequest.AddUnsuccessfulResponseHandler(IHttpUnsuccessfulResponseHandler)
ClientServiceRequest.AddExceptionHandler(IHttpExceptionHandler)
ClientServiceRequest.AddExecuteInterceptor(IHttpExecuteInterceptor)
ClientServiceRequest.Credential
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.CloudIdentity.v1
Assembly: Google.Apis.CloudIdentity.v1.dll
Syntax
public class GroupsResource.LookupRequest : CloudIdentityBaseServiceRequest<LookupGroupNameResponse>, IClientServiceRequest<LookupGroupNameResponse>, IClientServiceRequest

Constructors

LookupRequest(IClientService)

Constructs a new Lookup request.

Declaration
public LookupRequest(IClientService service)
Parameters
Type Name Description
IClientService service

Properties

GroupKeyId

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. For external-identity-mapped entities, the id must be a string conforming to the Identity Source's requirements. Must be unique within a namespace.

Declaration
[RequestParameter("groupKey.id", RequestParameterType.Query)]
public virtual string GroupKeyId { get; set; }
Property Value
Type Description
string

GroupKeyNamespace

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}.

Declaration
[RequestParameter("groupKey.namespace", RequestParameterType.Query)]
public virtual string GroupKeyNamespace { get; set; }
Property Value
Type Description
string

HttpMethod

Gets the HTTP method.

Declaration
public override string HttpMethod { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<LookupGroupNameResponse>.HttpMethod

MethodName

Gets the method name.

Declaration
public override string MethodName { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<LookupGroupNameResponse>.MethodName

RestPath

Gets the REST path.

Declaration
public override string RestPath { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<LookupGroupNameResponse>.RestPath

Methods

InitParameters()

Initializes Lookup parameter list.

Declaration
protected override void InitParameters()
Overrides
CloudIdentityBaseServiceRequest<LookupGroupNameResponse>.InitParameters()

Implements

IClientServiceRequest<TResponse>
IClientServiceRequest
In this article
Back to top Generated by DocFX