Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.IdentityMappingStoresResource.ListIdentityMappingsRequest

Lists Identity Mappings in an Identity Mapping Store.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<GoogleCloudDiscoveryengineV1alphaListIdentityMappingsResponse>
DiscoveryEngineBaseServiceRequest<GoogleCloudDiscoveryengineV1alphaListIdentityMappingsResponse>
ProjectsResource.LocationsResource.IdentityMappingStoresResource.ListIdentityMappingsRequest
Implements
IClientServiceRequest<GoogleCloudDiscoveryengineV1alphaListIdentityMappingsResponse>
IClientServiceRequest
Inherited Members
DiscoveryEngineBaseServiceRequest<GoogleCloudDiscoveryengineV1alphaListIdentityMappingsResponse>.Xgafv
DiscoveryEngineBaseServiceRequest<GoogleCloudDiscoveryengineV1alphaListIdentityMappingsResponse>.AccessToken
DiscoveryEngineBaseServiceRequest<GoogleCloudDiscoveryengineV1alphaListIdentityMappingsResponse>.Alt
DiscoveryEngineBaseServiceRequest<GoogleCloudDiscoveryengineV1alphaListIdentityMappingsResponse>.Callback
DiscoveryEngineBaseServiceRequest<GoogleCloudDiscoveryengineV1alphaListIdentityMappingsResponse>.Fields
DiscoveryEngineBaseServiceRequest<GoogleCloudDiscoveryengineV1alphaListIdentityMappingsResponse>.Key
DiscoveryEngineBaseServiceRequest<GoogleCloudDiscoveryengineV1alphaListIdentityMappingsResponse>.OauthToken
DiscoveryEngineBaseServiceRequest<GoogleCloudDiscoveryengineV1alphaListIdentityMappingsResponse>.PrettyPrint
DiscoveryEngineBaseServiceRequest<GoogleCloudDiscoveryengineV1alphaListIdentityMappingsResponse>.QuotaUser
DiscoveryEngineBaseServiceRequest<GoogleCloudDiscoveryengineV1alphaListIdentityMappingsResponse>.UploadType
DiscoveryEngineBaseServiceRequest<GoogleCloudDiscoveryengineV1alphaListIdentityMappingsResponse>.UploadProtocol
ClientServiceRequest<GoogleCloudDiscoveryengineV1alphaListIdentityMappingsResponse>.Execute()
ClientServiceRequest<GoogleCloudDiscoveryengineV1alphaListIdentityMappingsResponse>.ExecuteAsStream()
ClientServiceRequest<GoogleCloudDiscoveryengineV1alphaListIdentityMappingsResponse>.ExecuteAsync()
ClientServiceRequest<GoogleCloudDiscoveryengineV1alphaListIdentityMappingsResponse>.ExecuteAsync(CancellationToken)
ClientServiceRequest<GoogleCloudDiscoveryengineV1alphaListIdentityMappingsResponse>.ExecuteAsStreamAsync()
ClientServiceRequest<GoogleCloudDiscoveryengineV1alphaListIdentityMappingsResponse>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<GoogleCloudDiscoveryengineV1alphaListIdentityMappingsResponse>.CreateRequest(bool?)
ClientServiceRequest<GoogleCloudDiscoveryengineV1alphaListIdentityMappingsResponse>.GenerateRequestUri()
ClientServiceRequest<GoogleCloudDiscoveryengineV1alphaListIdentityMappingsResponse>.GetBody()
ClientServiceRequest<GoogleCloudDiscoveryengineV1alphaListIdentityMappingsResponse>.GetDefaultETagAction(string)
ClientServiceRequest<GoogleCloudDiscoveryengineV1alphaListIdentityMappingsResponse>.ETagAction
ClientServiceRequest<GoogleCloudDiscoveryengineV1alphaListIdentityMappingsResponse>.ModifyRequest
ClientServiceRequest<GoogleCloudDiscoveryengineV1alphaListIdentityMappingsResponse>.ValidateParameters
ClientServiceRequest<GoogleCloudDiscoveryengineV1alphaListIdentityMappingsResponse>.ApiVersion
ClientServiceRequest<GoogleCloudDiscoveryengineV1alphaListIdentityMappingsResponse>.RequestParameters
ClientServiceRequest<GoogleCloudDiscoveryengineV1alphaListIdentityMappingsResponse>.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.DiscoveryEngine.v1alpha
Assembly: Google.Apis.DiscoveryEngine.v1alpha.dll
Syntax
public class ProjectsResource.LocationsResource.IdentityMappingStoresResource.ListIdentityMappingsRequest : DiscoveryEngineBaseServiceRequest<GoogleCloudDiscoveryengineV1alphaListIdentityMappingsResponse>, IClientServiceRequest<GoogleCloudDiscoveryengineV1alphaListIdentityMappingsResponse>, IClientServiceRequest

Constructors

ListIdentityMappingsRequest(IClientService, string)

Constructs a new ListIdentityMappings request.

Declaration
public ListIdentityMappingsRequest(IClientService service, string identityMappingStore)
Parameters
Type Name Description
IClientService service
string identityMappingStore

Properties

HttpMethod

Gets the HTTP method.

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

IdentityMappingStore

Required. The name of the Identity Mapping Store to list Identity Mapping Entries in. Format: projects/{project}/locations/{location}/identityMappingStores/{identityMappingStore}

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

MethodName

Gets the method name.

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

PageSize

Maximum number of IdentityMappings to return. If unspecified, defaults to 2000. The maximum allowed value is 10000. Values above 10000 will be coerced to 10000.

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

PageToken

A page token, received from a previous ListIdentityMappings call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to ListIdentityMappings must match the call that provided the page token.

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

RestPath

Gets the REST path.

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

Methods

InitParameters()

Initializes ListIdentityMappings parameter list.

Declaration
protected override void InitParameters()
Overrides
DiscoveryEngineBaseServiceRequest<GoogleCloudDiscoveryengineV1alphaListIdentityMappingsResponse>.InitParameters()

Implements

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