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
System.Object
Google.Apis.Requests.ClientServiceRequest
Google.Apis.Requests.ClientServiceRequest<ListItemNamesForUnmappedIdentityResponse>
CloudSearchBaseServiceRequest<ListItemNamesForUnmappedIdentityResponse>
DebugResource.IdentitysourcesResource.ItemsResource.ListForunmappedidentityRequest
Implements
Google.Apis.Requests.IClientServiceRequest<ListItemNamesForUnmappedIdentityResponse>
Google.Apis.Requests.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
Google.Apis.Requests.ClientServiceRequest<Google.Apis.CloudSearch.v1.Data.ListItemNamesForUnmappedIdentityResponse>.Execute()
Google.Apis.Requests.ClientServiceRequest<Google.Apis.CloudSearch.v1.Data.ListItemNamesForUnmappedIdentityResponse>.ExecuteAsStream()
Google.Apis.Requests.ClientServiceRequest<Google.Apis.CloudSearch.v1.Data.ListItemNamesForUnmappedIdentityResponse>.ExecuteAsync()
Google.Apis.Requests.ClientServiceRequest<Google.Apis.CloudSearch.v1.Data.ListItemNamesForUnmappedIdentityResponse>.ExecuteAsync(System.Threading.CancellationToken)
Google.Apis.Requests.ClientServiceRequest<Google.Apis.CloudSearch.v1.Data.ListItemNamesForUnmappedIdentityResponse>.ExecuteAsStreamAsync()
Google.Apis.Requests.ClientServiceRequest<Google.Apis.CloudSearch.v1.Data.ListItemNamesForUnmappedIdentityResponse>.ExecuteAsStreamAsync(System.Threading.CancellationToken)
Google.Apis.Requests.ClientServiceRequest<Google.Apis.CloudSearch.v1.Data.ListItemNamesForUnmappedIdentityResponse>.CreateRequest(System.Nullable<System.Boolean>)
Google.Apis.Requests.ClientServiceRequest<Google.Apis.CloudSearch.v1.Data.ListItemNamesForUnmappedIdentityResponse>.GenerateRequestUri()
Google.Apis.Requests.ClientServiceRequest<Google.Apis.CloudSearch.v1.Data.ListItemNamesForUnmappedIdentityResponse>.GetBody()
Google.Apis.Requests.ClientServiceRequest<Google.Apis.CloudSearch.v1.Data.ListItemNamesForUnmappedIdentityResponse>.GetDefaultETagAction(System.String)
Google.Apis.Requests.ClientServiceRequest<Google.Apis.CloudSearch.v1.Data.ListItemNamesForUnmappedIdentityResponse>.ETagAction
Google.Apis.Requests.ClientServiceRequest<Google.Apis.CloudSearch.v1.Data.ListItemNamesForUnmappedIdentityResponse>.ModifyRequest
Google.Apis.Requests.ClientServiceRequest<Google.Apis.CloudSearch.v1.Data.ListItemNamesForUnmappedIdentityResponse>.ValidateParameters
Google.Apis.Requests.ClientServiceRequest<Google.Apis.CloudSearch.v1.Data.ListItemNamesForUnmappedIdentityResponse>.RequestParameters
Google.Apis.Requests.ClientServiceRequest<Google.Apis.CloudSearch.v1.Data.ListItemNamesForUnmappedIdentityResponse>.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.CloudSearch.v1
Assembly: Google.Apis.CloudSearch.v1.dll
Syntax
public class 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
Google.Apis.Services.IClientService service
System.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
System.Nullable<System.Boolean>

GroupResourceName

Declaration
[RequestParameter("groupResourceName", RequestParameterType.Query)]
public virtual string GroupResourceName { 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.CloudSearch.v1.Data.ListItemNamesForUnmappedIdentityResponse>.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.CloudSearch.v1.Data.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
System.Nullable<System.Int32>

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
System.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
System.String

RestPath

Gets the REST path.

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

UserResourceName

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

Methods

InitParameters()

Initializes ListForunmappedidentity parameter list.

Declaration
protected override void InitParameters()
Overrides
Google.Apis.CloudSearch.v1.CloudSearchBaseServiceRequest<Google.Apis.CloudSearch.v1.Data.ListItemNamesForUnmappedIdentityResponse>.InitParameters()

Implements

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