Show / Hide Table of Contents

Class GroupsResource.LookupRequest

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

Inheritance
System.Object
Google.Apis.Requests.ClientServiceRequest
Google.Apis.Requests.ClientServiceRequest<LookupGroupNameResponse>
CloudIdentityBaseServiceRequest<LookupGroupNameResponse>
GroupsResource.LookupRequest
Implements
Google.Apis.Requests.IClientServiceRequest<LookupGroupNameResponse>
Google.Apis.Requests.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
Google.Apis.Requests.ClientServiceRequest<Google.Apis.CloudIdentity.v1.Data.LookupGroupNameResponse>.Execute()
Google.Apis.Requests.ClientServiceRequest<Google.Apis.CloudIdentity.v1.Data.LookupGroupNameResponse>.ExecuteAsStream()
Google.Apis.Requests.ClientServiceRequest<Google.Apis.CloudIdentity.v1.Data.LookupGroupNameResponse>.ExecuteAsync()
Google.Apis.Requests.ClientServiceRequest<Google.Apis.CloudIdentity.v1.Data.LookupGroupNameResponse>.ExecuteAsync(System.Threading.CancellationToken)
Google.Apis.Requests.ClientServiceRequest<Google.Apis.CloudIdentity.v1.Data.LookupGroupNameResponse>.ExecuteAsStreamAsync()
Google.Apis.Requests.ClientServiceRequest<Google.Apis.CloudIdentity.v1.Data.LookupGroupNameResponse>.ExecuteAsStreamAsync(System.Threading.CancellationToken)
Google.Apis.Requests.ClientServiceRequest<Google.Apis.CloudIdentity.v1.Data.LookupGroupNameResponse>.CreateRequest(System.Nullable<System.Boolean>)
Google.Apis.Requests.ClientServiceRequest<Google.Apis.CloudIdentity.v1.Data.LookupGroupNameResponse>.GenerateRequestUri()
Google.Apis.Requests.ClientServiceRequest<Google.Apis.CloudIdentity.v1.Data.LookupGroupNameResponse>.GetBody()
Google.Apis.Requests.ClientServiceRequest<Google.Apis.CloudIdentity.v1.Data.LookupGroupNameResponse>.GetDefaultETagAction(System.String)
Google.Apis.Requests.ClientServiceRequest<Google.Apis.CloudIdentity.v1.Data.LookupGroupNameResponse>.ETagAction
Google.Apis.Requests.ClientServiceRequest<Google.Apis.CloudIdentity.v1.Data.LookupGroupNameResponse>.ModifyRequest
Google.Apis.Requests.ClientServiceRequest<Google.Apis.CloudIdentity.v1.Data.LookupGroupNameResponse>.ValidateParameters
Google.Apis.Requests.ClientServiceRequest<Google.Apis.CloudIdentity.v1.Data.LookupGroupNameResponse>.RequestParameters
Google.Apis.Requests.ClientServiceRequest<Google.Apis.CloudIdentity.v1.Data.LookupGroupNameResponse>.Service
Google.Apis.Requests.ClientServiceRequest._unsuccessfulResponseHandlers
Google.Apis.Requests.ClientServiceRequest._exceptionHandlers
Google.Apis.Requests.ClientServiceRequest._executeInterceptors
Google.Apis.Requests.ClientServiceRequest.AddUnsuccessfulResponseHandler(Google.Apis.Http.IHttpUnsuccessfulResponseHandler)
Google.Apis.Requests.ClientServiceRequest.AddExceptionHandler(Google.Apis.Http.IHttpExceptionHandler)
Google.Apis.Requests.ClientServiceRequest.AddExecuteInterceptor(Google.Apis.Http.IHttpExecuteInterceptor)
Google.Apis.Requests.ClientServiceRequest.Credential
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.CloudIdentity.v1
Assembly: Google.Apis.CloudIdentity.v1.dll
Syntax
public class LookupRequest : CloudIdentityBaseServiceRequest<LookupGroupNameResponse>, IClientServiceRequest<LookupGroupNameResponse>, IClientServiceRequest

Constructors

LookupRequest(IClientService)

Constructs a new Lookup request.

Declaration
public LookupRequest(IClientService service)
Parameters
Type Name Description
Google.Apis.Services.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. 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
System.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
System.String

HttpMethod

Gets the HTTP method.

Declaration
public override string HttpMethod { get; }
Property Value
Type Description
System.String
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.CloudIdentity.v1.Data.LookupGroupNameResponse>.HttpMethod

MethodName

Gets the method name.

Declaration
public override string MethodName { get; }
Property Value
Type Description
System.String
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.CloudIdentity.v1.Data.LookupGroupNameResponse>.MethodName

RestPath

Gets the REST path.

Declaration
public override string RestPath { get; }
Property Value
Type Description
System.String
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.CloudIdentity.v1.Data.LookupGroupNameResponse>.RestPath

Methods

InitParameters()

Initializes Lookup parameter list.

Declaration
protected override void InitParameters()
Overrides
Google.Apis.CloudIdentity.v1.CloudIdentityBaseServiceRequest<Google.Apis.CloudIdentity.v1.Data.LookupGroupNameResponse>.InitParameters()

Implements

Google.Apis.Requests.IClientServiceRequest<TResponse>
Google.Apis.Requests.IClientServiceRequest
In This Article
Back to top