Show / Hide Table of Contents

Class DebugResource.IdentitysourcesResource.ItemsResource.ListForunmappedidentityRequest

Lists names of items associated with an unmapped identity. Note: This API requires an admin account to execute.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<ListItemNamesForUnmappedIdentityResponse>
CloudSearchBaseServiceRequest<ListItemNamesForUnmappedIdentityResponse>
DebugResource.IdentitysourcesResource.ItemsResource.ListForunmappedidentityRequest
Implements
IClientServiceRequest<ListItemNamesForUnmappedIdentityResponse>
IClientServiceRequest
Inherited Members
CloudSearchBaseServiceRequest<ListItemNamesForUnmappedIdentityResponse>.Xgafv
CloudSearchBaseServiceRequest<ListItemNamesForUnmappedIdentityResponse>.AccessToken
CloudSearchBaseServiceRequest<ListItemNamesForUnmappedIdentityResponse>.Alt
CloudSearchBaseServiceRequest<ListItemNamesForUnmappedIdentityResponse>.Callback
CloudSearchBaseServiceRequest<ListItemNamesForUnmappedIdentityResponse>.Fields
CloudSearchBaseServiceRequest<ListItemNamesForUnmappedIdentityResponse>.Key
CloudSearchBaseServiceRequest<ListItemNamesForUnmappedIdentityResponse>.OauthToken
CloudSearchBaseServiceRequest<ListItemNamesForUnmappedIdentityResponse>.PrettyPrint
CloudSearchBaseServiceRequest<ListItemNamesForUnmappedIdentityResponse>.QuotaUser
CloudSearchBaseServiceRequest<ListItemNamesForUnmappedIdentityResponse>.UploadType
CloudSearchBaseServiceRequest<ListItemNamesForUnmappedIdentityResponse>.UploadProtocol
ClientServiceRequest<ListItemNamesForUnmappedIdentityResponse>.Execute()
ClientServiceRequest<ListItemNamesForUnmappedIdentityResponse>.ExecuteAsStream()
ClientServiceRequest<ListItemNamesForUnmappedIdentityResponse>.ExecuteAsync()
ClientServiceRequest<ListItemNamesForUnmappedIdentityResponse>.ExecuteAsync(CancellationToken)
ClientServiceRequest<ListItemNamesForUnmappedIdentityResponse>.ExecuteAsStreamAsync()
ClientServiceRequest<ListItemNamesForUnmappedIdentityResponse>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<ListItemNamesForUnmappedIdentityResponse>.CreateRequest(bool?)
ClientServiceRequest<ListItemNamesForUnmappedIdentityResponse>.GenerateRequestUri()
ClientServiceRequest<ListItemNamesForUnmappedIdentityResponse>.GetBody()
ClientServiceRequest<ListItemNamesForUnmappedIdentityResponse>.GetDefaultETagAction(string)
ClientServiceRequest<ListItemNamesForUnmappedIdentityResponse>.ETagAction
ClientServiceRequest<ListItemNamesForUnmappedIdentityResponse>.ModifyRequest
ClientServiceRequest<ListItemNamesForUnmappedIdentityResponse>.ValidateParameters
ClientServiceRequest<ListItemNamesForUnmappedIdentityResponse>.ApiVersion
ClientServiceRequest<ListItemNamesForUnmappedIdentityResponse>.RequestParameters
ClientServiceRequest<ListItemNamesForUnmappedIdentityResponse>.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.CloudSearch.v1
Assembly: Google.Apis.CloudSearch.v1.dll
Syntax
public class DebugResource.IdentitysourcesResource.ItemsResource.ListForunmappedidentityRequest : CloudSearchBaseServiceRequest<ListItemNamesForUnmappedIdentityResponse>, IClientServiceRequest<ListItemNamesForUnmappedIdentityResponse>, IClientServiceRequest

Constructors

ListForunmappedidentityRequest(IClientService, string)

Constructs a new ListForunmappedidentity request.

Declaration
public ListForunmappedidentityRequest(IClientService service, string parent)
Parameters
Type Name Description
IClientService service
string parent

Properties

DebugOptionsEnableDebugging

If you are asked by Google to help with debugging, set this field. Otherwise, ignore this field.

Declaration
[RequestParameter("debugOptions.enableDebugging", RequestParameterType.Query)]
public virtual bool? DebugOptionsEnableDebugging { get; set; }
Property Value
Type Description
bool?

GroupResourceName

Declaration
[RequestParameter("groupResourceName", RequestParameterType.Query)]
public virtual string GroupResourceName { 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<ListItemNamesForUnmappedIdentityResponse>.HttpMethod

MethodName

Gets the method name.

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

PageSize

Maximum number of items to fetch in a request. Defaults to 100.

Declaration
[RequestParameter("pageSize", RequestParameterType.Query)]
public virtual int? PageSize { get; set; }
Property Value
Type Description
int?

PageToken

The next_page_token value returned from a previous List request, if any.

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

Parent

The name of the identity source, in the following format: identitysources/{source_id}}

Declaration
[RequestParameter("parent", RequestParameterType.Path)]
public virtual string Parent { get; }
Property Value
Type Description
string

RestPath

Gets the REST path.

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

UserResourceName

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

Methods

InitParameters()

Initializes ListForunmappedidentity parameter list.

Declaration
protected override void InitParameters()
Overrides
CloudSearchBaseServiceRequest<ListItemNamesForUnmappedIdentityResponse>.InitParameters()

Implements

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